Created
May 12, 2009 11:44
-
-
Save Flamefork/110429 to your computer and use it in GitHub Desktop.
fix mp3 id3 tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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