Extra fanart
#8
(2012-02-08, 09:56)Big_Noid Wrote: For infowall, yeah that might be possible.

The extrafanart rotates every ten seconds. You can change this in the skin if you are not afraid of editing xmls.

FOr speeding up extrafanart add the following tag to the code shown below:

tag:
Code:
<timeperimage>10000</timeperimage>

Like this in MyVideoNav.xml:
Code:
<control type="multiimage">
          <fadetime>FanartCrossfadeTime</fadetime>
<timeperimage>10000</timeperimage>
          <animation effect="zoom" start="110" end="130" center="auto" time="15000" tween="linear" pulse="true" condition="Skin.HasSetting(animatedbg)">Conditional</animation>
          <animation effect="slide" start="-10,-10" end="10,10" time="7500" tween="linear" pulse="true" condition="Skin.HasSetting(animatedbg)">Conditional</animation>
          <imagepath background="true">$VAR[VideoExtraFanartVar]</imagepath>
          <visible>!Window.isVisible(movieinformation) + !IsEmpty(Listitem.Property(Fanart_Image))</visible>
        </control>

In next update extrafanart will be random again while browsing.

is this code located elsewhere in mq3? i would like to change the timeperimage, but can't find it in the MyVideoNav.xml for mq3

also do the backdrops have to be in a separate folder, or can they be cycled from the main movie folder.
Reply


Messages In This Thread
Extra fanart - by Hjord - 2012-02-06, 00:39
[No subject] - by Ghostdivision - 2012-02-08, 00:41
[No subject] - by BigNoid - 2012-02-08, 09:56
RE: - by leram84 - 2012-05-03, 20:53
RE: - by phil65 - 2012-05-04, 03:05
[No subject] - by Ghostdivision - 2012-02-13, 03:23
[No subject] - by CutSickAss - 2012-02-13, 15:53
[No subject] - by Ghostdivision - 2012-02-14, 00:14
[No subject] - by Ghostdivision - 2012-02-16, 02:05
RE: Extra fanart - by leram84 - 2012-05-04, 23:56
RE: Extra fanart - by phil65 - 2012-05-05, 00:00
RE: Extra fanart - by BigNoid - 2012-05-05, 00:06
Extra fanart - by Chico0106 - 2014-01-14, 09:59
RE: Extra fanart - by leepenny - 2014-01-14, 11:29
Extra fanart - by Chico0106 - 2014-01-15, 03:21
RE: Extra fanart - by leepenny - 2014-01-15, 19:52
Logout Mark Read Team Forum Stats Members Help
Extra fanart0