Library updater, help on fanart/thumbs cache needed
#1
Hi guys,

I've been writing my own library updater in python, the built-in one in XBMC seems stupendously slow on large datasets accessed over the internet (e.g. 2000+ movies and 100+ series)

What I'm trying to achieve is filling the XBMC mysql database externally from python and doing some clever checking (e.g. don't check folders if their size hasn't changed, etc) which I think should speed things up rather nicely.

What I'm not quite sure about is how to store the fanart so that XBMC will display it correctly. I can see a userdata/Thumbnails/Video folder but I have no idea why and how the files in there are named and how XBMC manages to retrieve the right one from there to display.

Any more explanation on how this works would be greatly appreciated, thanks.
Reply
#2
Maybe the Wiki helps:

http://wiki.xbmc.org/index.php?title=ThumbnailCache


PS: If you come up with something faster than the built in version: Let us know and share it!
Reply
#3
master.lincoln Wrote:Maybe the Wiki helps:

http://wiki.xbmc.org/index.php?title=ThumbnailCache


PS: If you come up with something faster than the built in version: Let us know and share it!

I found some useful code in this thread

What's quite amazing though is that fanart seems to be downloaded per episode, so 20 episodes of the Colbert Report will result in 20x the same fanart on disk.. ugh

I'll keep you posted on my progress, thanks for the help
Reply

Logout Mark Read Team Forum Stats Members Help
Library updater, help on fanart/thumbs cache needed0