xfburn and Audio CD

Mark Knecht markknecht at gmail.com
Thu Feb 4 05:07:51 CET 2010


On Wed, Feb 3, 2010 at 6:57 PM, Robin <diilbert.atlantis at gmail.com> wrote:
> I am a big fan of staying away from the bulk of installing Gnome or
> KDE libs, but I cannot seem to figure out have to copy Audio CDs with
> xfburn.
>
> I am using version 0.4.2
>
> Any thoughts or suggestions would be appreciated.
>
> Thanks!
> Robin

Don't be a slave to the GUI. Try it from the command line. You might
be surprised and like it:

mkdir test
cd test/
df
cdrecord --scanbus
cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6
cdrecord dev=1000,1,0 -eject
cdrecord dev=1000,1,0 -v -speed=6 -dao -useinfo -text -eject *.wav
rm audio*
ls

Rinse and repeat if necessary...

You'll probably need to adjust the dev= based on your system. Every
system of mine tends to be a bit different. The scanbus command will
let you know which to use.

Hope this helps,
Mark



More information about the Xfce mailing list