[MOD] Weather Backdrop by Current Weather Conditions
#1
Lightbulb 
Aeon 8/6/09
New code for the Weather mod

Open up Includes_MainMenu.xml and find
Code:
<include name="MainMenu">

replace With:
Code:
<!-- Weather Backdrop by Current Weather Conditions -->
    <include name="BackgroundVarsWeather2">
        <thumb>$INFO[Skin.String(CustomWeather)]$INFO[Weather.FanartCode]</thumb>        
    </include>
<!-- End -->

<include name="MainMenu">



and in Includes_MainMenu.xml find (there are 3 of them replace them all)
Code:
<include>BackgroundVarsWeather</include>

Replace With:
Code:
<!-- Weather Backdrop by Current Weather Conditions -->
<include condition="Skin.HasSetting(CustomWeatherConditions)">BackgroundVarsWeather2</include>
<include condition="!Skin.HasSetting(CustomWeatherConditions)">BackgroundVarsWeather</include>
<!-- End -->



then open up Customisation.xml and find
Code:
<control type="radiobutton" id="503">
      <include>Objects_SettingsDefaultRadioButton</include>
      <label>31252</label>
      <onclick>Skin.ToggleSetting(nohomegradient)</onclick>
      <selected>!Skin.HasSetting(nohomegradient)</selected>
    </control>    
    
  </control>

Replace With:
Code:
<control type="radiobutton" id="503">
      <include>Objects_SettingsDefaultRadioButton</include>
      <label>31252</label>
      <onclick>Skin.ToggleSetting(nohomegradient)</onclick>
      <selected>!Skin.HasSetting(nohomegradient)</selected>
    </control>

<!-- Weather Backdrop by Current Weather Conditions -->
    <control type="radiobutton" id="504">
        <include>Objects_SettingsDefaultRadioButton</include>
        <label>Weather Backdrop by Current Weather Conditions</label>
        <onclick>Skin.ToggleSetting(CustomWeatherConditions)</onclick>
        <selected>Skin.HasSetting(CustomWeatherConditions)</selected>
    </control>            
<!-- End -->    

    </control>

Image


have a look here for Weather FanArt Pack
http://forum.xbmc.org/showthread.php?tid...her+fanart
Reply
#2
yay... perfect... just configed my weather stuff and thought that this is missing Big Grin

thx
Reply
#3
Can't we get this in final release? By standard.
Reply
#4
Seems to work great for me Smile awesome, thanks
Reply
#5
Any chance anyone could repost the fanart pack through mediafire? Rapidshare says the maximum number free users has been used up for the day.
Reply
#6
natethomas Wrote:Any chance anyone could repost the fanart pack through mediafire? Rapidshare says the maximum number free users has been used up for the day.

on the way, could take some minutes Big Grin (160MB -.-')
Reply
#7
I've uploaded a torrent for them, check my sig.
Reply
#8
Working great by the way.
Reply
#9
Hitcher Wrote:I've uploaded a torrent for them, check my sig.

*seeding*

ps.: still upping it to mediafire...
Reply
#10
Cool. I've got a seedbox downloading it right now. Once it's got it, downloads should be pretty rapid.
Reply
#11
Sorry, I'm a little confused. So how does it determine which backgrounds to use within the folder... do you have to name the backdrops according to weather...

ie....
SunnyWeather01.jpg
SunnyWeather02.jpg
RainingWeather01.jpg
SnowingWeather01.jpg

etc...? Or can you set folders for each weather condition?
Reply
#12
This is pretty cool! Thanks for the mod..

Looks like I might have to start working on a 1080 weather pack now.. Smile
Reply
#13
can someone let me know how to setup, thx guys
Reply
#14
eQUIV Wrote:Sorry, I'm a little confused. So how does it determine which backgrounds to use within the folder... do you have to name the backdrops according to weather...

ie....
SunnyWeather01.jpg
SunnyWeather02.jpg
RainingWeather01.jpg
SnowingWeather01.jpg

etc...? Or can you set folders for each weather condition?
Read the weather.txt file that comes with them.
lestat1977uk Wrote:can someone let me know how to setup, thx guys
It's all explained in the first post.
Reply
#15
The only thing it doesnt say is where you put the two files, i have tried and i can't get it to work, i'm sure i am doing something wrong.

Please can you help
Reply

Logout Mark Read Team Forum Stats Members Help
[MOD] Weather Backdrop by Current Weather Conditions2