Needless to say, I have made it to run from the GNU/Linux command line. I can't be bothered to make a "Windows version". I could "port" it to Windows if lots of people (or just some hot chick, whatever happens first) ask me to.
The command line would be simply:
% rip2ogg
It first runs and retrieves the freedb info, saving it in a file called rip2ogg.txt. You can then edit this txt file as you wish. A second run of rip2ogg will use the info in rip2ogg.txt to generate the Ogg files in a neat dir.
Requirements:
rip2ogg requires the CDDB.py and DiscID.py modules, available at Sourceforge. If you use Debian or related distros (Ubuntu...), you can just install the python-cddb package.
Another requirement is the availability of two custom auxiliary modules I have made. More precisely, you need the modules System.py and FileManipulation.py . You can download them here.