PVR.IsTimeShift is returning false even when timeshifting

Moved this here from the general support forum, in case a NexpPVR client addon dev can do something about it…

(Yesterday 11:27)aegidius Wrote:  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?

(Yesterday 18:14)ksooo Wrote:  Well, the nextpvr add-on does not implement the required functions. => https://github.com/kodi-pvr/pvr.nextpvr/…t.cpp#L734

(Today 00:17)aegidius Wrote:  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?