XBMC Thumb Hashing
#1
Star 
Yes, I have searched and couldn't find the correct answer.
Im writing a quick python script to take my XBMC PC video + music db's and cached thumbs, then edit the .db with my network hard drives path and then rename the thumbs to the xbox equivalents.
Iv found converting then FTPing to XBox is quick than my xbox using the update library.

I just can't work out some of the music/tv hashings.
Iv got the hashing working fine with movie thumbs/fanart etc.

However, I can't work out
1) Music Album Thumbs
2) TV Show Season Thumbs
3) TV Show Season-all Thumbs
4) TV Show Season-special Thumbs.

They are different between the xbox and pc so must be based on path..

Would appreciate if someone could let me know the database columns used to get these hash values

Any help would be great Smile
Reply
#2
Ok. Iv got 2,3 & 4.
Can't figure out Album thumbs still :-(
Reply
#3
See GetCachedAlbumThumb in Util.cpp. Essentially, concat album and albumartist, lowercase and CRC.

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
#4
Thanks. I finally worked them out.
Iv found album thumbs are actually just the path to the album:
EG: I:\PUBLIC\Music Test\Audioslave\Audioslave
With no end slash..
Reply
#5
That's a folder thumb, not an album thumb. These need not be the same thing.
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
#6
Well. Its odd. I run a library test. All I get for album thumbs out of XBMC is the folder thumb. No duplicate .tbn anywhere else :-S
Reply
#7
scrape the thumbs and stuff happens.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Thumb Hashing0