About GtkMp3Burn

GtkMp3Burn is a quick and dirty Gtk-Perl app that is based upon mp3burn 0.01 by Ryan Richter . GtkMp3Burn is able to make audio CDs from mp3s without filling up your disk with .wav files. It requires Perl, Gtk-Perl, mpg123, and cdrecord. This is my first Gtk-Perl application and for the most part the first thing I've written that I've released for mass consumption. I don't consider myself much of a programer so please refrain from making snide comments about my code :) Comments, suggestions and improvements are appreciated. I make no warranty that this application performs as advertised. It works for me, but your milage may vary. For the most part this was an exercise in converting 12 lines of code into >500 by throwing a silly GUI around it, but it gave me something to do during a plane ride. It is best to run this from the command line so that you can see the mpg123 and cdrecord output. GtkMp3Burn is released under the terms of the GNU General Public License (GPL).

ScreenShot


Related Links

SourceForge Project Page
mp3burn by Ryan Richter
Gtk-Perl bindings
cdrecord homepage
mpg123 homepage

Download

GtkMp3Burn-0.2

FAQ

What do I use for cdrecord options?
That depends on your own setup and you should refer to the cdrecord documentation. Just for the record I use "-v dev=1,2,0 speed=4 -pad -swab -audio"