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...)
This commit is contained in:
RandomNinjaAtk 2023-08-12 08:52:05 -04:00 committed by GitHub
parent ba74f4234f
commit e2dc7de05a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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) 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 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 ##### 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...