2016-07-08, 04:49
Hi everyone.
I know there's a IPTV PVR addon out already, but the IPTV solution I use requires authentication etc to allow streaming. It also has a catchup service, which I'd like to integrate into the EPG also.
So I decided to create my own add-on. I've got some python knowledge, but no C++. So creating my own addon using cmake is out of the question currently.
My question is, since the KODI PVR/EPG layout has already been coded in xml. Could I use that pre-existing layout and just create my add-on using that? If so how would I achieve this?
Ideally, I'd like to import the xml layout's into my python addon and code the logic behind that in python, which would give me all the functionality I need, with the pre-existing PVR/EPG
I know there's a IPTV PVR addon out already, but the IPTV solution I use requires authentication etc to allow streaming. It also has a catchup service, which I'd like to integrate into the EPG also.
So I decided to create my own add-on. I've got some python knowledge, but no C++. So creating my own addon using cmake is out of the question currently.
My question is, since the KODI PVR/EPG layout has already been coded in xml. Could I use that pre-existing layout and just create my add-on using that? If so how would I achieve this?
Ideally, I'd like to import the xml layout's into my python addon and code the logic behind that in python, which would give me all the functionality I need, with the pre-existing PVR/EPG