2012-10-18, 17:23
(2012-10-18, 12:45)lopples Wrote: I'm not sure if this is the same issue... I have "prefer posters" enabled, but this means the poster is downloaded - not the banner? Or have I misunderstood?
Correct. That setting in TheTVDB.com Scraper causes it to fetch posters instead of banners. You might want to double-check that it is selected.
(2012-10-18, 12:45)lopples Wrote: Refreshing / Removing and re-adding does not seem to find the banner image, only reverting to the older version of the skin shows the banner. This is only for recently added TV shows since using the last few versions off GIT Hub. Perhaps the new skin version has had a directory change somewhere?
I didn't change anything with regard to the thumbnail it uses. It's using ListItem.Thumb, which XBMC handles internally. If it scraped a poster, it will return a poster. If it scraped a banner, it will return a banner. I'm not sure why you're seeing a difference between 1.9.2 and 1.9.5... there really shouldn't be.
One question.. do you have a textures.xbt in the media directory of the skin? The textures have changed, and I have seen odd behavior if this file isn't either updated to reflect the current state of the world or removed entirely. If it exists, you might try removing it.
For clarification about how banners and posters are handled in Metropolis: it assumes the scraped image (ListItem.thumb) is a poster. In banner views, it will look for banner.jpg in the TV Show's root folder if you have the option selected in the Metropolis settings. It will never use banner.jpg for the poster image. The only way a banner can be shown in the poster's place is if XBMC is returning a banner image in the ListItem.thumb. Make sure that option is selected (Settings->Metropolis->Scripts/Extras->Use 'banner.jpg' for Banner Views).
(2012-10-18, 13:13)thewarm Wrote: A polite request please...
I have my TV Shows display only "unwatched" episodes so I only see my newest recordings. I currently use the list view. This displays how many unwatched episodes are available. Since it is a new TV season, I have lots of recordings and would like to change to the gallery view. What seems redundant is the episode count... example: 3 episodes, 3 unwatched, 2 episodes, 2 unwatched... etc. Is it possible to either list all episodes (total) and the unwatched count? Or remove one of the entries? When I show "All Videos", the count is correct.
I know this is really nitpicking... but hey, everything else I want is already done!
It annoys me as well, but it's an issue with XBMC, not the skin. The total returned by XBMC is limited to what is actually visible. You should file a ticket on the XBMC Trac.