Skip to content

Instantly share code, notes, and snippets.

@Jonny007-MKD
Forked from iansym/eyed3.sh
Last active April 7, 2020 19:06
Show Gist options
  • Save Jonny007-MKD/746b69bdc13ca2b8ad477c48c1838aa2 to your computer and use it in GitHub Desktop.
Save Jonny007-MKD/746b69bdc13ca2b8ad477c48c1838aa2 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:FRONT_COVER "$f"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment