Hi guys, I'm new understanding Kodi development.
I'm trying to understand the following syntax for method GUI.ActivateWindow called through the Raw command
XJson.Raw GUI.ActivateWindow "window": "videos", "parameters": [ "videodb://
x/
y/{1}/" ]
My main doubt is regarding those X and Y ?
I reviewed the whole API and I couldn't find a reference to that syntax...only this:
------
5.6 GUI
5.6.1 GUI.ActivateWindow
Activates the given window
Permissions:
ControlGUI
Parameters:
GUI.Window window
[ string[] parameters ]
Returns:
Type: string.
-----
BUT, which are and how to specify the parameters of that window?