skin.pellucidPlus/1080i/custom_musicPlayerFullscree...

100 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1103">
<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">
<visible>isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
<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">
<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>
<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-->
<control type="grouplist">
<posx>col-1-begin</posx>
<posy>row-21-begin</posy>
<orientation>vertical</orientation>
<itemgap>10</itemgap>
<control type="textbox">
<width>10-col</width>
<height>auto</height>
<font>mediumStrong</font>
<textcolor>textActive</textcolor>
<wrapmultiline>true</wrapmultiline>
<scroll>false</scroll>
<shadowcolor>33000000</shadowcolor>
<label>$INFO[MusicPlayer.Title]</label>
</control>
<control type="textbox">
<width>10-col</width>
<height>auto</height>
<font>textbox</font>
<textcolor>textActive</textcolor>
<scroll>false</scroll>
<shadowcolor>33000000</shadowcolor>
<label>[B]$INFO[MusicPlayer.artist][/B][CR]$INFO[MusicPlayer.Album] $INFO[MusicPlayer.year,(,)]</label>
</control>
<control type="label">
<width>10-col</width>
<height>1-row</height>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<scroll>false</scroll>
<shadowcolor>33000000</shadowcolor>
<label>[B]$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ,]$INFO[musicplayer.Playlistlength, / ] $INFO[MusicPlayer.TimeRemaining][/B]</label>
</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>
</window>