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 "{}" \; |
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
# 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 |
NewerOlder