2013-07-22, 07:26
I'd like to develop a PVR addon. I wrote a TV backend similar to MythTV backend, called Zeipis. I'd like to add it to XBMC using the new PVR API.
However, I couldn't find any development or API documentation about it. All I found was the existing plugins (including the demo), at https://github.com/opdenkamp/xbmc-pvr-ad...ter/addons (not sure whether this is the official once).
Where can I find documentation?
I noticed that all the PVR plugins are in C++. I had assumed that it's possible to write them in Python. For my client, Python is plenty sufficient, as it's just calling a web service for everything - and this is something that's comparably hard to do in C++. Is there a way to write PVR plugins in Python only?
Thanks,
Ben Bucksch
P.S. Shouldn't there be a PVR addon forum in Add-ons Help and Support?
However, I couldn't find any development or API documentation about it. All I found was the existing plugins (including the demo), at https://github.com/opdenkamp/xbmc-pvr-ad...ter/addons (not sure whether this is the official once).
Where can I find documentation?
I noticed that all the PVR plugins are in C++. I had assumed that it's possible to write them in Python. For my client, Python is plenty sufficient, as it's just calling a web service for everything - and this is something that's comparably hard to do in C++. Is there a way to write PVR plugins in Python only?
Thanks,
Ben Bucksch
P.S. Shouldn't there be a PVR addon forum in Add-ons Help and Support?