On Mon, Mar 01, 2004 at 03:04:57AM +0000, Tom Chance wrote: > >>> import mmpython > >>> dvd = > mmpython.Factory().create_from_device('/dev/dvd') > >>> dvd.tracks > [] > > The DVD drive spins, so it's accessing the disc, but > there's no information gathered. > > I'm guessing that either: > 1 - I need to do more work to get the DVD info > 2 - mmpython isn't working
I don't know anything about the approach you're taking here, but this should suffice: import mmpython dvd = mmpython.parse('/dev/dvd') print 'dvd' to see the entries in the dict. One other note, to get anything useful out of a dvd you'll need libdvdread and maybe libdvdcss installed. ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel