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_display')

> Is there a reason mplayers osd got disabled in 1.9.0? Or isn't this
> supposed to happen? :-)

You can remove site-packages/kaa/display directory.

The dialog.x11_overlay_display replaces the default mplayer display to
display a pretty pause and play icon instead of the text messages.

> This brings me to another issue. I had the backspace button mapped to
> "SUBTITLE" in local_conf.py like this:
> EVENTMAP['KEY_BACKSPACE'] = 'SUBTITLE'
> (yes, I've got a very cheap remote ;-)).
> 
> As a test I commented-out that line, and now I see 'speed: x  1.00' on
> screen when I press the subtitle button. So, now we know that the
> keyboard doensn't get disabled even though I have 'SYS_USE_KEYBOARD =
> False' in my config... bug?

SYS_USE_KEYBOARD simply prevents the normal keyboard from sending events
but if you have the EVENT_DEVS defined your keyboard will still work if
it is listed.

Duncan


------------------------------------------------------------------------------
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to