Thumbnails in Database
#1
I've got a webpage reading the video database and extracting the Title, Cast etc.

Where in the database is the link stored for the Thumbnails which are cached and stored locally?

All I can find is the field that holds the http links to the thumbnails.

Cheers
Reply
#2
There is no storing of this information. Thumbs are stored based on the hash of the path of the item, so are essentially independent (which in some respects is good, and others not so good!)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Thanks for that.

I thought I might have been missing something
Reply
#4
I've read through the Wiki and am having trouble with the hashes.

I'm hashing the full SMB path in lowercase including the filename and every time I dont get the same result as the stored .tbn files.

I've tried CRC32 mainly from a few different sources.

Ultimately I want to be able to use PHP to hash the path and file, then lookup the corresponding thumbnail.
Reply

Logout Mark Read Team Forum Stats Members Help
Thumbnails in Database0