Kodi Community Forum
Adding an addon to the main menu - 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: Ace 2 (https://forum.kodi.tv/forumdisplay.php?fid=190)
+----- Thread: Adding an addon to the main menu (/showthread.php?tid=281441)



Adding an addon to the main menu - extremeaudio - 2016-07-03

I am using skin ACE. I am trying to add an addon to the main menu by adding the following lines to IncludesVIPMenu.xml

For eg Youtube

Code:
<item id="78">
       <label>YOUTUBE</label>
       <onclick>ActivateWindow(videos,plugin://plugin.video.youtube/,return)</onclick>
       <thumb>-</thumb>
           <icon>special://masterprofile/Custom/youtube.jpg</icon>
</item>

So the item adds just fine, but the skin has a feature for sub menu when I slide right. So if I slide right on my newly created shortcut all the menu items blank out. Can someone please suggest how to resolve this?

My xml file is here - http://pastebin.com/KMgPmwtV

PS Why cant I attach anything to posts on this forum? Is it just me or everyone?


RE: Adding an addon to the main menu - extremeaudio - 2016-07-05

Can someone help me out over here please?