WORKING: moving fanart
#1
Lightbulb 
Got it working: [MOD] Ken Burns Effect on Backdrops/FanArt for a Semi Animated look (pan/zoom/rotate)

http://www.youtube.com/watch?v=oS_tAEBHw3E

Go to: XBMC\skin\Horizonz - An Aeon Mod\720p

Change the file: Backgrounds.xml

and add the line is in bold (if you want to all the screens):

<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath>-</imagepath>
<timeperimage>10000</timeperimage>
<fadetime>2000</fadetime>
<randomize>true</randomize>
<info>Skin.String(CustomMoviesFolder)</info>
<visible>[Container(300).HasFocus(6) + Control.IsVisible(300)] + [!Player.HasMedia | !Skin.HasSetting(Visualisation)] + !Skin.HasSetting(CustomMoviesFolder)</visible>
<visible>[!Control.IsVisible(301) + !Control.IsVisible(302)]</visible>
<visible>!Control.IsVisible(87) + !Control.IsVisible(301) + !Control.IsVisible(302)</visible>
<include>backgroundfade</include>
<animation effect="zoom" start="110" end="130" center="auto" time="15000" tween="cubic" easing="inout" pulse="true" condition="!Skin.HasSetting(animation_bg)">Conditional</animation>
<animation effect="slide" start="-10,-10" end="20,20" time="7000" tween="cubic" easing="inout" pulse="true" condition="!Skin.HasSetting(animation_bg)">Conditional</animation>
<animation effect="rotate" center="360,640" start="-2" end="2" time="11000" tween="cubic" easing="inout" pulse="true" condition="!Skin.HasSetting(animation_bg)">Conditional</animation>
<visible>!Control.IsVisible(52) | [Control.IsVisible(52) + Skin.HasSetting(nocurtains)]</visible>


Above sample is for the screen: Movies

Enjoy!
Reply
#2
Thanks for the tip.... but how do I get this to work on aeon auriga? There is no backgrounds.xml in the 720p folder... thanks
Reply

Logout Mark Read Team Forum Stats Members Help
WORKING: moving fanart0