Updated doc for jukebox
This commit is contained in:
@@ -24,6 +24,7 @@ A [demo instance](http://lms-demo.poupon.dev) is available. Note the administrat
|
|||||||
* Podcasts support
|
* Podcasts support
|
||||||
* Playlists support
|
* Playlists support
|
||||||
* Lyrics support
|
* Lyrics support
|
||||||
|
* [Jukebox](SUBSONIC.md#jukebox-support) support
|
||||||
|
|
||||||
## Music discovery
|
## Music discovery
|
||||||
_LMS_ provides several ways to help you find the music you like:
|
_LMS_ provides several ways to help you find the music you like:
|
||||||
|
|||||||
@@ -6,6 +6,12 @@ Given the API limitations of folder navigation commands, it is recommended to pl
|
|||||||
|
|
||||||
The Subsonic API is enabled by default.
|
The Subsonic API is enabled by default.
|
||||||
|
|
||||||
|
## Jukebox support
|
||||||
|
The jukebox‑control 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 system‑wide 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 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/)
|
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/)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user