skin.pellucidPlus/1080i/custom_musicPlayerFullscree...

227 lines
10 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="1103">
2015-09-02 00:13:19 +02:00
<defaultcontrol always="true">9876</defaultcontrol>
<onunload>activateWindow(music)</onunload>
2015-07-25 13:51:55 +02:00
<onunload>Skin.SetString(showRecentMusicItems,true)</onunload>
<onunload>control.setfocus(9000)</onunload>
2015-03-27 21:31:13 +01:00
<controls>
2015-04-21 11:33:24 +02:00
<include>globalBackground</include>
2015-03-27 21:31:13 +01:00
<control type="group">
<include>fadeInOut</include>
<control type="group">
<!--fanart-->
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
2015-12-21 21:30:26 +01:00
<imagepath background="true">$INFO[Window(Home).Property(SkinHelper.Music.ExtraFanArt)]</imagepath>
2015-03-27 21:31:13 +01:00
<aspectratio>keep</aspectratio>
<timeperimage>10000</timeperimage>
<fadetime>1000</fadetime>
<randomize>true</randomize>
2015-04-21 11:33:24 +02:00
<include>kenBurnsey</include>
<colordiffuse>44ffffff</colordiffuse>
2015-03-27 21:31:13 +01:00
</control>
<!--visualisation-->
<control type="visualisation" id="2">
<description>visualisation</description>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
</control>
</control>
2015-07-13 21:26:43 +02:00
<!--Track info-->
2015-03-27 21:31:13 +01:00
<control type="group">
2016-01-03 21:01:45 +01:00
<posx>col-1-begin</posx>
2015-12-21 21:30:26 +01:00
<posy>row-23-begin</posy>
<animation type="Conditional" condition="control.hasfocus(6789)">
2016-01-07 22:53:56 +01:00
<effect type="slide" start="0,0" end="0,500" tween="sine" time="400"/>
2015-12-21 21:30:26 +01:00
</animation>
2016-01-03 21:01:45 +01:00
<animation type="conditional" condition="!StringCompare(MusicPlayer.Time,00:00)">
2016-01-07 22:53:56 +01:00
<effect type="slide" start="0,500" end="0,0" tween="sine" time="400"/>
2016-01-03 21:01:45 +01:00
</animation>
<!--coverart (or channel art if radio)-->
2015-12-21 21:30:26 +01:00
<control type="image">
<posx>0</posx>
2016-01-07 22:53:56 +01:00
<posy>0</posy>
<width>5-row</width>
<height>182</height>
<aspectratio>stretch</aspectratio>
2016-04-04 20:57:11 +02:00
<texture border="0">DefaultAlbumCover.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-row</width>
<height>182</height>
<aspectratio>stretch</aspectratio>
2016-04-19 15:06:14 +02:00
<texture border="6">$INFO[player.art(thumb)]</texture>
2016-04-04 20:57:11 +02:00
<colordiffuse>ffffffff</colordiffuse>
2016-04-19 15:06:14 +02:00
<bordertexture border="6">colors/white.png</bordertexture>
<bordersize>6</bordersize>
2015-07-13 21:26:43 +02:00
</control>
<!--track info-->
<control type="group">
2016-01-07 22:53:56 +01:00
<posx>182</posx>
2015-12-21 21:30:26 +01:00
<posy>0</posy>
2016-01-03 21:01:45 +01:00
<control type="image">
2015-12-21 21:30:26 +01:00
<posx>0</posx>
2016-01-03 21:01:45 +01:00
<posy>0</posy>
2016-01-07 22:53:56 +01:00
<width>9-col</width>
2016-01-03 21:01:45 +01:00
<height>71</height>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2016-01-03 21:01:45 +01:00
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
2016-03-05 23:39:53 +01:00
<width>542</width>
2016-01-03 21:01:45 +01:00
<height>2-row</height>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
2016-01-07 22:53:56 +01:00
<scroll>true</scroll>
2015-07-15 20:54:26 +02:00
<label>$INFO[MusicPlayer.Title]</label>
2016-01-03 21:01:45 +01:00
</control>
2016-03-05 23:39:53 +01:00
<control type="label">
<posx>8-col-indent</posx>
<posy>0</posy>
<width>612</width>
<height>2-row</height>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
2016-03-30 14:23:17 +02:00
<label>[B]$INFO[MusicPlayer.rating,,*][/B]</label>
2016-03-05 23:39:53 +01:00
</control>
2016-01-03 21:01:45 +01:00
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
2016-01-07 22:53:56 +01:00
<width>9-col</width>
2016-01-03 21:01:45 +01:00
<height>1-row</height>
<texture>colors/white.png</texture>
<colordiffuse>FFFFFFFF</colordiffuse>
2015-04-19 22:55:23 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
2016-01-03 21:01:45 +01:00
<posx>24</posx>
<posy>2-row</posy>
2016-01-07 22:53:56 +01:00
<width>612</width>
2016-01-03 21:01:45 +01:00
<height>1-row</height>
<font>smallStrong</font>
<textcolor>black</textcolor>
2015-03-27 21:31:13 +01:00
<scroll>false</scroll>
2016-01-03 21:01:45 +01:00
<label>[UPPERCASE][B]$INFO[MusicPlayer.artist,, ][/B]$INFO[MusicPlayer.Album, | , ]$INFO[MusicPlayer.year,(,)][/UPPERCASE]</label>
2015-04-19 22:55:23 +02:00
</control>
2016-01-03 21:01:45 +01:00
<control type="image">
<posx>0</posx>
<posy>3-row</posy>
2016-01-07 22:53:56 +01:00
<width>9-col</width>
2016-01-03 21:01:45 +01:00
<height>2-row</height>
<texture>colors/black.png</texture>
2016-05-29 19:38:50 +02:00
<colordiffuse>99000000</colordiffuse>
2016-01-03 21:01:45 +01:00
</control>
<control type="progress">
<description>Duration</description>
<posx>0</posx>
<posy>3-row</posy>
2016-01-07 22:53:56 +01:00
<width>9-col</width>
2016-01-03 21:01:45 +01:00
<height>2-row</height>
<reveal>false</reveal>
<texturebg>-</texturebg>
<lefttexture>-</lefttexture>
<midtexture border="36" colordiffuse="22FFFFFF">colors/white.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
<info>Player.Progress</info>
</control>
2016-10-05 15:33:07 +02:00
<control type="label">
<posx>24</posx>
2016-01-03 21:01:45 +01:00
<posy>3-row</posy>
2016-01-07 22:53:56 +01:00
<width>612</width>
2015-12-21 21:30:26 +01:00
<height>2-row</height>
2016-01-03 21:01:45 +01:00
<font>regularStrong</font>
2015-04-19 22:55:23 +02:00
<align>left</align>
2016-01-03 21:01:45 +01:00
<textcolor>textActive</textcolor>
2016-01-25 21:09:11 +01:00
<shadowcolor>-</shadowcolor>
2015-03-27 21:31:13 +01:00
<scroll>false</scroll>
2015-04-19 22:55:23 +02:00
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
2016-07-18 22:26:29 +02:00
</control>
2016-10-05 15:33:07 +02:00
<control type="label">
2016-07-18 22:26:29 +02:00
<posx>9-col-gutter</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>regularStrong</font>
<align>right</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<scroll>false</scroll>
<label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ]$INFO[musicplayer.Playlistlength, / ]</label>
2015-03-27 21:31:13 +01:00
</control>
2016-01-25 21:09:11 +01:00
<control type="label">
<visible>Playlist.IsRepeat | Playlist.IsRepeatOne</visible>
2016-10-05 15:33:07 +02:00
<posx>5-col-gutter</posx>
2016-01-25 21:09:11 +01:00
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>right</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
<control type="label">
<visible>Playlist.IsRandom</visible>
2016-10-05 15:33:07 +02:00
<posx>384</posx>
2016-01-25 21:09:11 +01:00
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>right</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
2015-03-27 21:31:13 +01:00
</control>
2015-12-21 21:30:26 +01:00
</control>
</control>
2016-01-07 22:53:56 +01:00
<!--vignette-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-12-21 21:30:26 +01:00
<!--hidden buttons to handle dialog autohide-->
2016-10-05 15:33:07 +02:00
<control type="button" id="9876">
2015-04-21 11:33:24 +02:00
<posx>-100</posx>
<posy>-100</posy>
2015-03-27 21:31:13 +01:00
<height>1-col</height>
<width>1-col</width>
2015-12-21 21:30:26 +01:00
<onup>noop</onup>
<ondown>6789</ondown>
2016-10-05 15:33:07 +02:00
<onleft>playercontrol(previous)</onleft>
<onright>playercontrol(next)</onright>
2016-03-05 23:39:53 +01:00
<onclick>activatewindow(1105)</onclick>
2015-12-21 21:30:26 +01:00
</control>
<control type="button" id="6789">
<posx>-100</posx>
<posy>-100</posy>
<height>1-col</height>
<width>1-col</width>
<onup>9876</onup>
<ondown>noop</ondown>
2016-10-05 15:33:07 +02:00
<onleft>playercontrol(previous)</onleft>
<onright>playercontrol(next)</onright>
2016-03-05 23:39:53 +01:00
<onclick>activatewindow(1105)</onclick>
2015-03-27 21:31:13 +01:00
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>custom_musicPlayerFullscreen.xml</label>
</control>
</controls>
2014-09-28 20:47:53 +02:00
</window>