palinek / pvr.sledovanitv.cz

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

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

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 backend account not runtime tested!

palinek commented 4 years ago

Great job @AlwinEsch. Still compiling the xbmc/xbmc#16485 and reviewing code.. I'll let you know ASAP...

palinek commented 4 years ago

Few tests with first run... everything seems to be working as expected.

AlwinEsch commented 4 years ago

Have it updated, the std::move from constructor is away and the std::vector on properties as return.

palinek commented 4 years ago

Closes #64

palinek commented 4 years ago

@AlwinEsch A big Thank you, I really appreciate, that you've done all the "boring" work here

AlwinEsch commented 4 years ago

No problem, it's fun and good hobby work, even if that was a lot with the many addons :smile: