Skip to content

Instantly share code, notes, and snippets.

@Flamefork
Created May 12, 2009 11:44
Show Gist options
  • Save Flamefork/110429 to your computer and use it in GitHub Desktop.
Save Flamefork/110429 to your computer and use it in GitHub Desktop.
fix mp3 id3 tags
wget http://quodlibet.googlecode.com/files/mutagen-1.15.tar.gz
tar -xzf mutagen-1.15.tar.gz
cd mutagen-1.15
./setup.py build
sudo ./setup.py install
cd YOUR_MUSIC_FOLDER
find . -iname '*.mp3' -exec mid3iconv --remove-v1 -e CP1251 "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment