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 []

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


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?
------------------------------------------------------------------------------
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to