Weather 'FanArt' in Horizonz - change weather backdrops based on weather condition? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Horizonz (https://forum.kodi.tv/forumdisplay.php?fid=97) +----- Thread: Weather 'FanArt' in Horizonz - change weather backdrops based on weather condition? (/showthread.php?tid=43265) |
- proctor - 2009-04-09 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 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> |