Copying CD tracks

Manolis Kiagias sonicy at otenet.gr
Fri Oct 12 22:20:29 PDT 2007



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


More information about the freebsd-questions mailing list