Advertisement
sschlosnagle

Spotimc includes.xml

Nov 5th, 2012
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 71.49 KB | None | 0 0
  1. <includes>
  2.     <include file="defaults.xml" />
  3.     <include file="ViewsVideoLibrary.xml" />
  4.     <include file="ViewsMusicLibrary.xml" />
  5.     <include file="ViewsFileMode.xml" />
  6.     <include file="ViewsPictures.xml" />
  7.     <include file="ViewsAddonBrowser.xml" />
  8.     <include file="ViewsLiveTV.xml" />
  9.     <include file="IncludesCodecFlagging.xml" />
  10.     <include file="IncludesHomeRecentlyAdded.xml" />
  11.     <include file="IncludesHomeMenuItems.xml" />
  12.     <include file="IncludesBackgroundBuilding.xml" />
  13.     <include file="weather+\10DayForecast.xml" />
  14.     <include file="weather+\36HourForecast.xml" />
  15.     <include file="weather+\WeekendForecast.xml" />
  16.     <include file="weather+\HourlyForecast.xml" />
  17.     <include file="weather+\MapsVideo.xml" />
  18.  
  19.     <constant name="FanartCrossfadeTime">500</constant>
  20.     <constant name="IconCrossfadeTime">400</constant>
  21.  
  22.     <include name="BehindDialogFadeOut">
  23.         <control type="image">
  24.             <posx>0</posx>
  25.             <posy>0</posy>
  26.             <width>1280</width>
  27.             <height>720</height>
  28.             <texture>black-back.png</texture>
  29.             <animation effect="fade" time="400">Visible</animation>
  30.             <animation effect="fade" time="200">Hidden</animation>
  31.             <visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-Apple_Movie_Trailers-settings.xml) | Window.IsActive(script-Apple_Movie_Trailers-chooser.xml) | Window.IsActive(script-Apple_Movie_Trailers-search.xml) | Window.IsActive(script-Apple_Movie_Trailers-showtimes.xml) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation) | Window.IsActive(Peripherals) | Window.IsActive(PeripheralSettings)</visible>
  32.         </control>
  33.     </include>
  34.     <include name="WindowTitleCommons">
  35.         <posy>0</posy>
  36.         <width>1060</width>
  37.         <height>28</height>
  38.         <font>font12caps</font>
  39.         <textcolor>white</textcolor>
  40.         <scroll>false</scroll>
  41.         <align>right</align>
  42.         <aligny>center</aligny>
  43.     </include>
  44.     <include name="WindowTitleHomeButton">
  45.         <control type="group">
  46.             <posx>0</posx>
  47.             <posy>0</posy>
  48.             <animation condition="Window.Next(Home)" easing="out" effect="slide" end="-270,0" time="400" tween="quadratic">WindowClose</animation>
  49.             <animation condition="Window.Previous(Home)" easing="out" effect="slide" start="-270,0" time="400" tween="quadratic">WindowOpen</animation>
  50.             <control type="image">
  51.                 <posx>0</posx>
  52.                 <posy>0</posy>
  53.                 <width>80</width>
  54.                 <height>35</height>
  55.                 <texture border="0,0,32,0">header.png</texture>
  56.             </control>
  57.             <control type="button">
  58.                 <hitrect h="30" w="60" x="0" y="0" />
  59.                 <posx>20</posx>
  60.                 <posy>5</posy>
  61.                 <width>25</width>
  62.                 <height>20</height>
  63.                 <texturenofocus>HomeIcon.png</texturenofocus>
  64.                 <texturefocus>HomeIcon-Focus.png</texturefocus>
  65.                 <label>-</label>
  66.                 <onclick>ActivateWindow(Home)</onclick>
  67.             </control>
  68.         </control>
  69.     </include>
  70.     <include name="ButtonCommonValues">
  71.         <height>40</height>
  72.         <width>250</width>
  73.         <textoffsetx>10</textoffsetx>
  74.         <textwidth>200</textwidth>
  75.         <aligny>center</aligny>
  76.         <font>font13</font>
  77.         <texturefocus border="5">button-focus.png</texturefocus>
  78.         <texturenofocus>-</texturenofocus>
  79.         <pulseonselect>false</pulseonselect>
  80.     </include>
  81.     <include name="ButtonMediaSubCommonValues">
  82.         <height>40</height>
  83.         <width>221</width>
  84.         <textoffsetx>20</textoffsetx>
  85.         <textwidth>195</textwidth>
  86.         <aligny>center</aligny>
  87.         <font>font12_title</font>
  88.         <texturefocus border="5">button-focus.png</texturefocus>
  89.         <texturenofocus border="5">button-nofocus.png</texturenofocus>
  90.         <pulseonselect>false</pulseonselect>
  91.     </include>
  92.     <include name="ButtonHomeSubCommonValues">
  93.         <height>35</height>
  94.         <width>180</width>
  95.         <textwidth>195</textwidth>
  96.         <align>center</align>
  97.         <aligny>center</aligny>
  98.         <font>font12</font>
  99.         <textcolor>grey2</textcolor>
  100.         <focusedcolor>white</focusedcolor>
  101.         <texturefocus border="5">HomeSubFO.png</texturefocus>
  102.         <texturenofocus border="5">HomeSubNF.png</texturenofocus>
  103.         <pulseonselect>false</pulseonselect>
  104.     </include>
  105.     <include name="HomeSubMenuCommonValues">
  106.         <posx>0</posx>
  107.         <posy>0</posy>
  108.         <width>1280</width>
  109.         <height>35</height>
  110.         <align>center</align>
  111.         <onup>9000</onup>
  112.         <ondown>9002</ondown>
  113.         <itemgap>0</itemgap>
  114.         <orientation>Horizontal</orientation>
  115.         <animation delay="200" easing="out" effect="slide" end="0,0" start="0,-40" time="200" tween="quadratic">Visible</animation>
  116.         <animation easing="out" effect="slide" end="0,-40" start="0,0" time="200" tween="quadratic">Hidden</animation>
  117.     </include>
  118.     <include name="ButtonInfoDialogsCommonValues">
  119.         <height>40</height>
  120.         <width>170</width>
  121.         <textoffsetx>20</textoffsetx>
  122.         <align>center</align>
  123.         <aligny>center</aligny>
  124.         <font>font12_title</font>
  125.         <texturefocus border="5">button-focus.png</texturefocus>
  126.         <texturenofocus border="5">button-nofocus.png</texturenofocus>
  127.         <pulseonselect>false</pulseonselect>
  128.     </include>
  129.     <include name="SideBladeLeft">
  130.         <animation condition="ControlGroup(9000).HasFocus | Control.HasFocus(9001) | Control.HasFocus(8999)" easing="out" effect="slide" end="250,0" start="0,0" time="400" tween="quadratic">Conditional</animation>
  131.         <animation condition="ControlGroup(9000).HasFocus | Control.HasFocus(9001)" easing="out" effect="slide" end="-300,0" start="0,0" time="400" tween="quadratic">WindowClose</animation>
  132.         <animation condition="![ControlGroup(9000).HasFocus | Control.HasFocus(9001)]" easing="out" effect="slide" end="-50,0" start="0,0" time="300" tween="quadratic">WindowClose</animation>
  133.         <animation easing="out" effect="slide" end="0,0" start="-50,0" time="300" tween="quadratic">WindowOpen</animation>
  134.         <control id="8999" type="button">
  135.             <description>Fake button for mouse control</description>
  136.             <posx>0</posx>
  137.             <posy>0</posy>
  138.             <width>250</width>
  139.             <height>720</height>
  140.             <label>-</label>
  141.             <font>-</font>
  142.             <texturenofocus>-</texturenofocus>
  143.             <texturefocus>-</texturefocus>
  144.             <visible>true</visible>
  145.         </control>
  146.         <control id="9001" type="button">
  147.             <posx>250</posx>
  148.             <posy>260</posy>
  149.             <width>42</width>
  150.             <height>128</height>
  151.             <font>-</font>
  152.             <texturefocus>HasSub.png</texturefocus>
  153.             <texturenofocus>HasSub.png</texturenofocus>
  154.         </control>
  155.         <control type="image">
  156.             <posx>0</posx>
  157.             <posy>0</posy>
  158.             <width>260</width>
  159.             <height>720</height>
  160.             <texture border="0,0,10,0">MediaBladeSub.png</texture>
  161.         </control>
  162.         <control type="image">
  163.             <description>LOGO</description>
  164.             <posx>15</posx>
  165.             <posy>50</posy>
  166.             <width>220</width>
  167.             <height>80</height>
  168.             <aspectratio>keep</aspectratio>
  169.             <texture>Confluence_Logo.png</texture>
  170.         </control>
  171.     </include>
  172.     <include name="CommonNowPlaying">
  173.         <control type="group">
  174.             <visible>Player.HasMedia + !SubString(Window(videolibrary).Property(TvTunesIsAlive),TRUE)</visible>
  175.             <include>VisibleFadeEffect</include>
  176.             <include>Window_OpenClose_Animation</include>
  177.             <control type="image">
  178.                 <description>Icon</description>
  179.                 <posx>30</posx>
  180.                 <posy>56r</posy>
  181.                 <width>50</width>
  182.                 <height>50</height>
  183.                 <texture>NowPlayingIcon.png</texture>
  184.             </control>
  185.             <control type="label">
  186.                 <posx>85</posx>
  187.                 <posy>53r</posy>
  188.                 <width>700</width>
  189.                 <height>20</height>
  190.                 <label>$INFO[MusicPlayer.Title]$INFO[VideoPlayer.Title] - ([COLOR=blue]$INFO[Player.Time] / $INFO[Player.Duration,][/COLOR])</label>
  191.                 <align>left</align>
  192.                 <aligny>center</aligny>
  193.                 <font>font12</font>
  194.                 <textcolor>grey</textcolor>
  195.                 <shadowcolor>black</shadowcolor>
  196.             </control>
  197.             <control type="label">
  198.                 <posx>85</posx>
  199.                 <posy>30r</posy>
  200.                 <width>700</width>
  201.                 <height>20</height>
  202.                 <label>$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album, - ]</label>
  203.                 <align>left</align>
  204.                 <aligny>center</aligny>
  205.                 <font>font12</font>
  206.                 <textcolor>grey</textcolor>
  207.                 <shadowcolor>black</shadowcolor>
  208.                 <visible>Player.HasAudio</visible>
  209.             </control>
  210.             <control type="label">
  211.                 <posx>85</posx>
  212.                 <posy>30r</posy>
  213.                 <width>700</width>
  214.                 <height>20</height>
  215.                 <label>$INFO[VideoPlayer.Studio]</label>
  216.                 <align>left</align>
  217.                 <aligny>center</aligny>
  218.                 <font>font12</font>
  219.                 <textcolor>grey</textcolor>
  220.                 <shadowcolor>black</shadowcolor>
  221.                 <visible>Player.HasVideo + VideoPlayer.Content(Movies)</visible>
  222.             </control>
  223.             <control type="label">
  224.                 <posx>85</posx>
  225.                 <posy>30r</posy>
  226.                 <width>700</width>
  227.                 <height>20</height>
  228.                 <label>$INFO[VideoPlayer.TVShowTitle]</label>
  229.                 <align>left</align>
  230.                 <aligny>center</aligny>
  231.                 <font>font12</font>
  232.                 <textcolor>grey</textcolor>
  233.                 <shadowcolor>black</shadowcolor>
  234.                 <visible>Player.HasVideo + VideoPlayer.Content(Episodes)</visible>
  235.             </control>
  236.             <control type="label">
  237.                 <posx>85</posx>
  238.                 <posy>30r</posy>
  239.                 <width>700</width>
  240.                 <height>20</height>
  241.                 <label>$INFO[VideoPlayer.Artist]</label>
  242.                 <align>left</align>
  243.                 <aligny>center</aligny>
  244.                 <font>font12</font>
  245.                 <textcolor>grey</textcolor>
  246.                 <shadowcolor>black</shadowcolor>
  247.                 <visible>Player.HasVideo + VideoPlayer.Content(MusicVideos)</visible>
  248.             </control>
  249.         </control>
  250.     </include>
  251.     <include name="CommonPageCount">
  252.         <control type="label">
  253.             <description>Page Count Label</description>
  254.             <posx>40r</posx>
  255.             <posy>53r</posy>
  256.             <width>500</width>
  257.             <height>20</height>
  258.             <font>font12</font>
  259.             <textcolor>grey</textcolor>
  260.             <scroll>false</scroll>
  261.             <align>right</align>
  262.             <aligny>center</aligny>
  263.             <label>$INFO[Window.Property(filter),$LOCALIZE[587] ([COLOR=blue],[/COLOR]) - ]$INFO[Container.NumItems,([COLOR=blue],[/COLOR]) $LOCALIZE[31025]]$INFO[Container.CurrentPage, - $LOCALIZE[31024] ([COLOR=blue]]$INFO[Container.NumPages,/,[/COLOR])]</label>
  264.             <include>Window_OpenClose_Animation</include>
  265.         </control>
  266.         <control type="label">
  267.             <description>Container Duration Label</description>
  268.             <posx>40r</posx>
  269.             <posy>30r</posy>
  270.             <width>500</width>
  271.             <height>20</height>
  272.             <font>font12</font>
  273.             <textcolor>grey</textcolor>
  274.             <scroll>false</scroll>
  275.             <align>right</align>
  276.             <aligny>center</aligny>
  277.             <label>$INFO[Container.TotalTime,$LOCALIZE[180] ([COLOR=blue],[/COLOR])]</label>
  278.             <include>Window_OpenClose_Animation</include>
  279.         </control>
  280.     </include>
  281.     <include name="SmallMusicInfo">
  282.         <control type="image">
  283.             <description>gradient</description>
  284.             <posx>0</posx>
  285.             <posy>0</posy>
  286.             <width>500</width>
  287.             <height>165</height>
  288.             <colordiffuse>DDFFFFFF</colordiffuse>
  289.             <texture border="20">OverlayDialogBackground.png</texture>
  290.         </control>
  291.         <control type="image">
  292.             <description>Cover image</description>
  293.             <posx>20</posx>
  294.             <posy>17</posy>
  295.             <width>130</width>
  296.             <height>130</height>
  297.             <texture>$INFO[MusicPlayer.Cover]</texture>
  298.         </control>
  299.         <control type="label">
  300.             <description>Artist label</description>
  301.             <posx>160</posx>
  302.             <posy>20</posy>
  303.             <height>30</height>
  304.             <width>325</width>
  305.             <label>$INFO[MusicPlayer.Artist]</label>
  306.             <align>left</align>
  307.             <aligny>center</aligny>
  308.             <font>font12_title</font>
  309.             <textcolor>grey2</textcolor>
  310.             <shadowcolor>black</shadowcolor>
  311.         </control>
  312.         <control type="fadelabel">
  313.             <description>Title label</description>
  314.             <posx>160</posx>
  315.             <posy>43</posy>
  316.             <height>30</height>
  317.             <width>325</width>
  318.             <label>$INFO[MusicPlayer.Title]</label>
  319.             <align>left</align>
  320.             <aligny>center</aligny>
  321.             <font>font13_title</font>
  322.             <textcolor>white</textcolor>
  323.             <shadowcolor>black</shadowcolor>
  324.             <scrollout>false</scrollout>
  325.             <pauseatend>2000</pauseatend>
  326.         </control>
  327.         <control type="label">
  328.             <description>Album Label</description>
  329.             <posx>160</posx>
  330.             <posy>70</posy>
  331.             <height>30</height>
  332.             <width>325</width>
  333.             <label>$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
  334.             <align>left</align>
  335.             <aligny>center</aligny>
  336.             <font>font12</font>
  337.             <textcolor>white</textcolor>
  338.             <shadowcolor>black</shadowcolor>
  339.         </control>
  340.         <control type="label">
  341.             <description>Time Label</description>
  342.             <posx>160</posx>
  343.             <posy>95</posy>
  344.             <height>30</height>
  345.             <width>325</width>
  346.             <label>$INFO[MusicPlayer.Time]$INFO[MusicPlayer.Duration, / ]</label>
  347.             <align>left</align>
  348.             <aligny>center</aligny>
  349.             <font>font12</font>
  350.             <textcolor>white</textcolor>
  351.             <shadowcolor>black</shadowcolor>
  352.         </control>
  353.         <control type="label">
  354.             <description>Next Label</description>
  355.             <posx>485</posx>
  356.             <posy>120</posy>
  357.             <height>30</height>
  358.             <width>325</width>
  359.             <label>[COLOR=blue]$LOCALIZE[209] :[/COLOR] $INFO[MusicPlayer.offset(1).Title]</label>
  360.             <align>right</align>
  361.             <aligny>center</aligny>
  362.             <font>font12</font>
  363.             <textcolor>grey</textcolor>
  364.             <shadowcolor>black</shadowcolor>
  365.         </control>
  366.     </include>
  367.     <include name="SmallVideoInfo">
  368.         <control type="image">
  369.             <description>gradient</description>
  370.             <posx>0</posx>
  371.             <posy>0</posy>
  372.             <width>500</width>
  373.             <height>165</height>
  374.             <colordiffuse>DDFFFFFF</colordiffuse>
  375.             <texture border="20">OverlayDialogBackground.png</texture>
  376.         </control>
  377.         <control type="image">
  378.             <description>Cover image</description>
  379.             <posx>20</posx>
  380.             <posy>17</posy>
  381.             <width>130</width>
  382.             <height>130</height>
  383.             <aspectratio>keep</aspectratio>
  384.             <texture>$INFO[VideoPlayer.cover]</texture>
  385.         </control>
  386.         <control type="label">
  387.             <description>Studio label</description>
  388.             <posx>160</posx>
  389.             <posy>20</posy>
  390.             <height>30</height>
  391.             <width>325</width>
  392.             <label>$INFO[VideoPlayer.Studio]</label>
  393.             <align>left</align>
  394.             <aligny>center</aligny>
  395.             <font>font12_title</font>
  396.             <textcolor>grey2</textcolor>
  397.             <shadowcolor>black</shadowcolor>
  398.             <visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
  399.         </control>
  400.         <control type="label">
  401.             <description>TV Show Title label</description>
  402.             <posx>160</posx>
  403.             <posy>20</posy>
  404.             <height>30</height>
  405.             <width>325</width>
  406.             <label>$INFO[VideoPlayer.tvshowtitle]</label>
  407.             <align>left</align>
  408.             <aligny>center</aligny>
  409.             <font>font12_title</font>
  410.             <textcolor>white</textcolor>
  411.             <shadowcolor>black</shadowcolor>
  412.             <visible>videoplayer.content(episodes)</visible>
  413.         </control>
  414.         <control type="fadelabel">
  415.             <description>Music Video Artist label</description>
  416.             <posx>160</posx>
  417.             <posy>20</posy>
  418.             <height>30</height>
  419.             <width>325</width>
  420.             <label>$INFO[VideoPlayer.Artist]</label>
  421.             <align>left</align>
  422.             <aligny>center</aligny>
  423.             <font>font12_title</font>
  424.             <textcolor>white</textcolor>
  425.             <shadowcolor>black</shadowcolor>
  426.             <visible>videoplayer.content(musicvideos)</visible>
  427.             <scrollout>false</scrollout>
  428.             <pauseatend>2000</pauseatend>
  429.         </control>
  430.         <control type="fadelabel">
  431.             <description>Title label</description>
  432.             <posx>160</posx>
  433.             <posy>43</posy>
  434.             <height>30</height>
  435.             <width>325</width>
  436.             <label>$INFO[VideoPlayer.Title]</label>
  437.             <align>left</align>
  438.             <aligny>center</aligny>
  439.             <font>font13_title</font>
  440.             <textcolor>white</textcolor>
  441.             <shadowcolor>black</shadowcolor>
  442.             <scrollout>false</scrollout>
  443.             <pauseatend>2000</pauseatend>
  444.         </control>
  445.         <control type="label">
  446.             <description>Genre label</description>
  447.             <posx>160</posx>
  448.             <posy>70</posy>
  449.             <height>30</height>
  450.             <width>325</width>
  451.             <label>$INFO[VideoPlayer.Genre]</label>
  452.             <align>left</align>
  453.             <aligny>center</aligny>
  454.             <font>font12</font>
  455.             <textcolor>white</textcolor>
  456.             <shadowcolor>black</shadowcolor>
  457.             <visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
  458.         </control>
  459.         <control type="label">
  460.             <posx>160</posx>
  461.             <posy>70</posy>
  462.             <height>30</height>
  463.             <width>325</width>
  464.             <label>$INFO[VideoPlayer.Album]</label>
  465.             <align>left</align>
  466.             <aligny>center</aligny>
  467.             <font>font12</font>
  468.             <textcolor>white</textcolor>
  469.             <shadowcolor>black</shadowcolor>
  470.             <visible>videoplayer.content(musicvideos)</visible>
  471.         </control>
  472.         <control type="label">
  473.             <description>Season and Episode label</description>
  474.             <posx>160</posx>
  475.             <posy>70</posy>
  476.             <height>30</height>
  477.             <width>325</width>
  478.             <label>$LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode]</label>
  479.             <align>left</align>
  480.             <aligny>center</aligny>
  481.             <font>font12</font>
  482.             <textcolor>white</textcolor>
  483.             <shadowcolor>black</shadowcolor>
  484.             <visible>videoplayer.content(episodes)</visible>
  485.         </control>
  486.         <control type="label">
  487.             <description>Time Label</description>
  488.             <posx>160</posx>
  489.             <posy>95</posy>
  490.             <height>30</height>
  491.             <width>325</width>
  492.             <label>$INFO[VideoPlayer.Time]$INFO[VideoPlayer.Duration, / ]</label>
  493.             <align>left</align>
  494.             <aligny>center</aligny>
  495.             <font>font12</font>
  496.             <textcolor>white</textcolor>
  497.             <shadowcolor>black</shadowcolor>
  498.         </control>
  499.     </include>
  500.     <include name="CommonNowPlaying_Controls">
  501.         <control id="202" type="label">
  502.             <width>250</width>
  503.             <height>35</height>
  504.             <font>font12caps</font>
  505.             <label>31023</label>
  506.             <textcolor>blue</textcolor>
  507.             <align>center</align>
  508.             <aligny>center</aligny>
  509.             <visible>[Player.HasAudio | Player.HasVideo]</visible>
  510.             <include>VisibleFadeEffect</include>
  511.         </control>
  512.         <control id="610" type="button">
  513.             <description>Fake Button to fix Player Controls Navigation</description>
  514.             <visible>false</visible>
  515.         </control>
  516.         <control id="9005" type="group">
  517.             <visible>[Player.HasAudio | Player.HasVideo]</visible>
  518.             <include>VisibleFadeEffect</include>
  519.             <width>250</width>
  520.             <height>45</height>
  521.             <defaultcontrol always="true">603</defaultcontrol>
  522.             <control id="600" type="button">
  523.                 <posx>5</posx>
  524.                 <posy>2</posy>
  525.                 <width>39</width>
  526.                 <height>39</height>
  527.                 <label>-</label>
  528.                 <texturefocus>OSDPrevTrackFO.png</texturefocus>
  529.                 <texturenofocus>OSDPrevTrackNF.png</texturenofocus>
  530.                 <onleft>50</onleft>
  531.                 <onright>606</onright>
  532.                 <onup>610</onup>
  533.                 <ondown>611</ondown>
  534.                 <onback>50</onback>
  535.                 <onclick>XBMC.PlayerControl(Previous)</onclick>
  536.             </control>
  537.             <control id="606" type="button">
  538.                 <posx>45</posx>
  539.                 <posy>2</posy>
  540.                 <width>39</width>
  541.                 <height>39</height>
  542.                 <label>-</label>
  543.                 <texturefocus>OSDRewindFO.png</texturefocus>
  544.                 <texturenofocus>OSDRewindNF.png</texturenofocus>
  545.                 <onleft>600</onleft>
  546.                 <onright>603</onright>
  547.                 <onup>610</onup>
  548.                 <ondown>611</ondown>
  549.                 <onback>50</onback>
  550.                 <onclick>XBMC.PlayerControl(Rewind)</onclick>
  551.                 <visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible>
  552.             </control>
  553.             <control type="group">
  554.                 <animation condition="Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo" effect="slide" end="40,0" start="0,0" time="0">Conditional</animation>
  555.                 <control id="603" type="togglebutton">
  556.                     <posx>45</posx>
  557.                     <posy>2</posy>
  558.                     <width>39</width>
  559.                     <height>39</height>
  560.                     <label>-</label>
  561.                     <texturefocus>OSDPauseFO.png</texturefocus>
  562.                     <texturenofocus>OSDPauseNF.png</texturenofocus>
  563.                     <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  564.                     <alttexturefocus>OSDPlayFO.png</alttexturefocus>
  565.                     <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
  566.                     <onleft>606</onleft>
  567.                     <onright>601</onright>
  568.                     <onup>610</onup>
  569.                     <ondown>611</ondown>
  570.                     <onback>50</onback>
  571.                     <onclick>XBMC.PlayerControl(Play)</onclick>
  572.                 </control>
  573.                 <control id="601" type="button">
  574.                     <posx>85</posx>
  575.                     <posy>2</posy>
  576.                     <width>39</width>
  577.                     <height>39</height>
  578.                     <label>-</label>
  579.                     <texturefocus>OSDStopFO.png</texturefocus>
  580.                     <texturenofocus>OSDStopNF.png</texturenofocus>
  581.                     <onleft>603</onleft>
  582.                     <onright>607</onright>
  583.                     <onup>610</onup>
  584.                     <ondown>611</ondown>
  585.                     <onback>50</onback>
  586.                     <onclick>down</onclick>
  587.                     <onclick>XBMC.PlayerControl(Stop)</onclick>
  588.                 </control>
  589.                 <control id="607" type="button">
  590.                     <posx>125</posx>
  591.                     <posy>2</posy>
  592.                     <width>39</width>
  593.                     <height>39</height>
  594.                     <label>-</label>
  595.                     <texturefocus>OSDForwardFO.png</texturefocus>
  596.                     <texturenofocus>OSDForwardNF.png</texturenofocus>
  597.                     <onleft>601</onleft>
  598.                     <onright>602</onright>
  599.                     <onup>610</onup>
  600.                     <ondown>611</ondown>
  601.                     <onback>50</onback>
  602.                     <onclick>XBMC.PlayerControl(Forward)</onclick>
  603.                     <visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible>
  604.                 </control>
  605.                 <control id="602" type="button">
  606.                     <posx>125</posx>
  607.                     <posy>2</posy>
  608.                     <width>39</width>
  609.                     <height>39</height>
  610.                     <label>-</label>
  611.                     <texturefocus>OSDNextTrackFO.png</texturefocus>
  612.                     <texturenofocus>OSDNextTrackNF.png</texturenofocus>
  613.                     <onleft>607</onleft>
  614.                     <onright>604</onright>
  615.                     <onup>610</onup>
  616.                     <ondown>611</ondown>
  617.                     <onback>50</onback>
  618.                     <onclick>XBMC.PlayerControl(Next)</onclick>
  619.                     <animation condition="Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo" effect="slide" end="40,0" start="0,0" time="0">Conditional</animation>
  620.                 </control>
  621.             </control>
  622.             <control type="group">
  623.                 <visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible>
  624.                 <control id="604" type="button">
  625.                     <posx>165</posx>
  626.                     <posy>2</posy>
  627.                     <width>39</width>
  628.                     <height>39</height>
  629.                     <label>-</label>
  630.                     <texturefocus>-</texturefocus>
  631.                     <texturenofocus>-</texturenofocus>
  632.                     <onclick>XBMC.PlayerControl(Repeat)</onclick>
  633.                     <onleft>602</onleft>
  634.                     <onright>605</onright>
  635.                     <onup>610</onup>
  636.                     <ondown>611</ondown>
  637.                     <onback>50</onback>
  638.                 </control>
  639.                 <control type="image">
  640.                     <posx>165</posx>
  641.                     <posy>2</posy>
  642.                     <width>39</width>
  643.                     <height>39</height>
  644.                     <texture>OSDRepeatNF.png</texture>
  645.                     <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
  646.                     <visible>!Control.HasFocus(604)</visible>
  647.                 </control>
  648.                 <control type="image">
  649.                     <posx>165</posx>
  650.                     <posy>2</posy>
  651.                     <width>39</width>
  652.                     <height>39</height>
  653.                     <texture>OSDRepeatFO.png</texture>
  654.                     <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
  655.                     <visible>Control.HasFocus(604)</visible>
  656.                 </control>
  657.                 <control type="image">
  658.                     <posx>165</posx>
  659.                     <posy>2</posy>
  660.                     <width>39</width>
  661.                     <height>39</height>
  662.                     <texture>OSDRepeatOneNF.png</texture>
  663.                     <visible>Playlist.IsRepeatOne</visible>
  664.                     <visible>!Control.HasFocus(604)</visible>
  665.                 </control>
  666.                 <control type="image">
  667.                     <posx>165</posx>
  668.                     <posy>2</posy>
  669.                     <width>39</width>
  670.                     <height>39</height>
  671.                     <texture>OSDRepeatOneFO.png</texture>
  672.                     <visible>Playlist.IsRepeatOne</visible>
  673.                     <visible>Control.HasFocus(604)</visible>
  674.                 </control>
  675.                 <control type="image">
  676.                     <posx>165</posx>
  677.                     <posy>2</posy>
  678.                     <width>39</width>
  679.                     <height>39</height>
  680.                     <texture>OSDRepeatAllNF.png</texture>
  681.                     <visible>Playlist.IsRepeat</visible>
  682.                     <visible>!Control.HasFocus(604)</visible>
  683.                 </control>
  684.                 <control type="image">
  685.                     <posx>165</posx>
  686.                     <posy>2</posy>
  687.                     <width>39</width>
  688.                     <height>39</height>
  689.                     <texture>OSDRepeatAllFO.png</texture>
  690.                     <visible>Playlist.IsRepeat</visible>
  691.                     <visible>Control.HasFocus(604)</visible>
  692.                 </control>
  693.                 <control id="605" type="togglebutton">
  694.                     <posx>205</posx>
  695.                     <posy>2</posy>
  696.                     <width>39</width>
  697.                     <height>39</height>
  698.                     <label>-</label>
  699.                     <texturefocus>OSDRandomOffFO.png</texturefocus>
  700.                     <texturenofocus>OSDRandomOffNF.png</texturenofocus>
  701.                     <usealttexture>Playlist.IsRandom</usealttexture>
  702.                     <alttexturefocus>OSDRandomOnFO.png</alttexturefocus>
  703.                     <alttexturenofocus>OSDRandomOnNF.png</alttexturenofocus>
  704.                     <onclick>XBMC.PlayerControl(Random)</onclick>
  705.                     <onleft>604</onleft>
  706.                     <onright>50</onright>
  707.                     <onup>610</onup>
  708.                     <ondown>611</ondown>
  709.                     <onback>50</onback>
  710.                 </control>
  711.             </control>
  712.         </control>
  713.         <control id="611" type="radiobutton">
  714.             <description>Go to fullscreen Playback</description>
  715.             <include>ButtonCommonValues</include>
  716.             <label>31008</label>
  717.             <onclick>fullscreen</onclick>
  718.             <textureradiofocus>GoFullscreen.png</textureradiofocus>
  719.             <textureradionofocus>GoFullscreen.png</textureradionofocus>
  720.             <visible>Player.HasMedia</visible>
  721.         </control>
  722.     </include>
  723.     <include name="ScrollOffsetLabel">
  724.         <control type="group">
  725.             <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible>
  726.             <animation effect="slide" end="0,-60" start="0,0" time="100">Visible</animation>
  727.             <animation delay="400" effect="slide" end="0,0" start="0,-60" time="100">Hidden</animation>
  728.             <posx>300r</posx>
  729.             <posy>720</posy>
  730.             <control type="image">
  731.                 <posx>0</posx>
  732.                 <posy>0</posy>
  733.                 <width>70</width>
  734.                 <height>65</height>
  735.                 <texture border="20,20,20,2">InfoMessagePanel.png</texture>
  736.             </control>
  737.             <control type="label">
  738.                 <posx>5</posx>
  739.                 <posy>0</posy>
  740.                 <width>65</width>
  741.                 <height>60</height>
  742.                 <align>center</align>
  743.                 <aligny>center</aligny>
  744.                 <label>$INFO[ListItem.SortLetter]</label>
  745.                 <textcolor>white</textcolor>
  746.                 <font>font30_title</font>
  747.             </control>
  748.         </control>
  749.     </include>
  750.     <include name="Clock">
  751.         <control type="group">
  752.             <posx>140r</posx>
  753.             <posy>0</posy>
  754.             <animation condition="Window.IsVisible(MuteBug)" delay="0" effect="slide" end="-60,0" start="0,0" time="300">conditional</animation>
  755.             <animation condition="Window.Next(Home) + ![Window.IsVisible(MovieInformation) | Window.IsVisible(MusicInformation)]" delay="0" effect="slide" end="210,0" start="0,0" time="300">WindowClose</animation>
  756.             <animation condition="Window.Previous(Home) + ![Window.IsVisible(MovieInformation) | Window.IsVisible(MusicInformation)]" delay="0" effect="slide" end="0,0" start="210,0" time="300">WindowOpen</animation>
  757.             <control type="image">
  758.                 <description>time background</description>
  759.                 <posx>0</posx>
  760.                 <posy>0</posy>
  761.                 <width>150</width>
  762.                 <height>35</height>
  763.                 <texture border="32,0,0,0" flipx="true">header.png</texture>
  764.             </control>
  765.             <control type="label">
  766.                 <description>time label</description>
  767.                 <posx>30</posx>
  768.                 <posy>0</posy>
  769.                 <width>400</width>
  770.                 <height>28</height>
  771.                 <align>left</align>
  772.                 <aligny>center</aligny>
  773.                 <font>font12</font>
  774.                 <textcolor>white</textcolor>
  775.                 <label>$INFO[System.Time]</label>
  776.             </control>
  777.         </control>
  778.     </include>
  779.     <include name="backgroundfade">
  780.          <animation effect="fade" time="600">Visible</animation>
  781.          <animation effect="fade" time="600">Hidden</animation>
  782.     </include>
  783.     <include name="Window_OpenClose_Animation">
  784.         <animation effect="fade" time="250">WindowOpen</animation>
  785.         <animation effect="fade" time="250">WindowClose</animation>
  786.     </include>
  787.     <include name="dialogeffect">
  788.         <animation effect="fade" time="250">WindowOpen</animation>
  789.         <animation effect="fade" time="250">WindowClose</animation>
  790.     </include>
  791.     <include name="VisibleFadeEffect">
  792.         <animation effect="fade" time="300">Visible</animation>
  793.         <animation effect="fade" time="300">Hidden</animation>
  794.     </include>
  795. <include name="spotimc_topmenu_option">
  796.         <posx>0</posx>
  797.         <posy>0</posy>
  798.         <height>40</height>
  799.         <colordiffuse>FFFFFFFF</colordiffuse>
  800.         <texturefocus>main-menu/option-bg-focus.png</texturefocus>
  801.         <texturenofocus>main-menu/option-bg.png</texturenofocus>
  802.         <alttexturefocus>main-menu/option-bg-focus.png</alttexturefocus>
  803.         <alttexturenofocus>main-menu/option-bg-inactive.png</alttexturenofocus>
  804.         <font>spotimc_font24</font>
  805.         <textcolor>FFFFFFFF</textcolor>
  806.         <focusedcolor>FFFFFFFF</focusedcolor>
  807.         <disabledcolor>80FFFFFF</disabledcolor>
  808.         <shadowcolor>00000000</shadowcolor>
  809.         <align>center</align>
  810.         <aligny>center</aligny>
  811.         <textoffsetx>16</textoffsetx>
  812.         <textoffsety>8</textoffsety>
  813.         <pulseonselect>false</pulseonselect>
  814.     </include>
  815.    
  816.     <include name="spotimc_nowplaying_text">
  817.         <height>16</height>
  818.         <visible>true</visible>
  819.         <align>left</align>
  820.         <aligny>center</aligny>
  821.         <scroll>true</scroll>
  822.         <scrollout>false</scrollout>
  823.         <pauseatend>2000</pauseatend>
  824.         <angle>0</angle>
  825.         <haspath>false</haspath>
  826.         <font>spotimc_font16</font>
  827.         <textcolor>ffffffff</textcolor>
  828.         <shadowcolor>00000000</shadowcolor>
  829.         <wrapmultiline>false</wrapmultiline>
  830.         <scrollspeed>50</scrollspeed>
  831.     </include>
  832.    
  833.     <include name="spotimc_nowplaying_time">
  834.         <height>16</height>
  835.         <visible>true</visible>
  836.         <align>left</align>
  837.         <aligny>center</aligny>
  838.         <scroll>false</scroll>
  839.         <number />
  840.         <angle>0</angle>
  841.         <haspath>false</haspath>
  842.         <font>spotimc_font14</font>
  843.         <textcolor>ffffffff</textcolor>
  844.         <shadowcolor>00000000</shadowcolor>
  845.         <wrapmultiline>false</wrapmultiline>
  846.         <scrollspeed>50</scrollspeed>
  847.         <scrollsuffix>-</scrollsuffix>
  848.     </include>
  849.    
  850.    
  851.    
  852.     <include name="spotimc_leftmenu_grouplist">
  853.         <posx>16</posx>
  854.         <posy>8</posy>
  855.         <width>224</width>
  856.         <height>688</height>
  857.         <itemgap>8</itemgap>
  858.         <pagecontrol />
  859.         <orientation>vertical</orientation>
  860.         <usecontrolcoords>false</usecontrolcoords>
  861.         <onup>-</onup>
  862.         <ondown>-</ondown>
  863.         <onleft>-</onleft>
  864.     </include>
  865.    
  866.    
  867.     <include name="spotimc_leftmenu_label">
  868.         <posx>0</posx>
  869.         <posy>0</posy>
  870.         <width>224</width>
  871.         <height>32</height>
  872.         <font>spotimc_font20</font>
  873.         <selectedcolor>ff545454</selectedcolor>
  874.         <align>left</align>
  875.         <aligny>center</aligny>
  876.         <textcolor>ff545454</textcolor>
  877.         <shadowcolor>00000000</shadowcolor>
  878.     </include>
  879.    
  880.     <include name="spotimc_leftmenu_toggle">
  881.         <posx>0</posx>
  882.         <posy>0</posy>
  883.         <width>224</width>
  884.         <height>40</height>
  885.         <colordiffuse>ffffffff</colordiffuse>
  886.         <texturefocus>common/left-menu-toggle-off-focus.png</texturefocus>
  887.         <texturenofocus>common/left-menu-toggle-off.png</texturenofocus>
  888.         <alttexturefocus>common/left-menu-toggle-on-focus.png</alttexturefocus>
  889.         <alttexturenofocus>common/left-menu-toggle-on.png</alttexturenofocus>
  890.         <font>spotimc_font22</font>
  891.         <textcolor>ffffffff</textcolor>
  892.         <focusedcolor>ffffffff</focusedcolor>
  893.         <disabledcolor>ffffffff</disabledcolor>
  894.         <shadowcolor>00000000</shadowcolor>
  895.         <align>left</align>
  896.         <aligny>center</aligny>
  897.         <textoffsetx>16</textoffsetx>
  898.         <textoffsety />
  899.         <pulseonselect>false</pulseonselect>
  900.         <onfocus />
  901.         <onleft />
  902.         <onright />
  903.         <onup />
  904.         <ondown />
  905.     </include>
  906.    
  907.     <include name="spotimc_leftmenu_check">
  908.         <posx>0</posx>
  909.         <posy>0</posy>
  910.         <width>224</width>
  911.         <height>40</height>
  912.         <colordiffuse>ffffffff</colordiffuse>
  913.         <texturefocus>common/left-menu-check-off-focus.png</texturefocus>
  914.         <texturenofocus>common/left-menu-check-off.png</texturenofocus>
  915.         <alttexturefocus>common/left-menu-check-on-focus.png</alttexturefocus>
  916.         <alttexturenofocus>common/left-menu-check-on.png</alttexturenofocus>
  917.         <font>spotimc_font22</font>
  918.         <textcolor>ffffffff</textcolor>
  919.         <focusedcolor>ffffffff</focusedcolor>
  920.         <disabledcolor>ffffffff</disabledcolor>
  921.         <shadowcolor>00000000</shadowcolor>
  922.         <align>left</align>
  923.         <aligny>center</aligny>
  924.         <textoffsetx>16</textoffsetx>
  925.         <textoffsety />
  926.         <pulseonselect>false</pulseonselect>
  927.         <onfocus />
  928.         <onleft />
  929.         <onright />
  930.         <onup />
  931.         <ondown />
  932.     </include>
  933.    
  934.     <include name="spotimc_leftmenu_button">
  935.         <posx>0</posx>
  936.         <posy>0</posy>
  937.         <width>224</width>
  938.         <height>40</height>
  939.         <colordiffuse>FFFFFFFF</colordiffuse>
  940.         <texturefocus>common/left-menu-button-focus.png</texturefocus>
  941.         <texturenofocus>common/left-menu-button.png</texturenofocus>
  942.         <font>spotimc_font22</font>
  943.         <textcolor>ffffffff</textcolor>
  944.         <focusedcolor>ffffffff</focusedcolor>
  945.         <shadowcolor>00000000</shadowcolor>
  946.         <disabledcolor>ffffffff</disabledcolor>
  947.         <align>left</align>
  948.         <aligny>center</aligny>
  949.         <textoffsetx>16</textoffsetx>
  950.         <textoffsety>0</textoffsety>
  951.         <pulseonselect>False</pulseonselect>
  952.         <onclick />
  953.         <onfocus />
  954.         <onleft />
  955.         <onright />
  956.         <onup />
  957.         <ondown />
  958.     </include>
  959.  
  960.    
  961.    
  962.    
  963.     <include name="spotimc_title">
  964.         <width>auto</width>
  965.         <height>16</height>
  966.         <visible>true</visible>
  967.         <align>left</align>
  968.         <aligny>center</aligny>
  969.         <scroll>false</scroll>
  970.         <number />
  971.         <angle>0</angle>
  972.         <haspath>false</haspath>
  973.         <font>spotimc_font22</font>
  974.         <textcolor>ff969696</textcolor>
  975.         <shadowcolor>00000000</shadowcolor>
  976.         <wrapmultiline>false</wrapmultiline>
  977.         <scrollspeed>50</scrollspeed>
  978.         <scrollsuffix>-</scrollsuffix>
  979.     </include>
  980.    
  981.     <include name="spotimc_subtitle">
  982.         <width>auto</width>
  983.         <height>16</height>
  984.         <visible>true</visible>
  985.         <align>left</align>
  986.         <aligny>center</aligny>
  987.         <scroll>false</scroll>
  988.         <number />
  989.         <angle>0</angle>
  990.         <haspath>false</haspath>
  991.         <font>spotimc_font20</font>
  992.         <textcolor>ff969696</textcolor>
  993.         <shadowcolor>00000000</shadowcolor>
  994.         <wrapmultiline>false</wrapmultiline>
  995.         <scrollspeed>50</scrollspeed>
  996.         <scrollsuffix>-</scrollsuffix>
  997.     </include>
  998.    
  999.    
  1000.     <include name="spotimc_title_grouped">
  1001.         <width max="512" min="16">auto</width>
  1002.         <height>32</height>
  1003.         <visible>true</visible>
  1004.         <align>left</align>
  1005.         <aligny>center</aligny>
  1006.         <scroll>false</scroll>
  1007.         <number />
  1008.         <angle>0</angle>
  1009.         <haspath>false</haspath>
  1010.         <font>spotimc_font22</font>
  1011.         <textcolor>ff969696</textcolor>
  1012.         <shadowcolor>00000000</shadowcolor>
  1013.         <wrapmultiline>false</wrapmultiline>
  1014.         <scrollspeed>50</scrollspeed>
  1015.         <scrollsuffix>-</scrollsuffix>
  1016.     </include>
  1017.    
  1018.    
  1019.     <include name="spotimc_scrollbar">
  1020.         <visible>true</visible>
  1021.         <texturesliderbackground>common/scrollbar-bg.png</texturesliderbackground>
  1022.         <texturesliderbar>common/scrollbar-slider.png</texturesliderbar>
  1023.         <texturesliderbarfocus>common/scrollbar-slider-focus.png</texturesliderbarfocus>
  1024.         <textureslidernib />
  1025.         <textureslidernibfocus />
  1026.         <pulseonselect />
  1027.         <orientation>vertical</orientation>
  1028.         <showonepage>false</showonepage>
  1029.     </include>
  1030.    
  1031.     <include name="spotimc_scrollbar_always">
  1032.         <visible>true</visible>
  1033.         <texturesliderbackground>common/scrollbar-bg.png</texturesliderbackground>
  1034.         <texturesliderbar>common/scrollbar-slider.png</texturesliderbar>
  1035.         <texturesliderbarfocus>common/scrollbar-slider-focus.png</texturesliderbarfocus>
  1036.         <textureslidernib />
  1037.         <textureslidernibfocus />
  1038.         <pulseonselect />
  1039.         <orientation>vertical</orientation>
  1040.         <showonepage>true</showonepage>
  1041.     </include>
  1042.    
  1043.    
  1044.    
  1045.     <include name="spotimc_albumgrid">
  1046.         <width>1152</width>
  1047.         <height>528</height>
  1048.         <viewtype label="list">wrap</viewtype>
  1049.         <orientation>vertical</orientation>
  1050.         <scrolltime easing="out" tween="sine">200</scrolltime>
  1051.         <visible>true</visible>
  1052.        
  1053.         <itemlayout height="120" width="384">
  1054.             <control type="image">
  1055.                 <posx>0</posx>
  1056.                 <posy>0</posy>
  1057.                 <width>368</width>
  1058.                 <height>104</height>
  1059.                 <texture>common/item-bg.png</texture>
  1060.                 <aspectratio>stretch</aspectratio>
  1061.                 <visible>!ListItem.Property(NoItems)</visible>
  1062.             </control>
  1063.            
  1064.            
  1065.             <control type="label">
  1066.                 <posx>0</posx>
  1067.                 <posy>0</posy>
  1068.                 <width>256</width>
  1069.                 <height>16</height>
  1070.                 <font>spotimc_font20</font>
  1071.                 <aligny>center</aligny>
  1072.                 <align>left</align>
  1073.                 <label>No albums</label>
  1074.                 <textcolor>ffffffff</textcolor>
  1075.                 <shadowcolor>00000000</shadowcolor>
  1076.                 <visible>ListItem.Property(NoItems)</visible>
  1077.             </control>
  1078.            
  1079.             <control type="image">
  1080.                 <posx>8</posx>
  1081.                 <posy>8</posy>
  1082.                 <width>88</width>
  1083.                 <height>88</height>
  1084.                 <aspectratio>scale</aspectratio>
  1085.                 <colordiffuse>ff969696</colordiffuse>
  1086.                 <texture background="true">$INFO[ListItem.Icon]</texture>
  1087.             </control>
  1088.             <control type="label">
  1089.                 <posx>104</posx>
  1090.                 <posy>24</posy>
  1091.                 <width>256</width>
  1092.                 <height>16</height>
  1093.                 <font>spotimc_font22</font>
  1094.                 <aligny>center</aligny>
  1095.                 <selectedcolor>green</selectedcolor>
  1096.                 <align>left</align>
  1097.                 <info>ListItem.Label</info>
  1098.                 <textcolor>ffffffff</textcolor>
  1099.                 <shadowcolor>00000000</shadowcolor>
  1100.                 <scroll>false</scroll>
  1101.             </control>
  1102.             <control type="label">
  1103.                 <posx>104</posx>
  1104.                 <posy>64</posy>
  1105.                 <width>256</width>
  1106.                 <height>16</height>
  1107.                 <font>spotimc_font20</font>
  1108.                 <aligny>center</aligny>
  1109.                 <align>left</align>
  1110.                 <info>ListItem.Label2</info>
  1111.                 <textcolor>ff969696</textcolor>
  1112.                 <shadowcolor>00000000</shadowcolor>
  1113.                 <scroll>false</scroll>
  1114.             </control>
  1115.         </itemlayout>
  1116.        
  1117.         <focusedlayout height="384" width="120">
  1118.             <control type="image">
  1119.                 <posx>0</posx>
  1120.                 <posy>0</posy>
  1121.                 <width>368</width>
  1122.                 <height>104</height>
  1123.                 <texture>common/item-bg-selected.png</texture>
  1124.                 <aspectratio>stretch</aspectratio>
  1125.                 <visible>!ListItem.Property(NoItems)</visible>
  1126.             </control>
  1127.            
  1128.            
  1129.             <control type="label">
  1130.                 <posx>0</posx>
  1131.                 <posy>0</posy>
  1132.                 <width>256</width>
  1133.                 <height>16</height>
  1134.                 <font>spotimc_font20</font>
  1135.                 <aligny>center</aligny>
  1136.                 <align>left</align>
  1137.                 <label>No albums</label>
  1138.                 <textcolor>ffffffff</textcolor>
  1139.                 <shadowcolor>00000000</shadowcolor>
  1140.                 <visible>ListItem.Property(NoItems)</visible>
  1141.             </control>
  1142.            
  1143.             <control type="image">
  1144.                 <posx>8</posx>
  1145.                 <posy>8</posy>
  1146.                 <width>88</width>
  1147.                 <height>88</height>
  1148.                 <aspectratio>scale</aspectratio>
  1149.                 <colordiffuse>ffffffff</colordiffuse>
  1150.                 <texture background="true">$INFO[ListItem.Icon]</texture>
  1151.             </control>
  1152.             <control type="label">
  1153.                 <posx>104</posx>
  1154.                 <posy>24</posy>
  1155.                 <width>256</width>
  1156.                 <height>16</height>
  1157.                 <font>spotimc_font22</font>
  1158.                 <aligny>center</aligny>
  1159.                 <selectedcolor>green</selectedcolor>
  1160.                 <align>left</align>
  1161.                 <info>ListItem.Label</info>
  1162.                 <textcolor>ffffffff</textcolor>
  1163.                 <shadowcolor>00000000</shadowcolor>
  1164.                 <scroll>true</scroll>
  1165.             </control>
  1166.             <control type="label">
  1167.                 <posx>104</posx>
  1168.                 <posy>64</posy>
  1169.                 <width>256</width>
  1170.                 <height>16</height>
  1171.                 <font>spotimc_font20</font>
  1172.                 <aligny>center</aligny>
  1173.                 <align>left</align>
  1174.                 <info>ListItem.Label2</info>
  1175.                 <textcolor>ffffffff</textcolor>
  1176.                 <shadowcolor>00000000</shadowcolor>
  1177.                 <scroll>true</scroll>
  1178.             </control>
  1179.         </focusedlayout>
  1180.     </include>
  1181.    
  1182.    
  1183.    
  1184.     <include name="spotimc_tracklist">
  1185.         <visible>true</visible>
  1186.         <viewtype label="3D list">list</viewtype>
  1187.         <orientation>vertical</orientation>
  1188.         <scrolltime easing="out" tween="sine">200</scrolltime>
  1189.        
  1190.         <itemlayout height="48" width="816">
  1191.             <control type="image">
  1192.                 <posx>8</posx>
  1193.                 <posy>8</posy>
  1194.                 <width>32</width>
  1195.                 <height>32</height>
  1196.                 <texture>common/disc-icon.png</texture>
  1197.                 <visible>ListItem.Property(IsDiscSeparator)</visible>
  1198.             </control>
  1199.             <control type="label">
  1200.                 <posx>48</posx>
  1201.                 <posy>8</posy>
  1202.                 <width>64</width>
  1203.                 <height>32</height>
  1204.                 <textcolor>ffffffff</textcolor>
  1205.                 <shadowcolor>00000000</shadowcolor>
  1206.                 <selectedcolor>ffffffff</selectedcolor>
  1207.                 <font>spotimc_font32</font>
  1208.                 <align>left</align>
  1209.                 <aligny>center</aligny>
  1210.                 <info>ListItem.Property(DiscNumber)</info>
  1211.                 <visible>ListItem.Property(IsDiscSeparator)</visible>
  1212.             </control>
  1213.             <control type="image">
  1214.                 <posx>0</posx>
  1215.                 <posy>0</posy>
  1216.                 <width>816</width>
  1217.                 <height>46</height>
  1218.                 <texture>common/item-bg.png</texture>
  1219.                 <visible>!ListItem.Property(IsDiscSeparator)</visible>
  1220.             </control>
  1221.             <control type="image">
  1222.                 <posx>12</posx>
  1223.                 <posy>8</posy>
  1224.                 <width>32</width>
  1225.                 <height>32</height>
  1226.                 <colordiffuse>ffffffff</colordiffuse>
  1227.                 <texture>common/item-playing-icon.png</texture>
  1228.                 <visible>ListItem.IsPlaying + Player.Playing</visible>
  1229.             </control>
  1230.             <control type="image">
  1231.                 <posx>12</posx>
  1232.                 <posy>8</posy>
  1233.                 <width>32</width>
  1234.                 <height>32</height>
  1235.                 <colordiffuse>ffffffff</colordiffuse>
  1236.                 <texture>common/item-paused-icon.png</texture>
  1237.                 <visible>ListItem.IsPlaying + Player.Paused</visible>
  1238.             </control>
  1239.             <control type="image">
  1240.                 <posx>0</posx>
  1241.                 <posy>0</posy>
  1242.                 <width>48</width>
  1243.                 <height>48</height>
  1244.                 <colordiffuse>ffffffff</colordiffuse>
  1245.                 <texture>common/track-star-big.png</texture>
  1246.                 <visible>SubString(ListItem.Property(IsStarred),true) + !ListItem.IsPlaying</visible>
  1247.             </control>
  1248.             <control type="label">
  1249.                 <posx>80</posx>
  1250.                 <posy>0</posy>
  1251.                 <width>64</width>
  1252.                 <height>46</height>
  1253.                 <textcolor>ffffffff</textcolor>
  1254.                 <selectedcolor>ffffffff</selectedcolor>
  1255.                 <shadowcolor>00000000</shadowcolor>
  1256.                 <font>spotimc_font22</font>
  1257.                 <align>right</align>
  1258.                 <aligny>center</aligny>
  1259.                 <label>$INFO[ListItem.TrackNumber].</label>
  1260.                 <visible>!ListItem.Property(IsDiscSeparator)</visible>
  1261.             </control>
  1262.             <control type="label">
  1263.                 <posx>96</posx>
  1264.                 <posy>0</posy>
  1265.                 <width>512</width>
  1266.                 <height>46</height>
  1267.                 <textcolor>ff969696</textcolor>
  1268.                 <selectedcolor>ffffffff</selectedcolor>
  1269.                 <shadowcolor>00000000</shadowcolor>
  1270.                 <font>spotimc_font22</font>
  1271.                 <align>left</align>
  1272.                 <aligny>center</aligny>
  1273.                 <info>ListItem.Title</info>
  1274.                 <scroll>false</scroll>
  1275.             </control>
  1276.             <control type="image">
  1277.                 <posx>624</posx>
  1278.                 <posy>16</posy>
  1279.                 <width>80</width>
  1280.                 <height>16</height>
  1281.                 <colordiffuse>ff969696</colordiffuse>
  1282.                 <texture>common/rating-stars-$INFO[ListItem.Property(RatingPoints)].png</texture>
  1283.                 <visible>!ListItem.Property(IsDiscSeparator)</visible>
  1284.             </control>
  1285.             <control type="label">
  1286.                 <posx>800</posx>
  1287.                 <posy>0</posy>
  1288.                 <width>112</width>
  1289.                 <height>46</height>
  1290.                 <textcolor>ff969696</textcolor>
  1291.                 <selectedcolor>ffffffff</selectedcolor>
  1292.                 <shadowcolor>00000000</shadowcolor>
  1293.                 <font>spotimc_font22</font>
  1294.                 <align>right</align>
  1295.                 <aligny>center</aligny>
  1296.                 <info>ListItem.Duration</info>
  1297.                 <scroll>false</scroll>
  1298.             </control>
  1299.             <control type="image">
  1300.                 <posx>88</posx>
  1301.                 <posy>0</posy>
  1302.                 <width>520</width>
  1303.                 <height>46</height>
  1304.                 <texture>common/item-bg.png</texture>
  1305.                 <visible>!ListItem.Property(IsDiscSeparator) + !ListItem.Property(IsAvailable)</visible>
  1306.                 <colordiffuse>d8ffffff</colordiffuse>
  1307.             </control>
  1308.         </itemlayout>
  1309.         <focusedlayout height="48" width="816">
  1310.             <control type="image">
  1311.                 <posx>8</posx>
  1312.                 <posy>8</posy>
  1313.                 <width>32</width>
  1314.                 <height>32</height>
  1315.                 <texture>common/disc-icon.png</texture>
  1316.                 <visible>ListItem.Property(IsDiscSeparator)</visible>
  1317.             </control>
  1318.             <control type="label">
  1319.                 <posx>48</posx>
  1320.                 <posy>8</posy>
  1321.                 <width>64</width>
  1322.                 <height>32</height>
  1323.                 <textcolor>ffffffff</textcolor>
  1324.                 <selectedcolor>ffffffff</selectedcolor>
  1325.                 <shadowcolor>00000000</shadowcolor>
  1326.                 <font>spotimc_font32</font>
  1327.                 <align>left</align>
  1328.                 <aligny>center</aligny>
  1329.                 <info>ListItem.Property(DiscNumber)</info>
  1330.                 <visible>ListItem.Property(IsDiscSeparator)</visible>
  1331.             </control>
  1332.             <control type="image">
  1333.                 <posx>0</posx>
  1334.                 <posy>0</posy>
  1335.                 <width>816</width>
  1336.                 <height>46</height>
  1337.                 <texture>common/item-bg-selected.png</texture>
  1338.                 <visible>!ListItem.Property(IsDiscSeparator)</visible>
  1339.             </control>
  1340.             <control type="image">
  1341.                 <posx>12</posx>
  1342.                 <posy>8</posy>
  1343.                 <width>32</width>
  1344.                 <height>32</height>
  1345.                 <colordiffuse>ffffffff</colordiffuse>
  1346.                 <texture>common/item-playing-icon.png</texture>
  1347.                 <visible>ListItem.IsPlaying + Player.Playing + !SubString(ListItem.Property(IsStarred),true)</visible>
  1348.             </control>
  1349.             <control type="image">
  1350.                 <posx>12</posx>
  1351.                 <posy>8</posy>
  1352.                 <width>32</width>
  1353.                 <height>32</height>
  1354.                 <colordiffuse>ffffffff</colordiffuse>
  1355.                 <texture>common/item-paused-icon.png</texture>
  1356.                 <visible>ListItem.IsPlaying + Player.Paused + !SubString(ListItem.Property(IsStarred),true)</visible>
  1357.             </control>
  1358.             <control type="image">
  1359.                 <posx>0</posx>
  1360.                 <posy>0</posy>
  1361.                 <width>48</width>
  1362.                 <height>48</height>
  1363.                 <colordiffuse>ffffffff</colordiffuse>
  1364.                 <texture>common/track-star-big.png</texture>
  1365.                 <visible>SubString(ListItem.Property(IsStarred),true)</visible>
  1366.             </control>
  1367.             <control type="label">
  1368.                 <posx>80</posx>
  1369.                 <posy>0</posy>
  1370.                 <width>64</width>
  1371.                 <height>46</height>
  1372.                 <textcolor>ffffffff</textcolor>
  1373.                 <selectedcolor>ffffffff</selectedcolor>
  1374.                 <shadowcolor>00000000</shadowcolor>
  1375.                 <font>spotimc_font22</font>
  1376.                 <align>right</align>
  1377.                 <aligny>center</aligny>
  1378.                 <label>$INFO[ListItem.TrackNumber].</label>
  1379.                 <visible>!ListItem.Property(IsDiscSeparator)</visible>
  1380.             </control>
  1381.             <control type="label">
  1382.                 <posx>96</posx>
  1383.                 <posy>0</posy>
  1384.                 <width>512</width>
  1385.                 <height>46</height>
  1386.                 <textcolor>ffffffff</textcolor>
  1387.                 <selectedcolor>ffffffff</selectedcolor>
  1388.                 <shadowcolor>00000000</shadowcolor>
  1389.                 <font>spotimc_font22</font>
  1390.                 <align>left</align>
  1391.                 <aligny>center</aligny>
  1392.                 <info>ListItem.Title</info>
  1393.                 <visible>true</visible>
  1394.                 <scroll>true</scroll>
  1395.             </control>
  1396.             <control type="image">
  1397.                 <posx>624</posx>
  1398.                 <posy>16</posy>
  1399.                 <width>80</width>
  1400.                 <height>16</height>
  1401.                 <colordiffuse>ffffffff</colordiffuse>
  1402.                 <texture>common/rating-stars-$INFO[ListItem.Property(RatingPoints)].png</texture>
  1403.                 <visible>!ListItem.Property(IsDiscSeparator)</visible>
  1404.             </control>
  1405.             <control type="label">
  1406.                 <posx>800</posx>
  1407.                 <posy>0</posy>
  1408.                 <width>112</width>
  1409.                 <height>46</height>
  1410.                 <textcolor>ffffffff</textcolor>
  1411.                 <selectedcolor>ffffffff</selectedcolor>
  1412.                 <shadowcolor>00000000</shadowcolor>
  1413.                 <font>spotimc_font22</font>
  1414.                 <align>right</align>
  1415.                 <aligny>center</aligny>
  1416.                 <info>ListItem.Duration</info>
  1417.                 <scroll>true</scroll>
  1418.             </control>
  1419.             <control type="image">
  1420.                 <posx>88</posx>
  1421.                 <posy>0</posy>
  1422.                 <width>520</width>
  1423.                 <height>46</height>
  1424.                 <texture>common/item-bg-selected.png</texture>
  1425.                 <visible>!ListItem.Property(IsDiscSeparator) + !ListItem.Property(IsAvailable)</visible>
  1426.                 <colordiffuse>d8ffffff</colordiffuse>
  1427.             </control>
  1428.         </focusedlayout>
  1429.     </include>
  1430.    
  1431.    
  1432.    
  1433.     <include name="spotimc_tracklist_wide">
  1434.         <visible>true</visible>
  1435.         <viewtype label="3D list">list</viewtype>
  1436.         <orientation>vertical</orientation>
  1437.         <scrolltime easing="out" tween="sine">200</scrolltime>
  1438.        
  1439.         <itemlayout height="32" width="1168">
  1440.             <control type="image">
  1441.                 <posx>0</posx>
  1442.                 <posy>2</posy>
  1443.                 <width>1168</width>
  1444.                 <height>30</height>
  1445.                 <texture>common/item-bg.png</texture>
  1446.                 <visible>!ListItem.Property(NoItems)</visible>
  1447.             </control>
  1448.             <control type="image">
  1449.                 <posx>8</posx>
  1450.                 <posy>1</posy>
  1451.                 <width>32</width>
  1452.                 <height>32</height>
  1453.                 <colordiffuse>ffffffff</colordiffuse>
  1454.                 <texture>common/tracklist-wide-playing-icon.png</texture>
  1455.                 <visible>ListItem.IsPlaying + Player.Playing</visible>
  1456.             </control>
  1457.             <control type="image">
  1458.                 <posx>8</posx>
  1459.                 <posy>1</posy>
  1460.                 <width>32</width>
  1461.                 <height>32</height>
  1462.                 <colordiffuse>ffffffff</colordiffuse>
  1463.                 <texture>common/tracklist-wide-paused-icon.png</texture>
  1464.                 <visible>ListItem.IsPlaying + Player.Paused</visible>
  1465.             </control>
  1466.             <control type="image">
  1467.                 <posx>8</posx>
  1468.                 <posy>1</posy>
  1469.                 <width>32</width>
  1470.                 <height>32</height>
  1471.                 <colordiffuse>ffffffff</colordiffuse>
  1472.                 <texture>common/tracklist-wide-paused-icon.png</texture>
  1473.                 <visible>ListItem.IsPlaying + Player.Paused</visible>
  1474.             </control>
  1475.             <control type="image">
  1476.                 <posx>8</posx>
  1477.                 <posy>1</posy>
  1478.                 <width>32</width>
  1479.                 <height>32</height>
  1480.                 <colordiffuse>ffffffff</colordiffuse>
  1481.                 <texture>common/track-star-small.png</texture>
  1482.                 <visible>SubString(ListItem.Property(IsStarred),true) + !ListItem.IsPlaying</visible>
  1483.             </control>
  1484.             <control type="label">
  1485.                 <posx>48</posx>
  1486.                 <posy>2</posy>
  1487.                 <width>400</width>
  1488.                 <height>30</height>
  1489.                 <textcolor>ff969696</textcolor>
  1490.                 <selectedcolor>ffffffff</selectedcolor>
  1491.                 <shadowcolor>00000000</shadowcolor>
  1492.                 <font>spotimc_font20</font>
  1493.                 <align>left</align>
  1494.                 <aligny>center</aligny>
  1495.                 <info>ListItem.Title</info>
  1496.                 <visible>!ListItem.Property(NoItems)</visible>
  1497.                 <scroll>false</scroll>
  1498.             </control>
  1499.             <control type="label">
  1500.                 <posx>464</posx>
  1501.                 <posy>2</posy>
  1502.                 <width>288</width>
  1503.                 <height>30</height>
  1504.                 <textcolor>ff969696</textcolor>
  1505.                 <selectedcolor>ffffffff</selectedcolor>
  1506.                 <shadowcolor>00000000</shadowcolor>
  1507.                 <font>spotimc_font20</font>
  1508.                 <align>left</align>
  1509.                 <aligny>center</aligny>
  1510.                 <info>ListItem.Artist</info>
  1511.                 <visible>!ListItem.Property(NoItems)</visible>
  1512.                 <scroll>false</scroll>
  1513.             </control>
  1514.             <control type="label">
  1515.                 <posx>768</posx>
  1516.                 <posy>2</posy>
  1517.                 <width>288</width>
  1518.                 <height>30</height>
  1519.                 <textcolor>ff969696</textcolor>
  1520.                 <selectedcolor>ffffffff</selectedcolor>
  1521.                 <shadowcolor>00000000</shadowcolor>
  1522.                 <font>spotimc_font20</font>
  1523.                 <align>left</align>
  1524.                 <aligny>center</aligny>
  1525.                 <info>ListItem.Album</info>
  1526.                 <visible>!ListItem.Property(NoItems)</visible>
  1527.                 <scroll>false</scroll>
  1528.             </control>
  1529.             <control type="label">
  1530.                 <posx>1056</posx>
  1531.                 <posy>2</posy>
  1532.                 <width>112</width>
  1533.                 <height>30</height>
  1534.                 <textcolor>ff969696</textcolor>
  1535.                 <selectedcolor>ffffffff</selectedcolor>
  1536.                 <shadowcolor>00000000</shadowcolor>
  1537.                 <font>spotimc_font20</font>
  1538.                 <align>left</align>
  1539.                 <aligny>center</aligny>
  1540.                 <info>ListItem.Duration</info>
  1541.                 <visible>!ListItem.Property(NoItems)</visible>
  1542.                 <scroll>false</scroll>
  1543.             </control>
  1544.             <control type="image">
  1545.                 <posx>48</posx>
  1546.                 <posy>2</posy>
  1547.                 <width>416</width>
  1548.                 <height>30</height>
  1549.                 <texture>common/item-bg.png</texture>
  1550.                 <visible>!ListItem.Property(IsAvailable)</visible>
  1551.                 <colordiffuse>d8ffffff</colordiffuse>
  1552.                 <visible>!ListItem.Property(NoItems)</visible>
  1553.             </control>
  1554.         </itemlayout>
  1555.         <focusedlayout height="32" width="1168">
  1556.             <control type="image">
  1557.                 <posx>0</posx>
  1558.                 <posy>2</posy>
  1559.                 <width>1168</width>
  1560.                 <height>30</height>
  1561.                 <texture>common/item-bg-selected.png</texture>
  1562.                 <visible>!ListItem.Property(NoItems)</visible>
  1563.             </control>
  1564.             <control type="image">
  1565.                 <posx>8</posx>
  1566.                 <posy>1</posy>
  1567.                 <width>32</width>
  1568.                 <height>32</height>
  1569.                 <colordiffuse>ffffffff</colordiffuse>
  1570.                 <texture>common/tracklist-wide-playing-icon.png</texture>
  1571.                 <visible>ListItem.IsPlaying + Player.Playing + !SubString(ListItem.Property(IsStarred),true)</visible>
  1572.             </control>
  1573.             <control type="image">
  1574.                 <posx>8</posx>
  1575.                 <posy>1</posy>
  1576.                 <width>32</width>
  1577.                 <height>32</height>
  1578.                 <colordiffuse>ffffffff</colordiffuse>
  1579.                 <texture>common/tracklist-wide-paused-icon.png</texture>
  1580.                 <visible>ListItem.IsPlaying + Player.Paused + !SubString(ListItem.Property(IsStarred),true)</visible>
  1581.             </control>
  1582.             <control type="image">
  1583.                 <posx>8</posx>
  1584.                 <posy>1</posy>
  1585.                 <width>32</width>
  1586.                 <height>32</height>
  1587.                 <colordiffuse>ffffffff</colordiffuse>
  1588.                 <texture>common/track-star-small.png</texture>
  1589.                 <visible>SubString(ListItem.Property(IsStarred),true)</visible>
  1590.             </control>
  1591.             <control type="label">
  1592.                 <posx>48</posx>
  1593.                 <posy>2</posy>
  1594.                 <width>400</width>
  1595.                 <height>30</height>
  1596.                 <textcolor>ffffffff</textcolor>
  1597.                 <selectedcolor>ffffffff</selectedcolor>
  1598.                 <shadowcolor>00000000</shadowcolor>
  1599.                 <font>spotimc_font20</font>
  1600.                 <align>left</align>
  1601.                 <aligny>center</aligny>
  1602.                 <info>ListItem.Title</info>
  1603.                 <visible>!ListItem.Property(NoItems)</visible>
  1604.                 <scroll>true</scroll>
  1605.             </control>
  1606.             <control type="label">
  1607.                 <posx>464</posx>
  1608.                 <posy>2</posy>
  1609.                 <width>288</width>
  1610.                 <height>30</height>
  1611.                 <textcolor>ffffffff</textcolor>
  1612.                 <selectedcolor>ffffffff</selectedcolor>
  1613.                 <shadowcolor>00000000</shadowcolor>
  1614.                 <font>spotimc_font20</font>
  1615.                 <align>left</align>
  1616.                 <aligny>center</aligny>
  1617.                 <info>ListItem.Artist</info>
  1618.                 <visible>!ListItem.Property(NoItems)</visible>
  1619.                 <scroll>true</scroll>
  1620.             </control>
  1621.             <control type="label">
  1622.                 <posx>768</posx>
  1623.                 <posy>2</posy>
  1624.                 <width>288</width>
  1625.                 <height>30</height>
  1626.                 <textcolor>ffffffff</textcolor>
  1627.                 <selectedcolor>ffffffff</selectedcolor>
  1628.                 <shadowcolor>00000000</shadowcolor>
  1629.                 <font>spotimc_font20</font>
  1630.                 <align>left</align>
  1631.                 <aligny>center</aligny>
  1632.                 <info>ListItem.Album</info>
  1633.                 <visible>!ListItem.Property(NoItems)</visible>
  1634.                 <scroll>true</scroll>
  1635.             </control>
  1636.             <control type="label">
  1637.                 <posx>1056</posx>
  1638.                 <posy>2</posy>
  1639.                 <width>112</width>
  1640.                 <height>30</height>
  1641.                 <textcolor>ffffffff</textcolor>
  1642.                 <selectedcolor>ffffffff</selectedcolor>
  1643.                 <shadowcolor>00000000</shadowcolor>
  1644.                 <font>spotimc_font20</font>
  1645.                 <align>left</align>
  1646.                 <aligny>center</aligny>
  1647.                 <info>ListItem.Duration</info>
  1648.                 <visible>!ListItem.Property(NoItems)</visible>
  1649.                 <scroll>true</scroll>
  1650.             </control>
  1651.             <control type="image">
  1652.                 <posx>48</posx>
  1653.                 <posy>2</posy>
  1654.                 <width>416</width>
  1655.                 <height>30</height>
  1656.                 <texture>common/item-bg-selected.png</texture>
  1657.                 <visible>!ListItem.Property(IsAvailable)</visible>
  1658.                 <colordiffuse>d8ffffff</colordiffuse>
  1659.                 <visible>!ListItem.Property(NoItems)</visible>
  1660.             </control>
  1661.         </focusedlayout>
  1662.     </include>
  1663.    
  1664.    
  1665.    
  1666.     <include name="spotimc_tracklist_wide_header">
  1667.         <description>Track list header</description>
  1668.         <defaultcontrol />
  1669.        
  1670.         <control type="image">
  1671.             <posx>0</posx>
  1672.             <posy>0</posy>
  1673.             <width>1168</width>
  1674.             <height>32</height>
  1675.             <texture>common/list-header-bg.png</texture>
  1676.         </control>
  1677.         <control type="label">
  1678.             <posx>48</posx>
  1679.             <posy>0</posy>
  1680.             <width>400</width>
  1681.             <height>32</height>
  1682.             <textcolor>ff969696</textcolor>
  1683.             <shadowcolor>00000000</shadowcolor>
  1684.             <font>spotimc_font20</font>
  1685.             <align>left</align>
  1686.             <aligny>center</aligny>
  1687.             <label>Track</label>
  1688.         </control>
  1689.         <control type="label">
  1690.             <posx>464</posx>
  1691.             <posy>0</posy>
  1692.             <width>288</width>
  1693.             <height>32</height>
  1694.             <textcolor>ff969696</textcolor>
  1695.             <shadowcolor>00000000</shadowcolor>
  1696.             <font>spotimc_font20</font>
  1697.             <align>left</align>
  1698.             <aligny>center</aligny>
  1699.             <label>Artist</label>
  1700.         </control>
  1701.         <control type="label">
  1702.             <posx>768</posx>
  1703.             <posy>0</posy>
  1704.             <width>288</width>
  1705.             <height>32</height>
  1706.             <textcolor>ff969696</textcolor>
  1707.             <shadowcolor>00000000</shadowcolor>
  1708.             <font>spotimc_font20</font>
  1709.             <align>left</align>
  1710.             <aligny>center</aligny>
  1711.             <label>Album</label>
  1712.         </control>
  1713.         <control type="label">
  1714.             <posx>1056</posx>
  1715.             <posy>0</posy>
  1716.             <width>112</width>
  1717.             <height>32</height>
  1718.             <textcolor>ff969696</textcolor>
  1719.             <shadowcolor>00000000</shadowcolor>
  1720.             <font>spotimc_font20</font>
  1721.             <align>left</align>
  1722.             <aligny>center</aligny>
  1723.             <label>Duration</label>
  1724.         </control>
  1725.     </include>
  1726.    
  1727.    
  1728.    
  1729.     <include name="spotimc_playlist_list">
  1730.         <visible>true</visible>
  1731.         <viewtype label="3D list">list</viewtype>
  1732.         <orientation>vertical</orientation>
  1733.         <scrolltime easing="out" tween="sine">200</scrolltime>
  1734.        
  1735.         <itemlayout height="160" width="592">
  1736.             <control type="image">
  1737.                 <posx>0</posx>
  1738.                 <posy>0</posy>
  1739.                 <width>576</width>
  1740.                 <height>144</height>
  1741.                 <texture>common/item-bg.png</texture>
  1742.             </control>
  1743.            
  1744.            
  1745.            
  1746.             <control type="label">
  1747.                 <posx>160</posx>
  1748.                 <posy>40</posy>
  1749.                 <width>400</width>
  1750.                 <height>16</height>
  1751.                 <textcolor>ffffffff</textcolor>
  1752.                 <shadowcolor>00000000</shadowcolor>
  1753.                 <font>spotimc_font24</font>
  1754.                 <align>left</align>
  1755.                 <aligny>center</aligny>
  1756.                 <info>ListItem.Property(PlaylistName)</info>
  1757.                 <visible>!ListItem.Property(PlaylistShowOwner)</visible>
  1758.                 <scroll>false</scroll>
  1759.             </control>
  1760.            
  1761.            
  1762.             <control type="label">
  1763.                 <posx>160</posx>
  1764.                 <posy>40</posy>
  1765.                 <width>400</width>
  1766.                 <height>16</height>
  1767.                 <textcolor>ff969696</textcolor>
  1768.                 <shadowcolor>00000000</shadowcolor>
  1769.                 <font>spotimc_font24</font>
  1770.                 <align>left</align>
  1771.                 <aligny>center</aligny>
  1772.                 <label>[COLOR ffffffff]$INFO[ListItem.Property(PlaylistName)][/COLOR] by $INFO[ListItem.Property(PlaylistOwner)]</label>
  1773.                 <visible>ListItem.Property(PlaylistShowOwner)</visible>
  1774.                 <scroll>false</scroll>
  1775.             </control>
  1776.            
  1777.            
  1778.             <control type="label">
  1779.                 <posx>160</posx>
  1780.                 <posy>80</posy>
  1781.                 <width>400</width>
  1782.                 <height>16</height>
  1783.                 <textcolor>ff969696</textcolor>
  1784.                 <shadowcolor>00000000</shadowcolor>
  1785.                 <font>spotimc_font22</font>
  1786.                 <align>left</align>
  1787.                 <aligny>center</aligny>
  1788.                 <label>$INFO[ListItem.Property(PlaylistNumTracks)] tracks</label>
  1789.             </control>
  1790.            
  1791.            
  1792.             <control type="image">
  1793.                 <posx>8</posx>
  1794.                 <posy>8</posy>
  1795.                 <width>128</width>
  1796.                 <height>128</height>
  1797.                 <visible>SubString(ListItem.Property(CoverLayout),one) + ListItem.Property(CoverItem1IsRemote)</visible>
  1798.                 <aspectratio>scale</aspectratio>
  1799.                 <colordiffuse>ff969696</colordiffuse>
  1800.                 <texture background="true">$INFO[ListItem.Property(CoverItem1)]</texture>
  1801.             </control>
  1802.            
  1803.            
  1804.             <control type="image">
  1805.                 <posx>8</posx>
  1806.                 <posy>8</posy>
  1807.                 <width>128</width>
  1808.                 <height>128</height>
  1809.                 <visible>SubString(ListItem.Property(CoverLayout),one) + !ListItem.Property(CoverItem1IsRemote)</visible>
  1810.                 <aspectratio>scale</aspectratio>
  1811.                 <colordiffuse>ff969696</colordiffuse>
  1812.                 <texture>$INFO[ListItem.Property(CoverItem1)]</texture>
  1813.             </control>
  1814.            
  1815.            
  1816.             <control type="image">
  1817.                 <posx>8</posx>
  1818.                 <posy>8</posy>
  1819.                 <width>64</width>
  1820.                 <height>64</height>
  1821.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1822.                 <aspectratio>scale</aspectratio>
  1823.                 <colordiffuse>ff969696</colordiffuse>
  1824.                 <texture background="true">$INFO[ListItem.Property(CoverItem1)]</texture>
  1825.             </control>
  1826.             <control type="image">
  1827.                 <posx>72</posx>
  1828.                 <posy>8</posy>
  1829.                 <width>64</width>
  1830.                 <height>64</height>
  1831.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1832.                 <aspectratio>scale</aspectratio>
  1833.                 <colordiffuse>ff969696</colordiffuse>
  1834.                 <texture background="true">$INFO[ListItem.Property(CoverItem2)]</texture>
  1835.             </control>
  1836.             <control type="image">
  1837.                 <posx>8</posx>
  1838.                 <posy>72</posy>
  1839.                 <width>64</width>
  1840.                 <height>64</height>
  1841.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1842.                 <aspectratio>scale</aspectratio>
  1843.                 <colordiffuse>ff969696</colordiffuse>
  1844.                 <texture background="true">$INFO[ListItem.Property(CoverItem3)]</texture>
  1845.             </control>
  1846.             <control type="image">
  1847.                 <posx>72</posx>
  1848.                 <posy>72</posy>
  1849.                 <width>64</width>
  1850.                 <height>64</height>
  1851.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1852.                 <aspectratio>scale</aspectratio>
  1853.                 <colordiffuse>ff969696</colordiffuse>
  1854.                 <texture background="true">$INFO[ListItem.Property(CoverItem4)]</texture>
  1855.             </control>
  1856.            
  1857.            
  1858.             <control type="image">
  1859.                 <posx>0</posx>
  1860.                 <posy>80</posy>
  1861.                 <width>64</width>
  1862.                 <height>64</height>
  1863.                 <texture>common/playlist-collaborative.png</texture>
  1864.                 <visible>ListItem.Property(PlaylistCollaborative)</visible>
  1865.             </control>
  1866.         </itemlayout>
  1867.        
  1868.         <focusedlayout height="160" width="592">
  1869.             <control type="image">
  1870.                 <posx>0</posx>
  1871.                 <posy>0</posy>
  1872.                 <width>576</width>
  1873.                 <height>144</height>
  1874.                 <texture>common/item-bg-selected.png</texture>
  1875.             </control>
  1876.            
  1877.            
  1878.             <control type="label">
  1879.                 <posx>160</posx>
  1880.                 <posy>40</posy>
  1881.                 <width>400</width>
  1882.                 <height>16</height>
  1883.                 <textcolor>ffffffff</textcolor>
  1884.                 <shadowcolor>00000000</shadowcolor>
  1885.                 <font>spotimc_font24</font>
  1886.                 <align>left</align>
  1887.                 <aligny>center</aligny>
  1888.                 <info>ListItem.Property(PlaylistName)</info>
  1889.                 <visible>!ListItem.Property(PlaylistShowOwner)</visible>
  1890.                 <scroll>true</scroll>
  1891.             </control>
  1892.            
  1893.            
  1894.             <control type="label">
  1895.                 <posx>160</posx>
  1896.                 <posy>40</posy>
  1897.                 <width>400</width>
  1898.                 <height>16</height>
  1899.                 <textcolor>ffffffff</textcolor>
  1900.                 <shadowcolor>00000000</shadowcolor>
  1901.                 <font>spotimc_font24</font>
  1902.                 <align>left</align>
  1903.                 <aligny>center</aligny>
  1904.                 <label>$INFO[ListItem.Property(PlaylistName)] by $INFO[ListItem.Property(PlaylistOwner)]</label>
  1905.                 <visible>ListItem.Property(PlaylistShowOwner)</visible>
  1906.                 <scroll>true</scroll>
  1907.             </control>
  1908.            
  1909.            
  1910.             <control type="label">
  1911.                 <posx>160</posx>
  1912.                 <posy>80</posy>
  1913.                 <width>400</width>
  1914.                 <height>16</height>
  1915.                 <textcolor>ffffffff</textcolor>
  1916.                 <shadowcolor>00000000</shadowcolor>
  1917.                 <font>spotimc_font22</font>
  1918.                 <align>left</align>
  1919.                 <aligny>center</aligny>
  1920.                 <label>$INFO[ListItem.Property(PlaylistNumTracks)] tracks</label>
  1921.             </control>
  1922.            
  1923.            
  1924.             <control type="image">
  1925.                 <posx>8</posx>
  1926.                 <posy>8</posy>
  1927.                 <width>128</width>
  1928.                 <height>128</height>
  1929.                 <visible>SubString(ListItem.Property(CoverLayout),one) + ListItem.Property(CoverItem1IsRemote)</visible>
  1930.                 <aspectratio>scale</aspectratio>
  1931.                 <colordiffuse>ffffffff</colordiffuse>
  1932.                 <texture background="true">$INFO[ListItem.Property(CoverItem1)]</texture>
  1933.             </control>
  1934.            
  1935.            
  1936.             <control type="image">
  1937.                 <posx>8</posx>
  1938.                 <posy>8</posy>
  1939.                 <width>128</width>
  1940.                 <height>128</height>
  1941.                 <visible>SubString(ListItem.Property(CoverLayout),one) + !ListItem.Property(CoverItem1IsRemote)</visible>
  1942.                 <aspectratio>scale</aspectratio>
  1943.                 <colordiffuse>ffffffff</colordiffuse>
  1944.                 <texture>$INFO[ListItem.Property(CoverItem1)]</texture>
  1945.             </control>
  1946.            
  1947.            
  1948.             <control type="image">
  1949.                 <posx>8</posx>
  1950.                 <posy>8</posy>
  1951.                 <width>64</width>
  1952.                 <height>64</height>
  1953.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1954.                 <aspectratio>scale</aspectratio>
  1955.                 <colordiffuse>ffffffff</colordiffuse>
  1956.                 <texture background="true">$INFO[ListItem.Property(CoverItem1)]</texture>
  1957.             </control>
  1958.             <control type="image">
  1959.                 <posx>72</posx>
  1960.                 <posy>8</posy>
  1961.                 <width>64</width>
  1962.                 <height>64</height>
  1963.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1964.                 <aspectratio>scale</aspectratio>
  1965.                 <colordiffuse>ffffffff</colordiffuse>
  1966.                 <texture background="true">$INFO[ListItem.Property(CoverItem2)]</texture>
  1967.             </control>
  1968.             <control type="image">
  1969.                 <posx>8</posx>
  1970.                 <posy>72</posy>
  1971.                 <width>64</width>
  1972.                 <height>64</height>
  1973.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1974.                 <aspectratio>scale</aspectratio>
  1975.                 <colordiffuse>ffffffff</colordiffuse>
  1976.                 <texture background="true">$INFO[ListItem.Property(CoverItem3)]</texture>
  1977.             </control>
  1978.             <control type="image">
  1979.                 <posx>72</posx>
  1980.                 <posy>72</posy>
  1981.                 <width>64</width>
  1982.                 <height>64</height>
  1983.                 <visible>SubString(ListItem.Property(CoverLayout),four)</visible>
  1984.                 <aspectratio>scale</aspectratio>
  1985.                 <colordiffuse>ffffffff</colordiffuse>
  1986.                 <texture background="true">$INFO[ListItem.Property(CoverItem4)]</texture>
  1987.             </control>
  1988.            
  1989.            
  1990.             <control type="image">
  1991.                 <posx>0</posx>
  1992.                 <posy>80</posy>
  1993.                 <width>64</width>
  1994.                 <height>64</height>
  1995.                 <texture>common/playlist-collaborative.png</texture>
  1996.                 <visible>ListItem.Property(PlaylistCollaborative)</visible>
  1997.             </control>
  1998.         </focusedlayout>
  1999.     </include>
  2000.    
  2001.    
  2002.    
  2003.     <include name="spotimc_extras_list">
  2004.         <visible>true</visible>
  2005.         <viewtype label="3D list">list</viewtype>
  2006.         <orientation>vertical</orientation>
  2007.         <scrolltime easing="out" tween="sine">200</scrolltime>
  2008.        
  2009.         <itemlayout height="168" width="608">
  2010.             <control type="image">
  2011.                 <posx>0</posx>
  2012.                 <posy>0</posy>
  2013.                 <width>576</width>
  2014.                 <height>144</height>
  2015.                 <texture>common/item-bg.png</texture>
  2016.             </control>
  2017.             <control type="image">
  2018.                 <posx>32</posx>
  2019.                 <posy>32</posy>
  2020.                 <width>80</width>
  2021.                 <height>80</height>
  2022.                 <info>ListItem.Icon</info>
  2023.                 <colordiffuse>ff969696</colordiffuse>
  2024.             </control>
  2025.             <control type="label">
  2026.                 <posx>144</posx>
  2027.                 <posy>40</posy>
  2028.                 <width>416</width>
  2029.                 <height>64</height>
  2030.                 <textcolor>ff969696</textcolor>
  2031.                 <shadowcolor>00000000</shadowcolor>
  2032.                 <font>spotimc_font60</font>
  2033.                 <align>left</align>
  2034.                 <aligny>center</aligny>
  2035.                 <info>ListItem.Label</info>
  2036.             </control>
  2037.         </itemlayout>
  2038.         <focusedlayout height="168" width="608">
  2039.             <control type="image">
  2040.                 <posx>0</posx>
  2041.                 <posy>0</posy>
  2042.                 <width>576</width>
  2043.                 <height>144</height>
  2044.                 <texture>common/item-bg-selected.png</texture>
  2045.             </control>
  2046.             <control type="image">
  2047.                 <posx>32</posx>
  2048.                 <posy>32</posy>
  2049.                 <width>80</width>
  2050.                 <height>80</height>
  2051.                 <info>ListItem.Icon</info>
  2052.                 <colordiffuse>ffffffff</colordiffuse>
  2053.             </control>
  2054.             <control type="label">
  2055.                 <posx>144</posx>
  2056.                 <posy>40</posy>
  2057.                 <width>416</width>
  2058.                 <height>64</height>
  2059.                 <textcolor>ffffffff</textcolor>
  2060.                 <shadowcolor>00000000</shadowcolor>
  2061.                 <font>spotimc_font60</font>
  2062.                 <align>left</align>
  2063.                 <aligny>center</aligny>
  2064.                 <info>ListItem.Label</info>
  2065.             </control>
  2066.         </focusedlayout>
  2067.     </include>
  2068.    
  2069.    
  2070.    
  2071.     <include name="spotimc_albumcover_big">
  2072.         <visible>true</visible>
  2073.         <colordiffuse>FFFFFFFF</colordiffuse>
  2074.         <fadetime>200</fadetime>
  2075.         <bordertexture>common/item-bg.png</bordertexture>
  2076.         <bordersize>4</bordersize>
  2077.         <aspectratio aligny="top">keep</aspectratio>
  2078.     </include>
  2079.    
  2080.    
  2081.    
  2082.     <include name="spotimc_nowplaying_player_button">
  2083.         <posx>0</posx>
  2084.         <posy>0</posy>
  2085.         <width>64</width>
  2086.         <height>64</height>
  2087.         <visible>true</visible>
  2088.         <colordiffuse>FFFFFFFF</colordiffuse>
  2089.         <label />
  2090.         <font>spotimc_font20</font>
  2091.         <textcolor>FFFFFFFF</textcolor>
  2092.         <shadowcolor>00000000</shadowcolor>
  2093.         <disabledcolor>80FFFFFF</disabledcolor>
  2094.     </include>
  2095.    
  2096.     <include name="spotimc_nowplaying_button">
  2097.         <posx>0</posx>
  2098.         <posy>0</posy>
  2099.         <width>240</width>
  2100.         <height>48</height>
  2101.         <visible>true</visible>
  2102.         <colordiffuse>FFFFFFFF</colordiffuse>
  2103.         <font>spotimc_font20</font>
  2104.         <textcolor>ff969696</textcolor>
  2105.         <focusedcolor>ffffffff</focusedcolor>
  2106.         <disabledcolor>80FFFFFF</disabledcolor>
  2107.         <textoffsetx>48</textoffsetx>
  2108.         <shadowcolor>00000000</shadowcolor>
  2109.         <aligny>center</aligny>
  2110.     </include>
  2111.    
  2112.    
  2113.    
  2114.     <include name="spotimc_login_inputlabel">
  2115.         <width>416</width>
  2116.         <height>16</height>
  2117.         <font>spotimc_font20</font>
  2118.         <selectedcolor />
  2119.         <textcolor>ff6a1b00</textcolor>
  2120.         <shadowcolor>00000000</shadowcolor>
  2121.         <align>left</align>
  2122.     </include>
  2123.    
  2124.     <include name="spotimc_login_textinput">
  2125.         <width>416</width>
  2126.         <height>40</height>
  2127.         <visible>true</visible>
  2128.         <colordiffuse>ffffffff</colordiffuse>
  2129.         <texturefocus>common/login-field-focus.png</texturefocus>
  2130.         <texturenofocus>common/login-field.png</texturenofocus>
  2131.         <font>spotimc_font22</font>
  2132.         <textcolor>ffffffff</textcolor>
  2133.         <shadowcolor>00000000</shadowcolor>
  2134.         <focusedcolor>ff6a1b00</focusedcolor>
  2135.         <disabledcolor>ffffffff</disabledcolor>
  2136.         <align>left</align>
  2137.         <aligny>center</aligny>
  2138.         <textoffsetx>16</textoffsetx>
  2139.         <textoffsety>0</textoffsety>
  2140.         <pulseonselect>False</pulseonselect>
  2141.     </include>
  2142.    
  2143.     <include name="spotimc_login_toggle">
  2144.         <width>32</width>
  2145.         <height>32</height>
  2146.         <visible>true</visible>
  2147.         <colordiffuse>FFFFFFFF</colordiffuse>
  2148.         <texturefocus>common/login-toggle-off-focus.png</texturefocus>
  2149.         <texturenofocus>common/login-toggle-off.png</texturenofocus>
  2150.         <alttexturefocus>common/login-toggle-on-focus.png</alttexturefocus>
  2151.         <alttexturenofocus>common/login-toggle-on.png</alttexturenofocus>
  2152.         <font>font12</font>
  2153.         <textcolor>FFFFFFFF</textcolor>
  2154.         <disabledcolor>FFFFFFFF</disabledcolor>
  2155.         <align>left</align>
  2156.         <aligny>center</aligny>
  2157.         <textoffsetx>-1000</textoffsetx>
  2158.         <textoffsety>-1000</textoffsety>
  2159.         <pulseonselect>false</pulseonselect>
  2160.     </include>
  2161.    
  2162.     <include name="spotimc_login_button">
  2163.         <width>160</width>
  2164.         <height>40</height>
  2165.         <visible>true</visible>
  2166.         <colordiffuse>ffffffff</colordiffuse>
  2167.         <texturefocus>common/login-button-focus.png</texturefocus>
  2168.         <texturenofocus>common/login-button.png</texturenofocus>
  2169.         <font>spotimc_font22</font>
  2170.         <focusedcolor>ff6a1b00</focusedcolor>
  2171.         <disabledcolor>ffffffff</disabledcolor>
  2172.         <shadowcolor>00000000</shadowcolor>
  2173.         <align>center</align>
  2174.         <aligny>center</aligny>
  2175.         <textoffsetx>16</textoffsetx>
  2176.         <textoffsety>0</textoffsety>
  2177.         <pulseonselect>False</pulseonselect>
  2178.     </include>
  2179.    
  2180.    
  2181.    
  2182.     <include name="spotimc_dialog_border">
  2183.         <visible>true</visible>
  2184.         <colordiffuse>80ffffff</colordiffuse>
  2185.         <fadetime />
  2186.         <texture border="16">common/dialog-border.png</texture>
  2187.         <aspectratio>stretch</aspectratio>
  2188.     </include>
  2189.    
  2190.     <include name="spotimc_dialog_bg">
  2191.         <visible>true</visible>
  2192.         <colordiffuse>ffffffff</colordiffuse>
  2193.         <fadetime />
  2194.         <texture border="16,64,16,64">common/dialog-bg.png</texture>
  2195.         <aspectratio>stretch</aspectratio>
  2196.     </include>
  2197.    
  2198.     <include name="spotimc_dialog_title">
  2199.         <posx>0</posx>
  2200.         <posy>0</posy>
  2201.         <height>64</height>
  2202.         <font>spotimc_font24</font>
  2203.         <align>left</align>
  2204.         <aligny>center</aligny>
  2205.         <selectedcolor />
  2206.         <textoffsetx>24</textoffsetx>
  2207.         <textcolor>ff545454</textcolor>
  2208.         <shadowcolor>00000000</shadowcolor>
  2209.     </include>
  2210.    
  2211.     <include name="spotimc_dialog_button">
  2212.         <width>144</width>
  2213.         <height>40</height>
  2214.         <visible>true</visible>
  2215.         <colordiffuse>ffffffff</colordiffuse>
  2216.         <texturefocus>common/dialog-button-focus.png</texturefocus>
  2217.         <texturenofocus>common/dialog-button.png</texturenofocus>
  2218.         <font>spotimc_font22</font>
  2219.         <textcolor>ffffffff</textcolor>
  2220.         <focusedcolor>ffffffff</focusedcolor>
  2221.         <disabledcolor>ffffffff</disabledcolor>
  2222.         <shadowcolor>00000000</shadowcolor>
  2223.         <align>center</align>
  2224.         <aligny>center</aligny>
  2225.         <textoffsetx>16</textoffsetx>
  2226.         <textoffsety>0</textoffsety>
  2227.         <pulseonselect>False</pulseonselect>
  2228.     </include>
  2229.    
  2230.     <include name="spotimc_dialog_list">
  2231.         <visible>true</visible>
  2232.         <viewtype label="3D list">list</viewtype>
  2233.         <orientation>vertical</orientation>
  2234.         <scrolltime easing="out" tween="sine">200</scrolltime>
  2235.        
  2236.         <itemlayout height="56" width="512">
  2237.             <control type="image">
  2238.                 <posx>8</posx>
  2239.                 <posy>4</posy>
  2240.                 <width>480</width>
  2241.                 <height>48</height>
  2242.                 <texture border="8">common/dialog-button.png</texture>
  2243.             </control>
  2244.             <control type="label">
  2245.                 <posx>8</posx>
  2246.                 <posy>4</posy>
  2247.                 <width>464</width>
  2248.                 <height>48</height>
  2249.                 <textcolor>ffffffff</textcolor>
  2250.                 <shadowcolor>00000000</shadowcolor>
  2251.                 <textoffsetx>16</textoffsetx>
  2252.                 <font>spotimc_font22</font>
  2253.                 <align>left</align>
  2254.                 <aligny>center</aligny>
  2255.                 <info>ListItem.Label</info>
  2256.             </control>
  2257.         </itemlayout>
  2258.         <focusedlayout height="56" width="512">
  2259.             <control type="image">
  2260.                 <posx>8</posx>
  2261.                 <posy>4</posy>
  2262.                 <width>480</width>
  2263.                 <height>48</height>
  2264.                 <texture border="8">common/dialog-button-focus.png</texture>
  2265.             </control>
  2266.             <control type="label">
  2267.                 <posx>8</posx>
  2268.                 <posy>4</posy>
  2269.                 <width>464</width>
  2270.                 <height>48</height>
  2271.                 <textcolor>ffffffff</textcolor>
  2272.                 <shadowcolor>00000000</shadowcolor>
  2273.                 <textoffsetx>16</textoffsetx>
  2274.                 <font>spotimc_font22</font>
  2275.                 <align>left</align>
  2276.                 <aligny>center</aligny>
  2277.                 <info>ListItem.Label</info>
  2278.             </control>
  2279.         </focusedlayout>
  2280.     </include>
  2281. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement