PlayerControl tempo not working in v18 on PVR WMC TV recordings?
#1
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

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>
Reply
#2
Kodi18 requires playback to be handled differently compared to previous kodi versions of pvr.wmc, so I assume this lack of tempo change is related to that change.  However, if there is anything I can do to re-enable it in the addon code I would need some kodi guru to fill me in, because I don't see anything I can do to effect this using the current pvr api.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply

Logout Mark Read Team Forum Stats Members Help
PlayerControl tempo not working in v18 on PVR WMC TV recordings?0