Kodi Community Forum

Full Version: Export library http response, not file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to get a list of all movies in my library including metadata.

Using the api, one can export the library to a file with VideoLibrary.Export, but this does't do me any good if I don't have read access to the filesystem Kodi is running on. Is there a way to get the api to return the library in the api response? I want to be able to access the data from the client making the request.