Skip to content

Instantly share code, notes, and snippets.

View Flamefork's full-sized avatar

Ilia Ablamonov Flamefork

View GitHub Profile
@Flamefork
Flamefork / gist:110429
Created May 12, 2009 11:44
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 "{}" \;
# Fix routing to enable this:
#
# map.resources :organizations, :as => :root
#
# to produce this:
#
# organizations GET /
# new_organization GET /new
# edit_organization GET /:id/edit
# organization GET /:id