Kodi Community Forum
Add Main Menu Item - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Welo (https://forum.kodi.tv/forumdisplay.php?fid=163)
+----- Thread: Add Main Menu Item (/showthread.php?tid=143411)



Add Main Menu Item - dehein2 - 2012-10-23

Hi,
I'm not a skinner so i have no idea if this is easy to accomplish: Is it possibe to add a custom Main Menu Item after "Videos". I want it to execute an exe file like this:

<item id="666">
<onclick>XBMC.System.Exec("C:\dvbviewerreactivate.exe")</onclick>
</item>

Its name shoud be sth. like "Live-TV". Is that possible? And is it possible to Write "WATCH<new line>LIVE-TV" instead of "Watch your movies...."

Thanks
Dennis


RE: Add Main Menu Item - liquidskin76 - 2012-10-23

Hi dehein2,

I've haven't coded PVR support for Welo yet (no viewtype for it, etc). Afraid you'll have to wait a little longer for that. Custom menu items is coming in v2, which i'm hard at work on now. PVR will be v3. It will be the only feature making up v3, so hopefully won't be too much longer after v2 release.

Cheers Wink


RE: Add Main Menu Item - dehein2 - 2012-10-23

yes, my script is just starting an external PVR application. Isn't there a way to add this item to the home.xml? I just don't understand how it works Wink