Yesterday I finally found some time to upgrade freevo to 1.5.0 and mmpython to 0.4.5.
Seems to work fine, except for some discs. The DVD disc I rented yesterday, CITY_OF_NO_LIMITS region code europe.
I have no DVD-writer, but made a vobcopy -m of the disc so I can send any lsdvd output you require.


mmpython.create error:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/mmpython/factory.py", line 250, in create
return self.create_from_device(name)
File "/usr/lib/python2.3/site-packages/mmpython/factory.py", line 217, in create_from_device
t = e[3](devicename)
File "/usr/lib/python2.3/site-packages/mmpython/disc/lsdvd.py", line 108, in __init__
self.valid = self.isDisc(device)
File "/usr/lib/python2.3/site-packages/mmpython/disc/lsdvd.py", line 197, in isDisc
return self.lsdvd(device)
File "/usr/lib/python2.3/site-packages/mmpython/disc/lsdvd.py", line 150, in lsdvd
self.tracks[-1].video.append(DVDVideo(data))
File "/usr/lib/python2.3/site-packages/mmpython/disc/lsdvd.py", line 75, in __init__
self.width = int(data[12])
ValueError: invalid literal for int(): ?


Please report this bug to the Freevo mailing list
*****************************************
Error detecting the disc
Please contact the developers
*****************************************

I temporarily worked around the bug to be able to watch the DVD by commenting out the four lines in lsdvd.py:
class DVDVideo(mediainfo.VideoInfo):
def __init__(self, data):
mediainfo.VideoInfo.__init__(self)
#self.width = int(data[12])
#self.height = int(data[14])
#self.fps = float(data[5])
#self.aspect = data[10]


Let me know if you need more info
Jeroen


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to