Skip to content

Instantly share code, notes, and snippets.

@sagax
Last active March 1, 2016 19:24
Show Gist options
  • Save sagax/44b3e603cac01b4253c7 to your computer and use it in GitHub Desktop.
Save sagax/44b3e603cac01b4253c7 to your computer and use it in GitHub Desktop.
Converting MP3 Tags To UTF-8
for i in *.mp3; do mid3iconv -e CP1251 --remove-v1 $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment