Use yt-dlp the correct way for music files

From www.ReeltoReel.nl Wiki
Revision as of 17:53, 25 January 2024 by Pvdm (talk | contribs) (Created page with "Use: -f bestaudio for best audio quality -o "%(title)s.%(ext)s" for correct naming of the files --add-metadata for correct IDs. You can use youtube URLS to download complete album in one go: #yt-dlp -f bestaudio -o "%(title)s.%(ext)s" --add-metadata https://www.youtube.com/playlist?list=OLAK5uy_nBJgNLqUL8A64tQMKFNPK3x7KzNOgfbUw")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use:

-f bestaudio 

for best audio quality

-o "%(title)s.%(ext)s"

for correct naming of the files

--add-metadata

for correct IDs.


You can use youtube URLS to download complete album in one go:

#yt-dlp -f bestaudio -o "%(title)s.%(ext)s" --add-metadata https://www.youtube.com/playlist?list=OLAK5uy_nBJgNLqUL8A64tQMKFNPK3x7KzNOgfbUw