Kodi Community Forum

Full Version: windows or android custom home menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi was wondering if it is possible to use 'href' xi:include in the includes.xml under the respective skin you use to remotely manipulate menu contents.

In "script-skinshortcuts-includes.xml" I wanted to add something like the following:

<?xml version='1.0' encoding='UTF-8'?>
<includes>
<include name="skinshortcuts-mainmenu">
<xi:include href="http://www.[domain name]/xml-menu1.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</include>
</includes>

Has anyone tried this sort of thing?

cheers.
nope, not possible. there's no support in Kodi for it.