Added podcast support, only from subsonic API for now, ref #726
This commit is contained in:
+10
-1
@@ -126,4 +126,13 @@ scanner-skip-duplicate-mbid = false;
|
||||
scanner-parser-read-style = "average";
|
||||
|
||||
# Number of threads to use for parallelized tasks (e.g., scanning file metadata). 0 means half the number of logical CPUs.
|
||||
scanner-thread-count = 0;
|
||||
scanner-thread-count = 0;
|
||||
|
||||
# Refresh period for podcast feeds in hours (must be greater or equal than 1)
|
||||
podcast-refresh-period-hours = 2;
|
||||
|
||||
# Automatically download new episodes
|
||||
podcast-auto-download-episodes = true;
|
||||
|
||||
# Max age in days for auto-downloaded episodes before deletion
|
||||
podcast-auto-download-episodes-max-age-days = 30;
|
||||
|
||||
Reference in New Issue
Block a user