Web interface: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>NedBot
m (Robot: Cosmetic changes)
Line 2: Line 2:
Web interfaces allow users to control and interact with their XBMC installation through a web browser. This can be used for a remote control, library management, visual feedback, and many other things.
Web interfaces allow users to control and interact with their XBMC installation through a web browser. This can be used for a remote control, library management, visual feedback, and many other things.


==Using multiple web interfaces at once==
== Using multiple web interfaces at once ==
Let's say <code><nowiki>http://123.4.5.6:8080</nowiki></code> is your local IP for accessing your default web interface add-on. You can access the other [[:Category:Web interface add-ons|web interface add-ons]] you have installed by going to <code><nowiki>http://123.4.5.6:8080</nowiki>/addons/</code> where you will see a directory listing.
Let's say <code><nowiki>http://123.4.5.6:8080</nowiki></code> is your local IP for accessing your default web interface add-on. You can access the other [[:Category:Web interface add-ons|web interface add-ons]] you have installed by going to <code><nowiki>http://123.4.5.6:8080</nowiki>/addons/</code> where you will see a directory listing.


[[File:WebUI.png|400px|border|A listing of all add-ons with web interfaces.]]
[[File:WebUI.png|400px|border|A listing of all add-ons with web interfaces.]]


==See also==
== See also ==
*[[Add-on:Default web interface]]
* [[Add-on:Default web interface]]
*[[:Category:Web interface add-ons]]
* [[:Category:Web interface add-ons]]
*[[:Category:Standalone web interfaces]]
* [[:Category:Standalone web interfaces]]
*[[Web Server HTTP API]] - Depreciated, but still used as of XBMC v11
* [[Web Server HTTP API]] - Depreciated, but still used as of XBMC v11


[[Category:Remotes]]
[[Category:Remotes]]
[[Category:Add-ons]]
[[Category:Add-ons]]
[[Category:Web interface add-ons|*]]
[[Category:Web interface add-ons|*]]

Revision as of 16:01, 27 April 2013

Template:XBMC wiki toc Web interfaces allow users to control and interact with their XBMC installation through a web browser. This can be used for a remote control, library management, visual feedback, and many other things.

Using multiple web interfaces at once

Let's say http://123.4.5.6:8080 is your local IP for accessing your default web interface add-on. You can access the other web interface add-ons you have installed by going to http://123.4.5.6:8080/addons/ where you will see a directory listing.

A listing of all add-ons with web interfaces.

See also