Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Gleam SDK metadata

Reference Rockbox Zig in the package description and change the
licences field to MIT (previously Apache-2.0)

+2 -2
+2 -2
sdk/gleam/gleam.toml
··· 1 1 name = "rockbox" 2 2 version = "1.0.0" 3 - description = "Gleam SDK for Rockbox — pipe-friendly client for the rockboxd GraphQL API" 4 - licences = ["Apache-2.0"] 3 + description = "Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API" 4 + licences = ["MIT"] 5 5 gleam = ">= 1.11.0" 6 6 7 7 # repository = { type = "github", user = "tsirysndr", repo = "rockbox-zig" }