Skip to content

Instantly share code, notes, and snippets.

@iansym
Last active April 7, 2020 19:06
Show Gist options
  • Save iansym/171c81d5ed4d1599f68078149380cfc4 to your computer and use it in GitHub Desktop.
Save iansym/171c81d5ed4d1599f68078149380cfc4 to your computer and use it in GitHub Desktop.
Using eyeD3 to add cover art
for f in *mp3; do eyed3 --encoding=utf8 --to-v2.4 --add-image cover.jpg:OTHER $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment