v18 Export problem with options
#1
hello,

i use curl with Windows and i have a Problem with the Export command:
Code:
curl.exe -i -X POST -d "{\"jsonrpc\": \"2.0\", \"method\": \"VideoLibrary.Export\", \"params\": {\"options\": {\"overwrite\": false, \"actorthumbs\": false, \"images\": false} }, \"id\": 1 }" -H "content-type:application/json" http://kodi:@localhost:8080/jsonrpc > NUL 2>&1

I set all params "false" and Kodi take it with "true".
Where is the problem in my Syntax or is a bug?
Reply
#2
Did you ever find a solution for this? I'm facing the same problem.
My export is like this:
/usr/bin/curl --data-binary '{ "jsonrpc": "2.0", "method": "VideoLibrary.Export", "params": {"options": { "overwrite": false, "actorthumbs": false, "images": true } }, "id": 1 }' -H 'content-type: application/json;' http://kodi:[email protected]:8181/jsonrpc
Reply

Logout Mark Read Team Forum Stats Members Help
Export problem with options0