thumbnail crc for movie set
#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?
Reply
#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
Reply

Logout Mark Read Team Forum Stats Members Help
thumbnail crc for movie set0