Re: [Freevo-users] 1.9.0 issues

2009-06-25 Thread Michel Hoogervorst
> > The dialog.x11_overlay_display replaces the default mplayer display to > display a pretty pause and play icon instead of the text messages. Ok, I understand. This should indeed be better looking... but without a progress-bar when seeking, and some info about the selected subtitle when pressin

Re: [Freevo-users] Livepause crash

2009-06-25 Thread Duncan Webb
Bernard Mentink wrote: > Hi again Duncan, > > It looks like the problem is in this bit of code of mplayer.py: > > --- code --- > if event == PAUSE or event == PLAY: > self.paused = not self.paused > # We have to store the current time before displa

Re: [Freevo-users] 1.9.0 issues

2009-06-25 Thread Duncan Webb
Michel Hoogervorst wrote: > OK, I just kind of solved the mplayer osd issue. Just commented-out line > 351 of video/plugins/mplayer.py which reads: > command += args['disable_osd'] and ['-osdlevel', '0'] or [] You might be better off by adding to local_conf.py: plugin.remove('dialog.x11_overlay_di