I'm also having trouble with 1.7 svn but mminfo seems to be working
correctly. This was working before the upgrade to the SVN version. Freevo
still displays (no disc) when a disc is inserted and mounted. I was using
Freevo 1.5.4 when everything was working.

kaa output:
|      media: MEDIA_DISC
|       mime: video/dvd
|     length: 20532.46
+-- Track #1
|    |      media: MEDIA_AV
|    |       mime: video/mpeg
|    |     length: 40.14
|    |    trackno: 1
|    |    trackof: 8
|    |     angles: 1
|    +-- Video Track #1
|    |    |      media: MEDIA_VIDEO
|    |    |     length: 40.14
|    |    |      codec: MPEG-2 Video
|    |    |     format: PAL
|    |    |      width: 720
|    |    |     height: 576
|    |    |        fps: 25.0
|    |    |     aspect: 1.77777777778
|    |    |     fourcc: MP2V
|    +-- Audio Track #1
|    |    |   language: en
|    |    |      media: MEDIA_AUDIO
|    |    |   channels: 2
|    |    | samplerate: 48000
|    |    |      codec: AC3
|    |    |     fourcc: 0x2000
|    |    |         id: 128


This is the error I see in the log file:
Exception in thread Thread-2:
Traceback (most recent call last):
 File "/usr/local/lib/python2.4/threading.py", line 442, in __bootstrap
   self.run()
 File "/usr/local/src/freevo-1.7/src/plugins/rom_drives.py", line 736, in
run
   self.check_all()
 File "/usr/local/src/freevo-1.7/src/plugins/rom_drives.py", line 696, in
check_all
   self.identify(media)
 File "/usr/local/src/freevo-1.7/src/plugins/rom_drives.py", line 438, in
identify
   disc_info = util.mediainfo.disc_info(media, force_rebuild)
 File "/usr/local/src/freevo-1.7/src/util/mediainfo.py", line 600, in
disc_info
   type, id = mmpython.cdrom.status(media.devicename)
AttributeError: 'module' object has no attribute 'status'

if I run a mminfo on my dvd drive /dev/hdc, I get the same error as above
but when I run mminfo on the mount point (/mnt/dvd), it works correctly.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to