Hi, I’m using the below to open kodis smartplaylist editor populated by a given xsp. Everything works great… Thank you @ironic_monkey for coding the feature.
Code:
xbmc.executebuiltin("ActivateWindow(10136,%s,video)")
My question is… is there a way to open the editor in a “create new playlist” mode? ie just like the new playlist trigger in the playlist navigation menu?
I reviewed kodis source and it appears no xsp path sets this condition? but unfortunately i’ve been unable to get this to trigger using executebuiltin.
Any help would be appreciated….