2015-11-28, 18:57
Hi,
I'm interested in writing a PVR addon that will be able to support multiple IPTV providers through specific implementations of various interfaces. I'd like to do this in Python since writing and maintaining something like this in C++ is going to be a hassle.
I understand that currently the only way to write PVR addons is using C++ so I'd like to create Python bindings that would allow to make Python PVR addons.
Unfortunately, I have zero knowledge of the Kodi source code, so I would appreciate if someone experienced with the PVR and addon architecture could give me some hints and point me in the right direction.
Questions:
Thanks!
I'm interested in writing a PVR addon that will be able to support multiple IPTV providers through specific implementations of various interfaces. I'd like to do this in Python since writing and maintaining something like this in C++ is going to be a hassle.
I understand that currently the only way to write PVR addons is using C++ so I'd like to create Python bindings that would allow to make Python PVR addons.
Unfortunately, I have zero knowledge of the Kodi source code, so I would appreciate if someone experienced with the PVR and addon architecture could give me some hints and point me in the right direction.
Questions:
- Are there technical limitations that currently make Python PVR addons an impossibility?
- What should be the steps in adding this kind of capability?
- Which areas of the code should I be looking at?
- Is there a clear example of a previous similar project that added Python support for what previously was only possible through a binary addon?
Thanks!