kodi Json rpc request
#1
hello,


For hours I have been trying to query my fanart from the jsron rpc and process it, for example, or open it in the browser.


here is my call

json:

{"jsonrpc":"2.0","id":11,"method":"VideoLibrary.GetEpisodes","params":{"properties":["art"],"limits":{"end":1},"sort":{"method":"random"}}}

according to the wiki, the result should look like this.

json:
"tvshow.fanart": "image://nfs%3a%2f%2fCUBER%2fmedia%2fpreserved%2fTVShows%2fV%20(2009)%2ffanart.jpg/",


here is my result:

json:
"tvshow.fanart": "image://http%3a%2f%2f127.0.0.1%3a57578%2f44706%2fImages%2fBackdrop%2f0%3fEnableImageEnhancers%3dTrue%26Tag%3d7273c77065e8d1761f9d9aae042e67e6/",

this is a completely different path, i use emby maybe it has something to do with it. what do I have to do now to be able to call up the fanart? i want to save the fanart in my openhab



Thank you
Reply
#2
Thread moved to JSON addon 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

Logout Mark Read Team Forum Stats Members Help
kodi Json rpc request0