Build a webinterface
#2
I suspect it's possible, but it's likely to be a fair amount of work.  Kodi has a general web interface, but I don't think there's anyway to tie add-on control into that.  So your add-on would have to have a service component that would activate a web/api server of some sort, listen on a specific port (preferably not any of the ones Kodi uses), and then have all the request/response logic built into it. You'd also be responsible for all the security for that too.  I think the YouTube add-on has a really basic web server in it that is activated when someone needs to enter their Google API keys, so you might look at that to see what they did.
Reply


Messages In This Thread
Build a webinterface - by M4tRiX - 2021-04-22, 14:57
RE: Build a webinferface - by pkscout - 2021-04-22, 18:29
RE: Build a webinferface - by Roman_V_M - 2021-04-23, 09:38
RE: Build a webinferface - by M4tRiX - 2021-04-24, 09:13
RE: Build a webinferface - by Sidewinder_2011 - 2021-04-24, 09:17
RE: Build a webinferface - by enen92 - 2021-04-24, 10:29
RE: Build a webinterface - by Roman_V_M - 2021-04-25, 08:13
RE: Build a webinterface - by M4tRiX - 2021-04-29, 22:08
RE: Build a webinterface - by M4tRiX - 2021-05-01, 00:39
RE: Build a webinterface - by Roman_V_M - 2021-05-01, 08:20
RE: Build a webinterface - by M4tRiX - 2021-05-01, 13:54
RE: Build a webinterface - by Roman_V_M - 2021-05-02, 07:44
RE: Build a webinterface - by Roman_V_M - 2021-05-02, 07:48
Logout Mark Read Team Forum Stats Members Help
Build a webinterface0