Hi,
I was wondering is it possible (supported by KODI) to create non-pvr binary addon – like script or service but using c++ instead od python. I want to create my own service addon for I2C communication along with RDS Radio program plugin (I do not particularly like PVR approach which is – imho – not suitable for Car Radio touch screen application).
Is there any guide on what functions/methods do I need to implement in my dll/so for the addon and how to prepare addon.xml (on wiki I could not even find extension point for xbmc.pvrclient which is used by other PVR plugins, so I think it’s a little outdated)? Even a “Hello World” plugin like this provided for python would help me a lot.
Thanks a lot
~Kamilos
P.S.: I have been searching for answers for a long time, but could not find any thread that could satisfy my needs so I decided to create this thread
EDIT: Ok, after manually going through forums, I have found thread that answers my question. http://forum.kodi.tv/showthread.php?tid=302260
Unfortunately I cannot delete this thread.