Kodi Community Forum
PVR EPG Select any program - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: PVR EPG Select any program (/showthread.php?tid=261874)



PVR EPG Select any program - Gena01 - 2016-02-27

So if I have a basic working PVR plugin I am working on is there a way through API to enable a user to select any program from the schedule (my plugin is running against timeshifted IPTV. So some channels/programs are pre-recorded).

One example is if it's currently 7:00pm and I want to watch a program that starts at 8:30pm on the same channel. I can see all the programs populated in the Guide.


RE: PVR EPG Select any program - cat_baxter - 2016-03-08

Hi, Gena01!

Exactly the same question - my playlist supports 7 day archive and supports requests like this:

playlist.m3u8?utc_start=1454587200&utc_stop=1454587800

where utc_start and utc_stop - are start and stop times in UTC format.

I've already asked one Guru about that problem (https://github.com/kodi-pvr/pvr.iptvsimple/pull/52 ).