Kodi Community Forum
Problem adding playlist to home screen 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Problem adding playlist to home screen menu (/showthread.php?tid=160400)



Problem adding playlist to home screen menu - Moorstream - 2013-03-25

Hi,

I am trying to add a smart playlist to the home screen menu (I use Frodo and confluence skin). In my Home.xml (in the installation path: C:\Program Files (x86)\XBMC\addons\skin.confluence\720p) I have added the following:

<item id="13">
<label>MyPlaylist</label>
<onclick>XBMC.ActivateWindow(VideoLibrary,"%APPDATA%\XBMC\userdata\playlists\video\MyPlaylist.xsp",return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible></visible>
</item>

When I open XBMC I can see the MyPlaylist as a home screen menu but when I click on it it is empty (just a black window). When I select favourites and enter my playlist it is working as it should.

Does anyone know how I can make this work?

Best regards, Moorstream


RE: Problem adding playlist to home screen menu - Kib - 2013-03-25

If you open Favourites.xml in the userdate folder you can see what the correct link is to that favourite.


RE: Problem adding playlist to home screen menu - Moorstream - 2013-03-25

Thank you Kibje. It worked Smile
Best regards, Moorstream