409 lines
17 KiB
XML
409 lines
17 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">8000</defaultcontrol>
|
|
<allowoverlay>yes</allowoverlay>
|
|
<include>fadeInOut</include>
|
|
<controls>
|
|
<!--fanart / coverart if available-->
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--fanart-->
|
|
<control type="image">
|
|
<visible>!container.content(albums)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<include>dimensionsFullscreen</include>
|
|
<aspectratio align="center" aligny="top">stretch</aspectratio>
|
|
<texture fallback="colors/black.png">$INFO[Listitem.art(fanart)]</texture>
|
|
<include condition="!Skin.HasSetting(lowPowerMode)">kenBurnsey</include>
|
|
</control>
|
|
<!--coverart-->
|
|
<control type="image">
|
|
<visible>container.content(albums)</visible>
|
|
<posx>col-3-begin</posx>
|
|
<posy>2-row</posy>
|
|
<width>12-col</width>
|
|
<height>12-col</height>
|
|
<aspectratio align="center" aligny="top">stretch</aspectratio>
|
|
<texture fallback="colors/black.png">$INFO[Listitem.thumb]</texture>
|
|
<animation effect="rotateY" end="-7" center="auto,auto" time="500">windowOpen</animation>
|
|
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowClose</animation>
|
|
</control>
|
|
<!--vignette-->
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
</control>
|
|
<!--content is artist-->
|
|
<control type="group">
|
|
<visible>container.content(artists)</visible>
|
|
<posx>1359</posx>
|
|
<posy>row-2-begin</posy>
|
|
<animation type="Windowopen">
|
|
<effect type="fade" start="0" end="100" time="300" delay="300"/>
|
|
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
|
|
</animation>
|
|
<!--overlay-->
|
|
<control type="image">
|
|
<posx>-12</posx>
|
|
<posy>-95</posy>
|
|
<width>573</width>
|
|
<height>817</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>ccffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>-12</posx>
|
|
<posy>-95</posy>
|
|
<width>573</width>
|
|
<height>198</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>-12</posx>
|
|
<posy>838</posy>
|
|
<width>573</width>
|
|
<height>198</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>ccffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--content description-->
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<font>pageTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.Artist]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>42</posy>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<font>itemSubTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.genre]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<!--synopsis-->
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>132</posy>
|
|
<font>textboxExtraLeading</font>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<textcolor>textActive</textcolor>
|
|
<height>528</height>
|
|
<label>[B]$INFO[ListItem.Property(Artist_Description)][/B]</label>
|
|
<autoscroll delay="10000" time="1000" repeat="10000"/>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<!--dialog controls-->
|
|
<control type="panel" id="8000">
|
|
<posx>-12</posx>
|
|
<posy>row-13-begin</posy>
|
|
<width>8-col</width>
|
|
<height>6-row</height>
|
|
<itemgap>3</itemgap>
|
|
<orientation>vertical</orientation>
|
|
<itemlayout width="4-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>285</width>
|
|
<height>55</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>cc000000</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>24</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<font>symbol</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>64</posx>
|
|
<posy>2</posy>
|
|
<width>184</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="4-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>285</width>
|
|
<height>55</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>24</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<font>symbol</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>64</posx>
|
|
<posy>2</posy>
|
|
<width>184</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</focusedlayout>
|
|
<content>
|
|
<item>
|
|
<label>184</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(6)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>13405</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(10)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>20413</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(12)</onclick>
|
|
</item>
|
|
<item>
|
|
<label/>
|
|
<label2/>
|
|
<thumb/>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
<!--content is album-->
|
|
<control type="group">
|
|
<visible>container.content(albums) + !container.content(artists)</visible>
|
|
<posx>1359</posx>
|
|
<posy>row-2-begin</posy>
|
|
<animation type="Windowopen">
|
|
<effect type="fade" start="0" end="100" time="300" delay="300"/>
|
|
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
|
|
</animation>
|
|
<!--overlay-->
|
|
<control type="image">
|
|
<posx>-12</posx>
|
|
<posy>-95</posy>
|
|
<width>573</width>
|
|
<height>817</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>ccffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>-12</posx>
|
|
<posy>-95</posy>
|
|
<width>573</width>
|
|
<height>198</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>-12</posx>
|
|
<posy>838</posy>
|
|
<width>573</width>
|
|
<height>198</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>ccffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--title and synopsis-->
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<font>pageTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.album]</label>
|
|
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>42</posy>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<font>itemSubTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[listitem.artist]$INFO[Listitem.year, - ,]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<!--synopsis-->
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>132</posy>
|
|
<font>textboxExtraLeading</font>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<textcolor>textActive</textcolor>
|
|
<height>528</height>
|
|
<label>[B]$INFO[ListItem.Property(Album_Description)][/B]</label>
|
|
<autoscroll delay="10000" time="1000" repeat="10000"/>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</control>
|
|
<!--dialog controls-->
|
|
<control type="panel" id="8000">
|
|
<posx>-12</posx>
|
|
<posy>row-13-begin</posy>
|
|
<width>8-col</width>
|
|
<height>6-row</height>
|
|
<itemgap>3</itemgap>
|
|
<orientation>vertical</orientation>
|
|
<itemlayout width="4-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>285</width>
|
|
<height>55</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>cc000000</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>24</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<font>symbol</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>64</posx>
|
|
<posy>2</posy>
|
|
<width>184</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="4-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>285</width>
|
|
<height>55</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>24</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<font>symbol</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>64</posx>
|
|
<posy>2</posy>
|
|
<width>184</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</focusedlayout>
|
|
<content>
|
|
<item>
|
|
<label>184</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(6)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>13405</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(10)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>20413</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(12)</onclick>
|
|
</item>
|
|
<item>
|
|
<label/>
|
|
<label2/>
|
|
<thumb/>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
<!--dialog controls-->
|
|
<control type="group">
|
|
<visible>false</visible>
|
|
<control type="button" id="6">
|
|
<description>Refresh button</description>
|
|
<label>184</label>
|
|
</control>
|
|
<control type="button" id="10">
|
|
<description>Get Thumb</description>
|
|
<label>13405</label>
|
|
</control>
|
|
<control type="button" id="12">
|
|
<description>Get Fanart</description>
|
|
<label>20413</label>
|
|
</control>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>DialogID</include>
|
|
<label>DialogAlbumInfo.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|