Feature #263
openListItem.Art(poster)
0%
Description
ListItem.Art(poster) - Returns the poster of the currently selected tv show.
ListItem.Art(tvshow.poster) - Returns the tv show poster of the parent container
As of right now when switching between posters and banners for TVShows, what you end up with is the banner only (default image). For skinners/users alike it's nice to be able to toggle between them (to use posters instead of banners). x4x just takes the banner and stretches it out to fit the poster size with <aspectratio>stretch</aspectratio> or leaves a tiny banner if set to keep. With one of these Info Labels working it would allow a skinner to utilize this, plus I would imagine most skins already have a "poster" option built in and this feature would straighten out the stretched banner and make things look like they should.
Files
Updated by buzz over 10 years ago
- Status changed from New to Closed
- Resolution set to wontfix
if you can get this upstream in xbmc I would be happy to backport it. But for now I'm afraid I will leave this.
Updated by dom-dxecutioner over 10 years ago
This has been added to mainline for some time now; however, i suspect that this will also require changes to the database as well as new table where the artwork paths are stored... furthermore, the scraper will need to change as well to accommodate the changes; seems a bit involved...
During a quick search I found the following: https://github.com/xbmc/xbmc/commits/Frodo/xbmc/GUIInfoManager.cpp?page=1
I'm sure there's a whole lot more to find... I'll look into it a bit further and hopefully catch where the initial change occurred!
Updated by buzz over 10 years ago
- Status changed from Closed to New
aha ok. ill re-open then. thanks.
Updated by buzz over 10 years ago
dom - that link just gives all the commits for that file - which specific commit were you referring to ?
Updated by dom-dxecutioner about 10 years ago
buzz wrote:
dom - that link just gives all the commits for that file - which specific commit were you referring to ?
pull request: https://github.com/xbmc/xbmc/pull/1575
git-commit: https://github.com/xbmc/xbmc/commit/2f980591563e726d5d0f3b8aa6becd151d1e1d03
like i said, seems a bit involved!