Updated doc for jukebox

This commit is contained in:
emeric
2026-02-27 17:12:24 +01:00
parent 543dd64d20
commit f32ca665a7
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ A [demo instance](http://lms-demo.poupon.dev) is available. Note the administrat
* Podcasts support
* Playlists support
* Lyrics support
* [Jukebox](SUBSONIC.md#jukebox-support) support
## Music discovery
_LMS_ provides several ways to help you find the music you like:
+6
View File
@@ -6,6 +6,12 @@ Given the API limitations of folder navigation commands, it is recommended to pl
The Subsonic API is enabled by default.
## Jukebox support
The jukeboxcontrol subset of the API is implemented through the `jukeboxControl` endpoint. Only the administrator may execute these actions and the service can be
enabled or disabled with the `jukebox-audio-backend` configuration option in `lms.conf`. When the PulseAudio backend is selected, _LMS_ uses the normal systemwide environment variables (`PULSE_SERVER`, `PULSE_SINK`, `PULSE_SOURCE`, etc.) to determine where audio is sent.
__Note__: the jukebox play queue is kept entirely in memory by the service and is not persisted.
# OpenSubsonic API
OpenSubsonic is an initiative to patch and extend the legacy Subsonic API. You'll find more details in the [official documentation](https://opensubsonic.netlify.app/)