EDIT: Sorry wrong thread!
I can't figure out how this script works.
I want to have a blurred posterart as background for the homescreen and the DialogVideoInfo screen on the estuary skin.
Lines for the background on the home screen:
Code:
<control type="multiimage">
<depth>DepthBackground</depth>
<include>FullScreenDimensions</include>
<aspectratio>scale</aspectratio>
<fadetime>600</fadetime>
<animation effect="zoom" center="auto" end="102,102" time="0" condition="Integer.IsGreater(System.StereoscopicMode,0)">conditional</animation>
<animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<animation effect="fade" time="400">VisibleChange</animation>
<imagepath background="true" colordiffuse="bg_overlay">$VAR[HomeFanartVar]</imagepath>
<visible>!Player.HasMedia</visible>
</control>
Background line for the DialogVideoInfo:
Code:
<onload>SetProperty(infobackground,$ESCINFO[ListItem.Art(poster)],home)</onload>
Could you please help me?