Feedback wanted on default behaviour for remote buttons
#27
I hope I'm not too late on this topic, but I've been using the MythTV PVR plugin (in the Gotham build), and it would be great if by default the "Commercial Skip" feature was linked to the >>| (skip plus) button. (I mapped this by hand - but I didn't do it correctly, because it only worked when no transport controls were being displayed).

Here are the changes I made on a RaspberryPI:
Code:
/storage/.xbmc/userdata/keymaps/remote.xml

containing the following:
Code:
<keymap>
  <global>
    <remote>
       <!-- support commercial skip via skip and replay buttons on remote -->
       <skipplus>nextscene</skipplus>
       <skipminus>previousscene</skipminus>
    </remote>
  </global>
</keymap>
Reply


Messages In This Thread
RE: Feedback wanted on default behaviour for remote buttons - by bhamail - 2013-07-14, 09:32
Logout Mark Read Team Forum Stats Members Help
Feedback wanted on default behaviour for remote buttons1