skin.pellucid/1080i/MusicOverlay.xml

63 lines
2.6 KiB
XML
Raw Normal View History

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>
<texture>colors/selected.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
<!--animations-->
<animation type="Windowopen">
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine" />
</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">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine" />
</animation>
</control>
<control type="label">
<description>message</description>
<posx>24</posx>
<posy>30</posy>
<font>pageTitle</font>
<textcolor>black</textcolor>
<width>468</width>
<height>1-row</height>
<label>$INFO[Musicplayer.TrackNumber,,. ]$INFO[musicplayer.Title]</label>
<scroll>true</scroll>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine" />
</animation>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posy>0</posy>
<include>DialogID</include>
<label>MusicOverlay.xml</label>
</control>
</controls>
</window>