TV Banners - Automation Question

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Dinko Offline
Junior Member
Posts: 1
Joined: Sep 2010
Reputation: 0
Location: Australia
Post: #11
Zesh Wrote:Have modified it to support my preferences in support of my continued laziness by using the thumbnail cache. One change to one line in one file.

Thanks for this skin, it looks fantastic.

Zesh

Can you please post what the change was.

Cheers!
find quote
Zesh Offline
Junior Member
Posts: 10
Joined: Dec 2008
Reputation: 0
Post: #12
Dinko Wrote:Can you please post what the change was.

Cheers!


In Viewtype_Banner.xml

Code:
<texture background="true" diffuse="bannermatte.png">$INFO[ListItem.Path,,/banner.jpg]</texture>

becomes

Code:
<texture background="true" diffuse="bannermatte.png">$INFO[ListItem.Icon]</texture>

Zesh
find quote
Post Reply