Help with JSON comand
#1
I want to be able to export my library to separate nfo files with overwrite, but only export the nfos. No images or actorthumbs. This is what I have so far

python:
curl -X POST -H 'content-type: application/json;' --data '{ "jsonrpc": "2.0", "method": "VideoLibrary.Export", "params": { "options": { "overwrite": true, "actorthumbs": false, "images": false} }, "id": 1 }' http://10.0.1.16:8083/jsonrpc

I don't think that's correct though, as it tried to export my artwork too. Anyone have any ideas?
Reply

Logout Mark Read Team Forum Stats Members Help
Help with JSON comand0