palinek / pvr.sledovanitv.cz

Kodi's sledovanitv.cz client addon
GNU General Public License v2.0
28 stars 14 forks source link

[Matrix] API update #66

Closed AlwinEsch closed 3 years ago

AlwinEsch commented 4 years ago

API related to xbmc/xbmc#17438 (DEMUX_PACKET not used there)

AlwinEsch commented 3 years ago

The request on Kodi comes in 1-2 days in and update also here needed.

palinek commented 3 years ago

I'm wondering... why is the version increase (forced rebuild of addon) needed? Is there some ABI change in the xbmc PR?

AlwinEsch commented 3 years ago

Yes within this https://github.com/xbmc/xbmc/pull/17438/commits/9979cc0ad02f0fe07fa1a1cf7b519914ee55b954 commit related to PVR and to kickout the use of "C++" (there the DemuxPacket) within "C" interface.

The request in Kodi is mainly about inputstream addons, only takes PVR system the DemuxPacket from it.

AlwinEsch commented 3 years ago

If nothing goes wrong is this the last API change and in Kodi Matrix comes nothing else anymore.

AlwinEsch commented 3 years ago

Can be come in now.