Changes to the skinning engine for XBMC Frodo
#41
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):
 
  • ListItem.Art(thumb)
  • ListItem.Art(banner)
  • ListItem.Art(poster)
  • ListItem.Art(fanart)
  • ListItem.Art(tvshow.poster)
  • ListItem.Art(tvshow.banner)
  • Player.Art(fanart)
  • Player.Art(poster)
  • Player.Art(tvshow.poster)
  • Player.Art(thumb)
  • ListItem.Art(season.poster)
  • ListItem.Art(season.banner)
  • ListItem.Art(season.fanart)

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: 142589 (thread)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply


Messages In This Thread
RE: Changes to the skinning engine for XBMC Frodo - by ronie - 2012-10-11, 01:56
Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for XBMC Frodo1