Posts: 3,956
Joined: Dec 2008
Reputation:
62
2011-10-19, 10:46
(This post was last modified: 2013-02-09, 02:12 by ronie.)
Hi guys,
I could use a script that would pull existing video and music smart/playlists (much similar to script favorites).
Is this possible to do with script? Ronie, would do you think?
Thanks
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
i think that wouldn't be too hard.
what window properties do you need?
something like these:
Window.Property(ScriptPlaylist.%d.Name)
Window.Property(ScriptPlaylist.%d.Path)
Window.Property(ScriptPlaylist.%d.Type)
Posts: 3,956
Joined: Dec 2008
Reputation:
62
[quote=`Black]Where do you need it? If you want to view playlists, you can do it with ActivateWindow and if you want to set a path, you can do:
I want to make menu available in Music and Videos with will show a list of all music or video playlists user have made.
E.g. in Xperience1080 it could be one of the panels you get when you press "M".
Posts: 3,956
Joined: Dec 2008
Reputation:
62
Ronie, just curious if you're still considering this? Just trying to plan the coding on my side, no intension of bugging.
Posts: 3,956
Joined: Dec 2008
Reputation:
62
Thanks a bunch. Will post findings later.
Posts: 3,956
Joined: Dec 2008
Reputation:
62
Ronie, just to let you know - so far so good! There are some cosmetic nitpicks - will post later about those.
Posts: 3,956
Joined: Dec 2008
Reputation:
62
OK, I finally found some time to finish skin implementation and I have experienced zero issues.
Cosmetics:
- script reports to log as artists slideshow or something like that
- <onload>RunScript(script.playlists,type=video)</onload> has to be used, read me is lacking "s"
Serious problems:
- it's not available in pre-eden repo :-)
Thanks again