Kodi Community Forum

Full Version: Json Get Pictures ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello ,
I am trying to access the thumbs and pictures stored on the kodi machine via JSON calls.

I tried searching the forum, I can't find any information about getting pictures and thumbs from kodi through JSON.
Is it possible ?

Similar to VideoLibrary.GetMovies something like PictureLibrary.GetPictures !!

Thank you for your help

Selim.
I think I found the answer :
Using : Files.GetDirectory
Then http://<server-address>/image/image://<URL encoded image path>/transform?size=thumb

I will try this method.

If you have any other ideas/method feel free to write it down.

Thank you
Slim