Skip to content

Instantly share code, notes, and snippets.

@soal
Created September 25, 2013 14:02
Show Gist options
  • Save soal/6700098 to your computer and use it in GitHub Desktop.
Save soal/6700098 to your computer and use it in GitHub Desktop.
Convert mp3 tags from cp1251 to unicode
find . -name "*.mp3" -print0 | xargs -0 mid3iconv -e CP1251 -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment