Thumbnail hash, specifically for VIDEO_TS folders.
#1
I've written a thumbnail hash generator for an application I'm working on, and I've gotten it to replicate the correct hash values as per the examples. However, when trying to hash the path for a VIDEO_TS folder I seem to be getting something different, as I can't find the .tbn file in the Thumbnails directory.

When I pass /volumes/files/public/movies/a beautiful mind (2001)/video_ts/ i get 0d6e17ed.

I get the movie path by:
sqlite> SELECT strPath FROM movieview WHERE c00 = "A Beautiful Mind";
/Volumes/files/Public/Movies/A Beautiful Mind (2001)/VIDEO_TS/


Am I doing something wrong?
Reply
#2
It'll either be the full path to the file to play (i.e. including video_ts.ifo) or it'll be the path to the folder (excluding video_ts/).

Cheers,
Jonathan
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
Scratch this.. I just found out what I was missing. I didn't realize it appended the VIDEO_TS.IFO file.
Reply

Logout Mark Read Team Forum Stats Members Help
Thumbnail hash, specifically for VIDEO_TS folders.0