First working jukebox using Subsonic API

This commit is contained in:
emeric
2026-02-17 23:16:52 +01:00
parent c338521843
commit 3963969cec
39 changed files with 1464 additions and 277 deletions
+5 -1
View File
@@ -142,4 +142,8 @@ podcast-auto-download-episodes-max-age-days = 30;
ui-playqueue-max-entry-count = 1000;
# Allow downloads
ui-allow-downloads = true;
ui-allow-downloads = true;
# Jukebox settings
# Available backends are "alsa", "pulseaudio". You can also use "auto" to auto select and "none" to disable jukebox
jukebox-audio-backend = "auto";