From owner-freebsd-questions@FreeBSD.ORG Sat Oct 13 05:20:29 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 D00F316A417 for ; Sat, 13 Oct 2007 05:20:29 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 5899F13C448 for ; Sat, 13 Oct 2007 05:20:28 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-163654.home.otenet.gr [85.75.182.228]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l9D5KQKX031344 for ; Sat, 13 Oct 2007 08:20:26 +0300 Message-ID: <4710559A.90601@otenet.gr> Date: Sat, 13 Oct 2007 08:20:26 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: FreeBSD References: <20071013044010.GA85169@remdog.net> In-Reply-To: <20071013044010.GA85169@remdog.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:20:29 -0000 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