PVR EPG Select any program
#1
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.
Reply
#2
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 ).
Reply

Logout Mark Read Team Forum Stats Members Help
PVR EPG Select any program0