Weather Fanart in PM3.HD
#1
Has anyone tried to use the weather fanart in pm3.hd?


http://forum.xbmc.org/showthread.php?tid=41650

From what I have read in this thread, it sounds like it is very possible. I am a little unclear at where you are to input the multiimage control though. Most of the talk was about Horizons.

If anyone has had success with it and wants to help me out, I would much appreciate it. Screen shots of what it looks like would be welcomed by all I am sure.
Reply
#2
After some playing around with it, I have gotten it to work in the home screen of pm3.hd.

It is a very nice feature to have.
Reply
#3
hi, care to share how you did it exactly?
thanks Smile
Reply
#4
at the beginning of home.xml I made the multiimage tag for weather look like this...

- <control type="multiimage">
<posx>356</posx>
<posy>100</posy>
<width>924</width>
<height>520</height>
<imagepath>F:\Weather\$INFO[Weather.FanartCode]</imagepath>
<info>Skin.String(Home_Custom_Back_Weather_Folder)</info>
<timeperimage>5000</timeperimage>
<randomize>true</randomize>
<fadetime>2000</fadetime>
<include>backgroundfade</include>
<visible>ControlGroup(9000).HasFocus(5)</visible>
</control>

I placed the weather fanart pack on F:\Weather

Make sure that you have the option for custome background images turned on for weather or it will not display.
Reply
#5
Do you set a path in the skin for the weather location? If so where to? Or do you just use the location in the Home file?
Reply
#6
Every time I try to use the code above my home screen just goes black. I placed that exact code at the top of my home screen in Xbox. I tried changing the slashes \ and /

My images are stored F:/images/WEATHER
Reply
#7
did you enable custom weather backgrounds in XBMC first:
Settings > Skin Settings > Background > Weather Button - Enable Custom Background
Reply
#8
I have my custome weather option enable, but it is not set to my weather folder.

Also make sure you are using the latest t3ch release.
Reply
#9
Images may need to be re-sized.Are you using the skin on Xbox?
Reply
#10
Ah Im using the Tech release from 12-29-2008 that has custom backgrounds enabled, but might not support the condition. I'll give the newer one a try and see what it does.

Thanks guys.
Reply
#11
This code worked a charm for me. Thanks to all, looks great!
Reply
#12
Does this mod still work in XBMC 9.04 'Babylon'?

I messed up my .xml file and was wondering if people are still using this in the final Babylon release on their xbox?
Reply

Logout Mark Read Team Forum Stats Members Help
Weather Fanart in PM3.HD0