How to play Video by videoid
#1
Hi everyone

After a JSON query done in python i have all videoid's of the VideoLibrary and i want to know by query (for example) where is the path of any video and konw other properties like fant art, info, etc.

¿How i can do it in python?

Thanks to all
Reply
#2
If you already do a jsonrpc call to get the library id, why not also request the "file"-property with the same request?
Example: This jsonRPC call retrieves a list of library-id and file from the xbmc Database.

But if you really need it, you could use the VideoLibrary.GetMovieDetails-method to retrieve the movie details (incl. file).

regards,
sphere
My GitHub. My Add-ons:
Image
Reply
#3
(2013-07-04, 23:45)sphere Wrote: If you already do a jsonrpc call to get the library id, why not also request the "file"-property with the same request?
Example: This jsonRPC call retrieves a list of library-id and file from the xbmc Database.

But if you really need it, you could use the VideoLibrary.GetMovieDetails-method to retrieve the movie details (incl. file).

regards,
sphere
Thanks for all!!! It works!
Reply

Logout Mark Read Team Forum Stats Members Help
How to play Video by videoid0