Instead of keymaps for JSON . . .
#1
. .  . where could I find JSON comment equivalents of these menu 'change action' settings in Kodi (they work fine, take me directly to content listing wit large clipart):

ActivateWindow(Videos,library://video/movies/titles.xml/,return)

ActivateWindow(Videos,"L:\\Concerts\\",return)

ActivateWindow(10502,special://profile/addon_data/script.skinshortcuts/1.xsp,return)

I get the structure and found the JSON>javascript converter, but I get lost after the first parameter after the parenthesis -- and I think I get the JSON library on the Kodi wiki but I can't find the extended syntax for the JSON strings; for example, this works with my iRule setup:

jsonrpc?request={"jsonrpc":"2.0","method":"GUI.ActivateWindow","params":{"window":"tvchannels"},"id":"1"}}

Also, does the ContextMenu command work for anyone?

Thanks in advance!
Win10 64-bit
Kodi 20.1 / Mimic-LR
Reply

Logout Mark Read Team Forum Stats Members Help
Instead of keymaps for JSON . . .0