From owner-freebsd-questions@FreeBSD.ORG Sat Oct 13 05:53:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ACAB16A419 for ; Sat, 13 Oct 2007 05:53:04 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.freebsd.org (Postfix) with ESMTP id 8CBFC13C455 for ; Sat, 13 Oct 2007 05:53:04 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-24-5-122-168.hsd1.ca.comcast.net[24.5.122.168]) by comcast.net (rwcrmhc11) with ESMTP id <20071013055303m1100msnhee>; Sat, 13 Oct 2007 05:53:03 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id C5E9E1CDB3; Fri, 12 Oct 2007 22:53:36 -0700 (PDT) Date: Fri, 12 Oct 2007 22:53:36 -0700 From: Rem P Roberti To: FreeBSD Message-ID: <20071013055336.GA90086@remdog.net> Mail-Followup-To: FreeBSD References: <20071013044010.GA85169@remdog.net> <4710559A.90601@otenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4710559A.90601@otenet.gr> User-Agent: Mutt/1.4.2.3i Subject: Re: Copying CD tracks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 05:53:04 -0000 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@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 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