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
Building a skin from scratch - a tour -
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="Pog" data-source="post: 1007496" data-attributes="member: 97724"><p>Did a quick update of your code to use the artist thumb and a cd mask, also <colordiffuse> to darken it.</p><p> </p><p>Clear the cache!</p><p> </p><p>[spoiler][CODE]<!-- KIWIJUNGLIST --></p><p> </p><p> </p><p><!-- Inside of case --></p><p> <control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask1.png">#fanarthandler.music.backdrop1.play</texture></p><p> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible></p><p> </control></p><p> </p><p><!-- Rotating CD --></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>200</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <colordiffuse>FFC0C0C0</colordiffuse></p><p> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture></p><p> <animation effect="rotate" center="1200,400" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation></p><p> <animation effect="slide" start="0,0" end="0,200" time="250">hidden</animation></p><p> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]</visible></p><p> </control></p><p> </p><p> <!-- CD Just before sliding up --></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <colordiffuse>FFC0C0C0</colordiffuse></p><p> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture></p><p> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:05)</visible></p><p> </control></p><p> </p><p><!-- CD sliding up out of case --></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <colordiffuse>FFC0C0C0</colordiffuse></p><p> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture></p><p> <animation effect="slide" tween="bounce" easing="in" start="0,0" end="0,-200" time="1000" reversible="false">visible</animation></p><p> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible></p><p> </control></p><p> </p><p><!-- Front Cover ontop of Rotating CD --></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)]</visible></p><p> </control></p><p> </p><p><!-- Inside of case CD Insert overlay--></p><p> <control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask3.png">#fanarthandler.music.backdrop1.play</texture></p><p> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible></p><p> </control></p><p> </p><p> <!-- open front cover at 0:05 --></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" time="1000" center="1000,0" start="0" end="180" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <animation effect="fade" delay="450" time="100" start="100" end="0" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)</visible></p><p> </control></p><p> </p><p> <!-- open inside cover at 0:05 --></p><p> <control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <align>right</align></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask2.png">#fanarthandler.music.backdrop1.play</texture></p><p> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="0" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <animation effect="fade" delay="450" time="100" start="0" end="100" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible></p><p> </control></p><p> </p><p> <!-- Close inside at 0:07 --></p><p> <control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask2.png">#fanarthandler.music.backdrop1.play</texture></p><p> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="0" end="-180" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation></p><p> <animation effect="fade" delay="450" time="100" start="100" end="0" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)</visible></p><p> </control></p><p> </p><p><!-- Close front at 0:07 --></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="180" end="0" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation></p><p> <animation effect="fade" delay="450" time="100" start="0" end="100" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)</visible></p><p> </control></p><p> </p><p><!-- front cover spin first part--></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible></p><p> </control></p><p> </p><p> <!-- rear cover spin middle part--></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>..\..\..\Thumbs\Music\Artists\#Play.Current.ArtistL.jpg</texture></p><p> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="-180" end="180" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <animation effect="fade" time="100" delay="450" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible></p><p> </control></p><p> </p><p><!-- front cover spin last part--></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <animation effect="fade" time="100" delay="1450" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible></p><p> </control></p><p> </p><p> </p><p><!-- KIWI JUNGLIST -->[/CODE][/spoiler]</p></blockquote><p></p>
[QUOTE="Pog, post: 1007496, member: 97724"] Did a quick update of your code to use the artist thumb and a cd mask, also <colordiffuse> to darken it. Clear the cache! [spoiler][CODE]<!-- KIWIJUNGLIST --> <!-- Inside of case --> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask1.png">#fanarthandler.music.backdrop1.play</texture> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- Rotating CD --> <control> <type>image</type> <posX>1000</posX> <posY>200</posY> <width>400</width> <height>400</height> <colordiffuse>FFC0C0C0</colordiffuse> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture> <animation effect="rotate" center="1200,400" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation> <animation effect="slide" start="0,0" end="0,200" time="250">hidden</animation> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]</visible> </control> <!-- CD Just before sliding up --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <colordiffuse>FFC0C0C0</colordiffuse> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation> <visible>string.equals(#currentplaytime,0:05)</visible> </control> <!-- CD sliding up out of case --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <colordiffuse>FFC0C0C0</colordiffuse> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture> <animation effect="slide" tween="bounce" easing="in" start="0,0" end="0,-200" time="1000" reversible="false">visible</animation> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation> <visible>string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- Front Cover ontop of Rotating CD --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)]</visible> </control> <!-- Inside of case CD Insert overlay--> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask3.png">#fanarthandler.music.backdrop1.play</texture> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- open front cover at 0:05 --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" time="1000" center="1000,0" start="0" end="180" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <animation effect="fade" delay="450" time="100" start="100" end="0" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)</visible> </control> <!-- open inside cover at 0:05 --> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <align>right</align> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask2.png">#fanarthandler.music.backdrop1.play</texture> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="0" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <animation effect="fade" delay="450" time="100" start="0" end="100" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- Close inside at 0:07 --> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask2.png">#fanarthandler.music.backdrop1.play</texture> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="0" end="-180" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation> <animation effect="fade" delay="450" time="100" start="100" end="0" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation> <visible>string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)</visible> </control> <!-- Close front at 0:07 --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="180" end="0" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation> <animation effect="fade" delay="450" time="100" start="0" end="100" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation> <visible>string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)</visible> </control> <!-- front cover spin first part--> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <visible>string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible> </control> <!-- rear cover spin middle part--> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>..\..\..\Thumbs\Music\Artists\#Play.Current.ArtistL.jpg</texture> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="-180" end="180" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <animation effect="fade" time="100" delay="450" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <visible>string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible> </control> <!-- front cover spin last part--> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <animation effect="fade" time="100" delay="1450" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <visible>string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible> </control> <!-- KIWI JUNGLIST -->[/CODE][/spoiler] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Building a skin from scratch - a tour -
Contact us
RSS
Top
Bottom