add lots of features

This commit is contained in:
2026-07-29 03:49:50 -05:00
parent 69e3dcb729
commit 39cd3e4cfe
101 changed files with 3320 additions and 224 deletions
+6 -2
View File
@@ -84,6 +84,10 @@ login-throttler-max-entries = 10000;
# API
api-subsonic = true;
# Log Subsonic request paths and parameters at info level. Authentication
# secrets are redacted. Useful for diagnosing client compatibility issues.
api-subsonic-log-requests = false;
# List of clients for whom open subsonic extensions and extra fields are disabled
api-open-subsonic-disabled-clients = ("DSub");
@@ -134,7 +138,7 @@ musicnn-model-path = "/usr/share/lms/models/MSD_musicnn_embedding.onnx";
musicnn-max-patch-count-per-track = 20;
# Refresh period for podcast feeds in hours (must be greater or equal than 1)
podcast-refresh-period-hours = 2;
podcast-refresh-period-hours = 24;
# Automatically download new episodes
podcast-auto-download-episodes = true;
@@ -150,4 +154,4 @@ ui-allow-downloads = true;
# Jukebox settings
# Available backend is "pulseaudio". You can also use "auto" to auto select and "none" to disable jukebox
jukebox-audio-backend = "auto";
jukebox-audio-backend = "auto";