skin.pellucid/1080i/custom_musicPlayerFullscree...

280 lines
12 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>
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="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>
<!--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-12-21 21:30:26 +01:00
<posx>36</posx>
<posy>row-23-begin</posy>
<animation type="Conditional" condition="control.hasfocus(6789)">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0,0" end="0,300" tween="quadratic" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>1-row</posy>
<width>10-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
<colordiffuse>aaFFFFFF</colordiffuse>
2015-07-13 21:26:43 +02:00
</control>
<!--track info-->
<control type="group">
2015-12-21 21:30:26 +01:00
<posx>12</posx>
<posy>0</posy>
2015-03-27 21:31:13 +01:00
<control type="label">
2015-12-21 21:30:26 +01:00
<posx>0</posx>
<posy>48</posy>
<width>684</width>
<font>pageTitle</font>
<textcolor>cc000000</textcolor>
2015-03-27 21:31:13 +01:00
<scroll>false</scroll>
2015-07-15 20:54:26 +02:00
<label>$INFO[MusicPlayer.Title]</label>
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-12-21 21:30:26 +01:00
<posx>0</posx>
<posy>96</posy>
<width>684</width>
<font>itemTitle</font>
<textcolor>cc000000</textcolor>
2015-03-27 21:31:13 +01:00
<scroll>false</scroll>
2015-12-21 21:30:26 +01:00
<label>$INFO[MusicPlayer.artist,, | ]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
<visible>Pvr.IsPlayingRadio</visible>
2015-12-21 21:30:26 +01:00
<posx>0</posx>
<posy>96</posy>
<width>684</width>
<font>itemTitle</font>
<textcolor>cc000000</textcolor>
2015-03-27 21:31:13 +01:00
<scroll>false</scroll>
<label>$INFO[VideoPlayer.Plot]</label>
2015-04-19 22:55:23 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
2015-12-21 21:30:26 +01:00
<posx>0</posx>
<posy>4-row</posy>
2015-04-19 22:55:23 +02:00
<width>12-col</width>
2015-12-21 21:30:26 +01:00
<height>2-row</height>
2015-04-21 11:33:24 +02:00
<font>pageTitle</font>
2015-04-19 22:55:23 +02:00
<align>left</align>
2015-12-21 21:30:26 +01:00
<textcolor>aaFFFFFF</textcolor>
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>
2015-03-27 21:31:13 +01:00
</control>
2015-12-21 21:30:26 +01:00
<control type="button">
<description>Fake button - decorative only</description>
<visible>MusicPlayer.HasNext</visible>
<posx>4-col</posx>
<posy>164</posy>
<width>2-col-gutter</width>
<height>1-row</height>
<font>smallStrong</font>
<align>center</align>
<focusedcolor>black</focusedcolor>
<textcolor>black</textcolor>
<texturenofocus colordiffuse="aaFFFFFF">colors/white.png</texturenofocus>
<texturefocus colordiffuse="aaFFFFFF">colors/white.png</texturefocus>
<label>[UPPERCASE]$LOCALIZE[19031][/UPPERCASE]</label>
<onclick>noop</onclick>
</control>
2015-05-04 21:29:51 +02:00
<control type="label">
2015-12-21 21:30:26 +01:00
<posx>424</posx>
<posy>165</posy>
<width>4-col-gutter</width>
2015-11-24 22:33:42 +01:00
<font>itemSubTitle</font>
2015-03-27 21:31:13 +01:00
<align>left</align>
2015-12-21 21:30:26 +01:00
<textcolor>aaFFFFFF</textcolor>
2015-03-27 21:31:13 +01:00
<scroll>false</scroll>
2015-12-07 21:53:06 +01:00
<label>[UPPERCASE]$INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title][/UPPERCASE]</label>
2015-03-27 21:31:13 +01:00
</control>
</control>
2015-12-21 21:30:26 +01:00
</control>
</control>
<!-- side menu-->
<control type="group" id="8765">
<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"/>
</animation>
<animation type="Conditional" condition="!controlgroup(8765).hasfocus">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>col-7-begin</posx>
<posy>0</posy>
<width>3</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<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>
</control>
<control type="list" id="8002">
<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">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
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>
2015-12-21 21:30:26 +01:00
<height>2-row</height>
2015-09-02 00:13:19 +02:00
<texture>colors/white.png</texture>
2015-12-21 21:30:26 +01:00
<colordiffuse>textActive</colordiffuse>
2015-05-10 21:59:54 +02:00
<aspectratio>stretch</aspectratio>
2015-09-02 00:13:19 +02:00
</control>
2015-12-21 21:30:26 +01:00
<control type="label">
<posx>col-1-begin</posx>
2015-09-02 00:13:19 +02:00
<posy>0</posy>
<width>8-col</width>
2015-12-21 21:30:26 +01:00
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>$INFO[skin.string(highlightColor)]</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
2015-03-27 21:31:13 +01:00
</control>
2015-12-21 21:30:26 +01:00
</focusedlayout>
<content>
<item>
<description>Playlist</description>
<label>31123</label>
<thumb>-</thumb>
<onclick>Dialog.Close(all,true)</onclick>
<onclick>activateWindow(musicplaylist)</onclick>
</item>
<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>
<visible>visualisation.enabled</visible>
<description>Visualisation Settings</description>
<label>$LOCALIZE[21417]</label>
<thumb>-</thumb>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
</item>
</content>
2015-03-27 21:31:13 +01:00
</control>
</control>
2015-12-21 21:30:26 +01:00
<!--hidden buttons to handle dialog autohide-->
2015-03-27 21:31:13 +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>
2015-12-21 21:30:26 +01:00
<onup>noop</onup>
<ondown>6789</ondown>
<onleft>8765</onleft>
</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>
2015-09-02 00:13:19 +02:00
<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>