Weather 'FanArt' in Horizonz - change weather backdrops based on weather condition?
#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.
Reply
#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>
Reply

Logout Mark Read Team Forum Stats Members Help
Weather 'FanArt' in Horizonz - change weather backdrops based on weather condition?1