Include thumbnails when calling for JSON VideoLibrary.GetRecentlyAddedMovies
#1
Hi.. i"ve tried various syntax but i cant seem to call thumbnails address when calling for VideoLibrary.GetRecentlyAddedMovies

Code:
http://username:pass@ipserver:port/jsonrpc?request={ "jsonrpc": "2.0", "method": "VideoLibrary.GetRecentlyAddedMovies", "id": "mybash"}

The documentation doesn't list the method to include thumbnails

http://kodi.wiki/view/JSON-RPC_API/v6#Vi...ddedMovies

So how can i achieve this?

I'm trying to merge rainmeter + kodi recent items so that we can display recent items on dektop Smile

Thanks
Reply
#2
Thread moved to add-on development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
this works in my case:

'{"jsonrpc":"2.0","method":"VideoLibrary.GetRecentlyAddedMovies","id":1,"params":[["title","year","playcount",'
+ '"runtime","thumbnail","sorttitle","resume","rating"],{"end":10,"start":0}]}',

it's just how i have it (only last 10, with the parameters i want. is suppose you where looking for "thumbnail".
The Link you posted, there is a link called "[ Video.Fields.Movie properties ] " which points to:
http://kodi.wiki/view/JSON-RPC_API/v6#Vi...elds.Movie
there you have the list of the fields you are looking for i think.
hope this helps.
Cheers and happy development!
Check out my plugin yarc, it's a web-remote optimised for all screen sizes (especially touch and small screen).
Reply

Logout Mark Read Team Forum Stats Members Help
Include thumbnails when calling for JSON VideoLibrary.GetRecentlyAddedMovies0