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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message