2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window type="dialog" id="5001">
|
2015-09-02 00:13:19 +02:00
|
|
|
<defaultcontrol always="true">9876</defaultcontrol>
|
2015-11-06 11:29:14 +01:00
|
|
|
|
2015-09-02 00:13:19 +02:00
|
|
|
<onload condition="Skin.HasSetting(artistSlideshowActive)">RunScript(script.artistslideshow)</onload>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onunload>activateWindow(MusicLibrary)</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="image">
|
2015-09-02 00:13:19 +02:00
|
|
|
<visible>!Skin.HasSetting(artistSlideshowActive)</visible>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<fadetime>200</fadetime>
|
|
|
|
<texture background="true">$INFO[MusicPlayer.Property(Fanart_Image)]</texture>
|
|
|
|
<aspectratio align="left" aligny="top">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>
|
|
|
|
<control type="multiimage">
|
|
|
|
<visible>!isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
|
|
|
|
<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>
|
|
|
|
<!--vignettes-->
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
</control>
|
2015-07-13 21:26:43 +02:00
|
|
|
<!--Track info-->
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="group">
|
2015-07-13 21:26:43 +02:00
|
|
|
<!--cover-->
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="group">
|
2015-07-13 21:26:43 +02:00
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-16-begin</posy>
|
|
|
|
<animation type="visible">
|
|
|
|
<include>listSlideIn</include>
|
2015-03-27 21:31:13 +01:00
|
|
|
</animation>
|
2015-07-13 21:26:43 +02:00
|
|
|
<animation type="hidden">
|
|
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
2015-03-27 21:31:13 +01:00
|
|
|
</animation>
|
2015-07-13 21:26:43 +02:00
|
|
|
<!--album thumb and info-->
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
2015-07-13 21:26:43 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>6-col</width>
|
|
|
|
<height>6-col</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-11-06 11:29:14 +01:00
|
|
|
<texture fallback="defaultAlbumCover.png" border="0">$INFO[musicplayer.cover]</texture>
|
2015-03-27 21:31:13 +01:00
|
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>3</bordersize>
|
2015-07-13 21:26:43 +02:00
|
|
|
<fadetime>500</fadetime>
|
|
|
|
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowopen</animation>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-07-13 21:26:43 +02:00
|
|
|
</control>
|
|
|
|
<!--track info-->
|
|
|
|
<control type="group">
|
|
|
|
<posx>col-5-begin</posx>
|
2015-07-15 20:54:26 +02:00
|
|
|
<posy>row-22-begin</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="label">
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>3-col-indent</posx>
|
|
|
|
<posy>-8</posy>
|
2015-07-13 21:26:43 +02:00
|
|
|
<width>15-col</width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>largeBlack</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<scroll>false</scroll>
|
2015-07-15 20:54:26 +02:00
|
|
|
<label>$INFO[MusicPlayer.Title]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<shadowcolor>00000000</shadowcolor>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="label">
|
|
|
|
<visible>!Pvr.IsPlayingRadio</visible>
|
2015-05-04 21:29:51 +02:00
|
|
|
<posx>3-col-indent</posx>
|
2015-04-29 21:09:32 +02:00
|
|
|
<posy>52</posy>
|
2015-07-13 21:26:43 +02:00
|
|
|
<width>15-col</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<font>regularStrong</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<scroll>false</scroll>
|
2015-07-15 20:54:26 +02:00
|
|
|
<label>[COLOR highlight]$INFO[MusicPlayer.artist,, ][/COLOR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<shadowcolor>00000000</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>Pvr.IsPlayingRadio</visible>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>3-col-indent</posx>
|
|
|
|
<posy>48</posy>
|
2015-07-13 21:26:43 +02:00
|
|
|
<width>15-col</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<font>regularStrong</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<scroll>false</scroll>
|
|
|
|
<label>$INFO[VideoPlayer.Plot]</label>
|
|
|
|
<shadowcolor>00000000</shadowcolor>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="label">
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>3-col-indent</posx>
|
2015-04-21 11:33:24 +02:00
|
|
|
<posy>104</posy>
|
2015-04-19 22:55:23 +02:00
|
|
|
<width>12-col</width>
|
2015-04-21 11:33:24 +02:00
|
|
|
<font>pageTitle</font>
|
2015-04-19 22:55:23 +02:00
|
|
|
<align>left</align>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<scroll>false</scroll>
|
|
|
|
<shadowcolor>00000000</shadowcolor>
|
2015-04-19 22:55:23 +02:00
|
|
|
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-05-04 21:29:51 +02:00
|
|
|
<control type="label">
|
|
|
|
<visible>!Pvr.IsPlayingRadio</visible>
|
|
|
|
<posx>7-col</posx>
|
|
|
|
<posy>104</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>symbolLarge</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$VAR[starRating]</label>
|
|
|
|
<shadowcolor>00000000</shadowcolor>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="label">
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>3-col-indent</posx>
|
|
|
|
<posy>156</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>12-col</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<font>itemTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<align>left</align>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<scroll>false</scroll>
|
|
|
|
<shadowcolor>00000000</shadowcolor>
|
2015-04-29 21:09:32 +02:00
|
|
|
<label>$INFO[MusicPlayer.offset(1).Artist,[COLOR highlight]$LOCALIZE[19031][/COLOR] , - ]$INFO[MusicPlayer.offset(1).Title]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
2015-09-02 00:13:19 +02:00
|
|
|
<!-- side menu-->
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="group" id="8765">
|
2015-09-02 00:13:19 +02:00
|
|
|
<animation type="Conditional" condition="controlgroup(8765).hasfocus">
|
|
|
|
<effect type="fade" start="0" end="100" time="300"/>
|
|
|
|
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
|
2015-03-27 21:31:13 +01:00
|
|
|
</animation>
|
2015-09-02 00:13:19 +02:00
|
|
|
<animation type="Conditional" condition="!controlgroup(8765).hasfocus">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
2015-09-02 00:13:19 +02:00
|
|
|
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
|
2015-03-27 21:31:13 +01:00
|
|
|
</animation>
|
2015-05-10 21:59:54 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2015-09-02 00:13:19 +02:00
|
|
|
<width>col-7-begin</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2015-05-10 21:59:54 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-09-02 00:13:19 +02:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>col-7-begin</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>3</width>
|
|
|
|
<height>fullscreenHeight</height>
|
2015-05-10 21:59:54 +02:00
|
|
|
<texture>colors/black.png</texture>
|
2015-09-02 00:13:19 +02:00
|
|
|
<colordiffuse>33ffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<!--section logo-->
|
|
|
|
<control type="group">
|
|
|
|
<control type="label">
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-1-begin</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<font>symbolVeryLarge</font>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<label></label>
|
|
|
|
</control>
|
2015-05-10 21:59:54 +02:00
|
|
|
</control>
|
2015-04-29 21:09:32 +02:00
|
|
|
<control type="list" id="8002">
|
2015-09-02 00:13:19 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>row-4-begin</posy>
|
|
|
|
<width>8-col</width>
|
|
|
|
<height>24-row</height>
|
|
|
|
<orientation>vertical</orientation>
|
|
|
|
<onleft>9002</onleft>
|
|
|
|
<onright>9876</onright>
|
|
|
|
<onback>activateWindow(home)</onback>
|
|
|
|
<itemlayout width="col-7-begin" height="2-row">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="label">
|
2015-09-02 00:13:19 +02:00
|
|
|
<posx>col-1-begin</posx>
|
2015-04-29 21:09:32 +02:00
|
|
|
<posy>0</posy>
|
2015-09-02 00:13:19 +02:00
|
|
|
<width>7-col</width>
|
2015-04-29 21:09:32 +02:00
|
|
|
<height>2-row</height>
|
2015-09-02 00:13:19 +02:00
|
|
|
<font>menuTitle</font>
|
2015-04-29 21:09:32 +02:00
|
|
|
<aligny>center</aligny>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-09-02 00:13:19 +02:00
|
|
|
<shadowcolor>-</shadowcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-09-02 00:13:19 +02:00
|
|
|
<focusedlayout width="col-7-begin" height="2-row">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2015-09-02 00:13:19 +02:00
|
|
|
<width>col-7-begin</width>
|
2015-04-29 21:09:32 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<texture>colors/white.png</texture>
|
2015-09-02 00:13:19 +02:00
|
|
|
<colordiffuse>textActive</colordiffuse>
|
2015-04-29 21:09:32 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-09-02 00:13:19 +02:00
|
|
|
<posx>col-1-begin</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>0</posy>
|
2015-09-02 00:13:19 +02:00
|
|
|
<width>8-col</width>
|
2015-04-29 21:09:32 +02:00
|
|
|
<height>2-row</height>
|
2015-09-02 00:13:19 +02:00
|
|
|
<font>menuTitle</font>
|
2015-04-29 21:09:32 +02:00
|
|
|
<aligny>center</aligny>
|
2015-09-02 00:13:19 +02:00
|
|
|
<textcolor>highlight</textcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<content>
|
2015-09-02 00:13:19 +02:00
|
|
|
<item>
|
|
|
|
<description>Playlist</description>
|
|
|
|
<label>31123</label>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>Dialog.Close(all,true)</onclick>
|
|
|
|
<onclick>activateWindow(musicplaylist)</onclick>
|
|
|
|
</item>
|
2015-03-27 21:31:13 +01:00
|
|
|
<item>
|
|
|
|
<description>Repeat</description>
|
|
|
|
<label>$VAR[repeatState]</label>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(Repeat)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Shuffle</description>
|
|
|
|
<label>$VAR[shuffleState]</label>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(Random)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Visualisation</description>
|
|
|
|
<label>31032</label>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>activateWindow(musicOSD)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-05-26 22:18:13 +02:00
|
|
|
<visible>visualisation.enabled</visible>
|
2015-03-27 21:31:13 +01:00
|
|
|
<description>Visualisation Settings</description>
|
|
|
|
<label>$LOCALIZE[21417]</label>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
|
|
|
|
</item>
|
|
|
|
</content>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--hidden button to handle dialog autohide-->
|
|
|
|
<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-09-02 00:13:19 +02:00
|
|
|
<onup>increaseRating</onup>
|
|
|
|
<ondown>decreaseRating</ondown>
|
|
|
|
<onleft>8765</onleft>
|
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>
|