Kodi Community Forum

Full Version: Add Main Menu Item
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
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