Kodi Community Forum

Full Version: JSON Screen Capture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Updated to V12 and am trying to cleanup some old HTTPAPI commands, in particular the screeshot command...it there a way to pass a file name and path parameter in the following command...i can't find reference to it

/jsonrpc?request={ "jsonrpc": "2.0", "id": 1, "method": "Input.ExecuteAction", "params": { "action": "screenshot" }}

thanks