Jasonra / XBMC-PseudoTV

Channel Surfing for XBMC
GNU General Public License v3.0
93 stars 38 forks source link

keymap during playback #16

Open nantonakos opened 13 years ago

nantonakos commented 13 years ago

is the keymap being imported from the local keymap.xml? I haven't customized enough to notice one way or another but I have noticed that cycle subtitles (default L) and cycle audio tracks (locally assigned to K) don't work during playback.

Is it just a matter of adding these to Globals.py?

Jasonra commented 13 years ago

Some events (stop, pause, play) are handled without any intervention from the script. Some, as you found, require me to actually catch and implement. I will leave this issue open for now and you can add any keys that you see don't work as they should. I will put them in when I get a chance.

dannyzumwalt commented 13 years ago

On appletv, pre-eden with newest confluence, I cannot stop the script, or even close out of the EPG without hitting enter to select a new show. Menu button does nothing in EPG (hitting once or holding down) and nothing when EPG is not active but something is playing (should exit script).

Here's how it goes: Start script and video starts up : play button brings up the EPG. now i'm stuck in it until i select a show to watch Menu button does nothing.

I'm using v1.2.0-0 of pseudotv

appriti commented 12 years ago

I have three pseudotv installs and none of my global keymaps work from xbmc. Am i missing something?

ShowSubtitles CodecInfo AspectRatio NextSubtitle

Are all global commands that will not work for me

Jasonra commented 12 years ago

PseudoTV has to actually check for each keypress and react accordingly. I currently do not catch and react to these items.