How does xbmc save season thumbnails?
#1
In my script I want to download tv show art and save it in the thumbnails folder exactly as xbmc would do, but I'm having trouble with the season thumbs.

The fanart, episode thumbs, etc. are no problem because I can just use the path and filename along with the function xbmc.getCacheThumbName() to find the hash. That doesn't work with the season though (because it could be in multiple folders?? Is that right??).

Looking at the source it seems they use "videodb://2/2/tvshowid/seasonnumber/" as the path, but I haven't had any success with this either.

Any suggestions?
Reply
#2
seasonxx.tbn

http://www.xbmc.org/wiki/?title=Thumbnai...Thumbnails
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.
Reply
#3
Yes that would work, but I don't want to save them in the show folder. I want to save them in the xbmc/userdata/thumbnails/video folder.
Reply
#4
see CFileItem::GetCachedSeasonThumb()
Reply
#5
hi,

is there any documentation on it?

i can't find how to use it.
Reply

Logout Mark Read Team Forum Stats Members Help
How does xbmc save season thumbnails?0