Web interface: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
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 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 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.


{{-}}
==See also==
==See also==
*[[Add-on:Default web interface]]
*[[Add-on:Default web interface]]

Revision as of 17:26, 2 April 2012

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

A listing of all add-ons with web interfaces.

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.

See also