[THEME] Music Layouts (clearart, cdart, bio, ect.) for MP 1.3 Beta - v3.0 - ALPHA TEST VERSION (1 Viewer)

Mr. V

Portal Pro
September 15, 2007
150
164
Brisbane
Home Country
If any one is still trying to use is it seems broken for 1.3a.

Seems to be a bug in MP with using #itemtype in string.equals.
 

badboyxx

Portal Pro
June 15, 2012
728
97
Home Country
Germany Germany
Mr. V I have installed your mod but now I get some errors. I don't know what it means.
The problem is, that when I start a playlist than the music starts but I don't see the file name and the ID3-Tag. But when I start a music file from a directory, than everything is how it should be.
 

Attachments

  • music_problem_folderview.jpg
    music_problem_folderview.jpg
    303.7 KB
  • music_problem_nowplaying.jpg
    music_problem_nowplaying.jpg
    590.5 KB
  • music_ok_folderview.jpg
    music_ok_folderview.jpg
    298.8 KB
  • music_ok_nowplaying.jpg
    music_ok_nowplaying.jpg
    333.4 KB

catavolt

Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,367
    10,405
    Königstein (Taunus)
    Home Country
    Germany Germany
    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>
     

    Users who are viewing this thread

    Top Bottom