Fanart Grabber - Current Version 0.15.1
I would really need a debug log to be able to give you an guidance here. A few questions though:

1) What is the cache solution? Never heard of it, any links to how this works?

2) What do you mean "the files are on a NAS". This addon will only display images that are part of the internal texture cache as returned by a JSON call to Kodi which returns the location of the fanart. For instance to get Artist Fanart this is the call that is sent - { "jsonrpc" : "2.0" , "method" : "AudioLibrary.GetArtists" , "params" : { "properties":["fanart","description"] } , "id":1 }

It returns a path to the file in the form of: image://http%3a%2f%2fassets.fanart.tv%2ffanart%2fmusic%2f084308bd-1654-436f-ba03-df6697104e19%2fartistbackground%2fgreen-day-4dc724ce3ef1a.jpg/

The debug log will include a line that says something like "found 10 music files" to let you know how many Kodi is returning as part of the JSON call.
Reply


Messages In This Thread
RE: Fanart Grabber - script for skinners - by robweber - 2015-02-04, 16:17
Logout Mark Read Team Forum Stats Members Help
Fanart Grabber - Current Version 0.15.13