skin.pellucidPlus/1080i/custom_musicOverlay.xml

82 lines
3.4 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2015-11-09 22:07:33 +01:00
<window type="dialog" id="1102">
2017-04-04 23:49:49 +02:00
<visible>player.hasaudio + !Window.IsActive(visualisation) + !window.isactive(home) + !container.content(songs)</visible>
2014-09-28 20:47:53 +02:00
<controls>
<control type="group">
2017-02-19 20:11:49 +01:00
<posx>col-12-begin</posx>
2015-04-21 11:33:24 +02:00
<posy>0</posy>
2015-05-26 20:58:11 +02:00
<animation type="windowopen">
<effect type="slide" start="0,-50" end="0,0" tween="cubic" easing="out" delay="500" time="300"/>
<effect type="fade" start="0" end="100" time="500" delay="500"/>
</animation>
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-21 11:33:24 +02:00
<posy>0</posy>
2015-05-26 20:58:11 +02:00
<width>8-col</width>
2017-02-19 20:11:49 +01:00
<height>54</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-05-26 20:58:11 +02:00
</control>
<control type="image">
2016-07-31 17:47:00 +02:00
<visible>!player.paused + !System.Platform.Linux.RaspberryPi</visible>
2015-05-26 20:58:11 +02:00
<posx>12</posx>
2017-02-19 20:11:49 +01:00
<posy>-10</posy>
2015-05-26 20:58:11 +02:00
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
2014-09-28 20:47:53 +02:00
</control>
2016-07-31 17:47:00 +02:00
<control type="label">
<visible>!player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>3</posx>
2017-02-19 20:11:49 +01:00
<posy>-9</posy>
2016-07-31 17:47:00 +02:00
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
2015-07-21 22:17:36 +02:00
<control type="label">
<visible>player.paused</visible>
<posx>3</posx>
2017-02-19 20:11:49 +01:00
<posy>-9</posy>
2015-07-21 22:17:36 +02:00
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
<animation type="conditional" condition="true" loop="true">
<effect type="fade" start="0" end="100" time="1000"/>
<effect type="fade" start="100" end="0" time="1000" delay="1000"/>
</animation>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
<description>Artist</description>
2015-05-26 20:58:11 +02:00
<posx>1-col</posx>
2015-04-21 11:33:24 +02:00
<posy>0</posy>
2017-02-28 20:45:10 +01:00
<font>itemSubTitle</font>
2015-05-26 20:58:11 +02:00
<width>7-col-gutter</width>
2017-02-19 20:11:49 +01:00
<height>54</height>
2015-05-26 20:58:11 +02:00
<align>left</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<height>1-row</height>
2017-02-28 20:45:10 +01:00
<label>$INFO[MusicPlayer.TimeRemaining] [B]$INFO[musicplayer.Artist,, ][/B]$INFO[MusicPlayer.Title]</label>
2015-05-29 20:44:45 +02:00
<scroll>true</scroll>
2015-05-26 20:58:11 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
2017-03-26 17:22:07 +02:00
<visible>false</visible>
2014-09-28 20:47:53 +02:00
<include>DialogID</include>
<label>custom_musicOverlay.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>