PDA

View Full Version : TV Show poster for "All Seasons"?


yoci
2008-08-24, 18:59
is it possibla to add the posibility of having a poster for the "all seasons" in tv shows? if it is not is it possible to make the "all seasons" not showing?
it is kind of ugly to se an image like "no thumbnail" or something like that when you enter a tv show.

jbob
2008-08-24, 19:49
That would be nice.

Jezz_X
2008-08-24, 21:43
Actually I just had a thought on this since thetvdb.com has now started hosting poster style icons for tvshows that maybe spiff could code it up to allow the scraper to download the generic show posters and use them for All Seasons :)

Aenima99x
2008-08-25, 01:06
if it is not is it possible to make the "all seasons" not showing?
Yes, you need to add the following to the advancedsettings.xml


<advancedsettings>
<videolibrary>
<hideallitems>true</hideallitems>
</videolibrary>
</advancedsettings>


The advancedsettings.xml doesn't exist by default, so if you've never done so, then you need to create it. Place it in Q:\UserData\ or if using Linux, then put it in /username/.xbmc/userdata/
Also, make sure that you keep the filename and all text inside the file lowercase.

yoci
2008-08-25, 22:43
Yes, you need to add the following to the advancedsettings.xml


<advancedsettings>
<videolibrary>
<hideallitems>true</hideallitems>
</videolibrary>
</advancedsettings>


The advancedsettings.xml doesn't exist by default, so if you've never done so, then you need to create it. Place it in Q:\UserData\ or if using Linux, then put it in /username/.xbmc/userdata/
Also, make sure that you keep the filename and all text inside the file lowercase.

Thanks!
Yeah I got one for thumbsize

yoci
2008-08-25, 22:46
Actually I just had a thought on this since thetvdb.com has now started hosting poster style icons for tvshows that maybe spiff could code it up to allow the scraper to download the generic show posters and use them for All Seasons :)
Thats exactly what I had in mind :)

sho
2008-08-26, 17:22
Then there is the option to sort it at the bottom (which I do and IMHO should be the standard)

<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->

rwparris2
2008-08-26, 19:36
<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->

I do that too, but a thumb would be nice.

yoci
2008-08-26, 22:00
Then there is the option to sort it at the bottom (which I do and IMHO should be the standard)

<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
I agree that it should be standard