2019-02-10, 21:33
The following worked with TV recordings in PVR WMC in v17.6, but no longer works in v18. It's used to control playback tempo. It continues to work in the Video section, though, so one can work around it by doing a Samba share of the TV recordings folder to the Videos section, and accessing them from there. This isn't perfect, as you don't get the other TV recordings menu features, so we still need a fix. ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
For it to work, you also need to enable "Sync playback to display".
It uses the square bracket keys, [ and ], to change the playback speed:
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
For it to work, you also need to enable "Sync playback to display".
It uses the square bracket keys, [ and ], to change the playback speed:
Quote:<keymap>
<FullscreenVideo>
<keyboard>
<opensquarebracket>PlayerControl(tempodown)</opensquarebracket>
<closesquarebracket>PlayerControl(tempoup)</closesquarebracket>
</keyboard>
</FullscreenVideo>
<VideoMenu>
<keyboard>
<opensquarebracket>PlayerControl(tempodown)</opensquarebracket>
<closesquarebracket>PlayerControl(tempoup)</closesquarebracket>
</keyboard>
</VideoMenu>
</keymap>