Smartplaylist activewindow
#1
Can someone push this to kodi? I'd really like to see it in 14.3, Thanks

Original Post:

Is there anyway to load a playlist in the smartplaylist editor using executebuiltin?
I tried the below code, but it didn't work... thanks

Code:
smartplaylist = 'special://videoplaylists/aplaylist.xsp'
xbmc.executebuiltin( "ActivateWindow(10136,%s)" % (smartplaylist) )

(2015-01-26, 15:52)ironic_monkey Wrote: not supported, adding it would be a good idea though.

edit:

https://github.com/notspiff/kodi-cmake/c...ca3c6b6d32

implements it. might need some polish (left-handed work .. at work Big Grin)
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#2
Bump!

Not one of the kodi team members are interested in this? base code work was already done!
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#3
It sounds great to me, and there's a good chance that if this is in notspiff's fork, then someone has placed it on their to-do list for making PRs.
Reply
#4
https://github.com/xbmc/xbmc/pull/6966
Reply
#5
https://github.com/xbmc/xbmc/pull/7360
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply

Logout Mark Read Team Forum Stats Members Help
Smartplaylist activewindow0