thumbnail crc for movie set

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dwagner Offline
Member+
Posts: 135
Joined: Feb 2011
Reputation: 0
Location: Johannesburg
Post: #1
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?
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,564
Joined: Oct 2003
Reputation: 138
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 Smile

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: badge.gif]
find quote