Here we go, DEBUG is 0, SVCD in CDROM (switched_inside) and DVD in DVDROM
(hellfest):
/usr/share/freevo/data/disc/metadata/2002072318450000SW1TCHED_INSIDE.freevo
no
{}
/usr/share/freevo/data/disc/metadata/2003061716411800HELLFEST2003_DVD.freevo
no
{}
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py", line
782, in run
self.check_all()
File "/usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py", line
742, in check_all
self.identify(media)
File "/usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py", line
492, in identify
disc_info = util.mediainfo.disc_info(media)
File "/usr/lib/python2.3/site-packages/freevo/util/mediainfo.py", line
674, in disc_info
if mmdata.mime == 'unknown/unknown' and not
metainfo.has_key('disc_num_video'):
AttributeError: 'NoneType' object has no attribute 'mime'
-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Dirk Meyer
Gesendet: Dienstag, 25. Mai 2004 20:40
An: [EMAIL PROTECTED]
Betreff: [Freevo-devel] Re: Error when inserting DVD
"Jan Grewe" wrote:
> Sorry, i don't have a .freevo, only a .mmpython!
> I deleted that one, but it still gives me the error when inserting a
> disc
That's strange. Open src/util/mediainfo.py and search for:
if os.path.isfile(cachefile):
metainfo = util.read_pickle(cachefile)
else:
metainfo = {}
if mmdata.mime == 'unknown/unknown' and not
metainfo.has_key('disc_num_video'):
replace it with some debug:
print cachefile
if os.path.isfile(cachefile):
print 'yes'
metainfo = util.read_pickle(cachefile)
else:
print 'no'
metainfo = {}
print metainfo
if mmdata.mime == 'unknown/unknown' and not
metainfo.has_key('disc_num_video'):
and send me the output.
Dischi
--
Press any key to continue or any other key to quit...
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id�66&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel