add-ons / service.iptv.manager

Integrate TV and radio channels with EPG data from other add-ons in Kodi PVR.
https://github.com/add-ons/service.iptv.manager/wiki
GNU General Public License v3.0
95 stars 28 forks source link

Allow playing on demand items from the PVR Guide #19

Closed michaelarnauts closed 4 years ago

michaelarnauts commented 4 years ago

This PR allows the user to play Video On Demand content from the Kodi PVR Guide.

This requires the channel json to include a vod field, with an URI that we can use with PlayMedia to play a program based on the aired date.

This is the only supported way in Kodi Leia, for Matrix, more fancy stuff is possible, but that's for later.

This is implemented in the following PR's:

Partially implements #1

michaelarnauts commented 4 years ago

I think this is okay for now. I will probably have to hide the context menu on Matrix, but that depends on how nice we can integrate there.