Export video library to separate files. How to request it in JSON?
#1
I would like to request XBMC to export the video library to separate files, storing the metadata in the same path where the video file is located.

I am already able to export the video library to a specific path by using the following JSON message:

Code:
{ "jsonrpc": "2.0", "method": "VideoLibrary.Export", "params": { "options": { "path": "/tmp" } }, "id": 1 }

According to the JSON-RPC API specification, the "path" is a required parameter in the Export method. I don't know how to set the path (or modify the json call) to indicate that I want the metadata about each file in the same location that the video file.

Could you point me in the right direction?
Thanks!
Reply
#2
I guess I should have posted this question to the "Development\JSON-RPC" Subforum.

Could a moderator move it there?
Reply

Logout Mark Read Team Forum Stats Members Help
Export video library to separate files. How to request it in JSON?0