Hello everybody,

I want to write up a short bash script to rip CD's using oggenc and various other tools to get the CDDB entries. One of the tools I want to use is cd-discid.

My problem is: which device should I use for the cdrom in OSX? Coming from a Linux background, I noticed right away that /dev/cdrom doesn't exist. I did find two other devices when I pop in a CD - /dev/disk1 and /dev/rdisk1. When I use them, though, I get the following errors:

: [EMAIL PROTECTED](22:12:31) > cd-discid /dev/rdisk1
cd-discid: /dev/rdisk1: DKIOCCDREADDISCINFO: Input/output error

: [EMAIL PROTECTED](22:12:39) > cd-discid /dev/disk1
cd-discid: /dev/disk1: DKIOCCDREADDISCINFO: Input/output error

I also get similar error messages when I use the Perl module CDDB_get






--- 'it's more fun to compute...' - Kraftwerk

[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to