parent
a2ad715f06
commit
65b649474c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
enableVideo="true" # true = enabled :: Enables the Video script to run automatically
|
||||||
enableQueueCleaner="true" # true = enabled :: Enables the QueueCleaner 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
|
##### AUDIO SCRIPT
|
||||||
# SEARCH
|
# 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
|
searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list
|
||||||
|
|
Loading…
Reference in a new issue