Kodi Community Forum
Krypton tempo support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: JSON-RPC (https://forum.kodi.tv/forumdisplay.php?fid=174)
+---- Thread: Krypton tempo support (/showthread.php?tid=314057)



Krypton tempo support - afly - 2017-05-09

Are we likely to see API support for the new variable playback tempo?

https://github.com/xbmc/xbmc/pull/10216
https://github.com/xbmc/xbmc/pull/10164


Seem to be keymapping is the order of the day to get it working but API support would help those of us using remote apps.

http://forum.kodi.tv/showthread.php?tid=10023&pid=2420219#pid2420219

Player.SetSpeed(double) seems like a good candidate but likely to break compatibility. Player.SetTempo(double 0.8..1.5) perhaps?