-
-
Save raspberrypisig/41ec6250a0a2871087fc923b53966972 to your computer and use it in GitHub Desktop.
Download and Add Metadata to MP3 with Youtube-dl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youtube-dl -x --continue --add-metadata --embed-thumbnail --audio-format mp3 --audio-quality 0 --metadata-from-title="%(artist)s - %(title)s" --prefer-ffmpeg -o "%(title)s.%(ext)s" $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment