Kodi Community Forum
More than one web interface loaded - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (https://forum.kodi.tv/forumdisplay.php?fid=156)
+---- Thread: More than one web interface loaded (/showthread.php?tid=215232)



More than one web interface loaded - ysilvela - 2015-01-16

I open this thread to know how we can load more than one web interface in differents ports (Or in a menu) to obtain the best funcionality of each one.


RE: More than one web interface loaded - Scondo - 2015-01-17

If there is no 'dirty hacks' in web interface you can use http://[your_ip]:8080/addons/

http://kodi.wiki/view/Web_interface


RE: More than one web interface loaded - ysilvela - 2015-01-19

Its true. I dont why but in my kodi doesnt works. No appears nothing. In your system works fine?


RE: More than one web interface loaded - tuxfuxch - 2015-02-05

works fine here (xmbc 13.2)

but you could do an own addon, just a html page where you link static to the plugins. Or you can even do it with a local html file. it's a hack, but would do the job.


RE: More than one web interface loaded - tuxfuxch - 2015-02-06

ok i hacked something ugly together,

it generates a menu with all the webinterfaces in one frame (yeah i know... but i said... ugly)...
and if you click on one, it loads it in the other.

on my mobile it does not render like i would like it, but its a first hack.

try it out. the addon you can find here:
https://github.com/tuxfuxch/ychooser


RE: More than one web interface loaded - un1versal - 2015-06-07

(2015-01-17, 16:30)Scondo Wrote: If there is no 'dirty hacks' in web interface you can use http://[your_ip]:8080/addons/

http://kodi.wiki/view/Web_interface

Indeed that does result in

Image

(2015-02-06, 03:13)tuxfuxch Wrote: ok i hacked something ugly together,

it generates a menu with all the webinterfaces in one frame (yeah i know... but i said... ugly)...
and if you click on one, it loads it in the other.

on my mobile it does not render like i would like it, but its a first hack.

try it out. the addon you can find here:
https://github.com/tuxfuxch/ychooser

What scondo suggested works anywhere, I added screenshot to that so you can see. No need for your hack to do that since its already handled like that by default..