From owner-freebsd-hackers Thu Aug 10 4:45: 9 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from genius.systems.pavilion.net (genius.systems.pavilion.net [212.74.1.100]) by hub.freebsd.org (Postfix) with ESMTP id 89C4C37B81E for ; Thu, 10 Aug 2000 04:45:02 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id 147639B2A; Thu, 10 Aug 2000 12:45:01 +0100 (BST) Date: Thu, 10 Aug 2000 12:45:01 +0100 From: Josef Karthauser To: Theo van Klaveren Cc: Soren Schmidt , "Koster K.J." , FreeBSD Hackers Subject: Re: audiofs mixing audio and data tracks Message-ID: <20000810124501.K1050@pavilion.net> Mail-Followup-To: Josef Karthauser , Theo van Klaveren , Soren Schmidt , "Koster K.J." , FreeBSD Hackers References: <200008100937.LAA30319@freebsd.dk> <000b01c002b3$c3cd7f40$19e55982@student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000b01c002b3$c3cd7f40$19e55982@student.utwente.nl>; from t.vanklaveren@student.utwente.nl on Thu, Aug 10, 2000 at 12:14:26PM +0200 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Aug 10, 2000 at 12:14:26PM +0200, Theo van Klaveren wrote: > Soren Schmidt wrote: > > | Well, the idea is that you get one device pr CD track, that way you can > | do what you want with them, ie to rip audio track 4 you do: > | > | dd if=/dev/acdNt4 of=track4.raw bs=2352 > | > | To mount data track5 with an ISO filesys: > | > | mount -t cd9660 /dev/acdNt5 /cdrom > | > | If you want to collect all audio tracks together you would just > | use the normal /dev/acd0c device, read the TOC of the CD so > | you know where they are, set the right blocksize, and there > | you go (that works now BTW). > > Ah, okay, that's great, but that's what audiofs already does (or will do > with that function of yours), so I'll just go on hacking now :-) I'd got one step further. I'm working on some changes in cdcontrol to support cdid, which could enables us to get a directory name (the album name) and track names (the title of the tracks) for the file system. Of course this is only possible on a net connected machine, but would be cool :) Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message