parent
bc36f3b2f3
commit
0cfac89472
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ enableExtras="true" # true = enabled :: Enables Extras and AutoExtras scripts to
|
||||||
enableRecyclarr="true" # true = enabled :: Enables Recyclarr to run
|
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 on a 15 minute interval
|
||||||
|
|
||||||
|
##### SCRIPT INTERVALS
|
||||||
|
autoExtrasScriptInterval=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
|
||||||
|
recyclarrScriptInterval=6h #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=1h #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
|
||||||
|
|
||||||
##### EXTRAS SCRIPT
|
##### EXTRAS SCRIPT
|
||||||
extrasLanguages="en-US" # Set the desired language for Extras, all languages will be processed... (this is a "," separated list of TMDB language codes, get the code from there sites language opitons, example: en-US)
|
extrasLanguages="en-US" # Set the desired language for Extras, all languages will be processed... (this is a "," separated list of TMDB language codes, get the code from there sites language opitons, example: en-US)
|
||||||
extrasType="all" # all or trailers :: all downloads all available videos (trailers, clips, featurette, etc...) :: trailers only downloads trailers
|
extrasType="all" # all or trailers :: all downloads all available videos (trailers, clips, featurette, etc...) :: trailers only downloads trailers
|
||||||
|
|
Loading…
Reference in a new issue