> Hi, > > I get this when I try to play some content I've just downloaded. There > are a number of vob files in a directory and the crash happens as soon > as I enter the directory. > > autoshutdown.py (350): timer reset, received event MENU_SELECT > Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/freevo/main.py", line 289, in > eventhandler > app.eventhandler(event) > File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 673, in > eventhandler > action( arg=arg, menuw=self ) > File "/usr/lib/python2.4/site-packages/freevo/video/videoitem.py", line > 551, in play > error = self.player.play(mplayer_options, self) > File "/usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py", > line 149, in play > self.max_subtitle = max(self.max_subtitle, len(track['subtitles'])) > KeyError: 'subtitles'
I quess that the vob do not have any subtitles and so kaa.metadata does not have a subtitles key. You can check with mminfo /path/to/file. If this is the case then you need to raise a bug report. Duncan ------------------------------------------------------------------------- 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
