-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keymap during playback #16
Comments
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. |
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: I'm using v1.2.0-0 of pseudotv |
I have three pseudotv installs and none of my global keymaps work from xbmc. Am i missing something? ShowSubtitles Are all global commands that will not work for me |
PseudoTV has to actually check for each keypress and react accordingly. I currently do not catch and react to these items. |
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?
The text was updated successfully, but these errors were encountered: