On Wed, Aug 20, 2003 at 08:25:48AM -0700, Lars Eggert wrote: > It really looks like this file doesn't exist for FreeBSD. However, there > is a CDDB python module that claims to support FreeBSD/Linux/Solaris, > but isn't currently used by freevo: http://cddb-py.sourceforge.net/
The CDROM.py module in Python is mostly a set of ioctl's, likely generated from the Linux kernel source; I imagine FreeBSD uses something like that for CD access. > But I'm not sure if it supports all of the functionality you currently > use in freevo. The cdrom module from cddb-py does support FreeBSD, but only insofar as to grab a TOC from the drive; we need to go further since we automatically identify media. Aubin ------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code=104 _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
