Kodi Community Forum

Full Version: TVGuide KeyMapping Music
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

In the TVGuide in the view Timeline you can use the keys 'SkipNext' and 'SkipPrevious' for fast scrolling with 12h steps.
I would like to use the buttons for FFWD and REW for skipping music titles.
Sadly I don't know how to realise that, because the normal keys for skipping music produce the fast scrolling.

I tried a mapping in the keyboard.xml with the function 'PlayerControl()' like this:
Code:
​<TVGuide>
  <keyboard>
    <period>SkipNext</period>
    <comma>SkipPrevious</comma>
    <f>PlayerControl(Next)</f>
    <b>PlayerControl(Previous)</b>
  </keyboard>
</TVGuide>​

Sadly the keys 'PlayerControl(Next)' and 'PlayerControl(Previous)' also produce a 12h-scrolling in the TVGuide Timeline like the other two keys 'SkipNext' and 'SkipPrevious'. Confused

Can anybody help?

Thanks and with best regards,
AEOne