Kodi Community Forum
Win Problems with playlists - 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: Win Problems with playlists (/showthread.php?tid=127336)



Problems with playlists - bastia - 2012-03-31

I helped them add playlists to a button I have tried
<Control type="button" id="90167">
<include> ButtonHomeSubCommonValues ​​</ include>
<label> Action </ label>
<onclick> XBMC.ActivateWindow (10025, special :/ / skin / playlists / Azione.xsp, return </ onclick>
</ control>
but I can not


RE: Problems with playlists - Mudislander - 2012-03-31

(2012-03-31, 19:59)bastia Wrote: I helped them add playlists to a button I have tried
<Control type="button" id="90167">
<include> ButtonHomeSubCommonValues ​​</ include>
<label> Action </ label>
<onclick> XBMC.ActivateWindow (10025, special :/ / skin / playlists / Azione.xsp, return </ onclick>
</ control>
but I can not

Make sure your path is correct, For playlists created in XBMC the path would be closer to -

Code:
<onclick>ActivateWindow(VideoLibrary,special://profile/playlists/video/Azione.xsp)</onclick>
.


RE: Problems with playlists - bastia - 2012-04-01

(2012-03-31, 21:04)Mudislander Wrote:
(2012-03-31, 19:59)bastia Wrote: I helped them add playlists to a button I have tried
<Control type="button" id="90167">
<include> ButtonHomeSubCommonValues ​​</ include>
<label> Action </ label>
<onclick> XBMC.ActivateWindow (10025, special :/ / skin / playlists / Azione.xsp, return </ onclick>
</ control>
but I can not

Make sure your path is correct, For playlists created in XBMC the path would be closer to -

Code:
<onclick>ActivateWindow(VideoLibrary,special://profile/playlists/video/Azione.xsp)</onclick>
.

Big GrinWink THANKS