kodi-pvr / pvr.filmon

Kodi's Filmon client addon
GNU General Public License v2.0
4 stars 32 forks source link

[Matrix] change to new C++ PVR interface way #103

Closed AlwinEsch closed 4 years ago

AlwinEsch commented 4 years ago

Changes related to xbmc/xbmc#16485.

This make the addon to the new C++ addon interface.

With missing account not runtime tested!

Also updated jsoncpp to prevent compile warnings.

AlwinEsch commented 4 years ago

Have updated, as ADDON_GetStatus no more used I added use of kodi::addon::CInstancePVRClient::ConnectionStateChange(...), by them was also a change of FilmonAPI.cpp needed to have the client instance there available for this.

Test was only without account possible but messaging for this was correct.