diff --git a/lidarr/extended.conf b/lidarr/extended.conf index d9c6b49..826a56b 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -10,6 +10,12 @@ enableAudio="true" # true = enabled :: Enables the Audio script to run automatic enableVideo="true" # true = enabled :: Enables the Video script to run automatically enableQueueCleaner="true" # true = enabled :: Enables the QueueCleaner script to run automatically +##### SCRIPT INTERVALS +audioScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when autoStart is enabled +videoScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when autoStart is enabled +autoArtistAdderInterval=12h #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when autoStart is enabled +queueCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when autoStart is enabled + ##### AUDIO SCRIPT # SEARCH searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list