lidarr-dl/radarr/extended.conf

39 lines
3 KiB
Text
Raw Normal View History

2023-07-13 15:57:36 +02:00
##### RADARR EXTENDED SCRIPTS SETTINGS #####
##### SCRIPT ENABLEMENT
2023-07-12 14:51:13 +02:00
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
2023-07-15 21:48:21 +02:00
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
2023-09-05 16:41:16 +02:00
enableInvalidMoviesAutoCleaner="false" # true = enabled :: Enables InvalidMoviesAutoCleaner script to run, removes movies that are no longer mapped to TMDB site
2023-07-13 15:57:36 +02:00
2023-07-15 21:40:36 +02:00
##### SCRIPT INTERVALS
2023-07-15 21:44:57 +02:00
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
2023-07-15 21:47:13 +02:00
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
2023-07-15 21:41:09 +02:00
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
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
2023-09-05 16:41:16 +02:00
invalidMoviesAutoCleanerScriptInterval=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
2023-07-15 21:40:36 +02:00
2023-09-15 13:25:38 +02:00
##### ATUOCONFIG SCRIPT SETTINGS
configureMediaManagement="true"
configureMetadataProviderSettings="true"
configureCustomScripts="true"
configureCustomFormats="true"
configureNaming="true"
2023-07-13 15:57:36 +02:00
##### EXTRAS SCRIPT
2023-07-12 14:51:13 +02:00
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
extrasOfficialOnly="false" # true = enabled :: Skips extras that are not considered/marked as Official from TMDB site.
extrasKodiCompatibility="false" # true = enabled :: Only works if "extrasSingle" is set to true, names trailer in a kodi compatible naming scheme (movie-trailer.mkv)
extrasSingle="false" # true = enabled :: Only downloads the first available trailer, does not download any other extras
videoFormat="bestvideo*+bestaudio/best" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....
2023-07-13 15:57:36 +02:00
##### RECYCLARR SCRIPT
recyclarrConfig="/config/extended/recyclarr.yaml" # Change to a custom yaml file to use your own configuration, the default file is always overwritten...
##### PLEX NOTIFY SCRIPT
2023-07-12 14:51:13 +02:00
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
plexToken="" # ONLY used if PlexNotify.bash is used