diff --git a/radarr/extended.conf b/radarr/extended.conf index b1e1388..f2374db 100644 --- a/radarr/extended.conf +++ b/radarr/extended.conf @@ -4,7 +4,8 @@ enableAutoConfig="true" # true = enabled :: Enables AutoConfig script to run after startup enableExtras="true" # true = enabled :: Enables Extras and AutoExtras scripts to run in the background and during import process enableRecyclarr="true" # true = enabled :: Enables Recyclarr to run -enableQueueCleaner="true" # true = enabled :: Enables QueueCleaner Script that automatically removes stuck downloads that cannot be automatically imported on a 15 minute interval +enableQueueCleaner="true" # true = enabled :: Enables QueueCleaner Script that automatically removes stuck downloads that cannot be automatically imported +enableUnmappedFolderCleaner="false" # true = enabled :: Purges any folders that are considered Unmapped in Radarr ##### SCRIPT INTERVALS autoExtrasScriptInterval=24h #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