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: #11
Yeah I tried both / and \ with no success.
find quote
PinkMargera Offline
Junior Member
Posts: 10
Joined: Oct 2008
Reputation: 0
Post: #12
Just installed it and it works like a charm. Thanks Cranial and Imprezza!
find quote
ImpreZa Offline
Junior Member
Posts: 30
Joined: Mar 2005
Reputation: 0
Location: Sweden
Post: #13
No problem. But don“t thank me, thank Cranial for the original code and Team XBMC for making it possible.
find quote
sickboy719 Offline
Senior Member
Posts: 114
Joined: May 2007
Reputation: 0
Post: #14
Thanks for the tips here.
This is awesome. Wife doesn't get it though. "Open a f'ing window" she says.

Bet she'll be pissed when a picture of her pops up next time it's "frigid".
find quote
Cranial Offline
Fan
Posts: 731
Joined: Aug 2008
Reputation: 3
Location: Sydney, Australia
Post: #15
proctor Wrote:This doesn't seem to work with linux paths.

I followed the directions but only see a black background.

I have my images in /home/xbmc/bg/weather
and
/home/xbmc/bg/weather/$INFO[Weather.FanartCode] in the imagepath tag.

Only the latest xbmc for xbox has the code pulled from svn, so not sure if linux version has it yet. You have the latest?
find quote
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #16
sickboy719 Wrote:Bet she'll be pissed when a picture of her pops up next time it's "frigid".

I bet you'll be sleeping on the couch as well. ^_^
find quote
timdog82001 Offline
Posting Freak
Posts: 1,132
Joined: Mar 2006
Reputation: 0
Post: #17
PinkMargera Wrote:Have you tried switching the "/" for "\"? Don't know if it makes any difference but why not try...

yes it does make a difference, and the one you use changes depending on whether you're using linux or whether you're using windows. It threw me off for quite a while before I figured it out.
find quote
proctor Offline
Senior Member
Posts: 113
Joined: Aug 2008
Reputation: 0
Post: #18
Cranial Wrote:Only the latest xbmc for xbox has the code pulled from svn, so not sure if linux version has it yet. You have the latest?

Well that probably explains it. I'll wait till the linux branch gets updated.
find quote
buryourown Offline
Junior Member
Posts: 6
Joined: Jul 2008
Reputation: 0
Post: #19
I'm having trouble getting this to work in the windows version of xbmc. Everything is up to date and I changed MyWeather.xml to read as follows:

<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath>C:\XBMC\weather\$INFO[Weather.FanartCode]</imagepath>
<timeperimage>5000</timeperimage>
<fadetime>2000</fadetime>
<randomize>true</randomize>
<info>Skin.String(CustomWeatherFolder)</info>
<include>backgroundfade</include>
</control>

Is there something im missing or has anyone even got this to work on the windows xbmc?
find quote
timdog82001 Offline
Posting Freak
Posts: 1,132
Joined: Mar 2006
Reputation: 0
Post: #20
try getting rid of the <info> line
find quote