public
Description: A script that converts mp3 files to ogg while keeping the id3 tags
Homepage:
Clone URL: git://github.com/alaaibrahim/mp3toogg.git
name age message
file README Wed Jun 24 17:36:36 -0700 2009 Adding the script [alaaibrahim]
file mp3toogg.rb Wed Nov 04 00:57:53 -0800 2009 Fixed a breaking when there is no genre for the... [alaaibrahim]
README
Problem:
I need to convert a bunch of files from mp3 to ogg while keeping the id3tags

This script does that, but I think it might need some modifications. It's working fine with me, hope it would be 
helpful, and any input is appreciated.

This might be my first ruby script, so don't bash me if you don't like the code :-)

in order to work, this script needs mplayer, oggenc, and id3tool.