skin.pellucidPlus/1080i/custom_musicOverlay.xml

82 lines
3.3 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">
<visible>player.hasaudio</visible>
2014-09-28 20:47:53 +02:00
<controls>
<control type="group">
2015-05-26 20:58:11 +02:00
<posx>col-14-begin</posx>
2015-04-21 11:33:24 +02:00
<posy>0</posy>
2015-11-09 22:07:33 +01:00
<visible>!Window.IsActive(visualisation)</visible>
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>
<height>2-row</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>
<posy>0</posy>
<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>
<posy>0</posy>
<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>
<posy>0</posy>
<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>
2015-05-26 20:58:11 +02:00
<font>itemTitle</font>
<width>7-col-gutter</width>
<height>2-row</height>
<align>left</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<height>1-row</height>
2015-05-26 20:58:11 +02:00
<label>$INFO[musicplayer.Artist] - $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">
<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>