Create extended.conf
This commit is contained in:
parent
a75e33646a
commit
c3bfd190cb
1 changed files with 12 additions and 0 deletions
12
readarr/extended.conf
Normal file
12
readarr/extended.conf
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
##### READARR EXTENDED SCRIPTS SETTINGS #####
|
||||||
|
|
||||||
|
##### SCRIPT ENABLEMENT
|
||||||
|
enableAutoConfig="true" # true = enabled :: Enables AutoConfig script to run after startup
|
||||||
|
enableQueueCleaner="true" # true = enabled :: Enables QueueCleaner Script that automatically removes stuck downloads that cannot be automatically imported
|
||||||
|
|
||||||
|
##### SCRIPT INTERVALS
|
||||||
|
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
|
||||||
|
|
||||||
|
##### PLEX NOTIFY SCRIPT
|
||||||
|
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
||||||
|
plexToken="" # ONLY used if PlexNotify.bash is used
|
Loading…
Reference in a new issue