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
Popular Skins
StreamedMP
[THEME] Music Layouts (clearart, cdart, bio, ect.) for MP 1.3 Beta - v3.0 - ALPHA TEST VERSION
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="catavolt" data-source="post: 1004505" data-attributes="member: 54906"><p>Well, the code is more or less simple - here is an excerpt of the PureVisionHD 1080 skin <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p>You need at least the proper GFX and adjust the positions of the properties <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p>[CODE]<!-- *************************************************************************************************** --></p><p> <!-- ************************************* Revolving CD and Cover ********************************** --></p><p> <!-- *************************************************************************************************** --></p><p> <control></p><p> <type>image</type></p><p> <description>CD Shadow</description></p><p> <id>0</id></p><p> <posX>1454</posX></p><p> <posY>407</posY></p><p> <width>445</width></p><p> <height>445</height></p><p> <texture>playing_mask.png</texture></p><p> <colordiffuse>80ffffff</colordiffuse></p><p> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation></p><p> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation></p><p> </control></p><p> <control></p><p> <description>CD-Image</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1447</posX></p><p> <posY>393</posY></p><p> <width>445</width></p><p> <height>445</height></p><p> <texture>playing_back.png</texture></p><p> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation></p><p> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation></p><p> </control></p><p> <control></p><p> <description>music logo</description></p><p> <type>image</type></p><p> <id>600</id></p><p> <posX>1447</posX></p><p> <posY>393</posY></p><p> <width>445</width></p><p> <height>445</height></p><p> <keepaspectratio>no</keepaspectratio></p><p> <texture mask="playing_mask.png">#Play.Current.Thumb</texture></p><p> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation></p><p> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation></p><p> </control></p><p> <control></p><p> <description>Overlay for CD</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1447</posX></p><p> <posY>393</posY></p><p> <width>445</width></p><p> <height>445</height></p><p> <texture>playing_front.png</texture></p><p> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation></p><p> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation></p><p> </control></p><p> <control></p><p> <description>Wooden Overlay for CD 2</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1634</posX></p><p> <posY>583</posY></p><p> <width>70</width></p><p> <height>70</height></p><p> <texture>cdmitte2.png</texture></p><p> <animation effect="slide" time="300" delay="500" end="-197,0" reversible="true" condition="!player.playing">Conditional</animation></p><p> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation></p><p> </control></p><p> <control></p><p> <type>image</type></p><p> <description>album art image</description></p><p> <id>112</id></p><p> <posX>1236</posX></p><p> <posY>382</posY></p><p> <width>463</width></p><p> <height>464</height></p><p> <texture mask="cdcase_mask.png">#Play.Current.Thumb</texture></p><p> </control></p><p> <control></p><p> <type>image</type></p><p> <description>cd case image</description></p><p> <id>0</id></p><p> <posX>1236</posX></p><p> <posY>382</posY></p><p> <width>463</width></p><p> <height>464</height></p><p> <texture>cdcase.png</texture></p><p> </control>[/CODE]</p></blockquote><p></p>
[QUOTE="catavolt, post: 1004505, member: 54906"] Well, the code is more or less simple - here is an excerpt of the PureVisionHD 1080 skin ;) You need at least the proper GFX and adjust the positions of the properties ;) [CODE]<!-- *************************************************************************************************** --> <!-- ************************************* Revolving CD and Cover ********************************** --> <!-- *************************************************************************************************** --> <control> <type>image</type> <description>CD Shadow</description> <id>0</id> <posX>1454</posX> <posY>407</posY> <width>445</width> <height>445</height> <texture>playing_mask.png</texture> <colordiffuse>80ffffff</colordiffuse> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation> </control> <control> <description>CD-Image</description> <type>image</type> <id>0</id> <posX>1447</posX> <posY>393</posY> <width>445</width> <height>445</height> <texture>playing_back.png</texture> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation> </control> <control> <description>music logo</description> <type>image</type> <id>600</id> <posX>1447</posX> <posY>393</posY> <width>445</width> <height>445</height> <keepaspectratio>no</keepaspectratio> <texture mask="playing_mask.png">#Play.Current.Thumb</texture> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation> </control> <control> <description>Overlay for CD</description> <type>image</type> <id>0</id> <posX>1447</posX> <posY>393</posY> <width>445</width> <height>445</height> <texture>playing_front.png</texture> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation> <animation effect="rotate" delay="0" end="-360" time="2000" loop="true" reversible="false" condition="!player.paused">Conditional</animation> </control> <control> <description>Wooden Overlay for CD 2</description> <type>image</type> <id>0</id> <posX>1634</posX> <posY>583</posY> <width>70</width> <height>70</height> <texture>cdmitte2.png</texture> <animation effect="slide" time="300" delay="500" end="-197,0" reversible="true" condition="!player.playing">Conditional</animation> <animation effect="slide" time="300" delay="500" start="-197,0" reversible="true" condition="player.playing">Conditional</animation> </control> <control> <type>image</type> <description>album art image</description> <id>112</id> <posX>1236</posX> <posY>382</posY> <width>463</width> <height>464</height> <texture mask="cdcase_mask.png">#Play.Current.Thumb</texture> </control> <control> <type>image</type> <description>cd case image</description> <id>0</id> <posX>1236</posX> <posY>382</posY> <width>463</width> <height>464</height> <texture>cdcase.png</texture> </control>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
[THEME] Music Layouts (clearart, cdart, bio, ect.) for MP 1.3 Beta - v3.0 - ALPHA TEST VERSION
Contact us
RSS
Top
Bottom