Is there a way to increase video playback speed with Vero 4K+?

Alrighty…thanks for the help everyone! I was able to get it working for fullscreen video where longpress up increases tempo and longpress down decreases.

  1. set ‘Sync playback to display’.

  2. The following in ~osmc/.kodi/userdata/keymaps/keyboard.xml:

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
  <FullscreenVideo>
    <keyboard>
      <up mod="longpress">PlayerControl(tempoup)</up>
      <down mod="longpress">PlayerControl(tempodown)</down>
    </keyboard>
  </FullscreenVideo>
</keymap>
  1. (perhaps optional) reboot to pick up the new keyboard map.
1 Like