Organize settings
This commit is contained in:
parent
82a8640c30
commit
fbae7ac7ac
1 changed files with 10 additions and 2 deletions
|
@ -1,14 +1,22 @@
|
||||||
## SETTINGS
|
##### RADARR EXTENDED SCRIPTS SETTINGS #####
|
||||||
|
|
||||||
|
##### SCRIPT ENABLEMENT
|
||||||
enableAutoConfig="true" # true = enabled :: Enables AutoConfig script to run after startup
|
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
|
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
|
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
|
||||||
recyclarrConfig="/config/extended/recyclarr.yaml" # Change to a custom yaml file to use your own configuration
|
|
||||||
|
##### 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
|
||||||
extrasOfficialOnly="false" # true = enabled :: Skips extras that are not considered/marked as Official from TMDB site.
|
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)
|
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
|
extrasSingle="false" # true = enabled :: Only downloads the first available trailer, does not download any other extras
|
||||||
videoFormat="bv[width>=1280]+ba" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....
|
videoFormat="bv[width>=1280]+ba" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....
|
||||||
|
|
||||||
|
##### 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
|
||||||
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
||||||
plexToken="" # ONLY used if PlexNotify.bash is used
|
plexToken="" # ONLY used if PlexNotify.bash is used
|
||||||
|
|
Loading…
Reference in a new issue