Weather 'FanArt' in Horizonz - change weather backdrops based on weather condition?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
proctor Offline
Senior Member
Posts: 113
Joined: Aug 2008
Reputation: 0
Post: #31
This is how I have it setup. In backgrounds.xml

Look for the following line:

<info>Skin.String(CustomWeatherFolder)</info>

and edit the <imagepath> tag directly above it.

Then remove the <info> tag line.
find quote
Ritzie Offline
Senior Member
Posts: 227
Joined: Mar 2009
Reputation: 0
Post: #32
Hey Proctor,

I did what you mentioned above and it doesn't work for me. Here is what it looks like.
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath>/home/xbmc/.xbmc/skin/backdrops/bg/weather/$INFO[Weather.FanartCode]</imagepath>
<visible>[Container(300).HasFocus(10) + Control.IsVisible(300)] + [!Player.HasMedia | !Skin.HasSetting(Visualisation)]</visible>
<visible>!Skin.HasSetting(CustomWeather) + !Skin.HasSetting(CustomWeatherFoldOn)</visible>
<visible>!Control.IsVisible(87)</visible>
<include>backgroundfade</include>
</control>
(This post was last modified: 2009-05-27 23:27 by Ritzie.)
find quote
Post Reply