• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 15
Supporting multiple image types - need input (test build inside)
#46
Good news guys -

Poster banner support for video art

Thanks Jonathan.
Reply
#47
Finally. Smile
Image
Reply
#48
also thx from my side. huge improvement.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#49
Wow ! These are great news !!! Smile

Thanx

Reply
#50
Christmas is early this year! Thnx Jsanta!
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#51
PR closed so I'm guessing it should be in tomorrow's nightly. Wink
Reply
#52
(2012-10-11, 00:05)Hitcher Wrote: PR closed so I'm guessing it should be in tomorrow's nightly. Wink

jep Smile
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#53
This renders listitem.icon obsolate as thumbs are having fallbacks now or do I get it wrong?
My skins:

Amber
Quartz

Reply
#54
You got it wrong I asked jmarshall the same question and he said that the art stuff is like the old thumb no fallback to a default
Reply
#55
If no "thumb" image type is present, then ListItem.Thumb, ListItem.Art(thumb) (and ListItem.Icon for that matter) will try ListItem.Art("poster") and ListItem.Art("banner"). If all "thumb", "banner", and "poster" are empty, then ListItem.Thumb will be empty. ListItem.Icon in addition will then try the icon image.

Thus, you should set things up as follows:

<control type="image">
<texture>ListItem.Art(banner)</texture>
</control>
<control type="image">
<texture>ListItem.Icon</texture>
<visible>IsEmpty(ListItem.Art(banner))</visible>
</control>

Cheers,
Jonathan
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.


Image
Reply
#56
(2012-10-11, 01:56)ronie Wrote: 2012-10-10 ListItem.Art Support

ListItem.Art(..) has been added to XBMC in order to easily support multiple image types (think banners / posters for tv shows)

The Get Thumb (id 10) and Get Fanart (id 12) buttons in DialogVideoInfo.xml should be replaced with a single button (id 10) that has the label 13511 (Choose Art).

git commit: https://github.com/xbmc/xbmc/commit/2f98...151d1e1d03
pull-request: 1575 (GH issue)
forum thread: http://forum.xbmc.org/showthread.php?tid=136134
Shocked



It's... party time Rofl
Reply
#57
Is this in the 11 Oct nightly? If so does it need like a re-scrape or something?
ListItem.Art(banner) stays empty for me, while icon returns a banner.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#58
yeah it needs re-scraping if you want to get the extra stuff set though I also heard that the Artwork downloader script is going to be updated soon to set them for you and not require a rescrape

Currently the old banner for tvshows gets set as a ListItem.Art(thumb) onthe library update too maintain backwards compatability. The problem with this is that when you do a fresh scrape it goes like this

fanart = fanart
banner = banner
poster = poster
thumb = poster

so for new users the default thumb will be posters not banners unlike all the old users (unless they rescrape)
Reply
#59
Did a rescrape. Actually wiped everything and re-installed.
Still no ListItem.Art(banner) or poster.

-edit- Fixed! Used the updated scrapers pack. Man this is an awesome improvement!
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#60
You need banner.jpg in the tv show folder because the tvdb scraper isn't updated yet. It's working fine for me.
Image
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 15

Logout Mark Read Team Forum Stats Members Help
Supporting multiple image types - need input (test build inside)2