Lower videoFormat Selection reqiuriements
#56 - Resolves this... (now chooses best video, and best audio...)
This commit is contained in:
parent
714e8c2c0d
commit
ba74f4234f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ extrasOfficialOnly="false" # true = enabled :: Skips extras that are not conside
|
||||||
maximumDailyEpisodes="7" # number of episodes to keep when using DailySeriesEpisodeTrimmer script
|
maximumDailyEpisodes="7" # number of episodes to keep when using DailySeriesEpisodeTrimmer script
|
||||||
|
|
||||||
#### YT-DLP SETTINGS
|
#### YT-DLP SETTINGS
|
||||||
videoFormat="bv[width>=1280]+ba" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....
|
videoFormat="bestvideo*+bestaudio/best" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....
|
||||||
|
|
||||||
##### RECYCLARR SCRIPT
|
##### RECYCLARR SCRIPT
|
||||||
recyclarrConfig="/config/extended/recyclarr.yaml" # Change to a custom yaml file to use your own configuration, the default file is always overwritten...
|
recyclarrConfig="/config/extended/recyclarr.yaml" # Change to a custom yaml file to use your own configuration, the default file is always overwritten...
|
||||||
|
|
Loading…
Reference in a new issue