Skip to content

Instantly share code, notes, and snippets.

@jebog
Created April 3, 2017 16:17
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save jebog/9210af59bad3bc77089b8118c6771411 to your computer and use it in GitHub Desktop.
Save jebog/9210af59bad3bc77089b8118c6771411 to your computer and use it in GitHub Desktop.
Download and Add Metadata to MP3 with Youtube-dl
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
@mizzunet
Copy link

👍

@brokenricefilms
Copy link

thanks,
worked with yt-dlp

    yt-dlp -x --continue --add-metadata --embed-thumbnail --audio-format mp3 --audio-quality 0 --metadata-from-title="%(artist)s - %(title)s" "$1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment