Copying CD tracks

Rem P Roberti rem at remdog.net
Fri Oct 12 22:53:04 PDT 2007


On 2007.10.13 08:20:26 +0000, Manolis Kiagias wrote:
> 
> 
> Rem P Roberti wrote:
> > Is it possible to copy all of the audio tracks on a cd to a directory at
> > one time.  The handbook gives instructions for copying one at a time,
> > but there must be a way to do it all at once.
> >
> > Rem
> > _______________________________________________
> > freebsd-questions at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> >
> >
> >   
> In my ripping / ogg conversion script I use the following:
> 
> cdda2wav -D /dev/acd0 -B -L1 -cddbp-server=freedb.freedb.org
> -cddbp-port=8880
> 
> Last two options will also get you the track titles. -B means bulk
> copying (all tracks into separate files).
> 
> Manolis

Geez, that works great!  And in conjunction with:

	burncd -f /dev/acd1 audio *wav fixate

I have the complete deal.  I just burned a Django Reinhardt CD with no
hiccups.  Thank you.

Rem




More information about the freebsd-questions mailing list