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.

Enable bluer 'bluetoothd' feature on Linux

+1 -1
+1 -1
crates/bluetooth/Cargo.toml
··· 9 9 tracing = { workspace = true } 10 10 11 11 [target.'cfg(target_os = "linux")'.dependencies] 12 - bluer = "0.17" 12 + bluer = { version = "0.17", features = ["bluetoothd"] } 13 13 futures = "0.3" 14 14 tokio = { version = "1", features = ["time"] }