From 9ed1086b487bfd5efa27bbcc00bba8481ea6061e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 16 Jul 2023 13:35:48 -0400 Subject: [PATCH] Settings for new UnmappedFilesCleaner service #21 --- lidarr/extended.conf | 2 ++ 1 file changed, 2 insertions(+) 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