Smartplaylist activewindow
#1
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) )
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#2
No ideas?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#3
You want to open the smartplaylist editor with a playlist already added?

I cant see any way to do it outside of some convoluted scheme like naming it something that always appears first in the playlist window, and call the context menu, navigate to edit.
Reply
#4
(2015-01-26, 11:49)Karnagious Wrote: You want to open the smartplaylist editor with a playlist already added?

I cant see any way to do it outside of some convoluted scheme like naming it something that always appears first in the playlist window, and call the context menu, navigate to edit.

you can edit a smart playlist directly via context menu... I was hoping with a little magic I could do the same from python.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#5
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)
Reply
#6
(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)

This would be great!! Thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#7
(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)

Was a pull request sent for this patch?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#8
(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)

Any Chance we can get this into 14.2 final?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#9
Bump
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#10
Bump
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#11
i don't send pr's, thus i doubt it.
Reply
#12
(2015-03-25, 14:45)ironic_monkey Wrote: i don't send pr's, thus i doubt it.

Okay, I'm just bumping for someone that can get this pushed to take notice...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply

Logout Mark Read Team Forum Stats Members Help
Smartplaylist activewindow0