From e2dc7de05ab385660d80021bed230b94eb3dfd05 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 12 Aug 2023 08:52:05 -0400 Subject: [PATCH] Lower requirements for video format selectoin #56 - Resolves this request, allows yt-dlp to download the best video and audio, no matter what quality (making it less restrictive...) --- radarr/extended.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radarr/extended.conf b/radarr/extended.conf index f2374db..fbb43ec 100644 --- a/radarr/extended.conf +++ b/radarr/extended.conf @@ -19,7 +19,7 @@ extrasType="all" # all or trailers :: all downloads all available videos (traile 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="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...