Skip to content

Instantly share code, notes, and snippets.

@webgago
Created May 20, 2013 20:59
Show Gist options
  • Save webgago/5615504 to your computer and use it in GitHub Desktop.
Save webgago/5615504 to your computer and use it in GitHub Desktop.
convert mp3tags
find ~/Music/ -name '*.mp3' -print0 | xargs -0 mid3iconv -eCP1251 --remove-v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment