Lower videoFormat Selection reqiuriements

#56 - Resolves this... (now chooses best video, and best audio...)
This commit is contained in:
RandomNinjaAtk
2023-08-12 08:50:31 -04:00
committed by GitHub
parent 714e8c2c0d
commit ba74f4234f

View File

@@ -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
#### 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
recyclarrConfig="/config/extended/recyclarr.yaml" # Change to a custom yaml file to use your own configuration, the default file is always overwritten...