diff --git a/lidarr/extended.conf b/lidarr/extended.conf index b067402..ef5ac68 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -8,12 +8,14 @@ videoPath="" # Final destination/location of completed Videos enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings enableAudio="true" # true = enabled :: Enables the Audio script to run automatically enableVideo="true" # true = enabled :: Enables the Video script to run automatically +enableUnmappedFilesCleaner="false" # true = enabled :: Enables the UnmappedFilesCleaner 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 script 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 script 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 script is enabled +unmappedFolderCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script 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 script is enabled ##### AUDIO SCRIPT