View Full Version : <thumb>
Hi,
I wrote a scrape like XBMC media companion in Java (wanted it to work under Linux, too) but I am a little stuck with the <thumb> tag for TV shows. What sort of specification goes in there? The name of a local file? A URL? What size of file is it looking for?
Last time I looked Media Companion didn't seem to specify the right thing, it was a composite of a art for the show. I do not think this is correct.
Anybody know the details of this?
videofilename.tbn
What is that supposed to mean?
Sorry, I didn't realise you were after what to put in the nfo.
Here an example -
<thumb>http://thetvdb.com/banners/episodes/71663-420653.jpg</thumb>
Sorry, I didn't realise you were after what to put in the nfo.
Here an example -
<thumb>http://thetvdb.com/banners/episodes/71663-420653.jpg</thumb>
I understand this is for the individual episode. I saw this for the entire series (underneath the folder with the name of the series)
<thumb><thumbs><thumb>http://thetvdb.com/banners/posters/79488-4.jpg</thumb><thumb>http://thetvdb.com/banners/posters/79488-1.jpg</thumb><thumb>http://thetvdb.com/banners/posters/79488-3.jpg</thumb><thumb>http://thetvdb.com/banners/posters/79488-2.jpg</thumb><thumb>http://thetvdb.com/banners/graphical/79488-g.jpg</thumb><thumb>http://thetvdb.com/banners/graphical/79488-g5.jpg</thumb><thumb>http://thetvdb.com/banners/graphical/79488-g4.jpg</thumb><thumb>http://thetvdb.com/banners/graphical/79488-g6.jpg</thumb><thumb>http://thetvdb.com/banners/text/79488.jpg</thumb><thumb>http://thetvdb.com/banners/graphical/79488-g3.jpg</thumb><thumb>http://thetvdb.com/banners/graphical/79488-g2.jpg</thumb><thumb type="season" season="1">http://thetvdb.com/banners/seasons/79488-1-2.jpg</thumb><thumb type="season" season="2">http://thetvdb.com/banners/seasons/79488-2-2.jpg</thumb><thumb type="season" season="3">http://thetvdb.com/banners/seasons/79488-3.jpg</thumb></thumbs></thumb>
yes, that's if you want several url's registered. as you can see it's xml escaped xml code for
<thumbs>
<thumb>url1</thumb>
<thumb>url2</thumb>
</thumbs>
yes, that's if you want several url's registered. as you can see it's xml escaped xml code for
<thumbs>
<thumb>url1</thumb>
<thumb>url2</thumb>
</thumbs>
Are there any limits / suggestions as to the dimensions?
Sorry for being such a nag.
no. they will be cached at your set <thumbsize> (defaults to 512x512 pixels)
no. they will be cached at your set <thumbsize> (defaults to 512x512 pixels)
Great, thank you very much.
Actually it's 1024 for anything other than the Xbox (which is 512).
Sorry you're wrong. Xbox saves 192, other platforms 512.
<thumbsize> (http://xbmc.org/wiki/?title=Advancedsettings.xml#.3Cthumbsize.3E)
Sorry about that, I was sure I had it right.