Kodi Community Forum
PVR.IsTimeShift returning false even when timeshifting - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: PVR.IsTimeShift returning false even when timeshifting (/showthread.php?tid=313955)



PVR.IsTimeShift returning false even when timeshifting - aegidius - 2017-05-08

Writing a skin whose OSD contains some info about the timeshift - specifically, how much time is in the buffer and where we are in it.

PVR.IsTimeShift is returning false even when timeshifting. Consquently, PVR.TimeshiftStart and PVR.TimeshiftEnd are invalid. This is with Estuary on Krypton, rrunning with a NextPVR backend on Windows. Not sure if this is a Kodi issue or something wrong with the backend? Of course, timeshifting is enabled in the backend and I can pause and skip around to my heart's content. Any ideas from the skinners?


PVR.IsTimeShift returning false even when timeshifting - ksooo - 2017-05-08

Well, the nextpvr add-on does not implement the required functions. => https://github.com/kodi-pvr/pvr.nextpvr/blob/master/src/client.cpp#L734


RE: PVR.IsTimeShift returning false even when timeshifting - aegidius - 2017-05-09

That's well spotted :-)
I thought as much. Strange that it actually supports timeshifting underneath. Are you aware of other backends that correctly report timeshift start and end times?


RE: PVR.IsTimeShift returning false even when timeshifting - aegidius - 2017-05-09

Moving this to the PVR addons thread...