Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2000 12:45:01 +0100
From:      Josef Karthauser <joe@pavilion.net>
To:        Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Cc:        Soren Schmidt <sos@freebsd.dk>, "Koster K.J." <K.J.Koster@kpn.com>, FreeBSD Hackers <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: audiofs mixing audio and data tracks
Message-ID:  <20000810124501.K1050@pavilion.net>
In-Reply-To: <000b01c002b3$c3cd7f40$19e55982@student.utwente.nl>; from t.vanklaveren@student.utwente.nl on Thu, Aug 10, 2000 at 12:14:26PM %2B0200
References:  <200008100937.LAA30319@freebsd.dk> <000b01c002b3$c3cd7f40$19e55982@student.utwente.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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