Win Problems with playlists
#1
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
Reply
#2
(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>
.
Noli illegitimi carborundum


Reply
#3
(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
Reply

Logout Mark Read Team Forum Stats Members Help
Problems with playlists0