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>
|
2017-02-28 20:45:10 +01:00
|
|
|
<onload condition="System.HasAddon(script.artistslideshow)">RunScript(script.artistslideshow)</onload>
|
|
|
|
<onunload>control.setfocus(9999)</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">
|
2017-02-13 14:48:52 +01:00
|
|
|
<animation type="Conditional" condition="window.isactive(1105)">
|
|
|
|
<effect type="slide" start="0,0" end="-100,0" tween="sine" time="300"/>
|
|
|
|
</animation>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--fanart-->
|
2016-11-18 21:48:26 +01:00
|
|
|
<control type="image">
|
2017-02-28 20:45:10 +01:00
|
|
|
<visible>isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<include>dimensionsFullscreen</include>
|
2016-11-21 21:36:06 +01:00
|
|
|
<texture fallback="special://skin/extras/backgrounds/music.jpg" border="0">$INFO[player.art(fanart)]</texture>
|
2016-11-18 21:48:26 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-04-21 11:33:24 +02:00
|
|
|
<include>kenBurnsey</include>
|
|
|
|
<colordiffuse>44ffffff</colordiffuse>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2017-02-28 20:45:10 +01:00
|
|
|
<!--artist slideshow (if active)-->
|
|
|
|
<control type="multiimage">
|
|
|
|
<visible>!isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
<timeperimage>15000</timeperimage>
|
|
|
|
<randomize>true</randomize>
|
|
|
|
<fadetime>1000</fadetime>
|
|
|
|
<loop>yes</loop>
|
|
|
|
<imagepath>$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
|
|
|
|
<include>kenBurnsey</include>
|
2017-05-07 14:14:10 +02:00
|
|
|
<colordiffuse>88ffffff</colordiffuse>
|
2017-02-28 20:45:10 +01:00
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--visualisation-->
|
|
|
|
<control type="visualisation" id="2">
|
2016-11-26 19:03:05 +01:00
|
|
|
<visible>!SlideShow.IsActive</visible>
|
2015-03-27 21:31:13 +01:00
|
|
|
<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>
|
2017-05-22 20:48:49 +02:00
|
|
|
<animation type="Conditional" condition="window.isactive(1105)">
|
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">
|
2016-12-05 23:21:15 +01:00
|
|
|
<posx>8-col</posx>
|
2016-03-05 23:39:53 +01:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>612</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<font>regularStrong</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<scroll>true</scroll>
|
2016-12-05 23:21:15 +01:00
|
|
|
<label>[B]$INFO[MusicPlayer.userrating,,*][/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">
|
2016-11-18 21:48:26 +01:00
|
|
|
<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-11-18 21:48:26 +01: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>
|
2017-05-22 20:48:49 +02:00
|
|
|
<onup>VolumeUp</onup>
|
|
|
|
<ondown>VolumeDown</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>
|