Get the name of a playlist?
#1
Is there anyway to get the user set name of a playlist (not the file name) that was selected with SetFile?
Code:
Skin.SetFile(item.addon,.xsp|.m3u,special://profile/playlists/video/)

It seems like something that should be possible but I can't figure out a way to do it.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#2
There's a script for that: scrip.playlists. Only drawback is that path substitution isnt supported. Personally I just put a skin.setstring after setting the playlist so users can set the name directly after adding the playlist.
Reply
#3
Didn't know about script.playlists - thanks. But yeah, I think path substitution might be more valuable plus the less dependencies the better - was just trying to minimise the amount of onscreen keyboard use when customising things (when you only have a remote connected it can be a bit frustrating!).
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply

Logout Mark Read Team Forum Stats Members Help
Get the name of a playlist?0