![]() |
|
Weather 'FanArt' in Horizonz - change weather backdrops based on weather condition? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Skin Archive (/forumdisplay.php?fid=179) +----- Forum: Horizonz (/forumdisplay.php?fid=97) +----- Thread: Weather 'FanArt' in Horizonz - change weather backdrops based on weather condition? (/showthread.php?tid=43265) |
- proctor - 2009-04-09 23:29 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. - Ritzie - 2009-05-27 22:17 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> |