Customisable home submenus
#37
Hi,

I am having troubles with my Confluence (v4.6.9) on Kodi v18.6 LibreELEC 9.2.1 running on RPI4. I would like to add a UPNP path to a custom button like this:
        <control type="button" id="90194">
            <include>ButtonHomeSubCommonValues</include>
            <label>DivX</label>
            <onclick>ActivateWindow(10028,"upnp://b0a2ea39-717e-dca8-e2dd-85a8d09ca8a6/special://profile/playlists/video/MoziDivX.xsp", return)</onclick>
        </control>
This section is located in the following file: IncludesHomeMenuItems.xml, but when I do this, and I navigate my Kodi there and push enter, Kodi restarts.

Why i am searching for this solution: I have a Pi2 with Kodi as well installed and sharing Libraries/files/etc over UPNP. So I am using the same Confluence customised menu on that Pi2 (which i created years ago), since I have a lot special buttons in the main/home screen of the Confluence. The only difference is that on this Pi2 in the IncludesHomeMenuItems.xml I have this:
        <control type="button" id="90194">
            <include>ButtonHomeSubCommonValues</include>
            <label>DivX</label>
            <onclick>ActivateWindow(10025,"special://profile/playlists/video/MoziDivX.xsp", return)</onclick>
        </control>
Of course this does not have the UPNP section in it, because in this case the xsp file is stored in the PI2 Kodi directly. I simply copied over the Confluence xml files to create the same menu in RPI4 as well and I tried to edited the path, then i realised this is a bit more complicated...

At the moment I am a bit stuck, because i have no idea how can i add my UPNP shared libraries to my Confluence skin special buttons. If i go to Videos-->Files and start Add videos... then i am selecting the UPNP source and the library from there I can recreate all my libraries in here, but then I cannot map them to the Skin button section.

I also tried to manually create all xsp files in this new RPI4 so then my path would be special://profile/playlists/video/MoziDivX.xsp this works then, and it will be a "smart playlist" but after this in the smart playlist I cannot specify the UPNP playlist anymore so I am stuck again.


Does anybody has a good idea how to edit UPNP path inside the IncludesHomeMenuItems.xml or link the UPNP shared libraries in a different way?

Thank you in advance!
Reply


Messages In This Thread
Customisable home submenus - by Hitcher - 2016-08-29, 12:57
RE: Customisable home submenus - by DaveBlake - 2016-10-09, 12:01
RE: Customisable home submenus - by Hitcher - 2016-10-09, 12:24
RE: Customisable home submenus - by un1versal - 2016-10-22, 16:19
RE: Customisable home submenus - by Hitcher - 2016-10-22, 18:36
RE: Customisable home submenus - by un1versal - 2016-10-23, 12:07
RE: Customisable home submenus - by Hitcher - 2016-10-23, 12:15
RE: Customisable home submenus - by un1versal - 2016-10-24, 17:39
RE: Customisable home submenus - by venik212 - 2016-11-30, 20:34
RE: Customisable home submenus - by xantari79 - 2017-02-25, 21:50
RE: Customisable home submenus - by Hitcher - 2017-02-14, 08:36
RE: Customisable home submenus - by Hitcher - 2017-02-14, 16:21
RE: Customisable home submenus - by iaminsane - 2017-04-06, 09:25
RE: Customisable home submenus - by Hitcher - 2017-07-09, 11:43
RE: Customisable home submenus - by Hitcher - 2017-10-17, 07:33
RE: Customisable home submenus - by ligam33 - 2018-02-09, 23:23
RE: Customisable home submenus - by Quihico - 2018-02-09, 23:32
RE: Customisable home submenus - by ligam33 - 2018-02-10, 21:55
RE: Customisable home submenus - by Quihico - 2018-02-10, 22:32
RE: Customisable home submenus - by ligam33 - 2018-02-10, 23:35
RE: Customisable home submenus - by bob007 - 2020-04-19, 14:46
Logout Mark Read Team Forum Stats Members Help
Customisable home submenus0