weather-fan-art?
#1
is there any skin, in which the weather-fan-art is already working?

i want to integrate it into "basics-vision" and it would be much much easier with an example skin.
http://www.xbmcnerds.com - german xbmc community
Reply
#2
It works for mediastream but you have to customize your myweather.xml and home.xml
Have a look here.
http://forum.xbmc.org/showthread.php?tid...her+fanart
Reply
#3
I have it working in PMIIIHD.
Reply
#4
i can't get it to work in basics-vision on my xbox.
i'm using an actual build from t3ch.

my goal is to have weather-fan art always ON.
weather-fan art should be my new "background-image" in the skin.

so i've edited the includes.xml.

before editing it looked like:

Code:
<control type="image">
            <description>background image</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            <texture>background.png</texture>
            <visible>!Skin.String(Custom_Background)</visible>
            <animation effect="fade" start="100" end="70" time="0" condition="Player.HasVideo + !Skin.HasSetting(Back_Video)">Conditional</animation>
            <animation effect="fade" start="100" end="85" time="0" condition="Player.HasAudio + !Skin.HasSetting(Back_Vis)">Conditional</animation>
        </control>

after editing it looks like this:

Code:
<control type="multiimage">
            <description>background image</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            <imagepath>E:\apps\background\weather\$INFO[Weather.FanartCode]</imagepath>
            <timeperimage>5000</timeperimage>
            <randomize>true</randomize>
      <fadetime>2000</fadetime>
            <visible>!Skin.String(Custom_Background)</visible>
            <animation effect="fade" start="100" end="70" time="0" condition="Player.HasVideo + !Skin.HasSetting(Back_Video)">Conditional</animation>
            <animation effect="fade" start="100" end="85" time="0" condition="Player.HasAudio + !Skin.HasSetting(Back_Vis)">Conditional</animation>
        </control>

but all i get is a black screen.

i've resized all pictures to 1280x720.
the imagepath is e:/apps/background/weather/00 and so on.
http://www.xbmcnerds.com - german xbmc community
Reply
#5
Did you looked to the changes that were made in the Home.xml and MyWeather.xml in MediaStream ?

Download the link in this post and compare those Home.xml and MyWeather.xml with the original.

Edit:
Link doesn't work anymore look to this post for changes
Reply
#6
sure, i did look at them.

i thought, editting the include.xml would be the best way, to have the weather.fan.art working for all backgrounds.
all other *.xml reffer to the include.xml.

this way i do not have to edit the home.xml (or the weather.xml)

....

after this i have tried to edit the home.xml from pm3-hd.
to set the custom-background to weather-fan art works.
but it is more like "when button focus... than weather fan art" and not "common background is weather fan art".

in basics-vision is no setting fpr custom-backgrounds for every button.
there is just one setting for "custom background" or "default background".
so i've edited the include.xml to change the "default background".

maybe it is not possible to use weather-fan-art with the include.xml?
http://www.xbmcnerds.com - german xbmc community
Reply
#7
Waffa Wrote:Did you looked to the changes that were made in the Home.xml and MyWeather.xml in MediaStream ?

Download the link in this post and compare those Home.xml and MyWeather.xml with the original.

Edit:
Link doesn't work anymore look to this post for changes

maybe rapidshare was having problems when you looked before, because the link works fine now.
Reply

Logout Mark Read Team Forum Stats Members Help
weather-fan-art?0