skin.pellucid/1080i/DialogMusicInfo.xml

788 lines
35 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
2016-04-03 17:35:32 +02:00
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="400" delay="400"/>
</animation>
2014-09-28 20:47:53 +02:00
<controls>
<!--fanart / coverart if available-->
<control type="group">
<posx>0</posx>
<posy>0</posy>
2015-04-19 22:55:23 +02:00
<include>globalBackground</include>
2014-09-28 20:47:53 +02:00
<!--fanart-->
<control type="image">
2015-03-27 21:31:13 +01:00
<visible>!container.content(albums)</visible>
2014-09-28 20:47:53 +02:00
<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>
2015-05-04 21:29:51 +02:00
<include>kenBurnsey</include>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<!--coverart-->
2016-07-04 14:52:43 +02:00
<control type="group">
2015-03-27 21:31:13 +01:00
<visible>container.content(albums)</visible>
2017-01-12 15:09:42 +01:00
<posx>3-col</posx>
2014-09-28 20:47:53 +02:00
<posy>2-row</posy>
2016-07-04 14:52:43 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>12-col</height>
<aspectratio align="center" aligny="top">stretch</aspectratio>
2017-03-09 00:54:23 +01:00
<texture fallback="DefaultAlbumCover.png">$INFO[Listitem.thumb]</texture>
2016-07-04 14:52:43 +02:00
<animation effect="rotateY" end="-7" center="auto,auto" time="500">windowOpen</animation>
<animation type="windowClose">
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
</animation>
</control>
<control type="image">
<posx>0</posx>
<posy>12-col</posy>
<width>12-col</width>
<height>2-col</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/thumbFader.png" flipy="true">$INFO[Listitem.thumb]</texture>
<animation type="windowOpen">
<effect type="rotateY" end="-7" center="auto,auto" time="500"/>
</animation>
<animation type="windowClose">
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
</animation>
</control>
2014-09-28 20:47:53 +02:00
</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>
2017-01-12 15:09:42 +01:00
<posx>1200</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
2015-03-27 21:31:13 +01:00
<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>
2016-04-03 17:35:32 +02:00
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
2014-09-28 20:47:53 +02:00
<control type="image">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
<posy>0</posy>
2017-01-12 15:09:42 +01:00
<width>10-col</width>
2015-04-19 22:55:23 +02:00
<height>fullscreenHeight</height>
2014-09-28 20:47:53 +02:00
<texture>colors/black.png</texture>
2015-04-19 22:55:23 +02:00
<colordiffuse>cc111111</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
2017-01-12 15:09:42 +01:00
<posx>-6</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
2017-01-12 15:09:42 +01:00
<width>6</width>
<height>fullscreenHeight</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<!--content description-->
2015-03-27 21:31:13 +01:00
<control type="label">
2017-04-23 20:22:02 +02:00
<posx>24</posx>
<posy>66</posy>
<width>684</width>
<align>left</align>
<height>115</height>
<aligny>center</aligny>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.artist]</label>
<wrapmultiline>true</wrapmultiline>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<!--synopsis-->
2014-09-28 20:47:53 +02:00
<control type="textbox">
2017-01-12 15:09:42 +01:00
<posx>24</posx>
2016-10-05 15:33:07 +02:00
<posy>row-6-begin</posy>
2015-04-19 22:55:23 +02:00
<font>textbox</font>
2017-01-12 15:09:42 +01:00
<width>660</width>
2014-09-28 20:47:53 +02:00
<align>left</align>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2017-02-01 00:38:08 +01:00
<height>390</height>
2015-05-26 20:58:11 +02:00
<label fallback="31205">$INFO[ListItem.Property(Artist_Description)]</label>
2017-02-01 00:38:08 +01:00
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>12r</posx>
<posy>246</posy>
<height>10-row</height>
<ondown>8000</ondown>
</control>
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>18-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
<itemlayout width="5-col" height="2-row">
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12</posx>
<posy>32</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[31140]</label>
<label2>$INFO[ListItem.Property(Artist_Formed)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.Property(Artist_Genre)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31141]</label>
<label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31193]</label>
<label2>$INFO[ListItem.Property(Artist_Style)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
2014-09-28 20:47:53 +02:00
</control>
<!--dialog controls-->
<control type="panel" id="8000">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
<posy>row-25-begin</posy>
2017-01-12 15:09:42 +01:00
<width>10-col</width>
2015-04-19 22:55:23 +02:00
<height>4-row</height>
2017-02-01 00:38:08 +01:00
<onup>61</onup>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
2017-01-12 15:09:42 +01:00
<itemlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
2015-04-19 22:55:23 +02:00
<colordiffuse>textboxInactive</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2017-01-12 15:09:42 +01:00
<focusedlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-19 22:55:23 +02:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2017-01-12 15:09:42 +01:00
<width>4-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-05-17 21:57:22 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2015-07-13 21:26:43 +02:00
<width>3-col-gutter</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<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>
2017-01-12 15:09:42 +01:00
<item>
<label>31169</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(7)</onclick>
</item>
2014-09-28 20:47:53 +02:00
</content>
</control>
</control>
<!--content is album-->
<control type="group">
<visible>container.content(albums) + !container.content(artists)</visible>
2017-01-12 15:09:42 +01:00
<posx>1200</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
2015-03-27 21:31:13 +01:00
<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>
2016-04-03 17:35:32 +02:00
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
2014-09-28 20:47:53 +02:00
<control type="image">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
<posy>0</posy>
2017-01-12 15:09:42 +01:00
<width>10-col</width>
2015-04-19 22:55:23 +02:00
<height>fullscreenHeight</height>
2014-09-28 20:47:53 +02:00
<texture>colors/black.png</texture>
2017-01-12 15:09:42 +01:00
<colordiffuse>cc111111</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
2017-01-12 15:09:42 +01:00
<posx>-6</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
2017-01-12 15:09:42 +01:00
<width>6</width>
<height>fullscreenHeight</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<!--title and synopsis-->
<control type="group">
2015-10-24 21:48:47 +02:00
<posx>24</posx>
2015-04-19 22:55:23 +02:00
<posy>row-1-begin</posy>
2015-03-27 21:31:13 +01:00
<control type="label">
2014-09-28 20:47:53 +02:00
<posx>0</posx>
2017-04-23 20:22:02 +02:00
<posy>12</posy>
2017-01-12 15:09:42 +01:00
<width>684</width>
2014-09-28 20:47:53 +02:00
<align>left</align>
2017-04-23 20:22:02 +02:00
<height>115</height>
2015-04-19 22:55:23 +02:00
<aligny>center</aligny>
2016-07-04 14:52:43 +02:00
<font>largeLight</font>
2015-04-19 22:55:23 +02:00
<textcolor>textActive</textcolor>
2017-04-23 20:22:02 +02:00
<label>[B]$INFO[ListItem.album][/B][CR]$INFO[listitem.artist]</label>
2015-04-19 22:55:23 +02:00
<wrapmultiline>true</wrapmultiline>
</control>
2017-02-01 00:38:08 +01:00
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
2017-04-23 20:22:02 +02:00
<posy>row-5-begin</posy>
2017-02-01 00:38:08 +01:00
<font>textbox</font>
<width>660</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>390</height>
<label fallback="31205">$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>12r</posx>
2017-04-23 20:22:02 +02:00
<posy>216</posy>
2017-02-01 00:38:08 +01:00
<height>10-row</height>
<ondown>8000</ondown>
</control>
<!--meta-->
<control type="panel">
<posx>-12</posx>
<posy>18-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
<itemlayout width="5-col" height="2-row">
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12</posx>
<posy>32</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[31149]</label>
<label2>$INFO[ListItem.Year]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31150]</label>
<label2>$INFO[ListItem.Property(Album_Label)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31167]</label>
<label2>$INFO[ListItem.Genre]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31148]</label>
<label2>$INFO[ListItem.Property(Album_Style)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--dialog controls-->
<control type="panel" id="8000">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2015-04-20 21:33:20 +02:00
<posy>row-25-begin</posy>
2017-01-12 15:09:42 +01:00
<width>10-col</width>
2014-09-28 20:47:53 +02:00
<height>6-row</height>
2017-02-01 00:38:08 +01:00
<onup>61</onup>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
2017-01-12 15:09:42 +01:00
<itemlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
2015-12-09 22:40:20 +01:00
<colordiffuse>overlay</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2015-07-13 21:26:43 +02:00
<width>3-col-gutter</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2017-01-12 15:09:42 +01:00
<focusedlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-19 22:55:23 +02:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2017-01-12 15:09:42 +01:00
<width>4-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-05-17 21:57:22 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2015-07-13 21:26:43 +02:00
<width>3-col-gutter</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<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>
2017-01-12 15:09:42 +01:00
<item>
<label>31169</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(7)</onclick>
</item>
2014-09-28 20:47:53 +02:00
</content>
</control>
</control>
2016-12-05 23:21:15 +01:00
<!--content is a song-->
<control type="group">
<visible>container.content(songs)</visible>
<posx>0</posx>
<posy>0</posy>
2017-01-27 15:51:36 +01:00
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>e9FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2016-12-05 23:21:15 +01:00
<!--content-->
<control type="group">
<posx>col-7-begin</posx>
<posy>row-5-begin</posy>
<include>modalDialogInOut</include>
<!--titles-->
<control type="label">
<description>Song title</description>
<posx>0</posx>
<posy>0</posy>
<width>12-col-gutter</width>
<height>3-row</height>
<align>left</align>
<aligny>center</aligny>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<!--col 1-->
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31129][/COLOR] $INFO[ListItem.artist]</label>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31130][/COLOR] $INFO[ListItem.year]</label>
</control>
<control type="label">
<posx>0</posx>
<posy>6-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label>
</control>
<!--col 2-->
<control type="label">
<posx>6-col</posx>
<posy>4-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31166][/COLOR] $INFO[ListItem.album]</label>
</control>
<control type="label">
<posx>6-col</posx>
<posy>5-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31167][/COLOR] $INFO[ListItem.genre]</label>
</control>
<control type="label">
<posx>6-col</posx>
<posy>6-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31168][/COLOR] $INFO[ListItem.UserRating]</label>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>8-row</posy>
<font>textbox</font>
<width>12-col</width>
<align>left</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<height>200</height>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
<!--dialog controls-->
<control type="list" id="8000">
<posx>0</posx>
<posy>16-row</posy>
<width>12-col</width>
<height>2-row</height>
<orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>31075</label>
<label2></label2>
<thumb>-</thumb>
<onclick>dialog.close(all,true)</onclick>
<onclick>action(select)</onclick>
</item>
<item id="2">
<label>31169</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,7)</onclick>
</item>
<item id="3">
<label>13511</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,10)</onclick>
</item>
</content>
</control>
</control>
</control>
2014-09-28 20:47:53 +02:00
<!--dialog controls-->
<control type="group">
<visible>false</visible>
<control type="button" id="6">
<description>Refresh button</description>
<label>184</label>
</control>
2016-12-05 23:21:15 +01:00
<control type="button" id="7">
<description>Set rating</description>
</control>
2014-09-28 20:47:53 +02:00
<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>DialogMusicInfo.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
</window>