MikeSiLVO/script.skinshortcuts

External Editing Doesn't Affect Proper Group

Closed this issue · 1 comments

I'm trying to follow the process laid out here: https://github.com/mikesilvo164/script.skinshortcuts/blob/master/resources/docs/advanced/External%20editing.md, but hitting a snag...

The path I'm using is: RunScript(script.skinshortcuts,type=setProperty&property=myProperty&value=myValue&labelID=myLabelID&group=myGroup), being called from Python, using xbmc.executebuiltin(...).

But it appears that no matter what I pass into group=, or even if I omit it (as expected, in this case), it seems to only affect the mainmenu group, leading to a line like [u'mainmenu', u'myLabelID', u'myProperty', u'myValue'], in the generated .properties file.

Am I doing something wrong? Is this a bug? Is it not possible to affect items outside the main menu using this method?

It seems to be an error in the documentation... The param needed is groupname, rather than group.