skin.pellucidPlus/1080i/script-globalsearch-main.xml

1202 lines
63 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<allowoverlay>no</allowoverlay>
<include>fadeInOut</include>
<controls>
<!--background-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ddffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<!--main group id-->
<control type="group" id="100">
<posx>col-1-begin</posx>
<posy>row-2-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<label>31124</label>
<font>pageTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--'Searching...' label-->
<control type="label" id="190">
<visible>false</visible>
<posx>0</posx>
<posy>1-row</posy>
<width>8-col</width>
<label>-</label>
<font>medium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--Search category label, visible when the script is searching-->
<control type="label" id="191">
<visible>false</visible>
<posx>0</posx>
<posy>1-row</posy>
<width>8-col</width>
<label>-</label>
<font>regularStrong</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--'New search' button, visible when the script finished searching-->
<control type="label" id="199">
<visible>true</visible>
<posx>0</posx>
<posy>45</posy>
<width>8-col</width>
<label>$LOCALIZE[284]</label>
<font>regular</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--'No results found'-->
<control type="button" id="198">
<visible>false</visible>
<posx>0</posx>
<posy>1-row</posy>
<width>4-col</width>
<height>20</height>
<label>-</label>
<font>regular</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<align>center</align>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<texturefocus>colors/white.png</texturefocus>
2014-09-28 20:47:53 +02:00
<texturenofocus>colors/black.png</texturenofocus>
<onup>101</onup>
<ondown>101</ondown>
<onleft>101</onleft>
<onright>101</onright>
</control>
<control type="grouplist" id="101">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>16-row</height>
<orientation>vertical</orientation>
<itemgap>0</itemgap>
<!--movies-->
<control type="group" id="119">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[342]: $INFO[control.getlabel(110)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="110">
<visible>false</visible>
</control>
<!--found movies-->
<control type="panel" id="111">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
2015-03-27 21:31:13 +01:00
<onup/>
2014-09-28 20:47:53 +02:00
<ondown>121</ondown>
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Year),, • ]$INFO[ListItem.Property(genre)]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(Year),, • ]$INFO[ListItem.Property(genre)]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--tv shows-->
<control type="group" id="129">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[20343]: $INFO[control.getlabel(120)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="120">
<visible>false</visible>
</control>
<!--found tv shows-->
<control type="panel" id="121">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<onup>111</onup>
<ondown>131</ondown>
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Year),, • ]$INFO[ListItem.Property(genre)]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(Year),, • ]$INFO[ListItem.Property(genre)]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--seasons-->
<control type="group" id="139">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[33054]: $INFO[control.getlabel(130)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="130">
<visible>false</visible>
</control>
<!--found seasons-->
<control type="panel" id="131">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<onup>121</onup>
<ondown>141</ondown>
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(TvShowTitle),, • ]$INFO[ListItem.Property(episode)]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(TvShowTitle),, • ]$INFO[ListItem.Property(episode)]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--episodes-->
<control type="group" id="149">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[20360]: $INFO[control.getlabel(140)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="140">
<visible>false</visible>
</control>
<!--found episodes-->
<control type="panel" id="141">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<onup>131</onup>
<ondown>151</ondown>
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(TvShowTitle),, • ]$INFO[ListItem.Property(Season),s]$INFO[ListItem.Property(Episode),e]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(TvShowTitle),, • ]$INFO[ListItem.Property(Season),s]$INFO[ListItem.Property(Episode),e]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--music videos-->
<control type="group" id="159">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[20389]: $INFO[control.getlabel(150)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="150">
<visible>false</visible>
</control>
<!--found music videos-->
<control type="panel" id="151">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<onup>141</onup>
<ondown>161</ondown>
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Artist)]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(Artist)]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--artists-->
<control type="group" id="169">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[133]: $INFO[control.getlabel(160)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="160">
<visible>false</visible>
</control>
<!--found artists-->
<control type="panel" id="161">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<onup>151</onup>
<ondown>171</ondown>
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.property(artist_genre)]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(artist_genre)]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--albums-->
<control type="group" id="179">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[132]: $INFO[control.getlabel(170)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="170">
<visible>false</visible>
</control>
<!--found albums-->
<control type="panel" id="171">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<onup>161</onup>
<ondown>181</ondown>
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Artist)]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(Artist)]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
<!--songs-->
<control type="group" id="189">
<height>8-row</height>
<!--header-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<label>$LOCALIZE[134]: $INFO[control.getlabel(180)]</label>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label" id="180">
<visible>false</visible>
</control>
<!--found songs-->
<control type="panel" id="181">
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<onup>171</onup>
2015-03-27 21:31:13 +01:00
<ondown/>
2014-09-28 20:47:53 +02:00
<itemlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label></label>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Artist)] • $INFO[ListItem.Property(Album)]</label>
</control>
</control>
</itemlayout>
<focusedlayout width="387" height="354">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>269</height>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="0" end="100" time="500" reversible="false">focus</animation>
</control>
<control type="group">
<posx>0</posx>
<posy>272</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>363</width>
<height>64</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>-1</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>60</posx>
<posy>-8</posy>
<width>252</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>60</posx>
<posy>18</posy>
<width>252</width>
<font>smallMedium</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(Artist)] • $INFO[ListItem.Property(Album)]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>script-globalsearch-main.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>