652 lines
29 KiB
XML
652 lines
29 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">8000</defaultcontrol>
|
|
<animation type="windowClose">
|
|
<effect type="fade" start="100" end="0" time="400" delay="400"/>
|
|
</animation>
|
|
<controls>
|
|
<!--fanart / coverart if available-->
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<include>globalBackground</include>
|
|
<!--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>kenBurnsey</include>
|
|
</control>
|
|
<!--coverart-->
|
|
<control type="group">
|
|
<visible>container.content(albums)</visible>
|
|
<posx>col-4-begin</posx>
|
|
<posy>2-row</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</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 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>
|
|
</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>1344</posx>
|
|
<posy>0</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>
|
|
<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>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col</width>
|
|
<height>fullscreenHeight</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>cc111111</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col</width>
|
|
<height>row-5-begin</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>row-5-begin</posy>
|
|
<width>8-col</width>
|
|
<height>3</height>
|
|
<texture>colors/white.png</texture>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--content description-->
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>42</posy>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<height>3-row</height>
|
|
<aligny>center</aligny>
|
|
<font>LargeLight</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[listitem.artist]</label>
|
|
<wrapmultiline>true</wrapmultiline>
|
|
</control>
|
|
<!--synopsis-->
|
|
<control type="textbox">
|
|
<posx>12</posx>
|
|
<posy>row-6-begin</posy>
|
|
<font>textbox</font>
|
|
<width>8-col-gutter</width>
|
|
<align>left</align>
|
|
<textcolor>textActive</textcolor>
|
|
<height>17-row</height>
|
|
<label fallback="31205">$INFO[ListItem.Property(Artist_Description)]</label>
|
|
<autoscroll delay="15000" time="1500" repeat="10000"/>
|
|
</control>
|
|
<!--dialog controls-->
|
|
<control type="panel" id="8000">
|
|
<posx>0</posx>
|
|
<posy>row-25-begin</posy>
|
|
<width>8-col</width>
|
|
<height>4-row</height>
|
|
<orientation>vertical</orientation>
|
|
<itemlayout 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/black.png</texture>
|
|
<colordiffuse>textboxInactive</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<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>4-col-gutter</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</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>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<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-gutter</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>
|
|
<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>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
<!--content is album-->
|
|
<control type="group">
|
|
<visible>container.content(albums) + !container.content(artists)</visible>
|
|
<posx>1344</posx>
|
|
<posy>0</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>
|
|
<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>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col</width>
|
|
<height>fullscreenHeight</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>textboxInactive</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col</width>
|
|
<height>row-5-begin</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>row-5-begin</posy>
|
|
<width>8-col</width>
|
|
<height>3</height>
|
|
<texture>colors/white.png</texture>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--title and synopsis-->
|
|
<control type="group">
|
|
<posx>24</posx>
|
|
<posy>row-1-begin</posy>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>528</width>
|
|
<align>left</align>
|
|
<height>100</height>
|
|
<aligny>center</aligny>
|
|
<font>largeLight</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>[B]$INFO[ListItem.artist][/B] $INFO[listitem.album]</label>
|
|
<wrapmultiline>true</wrapmultiline>
|
|
</control>
|
|
<!--synopsis-->
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>168</posy>
|
|
<font>textbox</font>
|
|
<width>528</width>
|
|
<align>left</align>
|
|
<textcolor>textActive</textcolor>
|
|
<height>16-row</height>
|
|
<label fallback="31205">$INFO[ListItem.Property(Album_Description)]</label>
|
|
<autoscroll delay="10000" time="2000" repeat="10000"/>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</control>
|
|
<!--dialog controls-->
|
|
<control type="panel" id="8000">
|
|
<posx>0</posx>
|
|
<posy>row-25-begin</posy>
|
|
<width>8-col</width>
|
|
<height>6-row</height>
|
|
<orientation>vertical</orientation>
|
|
<itemlayout 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/black.png</texture>
|
|
<colordiffuse>overlay</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<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-gutter</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</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>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<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-gutter</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>
|
|
<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>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
<!--content is a song-->
|
|
<control type="group">
|
|
<visible>container.content(songs)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<!--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>
|
|
<!--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="7">
|
|
<description>Set rating</description>
|
|
</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>DialogMusicInfo.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window> |