Kodi Community Forum

Full Version: Need Help... On.Quit using URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get a JSON API command, On.Quit, working so I can send it from my Home Automation app. Can someone help me get the syntax correct?

I'm using XBMC 12.2 on Windows (not sure if that matters)

here's the command I thought would work...

http://192.168.2.11:8080/jsonrpc?request...2%80%8B%22


thx for the help!
Uhm System.OnQuit is a notification and not a method so you can't call it but you receive it from XBMC (if you use TCP or WebSockets). If you want to close XBMC you can use Application.Quit.
that worked, thank you - one more question... does that command close XBMC gracefully (like choosing Exit from the GUI)?
Yes