skin.pellucid/1080i/custom_musicPlayerFullscree...

207 lines
6.6 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">
2017-09-28 15:36:29 +02:00
<defaultcontrol always="true">9876</defaultcontrol>
<onload condition="System.HasAddon(script.artistslideshow)">RunScript(script.artistslideshow)</onload>
<onunload>control.setfocus(9999)</onunload>
<controls>
<include>globalBackground</include>
<control type="group">
<include>fadeInOut</include>
<control type="group">
<!--fanart-->
<control type="image">
2017-12-21 15:16:56 +01:00
<visible>String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow))</visible>
2017-09-28 15:36:29 +02:00
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture fallback="special://skin/extras/backgrounds/music.jpg" border="0">$INFO[player.art(fanart)]</texture>
<aspectratio>stretch</aspectratio>
<include>kenBurnsey</include>
<colordiffuse>44ffffff</colordiffuse>
</control>
<!--artist slideshow (if active)-->
<control type="multiimage">
2017-12-21 15:16:56 +01:00
<visible>!String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow))</visible>
2017-09-28 15:36:29 +02:00
<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>
<colordiffuse>88ffffff</colordiffuse>
</control>
<!--visualisation-->
<control type="visualisation" id="2">
<visible>!SlideShow.IsActive</visible>
<description>visualisation</description>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
</control>
</control>
<!--Track info-->
2017-10-07 11:53:15 +02:00
<control type="group">
2017-09-28 15:36:29 +02:00
<posx>col-1-begin</posx>
2017-10-07 11:53:15 +02:00
<posy>row-23-begin</posy>
2017-12-21 15:16:56 +01:00
<animation type="conditional" condition="!String.IsEqual(MusicPlayer.Time,00:00)">
2017-10-07 11:53:15 +02:00
<effect type="slide" start="0,500" end="0,0" tween="sine" time="400"/>
</animation>
2018-02-05 20:44:04 +01:00
<animation type="conditional" condition="true">
2018-02-25 14:05:53 +01:00
<effect type="fade" end="90" time="0"/>
2018-02-05 20:44:04 +01:00
</animation>
2017-10-07 11:53:15 +02:00
<!--coverart (or channel art if radio)-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-row</width>
<height>182</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[player.art(thumb)]</texture>
<colordiffuse>ffffffff</colordiffuse>
2017-09-28 15:36:29 +02:00
</control>
2017-10-07 11:53:15 +02:00
<!--track info-->
<control type="group">
<posx>182</posx>
<posy>0</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>9-col</width>
<height>71</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>542</width>
<height>2-row</height>
2018-01-24 21:53:15 +01:00
<font>dialogTitle</font>
2017-10-07 11:53:15 +02:00
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[MusicPlayer.Title]</label>
</control>
<control type="label">
<posx>8-col</posx>
<posy>0</posy>
<width>612</width>
<height>2-row</height>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>[B]$INFO[MusicPlayer.userrating,,*][/B]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>9-col</width>
<height>1-row</height>
<texture>colors/white.png</texture>
<colordiffuse>FFFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>2-row</posy>
<width>612</width>
<height>1-row</height>
<font>smallStrong</font>
<textcolor>black</textcolor>
<scroll>false</scroll>
<label>[UPPERCASE][B]$INFO[MusicPlayer.artist,, ][/B]$INFO[MusicPlayer.Album, | , ]$INFO[MusicPlayer.year,(,)][/UPPERCASE]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>3-row</posy>
<width>9-col</width>
<height>2-row</height>
<texture>colors/black.png</texture>
<colordiffuse>99000000</colordiffuse>
</control>
<control type="progress">
<description>Duration</description>
<posx>0</posx>
<posy>3-row</posy>
<width>9-col</width>
<height>2-row</height>
<reveal>false</reveal>
2017-12-04 21:13:06 +01:00
<texturebg></texturebg>
<lefttexture></lefttexture>
2017-10-07 11:53:15 +02:00
<midtexture border="36" colordiffuse="22FFFFFF">colors/white.png</midtexture>
2017-12-04 21:13:06 +01:00
<righttexture></righttexture>
<overlaytexture></overlaytexture>
2017-10-07 11:53:15 +02:00
<info>Player.Progress</info>
</control>
<control type="label">
<posx>24</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>regularStrong</font>
<align>left</align>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-10-07 11:53:15 +02:00
<scroll>false</scroll>
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
</control>
<control type="label">
<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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-10-07 11:53:15 +02:00
<scroll>false</scroll>
<label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ]$INFO[musicplayer.Playlistlength, / ]</label>
</control>
<control type="label">
<visible>Playlist.IsRepeat | Playlist.IsRepeatOne</visible>
<posx>5-col-gutter</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>right</align>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-10-07 11:53:15 +02:00
<label></label>
</control>
<control type="label">
<visible>Playlist.IsRandom</visible>
<posx>384</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>right</align>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-10-07 11:53:15 +02:00
<label></label>
</control>
2017-09-28 15:36:29 +02:00
</control>
</control>
</control>
<!--hidden buttons to handle dialog autohide-->
<control type="button" id="9876">
<posx>-100</posx>
<posy>-100</posy>
<height>1-col</height>
<width>1-col</width>
<onup>VolumeUp</onup>
<ondown>VolumeDown</ondown>
<onleft>playercontrol(previous)</onleft>
<onright>playercontrol(next)</onright>
<onclick>activatewindow(1105)</onclick>
</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>