home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
FanArt now avalible for My Videos and My Music !
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="olafett" data-source="post: 361947" data-attributes="member: 62793"><p>Put the code right after the <control> containing background och overlay depending on how you want the fanart to be more dominating or not. you see, the images are applied in the order they appear in the XML files, in other words, if you wnat the image at the back place it first in the XML, if you want it in front of everything, place it last. See the example below:</p><p>[CODE]</p><p> <control></p><p> <description>music background image</description></p><p> <animation effect="fade" start="100" end="0" time="250">WindowClose</animation></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>0</posX></p><p> <posY>0</posY></p><p> <width>1280</width></p><p> <height>720</height></p><p> <texture>hover_my music.png</texture></p><p> </control></p><p> <control></p><p> <description>fanart</description></p><p> <type>image</type></p><p> <id>1000</id></p><p> <posX>0</posX></p><p> <posY>0</posY></p><p> <width>1920</width></p><p> <height>1080</height></p><p> <colordiffuse>40ffffff</colordiffuse></p><p> <texture>.\FanArt\Music\#Play.Current.Artist.png</texture></p><p> <animation effect="fade" time="400">WindowClose</animation></p><p> <animation effect="fade" time="400">WindowOpen</animation></p><p> </control></p><p> <control></p><p> <description>music overlay image</description></p><p> <animation effect="fade" start="100" end="0" time="250">WindowClose</animation></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>0</posX></p><p> <posY>0</posY></p><p> <width>1280</width></p><p> <height>720</height></p><p> <texture>mainoverlay.png</texture></p><p> </control>[/CODE]</p><p>Hope this helps <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="olafett, post: 361947, member: 62793"] Put the code right after the <control> containing background och overlay depending on how you want the fanart to be more dominating or not. you see, the images are applied in the order they appear in the XML files, in other words, if you wnat the image at the back place it first in the XML, if you want it in front of everything, place it last. See the example below: [CODE] <control> <description>music background image</description> <animation effect="fade" start="100" end="0" time="250">WindowClose</animation> <type>image</type> <id>0</id> <posX>0</posX> <posY>0</posY> <width>1280</width> <height>720</height> <texture>hover_my music.png</texture> </control> <control> <description>fanart</description> <type>image</type> <id>1000</id> <posX>0</posX> <posY>0</posY> <width>1920</width> <height>1080</height> <colordiffuse>40ffffff</colordiffuse> <texture>.\FanArt\Music\#Play.Current.Artist.png</texture> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> </control> <control> <description>music overlay image</description> <animation effect="fade" start="100" end="0" time="250">WindowClose</animation> <type>image</type> <id>0</id> <posX>0</posX> <posY>0</posY> <width>1280</width> <height>720</height> <texture>mainoverlay.png</texture> </control>[/CODE] Hope this helps :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
FanArt now avalible for My Videos and My Music !
Contact us
RSS
Top
Bottom