skin.pellucidPlus/1080i/custom_musicOverlay.xml

93 lines
3.8 KiB
XML
Raw Permalink 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">
2021-03-11 21:41:07 +01:00
<visible>player.hasaudio + !Window.IsActive(visualisation) + !window.isactive(home) + !window.isactive(1103)</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">
2020-01-27 22:52:53 +01:00
<animation type="conditional" condition="true">
<effect type="fade" start="100" end="33" time="0"/>
</animation>
2014-09-28 20:47:53 +02:00
<posx>0</posx>
2015-04-21 11:33:24 +02:00
<posy>0</posy>
2020-01-27 22:52:53 +01:00
<width>1-col-textbox</width>
<height>54</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-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">
2021-01-09 18:44:45 +01:00
<visible>!player.paused + !Skin.HasSetting(lowPowerMode)</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">
2021-01-09 18:44:45 +01:00
<visible>!player.paused + Skin.HasSetting(lowPowerMode)</visible>
2016-07-31 17:47:00 +02:00
<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>
2019-06-22 18:32:41 +02:00
<font>symbol</font>
2016-07-31 17:47:00 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2016-07-31 17:47:00 +02:00
<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>
2019-06-22 18:32:41 +02:00
<font>symbol</font>
2015-07-21 22:17:36 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-07-21 22:17:36 +02:00
<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>
2020-01-27 22:52:53 +01:00
<posx>1-col-indent</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>
2018-01-24 21:53:15 +01:00
<scroll>false</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>