add lots of features
This commit is contained in:
+6
-2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user