Extra fanart

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hjord Offline
Senior Member
Posts: 214
Joined: Nov 2009
Reputation: 0
Post: #1
Is it possible to get the small fanarts (eg. infowall view for movies) change like the big one in the back? Maybe use extrathumbs?

Is it possible to get it start with a random fanart, instead of the same each time? And how can i get it to go a little faster? Smile

[Image: widget]
find quote
Ghostdivision Offline
Fan
Posts: 626
Joined: Jan 2012
Reputation: 0
Post: #2
+1 for this.

In aeon mq3 the fanart is random, so for example the drop down box displays different fan art then the background fan art.

In this skin the fanart is always the same, and even in the drop down info box its also the same.


I thought thats what the extra fan art option did? At least in mq3 it did.
find quote
Big_Noid Online
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #3
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.
(This post was last modified: 2012-02-08 14:35 by Big_Noid.)
find quote
Ghostdivision Offline
Fan
Posts: 626
Joined: Jan 2012
Reputation: 0
Post: #4
I am not to savvy at editing xml so i might just wait for the next release.

Is there an option i dont have enabled because i dont get extra fanart rotation at all even after 10 seconds?

if anyone can help it would be greatly appreciated.
find quote
CutSickAss Offline
Fan
Posts: 430
Joined: Dec 2011
Reputation: 28
Location: Greece
Post: #5
Ghostdivision Wrote:I am not to savvy at editing xml so i might just wait for the next release.

Is there an option i dont have enabled because i dont get extra fanart rotation at all even after 10 seconds?

if anyone can help it would be greatly appreciated.

Are you sure you've enabled the Extrafanart option on every content? I mean, in TV shows you have to enable it when viewing all your shows, enable it when viewing the seasons of a certain show, and enable it even on episode view (if it is supported). Also at least one viewtype (BigFan) does not support Extrafanart.
find quote
Ghostdivision Offline
Fan
Posts: 626
Joined: Jan 2012
Reputation: 0
Post: #6
Yes, im using dvd case view, and extra fan art is enabled...

Mq3 works without issue, im a bit confused why its not working.
find quote
Ghostdivision Offline
Fan
Posts: 626
Joined: Jan 2012
Reputation: 0
Post: #7
Just curious if anyone can help me here, i still dont get fan art after changing after 10 seconds do i need to enable something?
find quote
leram84 Offline
Junior Member
Posts: 25
Joined: Apr 2012
Reputation: 0
Post: #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.
find quote
phil65 Offline
Skilled Skinner
Posts: 4,457
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #9
(2012-05-03 20:53)leram84 Wrote:  
(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.

you´re really thinkin you´re getting support for mq3 here?
find quote
leram84 Offline
Junior Member
Posts: 25
Joined: Apr 2012
Reputation: 0
Post: #10
you're really responding to my question by asking if i want a response to my question?
find quote
Post Reply