From ba74f4234ffb1867dde5de86605abe54c0d86e1d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 12 Aug 2023 08:50:31 -0400 Subject: [PATCH] Lower videoFormat Selection reqiuriements #56 - Resolves this... (now chooses best video, and best audio...) --- sonarr/extended.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/extended.conf b/sonarr/extended.conf index 71be3df..0c3cc5c 100644 --- a/sonarr/extended.conf +++ b/sonarr/extended.conf @@ -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...