Hello @ all
I have a Problem.
When i have activate the internal player,can i see only the Scrolling Infolabel in Overlay.
When i activate the Bass-Player can i see the Scrolling Infolabel and the music rectangle with Visualiation and the current Thumb,and not my Overlaybackground(CD-Case)and the current Logos.
I use the latest SVN:MediaPortal-svn--03-03-2007--10-56-Rev13208
Have anybody an Idee?
Here is my Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>2004</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control>
<description>play time label</description>
<type>label</type>
<id>2</id>
<posX>170</posX>
<posY>470</posY>
<label>#currentplaytime</label>
<align>left</align>
<font>font48</font>
<textcolor>20ffffff</textcolor>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>cd case small</description>
<type>image</type>
<id>10</id>
<posX>45</posX>
<posY>426</posY>
<width>132</width>
<height>108</height>
<texture>cd case.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>music rectangle</description>
<type>image</type>
<id>0</id>
<posX>60</posX>
<posY>430</posY>
<width>100</width>
<height>100</height>
<texture>blanco tranp.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>music logo</description>
<type>image</type>
<id>1</id>
<posX>60</posX>
<posY>430</posY>
<width>101</width>
<height>101</height>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<texture>#Play.Current.Thumb</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>play logo</description>
<type>image</type>
<id>3</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_play.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>Pause logo</description>
<type>image</type>
<id>4</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_pause.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>FF logo</description>
<type>image</type>
<id>7</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_fastforward.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>RW logo</description>
<type>image</type>
<id>8</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_rewind.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>album/artist/genre etc info label</description>
<type>fadelabel</type>
<width>135</width>
<height>30</height>
<posX>47</posX>
<posY>533</posY>
<align>left</align>
<font>font13</font>
<label>#Play.Current.Title\r#Play.Current.Artist\r#Play.Current.Album\r#Play.Current.Duration</label>
<textcolor>FFFFFFFF</textcolor>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<id>5</id>
</control>
</controls>
</window>
I have a Problem.
When i have activate the internal player,can i see only the Scrolling Infolabel in Overlay.
When i activate the Bass-Player can i see the Scrolling Infolabel and the music rectangle with Visualiation and the current Thumb,and not my Overlaybackground(CD-Case)and the current Logos.
I use the latest SVN:MediaPortal-svn--03-03-2007--10-56-Rev13208
Have anybody an Idee?
Here is my Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>2004</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control>
<description>play time label</description>
<type>label</type>
<id>2</id>
<posX>170</posX>
<posY>470</posY>
<label>#currentplaytime</label>
<align>left</align>
<font>font48</font>
<textcolor>20ffffff</textcolor>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>cd case small</description>
<type>image</type>
<id>10</id>
<posX>45</posX>
<posY>426</posY>
<width>132</width>
<height>108</height>
<texture>cd case.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>music rectangle</description>
<type>image</type>
<id>0</id>
<posX>60</posX>
<posY>430</posY>
<width>100</width>
<height>100</height>
<texture>blanco tranp.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>music logo</description>
<type>image</type>
<id>1</id>
<posX>60</posX>
<posY>430</posY>
<width>101</width>
<height>101</height>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<texture>#Play.Current.Thumb</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>play logo</description>
<type>image</type>
<id>3</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_play.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>Pause logo</description>
<type>image</type>
<id>4</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_pause.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>FF logo</description>
<type>image</type>
<id>7</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_fastforward.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>RW logo</description>
<type>image</type>
<id>8</id>
<posX>15</posX>
<posY>460</posY>
<width>38</width>
<height>38</height>
<texture>logo_rewind.png</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
<control>
<description>album/artist/genre etc info label</description>
<type>fadelabel</type>
<width>135</width>
<height>30</height>
<posX>47</posX>
<posY>533</posY>
<align>left</align>
<font>font13</font>
<label>#Play.Current.Title\r#Play.Current.Artist\r#Play.Current.Album\r#Play.Current.Duration</label>
<textcolor>FFFFFFFF</textcolor>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<id>5</id>
</control>
</controls>
</window>