Hi,
I'm trying to figure out the pre-crc path for movie sets (which I need for backward compatibility in my remote)
I've tried the old method of "videodb://1/7/"+ movie_set_id + "/"
I've also tried the path to the movie set folder.
Any ideas?
thumbnail crc for movie set
dwagner
Member+ Joined: Feb 2011 Reputation: 0 Location: Johannesburg |
2012-07-23 04:27
Post: #1
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,564 Joined: Oct 2003 Reputation: 138 |
2012-07-23 08:32
Post: #2
1. For Frodo, you don't need any crc, as the art is stored in the database (see the art table).
2. For Eden, I believe that it is done exactly on the path you have specified. See: https://github.com/xbmc/xbmc/blob/cfc5af...e.cpp#L251 I suspect it would have used GetVideoThumb which would drop through (one presumes) to GetThumb using the videodb:// path you suggest. If it doesn't, then your guess is as good as mine - I killed all that code for a reason ![]() 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. ![]() |
| find quote |


![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help