onclick to take you directly to userdata playlists
#1
Right now I got:

Quote:<onclick>Skin.SetFile(Menu_Custom1_Path,.xsp)</onclick>

But in W7 it takes me about 6-7 clicks to get to them. Is there a way, sort of like how the new scripts section takes you right into scripts, I can direct users into where playlists are stored...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#2
mcborzu Wrote:Right now I got:

<onclick>Skin.SetFile(Menu_Custom1_Path,.xsp)</onclick>

But in W7 it takes me about 6-7 clicks to get to them. Is there a way, sort of like how the new scripts section takes you right into scripts, I can direct users into where playlists are stored...
mcborzu,

maybe I don't understand the problem, but can't you use:

special://videoplaylists (or special://musicplaylists)

so the code would become :

<onclick>Skin.SetFile(special://videoplaylists,.xsp)</onclick>

Wyrm (xTV SAF)
If required a FULL debug log can now be submitted from the skin in settings->skin settings->support. Or follow instructions here if you can't access skin settings.

FAQ's located at :- http://kodi.wiki/view/Add-on:AppTV
Reply
#3
Its
Quote:Skin.SetFile(string,mask,folderpath)
so
PHP Code:
Skin.SetFile(Menu_Custom1_Path,.xsp,special://videoplaylists) 
probably
Reply
#4
Perfect, thx Jezz_X your way worked perfectly and thx for the suggestion wyrm
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#5
Jezz_X Wrote:Its

PHP Code:
Skin.SetFile(string,mask,folderpath
so
PHP Code:
Skin.SetFile(Menu_Custom1_Path,.xsp,special://videoplaylists) 
probably

Jezz_X,

dead right, did not check syntax of Skin.SetFile before posting. But was pretty sure on the special:// side of things. Thanks for the pointer (might have to make more use of this my self).

Wyrm
If required a FULL debug log can now be submitted from the skin in settings->skin settings->support. Or follow instructions here if you can't access skin settings.

FAQ's located at :- http://kodi.wiki/view/Add-on:AppTV
Reply

Logout Mark Read Team Forum Stats Members Help
onclick to take you directly to userdata playlists0