2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">2</defaultcontrol>
|
|
|
|
<allowoverlay>yes</allowoverlay>
|
|
|
|
<controls>
|
|
|
|
<control type="group">
|
|
|
|
<posx>col-19-begin</posx>
|
|
|
|
<posy>row-17-begin</posy>
|
|
|
|
<visible>!Window.IsActive(visualisation) + !Window.IsActive(karaoke) + [Window.IsActive(musiclibrary) | Window.IsActive(videolibrary) | window.IsActive(home) | window.isactive(MusicFiles)]</visible>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>-12</posy>
|
|
|
|
<width>8-col</width>
|
|
|
|
<height>102</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture>colors/white.png</texture>
|
2014-09-28 20:47:53 +02:00
|
|
|
<colordiffuse>eeFFFFFF</colordiffuse>
|
|
|
|
<!--animations-->
|
|
|
|
<animation type="Windowopen">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<description>Artist</description>
|
|
|
|
<posx>24</posx>
|
|
|
|
<posy>-12</posy>
|
|
|
|
<font>smallMedium</font>
|
|
|
|
<width>468</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<label>[UPPERCASE][B]$INFO[MusicPlayer.Artist][/B]$INFO[MusicPlayer.Album, • ,][/UPPERCASE]</label>
|
|
|
|
<scroll>false</scroll>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<!--animations-->
|
|
|
|
<animation type="Windowopen">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<description>message</description>
|
|
|
|
<posx>24</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>26</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>pageTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<width>468</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<label>$INFO[Musicplayer.TrackNumber,,. ]$INFO[musicplayer.Title]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
|
|
|
|
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<!--animations-->
|
|
|
|
<animation type="Windowopen">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<posy>0</posy>
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>MusicOverlay.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|