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...