Kodi Community Forum

Full Version: Dialog.Close from outside XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am completely new to JSON-RPC. What I want to achieve is to issue the following command form outside XBMC:

Dialog.Close(dialog[,force]) -- Close a dialog. Set force to true to bypass animations. Use (all,true) to close all opened dialogs at once.--

I want to close all open dialogs (actually there will only be one open; but I don't know how to get its name/reference)

Is this possible with JSON-RPC? If not, is there another or better way to do it?

Thanks,

geoff
This is currently not possible in JSON-RPC. What you quoted in your post is from the python API available to addons.