• 1 Post
  • 4 Comments
Joined 11 months ago
cake
Cake day: October 16th, 2023

help-circle




  • The Subsonic API has a similar “jukebox mode” feature which some servers support, that plays music on the server’s audio device instead of streaming it to the client app. So you run your server on a device connected to your audio system, and if you have people over anyone can queue up tracks. Gonic supports it, and Navidrome will once the next release comes out (or if you build it from source). I’m not sure which Subsonic clients have a UI for the jukebox mode though.

    For something completely different, mpd was basically designed for this. But it’s a completely different API and completely different set of clients, and streaming to a client is not really something mpd does. Of course you can always run an mpd server and Subsonic-compatible server side by side pointed at the same library.