Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2007 08:20:26 +0300
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Copying CD tracks
Message-ID:  <4710559A.90601@otenet.gr>
In-Reply-To: <20071013044010.GA85169@remdog.net>
References:  <20071013044010.GA85169@remdog.net>

next in thread | previous in thread | raw e-mail | index | archive | help


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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4710559A.90601>