Kodi Community Forum
Add "Playlists" sub-menu item under Movies on Home screen? - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Add "Playlists" sub-menu item under Movies on Home screen? (/showthread.php?tid=75934)



Add "Playlists" sub-menu item under Movies on Home screen? - 350Zed - 2010-06-19

I'm using Confluence on XBMC Live and I'm trying to add a "Playlists" item under Movies on the Home screen, and I'm struggling with the syntax.

Can someone please help me write the <control> section for home.xml?

Code:
<control>
<control type="button" id="90167">
<include>ButtonHomeSubCommonValues</include>
<label>Playlists</label>
<onclick>ActivateWindow([color=red][b]???[/b][/color])</onclick>
</control>

Huh