The script is at an early stage but it works (I'm ripping my CDs as I type this). It produces .ogg files and automatically looks up song info on freedb. It can also infer artist names from the song title (ie: in compilation albums).
You simply put in a CD and invoke the script like this:
- Code: Select all
audioripper
Please refer to audioripper --help for details about its usage.
There are a few known problems, it crashes a bit too often and sometimes you have to kill cdparanoia by hand, but I'm addressing most of those problems in the next days.
The current project page is: http://audioripper.rubyforge.org/
As of now, its dependencies are:
ruby (developed on 1.8.7, but 1.9.2+ should work and will be tested if freedb gem becomes available)
cdparanoia
oggenc
freedb ruby gem
duckutils (another open source project I'm maintaining at http://duckutils.rubyforge.org/)
Any help is welcome, and feel free to add suggestions, questions or any other comment. Happy ripping!


