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:
parent
ba74f4234f
commit
e2dc7de05a
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue