375f7ace138381ece9cb33844e6a2850d48c6598
[vuplus_xbmc] / addons / skin.confluence / 720p / SkinSettings.xml
1 <window>
2         <defaultcontrol always="true">9000</defaultcontrol>
3         <controls>
4                 <include>CommonBackground</include>
5                 <control type="image">
6                         <posx>0</posx>
7                         <posy>100r</posy>
8                         <width>1280</width>
9                         <height>100</height>
10                         <texture>floor.png</texture>
11                         <include>VisibleFadeEffect</include>
12                 </control>
13                 <control type="image">
14                         <description>Section header image</description>
15                         <posx>20</posx>
16                         <posy>3</posy>
17                         <width>35</width>
18                         <height>35</height>
19                         <aspectratio>keep</aspectratio>
20                         <texture>icon_system.png</texture>
21                 </control>
22                 <control type="grouplist">
23                         <posx>65</posx>
24                         <posy>5</posy>
25                         <width>1000</width>
26                         <height>30</height>
27                         <orientation>horizontal</orientation>
28                         <align>left</align>
29                         <itemgap>5</itemgap>
30                         <control type="label">
31                                 <include>WindowTitleCommons</include>
32                                 <label>$LOCALIZE[20077]</label>
33                         </control>
34                         <control type="label">
35                                 <include>WindowTitleCommons</include>
36                                 <label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label>
37                                 <visible>!IsEmpty(Container.FolderName)</visible>
38                         </control>
39                 </control>
40                 <control type="group">
41                         <posx>90</posx>
42                         <posy>30</posy>
43                         <animation type="WindowOpen" reversible="false">
44                                 <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
45                                 <effect type="fade" start="0" end="100" time="300" />
46                         </animation>
47                         <animation type="WindowClose" reversible="false">
48                                 <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
49                                 <effect type="fade" start="100" end="0" time="300" />
50                         </animation>
51                         <control type="image">
52                                 <posx>5</posx>
53                                 <posy>5</posy>
54                                 <width>1090</width>
55                                 <height>630</height>
56                                 <texture border="15">ContentPanel.png</texture>
57                         </control>
58                         <control type="image">
59                                 <posx>5</posx>
60                                 <posy>625</posy>
61                                 <width>1090</width>
62                                 <height>64</height>
63                                 <texture border="15">ContentPanelMirror.png</texture>
64                         </control>
65                         <control type="button">
66                                 <description>Close Window button</description>
67                                 <posx>980</posx>
68                                 <posy>11</posy>
69                                 <width>64</width>
70                                 <height>32</height>
71                                 <label>-</label>
72                                 <font>-</font>
73                                 <onclick>PreviousMenu</onclick>
74                                 <texturefocus>DialogCloseButton-focus.png</texturefocus>
75                                 <texturenofocus>DialogCloseButton.png</texturenofocus>
76                                 <onleft>1</onleft>
77                                 <onright>1</onright>
78                                 <onup>1</onup>
79                                 <ondown>1</ondown>
80                                 <visible>system.getbool(input.enablemouse)</visible>
81                         </control>
82                         <control type="image">
83                                 <description>LOGO</description>
84                                 <posx>30</posx>
85                                 <posy>15</posy>
86                                 <width>220</width>
87                                 <height>80</height>
88                                 <aspectratio>keep</aspectratio>
89                                 <texture>Confluence_Logo.png</texture>
90                         </control>
91                         <control type="list" id="9000">
92                                 <posx>10</posx>
93                                 <posy>90</posy>
94                                 <width>260</width>
95                                 <height>481</height>
96                                 <onleft>9010</onleft>
97                                 <onright>9010</onright>
98                                 <onup>9000</onup>
99                                 <ondown>9000</ondown>
100                                 <pagecontrol>-</pagecontrol>
101                                 <scrolltime>300</scrolltime>
102                                 <itemlayout height="80" width="260">
103                                         <control type="image">
104                                                 <posx>0</posx>
105                                                 <posy>0</posy>
106                                                 <width>260</width>
107                                                 <height>81</height>
108                                                 <texture border="5">MenuItemNF.png</texture>
109                                         </control>
110                                         <control type="label">
111                                                 <posx>250</posx>
112                                                 <posy>15</posy>
113                                                 <width>380</width>
114                                                 <height>25</height>
115                                                 <font>font24_title</font>
116                                                 <textcolor>grey3</textcolor>
117                                                 <align>right</align>
118                                                 <aligny>center</aligny>
119                                                 <label>$INFO[ListItem.Label]</label>
120                                         </control>
121                                         <control type="label">
122                                                 <posx>250</posx>
123                                                 <posy>42</posy>
124                                                 <width>870</width>
125                                                 <height>25</height>
126                                                 <font>font13</font>
127                                                 <textcolor>grey2</textcolor>
128                                                 <align>right</align>
129                                                 <aligny>center</aligny>
130                                                 <label>$INFO[ListItem.Label2]</label>
131                                         </control>
132                                 </itemlayout>
133                                 <focusedlayout height="80" width="260">
134                                         <control type="image">
135                                                 <posx>0</posx>
136                                                 <posy>0</posy>
137                                                 <width>260</width>
138                                                 <height>81</height>
139                                                 <texture border="5">MenuItemFO.png</texture>
140                                                 <animation effect="fade" start="100" end="30" time="100" condition="!Control.HasFocus(9000)">Conditional</animation>
141                                         </control>
142                                         <control type="label">
143                                                 <posx>250</posx>
144                                                 <posy>15</posy>
145                                                 <width>380</width>
146                                                 <height>25</height>
147                                                 <font>font24_title</font>
148                                                 <textcolor>white</textcolor>
149                                                 <align>right</align>
150                                                 <aligny>center</aligny>
151                                                 <label>$INFO[ListItem.Label]</label>
152                                         </control>
153                                         <control type="label">
154                                                 <posx>250</posx>
155                                                 <posy>42</posy>
156                                                 <width>870</width>
157                                                 <height>25</height>
158                                                 <font>font13</font>
159                                                 <textcolor>grey2</textcolor>
160                                                 <align>right</align>
161                                                 <aligny>center</aligny>
162                                                 <label>$INFO[ListItem.Label2]</label>
163                                         </control>
164                                 </focusedlayout>
165                                 <content>
166                                         <item id="1">
167                                                 <label>128</label>
168                                                 <label2>5</label2>
169                                                 <onclick>-</onclick>
170                                         </item>
171                                         <item id="2">
172                                                 <label>513</label>
173                                                 <label2>31112</label2>
174                                                 <onclick>-</onclick>
175                                         </item>
176                                         <item id="3">
177                                                 <label>31102</label>
178                                                 <label2>31112</label2>
179                                                 <onclick>-</onclick>
180                                         </item>
181                                         <item id="4">
182                                                 <label>24000</label>
183                                                 <label2>31200</label2>
184                                                 <onclick>-</onclick>
185                                         </item>
186                                 </content>
187                         </control>
188                         <control type="image">
189                                 <posx>268</posx>
190                                 <posy>10</posy>
191                                 <width>790</width>
192                                 <height>618</height>
193                                 <texture border="5">black-back2.png</texture>
194                         </control>
195                         <control type="image">
196                                 <posx>268</posx>
197                                 <posy>10</posy>
198                                 <width>804</width>
199                                 <height>100</height>
200                                 <aspectratio>stretch</aspectratio>
201                                 <texture>GlassTitleBar.png</texture>
202                         </control>
203                         <control type="label">
204                                 <description>header label</description>
205                                 <posx>300</posx>
206                                 <posy>20</posy>
207                                 <width>740</width>
208                                 <height>30</height>
209                                 <font>font16</font>
210                                 <label>$LOCALIZE[20077] - $INFO[Container(9000).ListItem.Label]</label>
211                                 <align>left</align>
212                                 <aligny>center</aligny>
213                                 <textcolor>white</textcolor>
214                                 <shadowcolor>black</shadowcolor>
215                         </control>
216                         <control type="group" id="9010">
217                                 <control type="grouplist" id="9001">
218                                         <visible>Container(9000).Hasfocus(1)</visible>
219                                         <posx>290</posx>
220                                         <posy>60</posy>
221                                         <width>750</width>
222                                         <height>530</height>
223                                         <itemgap>-1</itemgap>
224                                         <pagecontrol>60</pagecontrol>
225                                         <onleft>9000</onleft>
226                                         <onright>60</onright>
227                                         <onup>9001</onup>
228                                         <ondown>9001</ondown>
229                                         <control type="label" id="100">
230                                                 <width>750</width>
231                                                 <height>45</height>
232                                                 <font>font13_title</font>
233                                                 <label>31106</label>
234                                                 <textcolor>blue</textcolor>
235                                                 <shadowcolor>black</shadowcolor>
236                                                 <align>left</align>
237                                                 <aligny>center</aligny>
238                                         </control>
239                                         <control type="radiobutton" id="101">
240                                                 <width>750</width>
241                                                 <height>40</height>
242                                                 <font>font13</font>
243                                                 <label>20189</label>
244                                                 <textcolor>grey2</textcolor>
245                                                 <focusedcolor>white</focusedcolor>
246                                                 <texturefocus>MenuItemFO.png</texturefocus>
247                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
248                                                 <onclick>Skin.ToggleSetting(AutoScroll)</onclick>
249                                                 <selected>Skin.HasSetting(AutoScroll)</selected>
250                                         </control>
251                                         <control type="radiobutton" id="102">
252                                                 <width>750</width>
253                                                 <height>40</height>
254                                                 <font>font13</font>
255                                                 <label>31103</label>
256                                                 <textcolor>grey2</textcolor>
257                                                 <focusedcolor>white</focusedcolor>
258                                                 <texturefocus>MenuItemFO.png</texturefocus>
259                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
260                                                 <onclick>Skin.ToggleSetting(Show_SlideShow_Paused)</onclick>
261                                                 <selected>!Skin.HasSetting(Show_SlideShow_Paused)</selected>
262                                         </control>
263                                         <control type="radiobutton" id="112">
264                                                 <width>750</width>
265                                                 <height>40</height>
266                                                 <font>font13</font>
267                                                 <label>31104</label>
268                                                 <textcolor>grey2</textcolor>
269                                                 <focusedcolor>white</focusedcolor>
270                                                 <texturefocus>MenuItemFO.png</texturefocus>
271                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
272                                                 <onclick>Skin.ToggleSetting(WindowedTrailer)</onclick>
273                                                 <selected>Skin.HasSetting(WindowedTrailer)</selected>
274                                         </control>
275                                         <control type="radiobutton" id="113">
276                                                 <width>750</width>
277                                                 <height>40</height>
278                                                 <font>font13</font>
279                                                 <label>31107</label>
280                                                 <textcolor>grey2</textcolor>
281                                                 <focusedcolor>white</focusedcolor>
282                                                 <texturefocus>MenuItemFO.png</texturefocus>
283                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
284                                                 <onclick>Skin.ToggleSetting(HideFilenameFlagging)</onclick>
285                                                 <selected>Skin.HasSetting(HideFilenameFlagging)</selected>
286                                         </control>
287                                         <control type="label" id="104">
288                                                 <width>750</width>
289                                                 <height>45</height>
290                                                 <font>font13_title</font>
291                                                 <label>20343</label>
292                                                 <textcolor>blue</textcolor>
293                                                 <shadowcolor>black</shadowcolor>
294                                                 <align>left</align>
295                                                 <aligny>center</aligny>
296                                         </control>
297                                         <control type="radiobutton" id="115">
298                                                 <width>750</width>
299                                                 <height>40</height>
300                                                 <font>font13</font>
301                                                 <label>31126</label>
302                                                 <textcolor>grey2</textcolor>
303                                                 <focusedcolor>white</focusedcolor>
304                                                 <texturefocus>MenuItemFO.png</texturefocus>
305                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
306                                                 <onclick>Skin.ToggleSetting(ActivateTvTunes)</onclick>
307                                                 <selected>Skin.HasSetting(ActivateTvTunes)</selected>
308                                                 <visible>System.HasAddon(script.tvtunes)</visible>
309                                         </control>
310                                         <control type="label" id="106">
311                                                 <width>750</width>
312                                                 <height>45</height>
313                                                 <font>font13_title</font>
314                                                 <label>512</label>
315                                                 <textcolor>blue</textcolor>
316                                                 <shadowcolor>black</shadowcolor>
317                                                 <align>left</align>
318                                                 <aligny>center</aligny>
319                                         </control>
320                                         <control type="radiobutton" id="107">
321                                                 <width>750</width>
322                                                 <height>40</height>
323                                                 <font>font13</font>
324                                                 <label>21398</label>
325                                                 <textcolor>grey2</textcolor>
326                                                 <focusedcolor>white</focusedcolor>
327                                                 <texturefocus>MenuItemFO.png</texturefocus>
328                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
329                                                 <onclick>Skin.ToggleSetting(Use_Startup_Playlist)</onclick>
330                                                 <selected>Skin.HasSetting(Use_Startup_Playlist)</selected>
331                                         </control>
332                                         <control type="button" id="108">
333                                                 <description>Startup Playlist Path</description>
334                                                 <width>750</width>
335                                                 <height>40</height>
336                                                 <font>font13</font>
337                                                 <textcolor>grey2</textcolor>
338                                                 <focusedcolor>white</focusedcolor>
339                                                 <label>15311</label>
340                                                 <label2>$INFO[Skin.String(Startup_Playlist_Path)]</label2>
341                                                 <onclick>Skin.SetFile(Startup_Playlist_Path,,special://MusicPlaylists/)</onclick>
342                                                 <texturefocus>MenuItemFO.png</texturefocus>
343                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
344                                                 <enable>Skin.HasSetting(Use_Startup_Playlist)</enable>
345                                         </control>
346                                 </control>
347                                 <control type="scrollbar" id="60">
348                                         <posx>1060</posx>
349                                         <posy>60</posy>
350                                         <width>25</width>
351                                         <height>530</height>
352                                         <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
353                                         <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
354                                         <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
355                                         <textureslidernib>ScrollBarNib.png</textureslidernib>
356                                         <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
357                                         <onleft>9001</onleft>
358                                         <onright>9000</onright>
359                                         <showonepage>false</showonepage>
360                                         <orientation>vertical</orientation>
361                                         <visible>Container(9000).Hasfocus(1)</visible>
362                                 </control>
363                                 <control type="grouplist" id="9002">
364                                         <visible>Container(9000).Hasfocus(2)</visible>
365                                         <posx>290</posx>
366                                         <posy>60</posy>
367                                         <width>750</width>
368                                         <height>530</height>
369                                         <itemgap>-1</itemgap>
370                                         <pagecontrol>60</pagecontrol>
371                                         <onleft>9000</onleft>
372                                         <onright>60</onright>
373                                         <onup>9002</onup>
374                                         <ondown>9002</ondown>
375                                         <control type="label" id="200">
376                                                 <width>750</width>
377                                                 <height>45</height>
378                                                 <font>font13_title</font>
379                                                 <label>31101</label>
380                                                 <textcolor>blue</textcolor>
381                                                 <shadowcolor>black</shadowcolor>
382                                                 <align>left</align>
383                                                 <aligny>center</aligny>
384                                         </control>
385                                         <control type="radiobutton" id="202">
386                                                 <description>enable video info</description>
387                                                 <width>750</width>
388                                                 <height>40</height>
389                                                 <font>font13</font>
390                                                 <textcolor>grey2</textcolor>
391                                                 <focusedcolor>white</focusedcolor>
392                                                 <label>20176</label>
393                                                 <onclick>Skin.ToggleSetting(homepageVideoinfo)</onclick>
394                                                 <selected>!Skin.HasSetting(homepageVideoinfo)</selected>
395                                                 <texturefocus>MenuItemFO.png</texturefocus>
396                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
397                                         </control>
398                                         <control type="radiobutton" id="203">
399                                                 <description>enable music info</description>
400                                                 <width>750</width>
401                                                 <height>40</height>
402                                                 <font>font13</font>
403                                                 <textcolor>grey2</textcolor>
404                                                 <focusedcolor>white</focusedcolor>
405                                                 <label>20083</label>
406                                                 <onclick>Skin.ToggleSetting(homepageMusicinfo)</onclick>
407                                                 <selected>!Skin.HasSetting(homepageMusicinfo)</selected>
408                                                 <texturefocus>MenuItemFO.png</texturefocus>
409                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
410                                         </control>
411                                         <control type="radiobutton" id="204">
412                                                 <description>enable weather info</description>
413                                                 <width>750</width>
414                                                 <height>40</height>
415                                                 <font>font13</font>
416                                                 <textcolor>grey2</textcolor>
417                                                 <focusedcolor>white</focusedcolor>
418                                                 <label>20084</label>
419                                                 <onclick>Skin.ToggleSetting(homepageWeatherinfo)</onclick>
420                                                 <selected>Skin.HasSetting(homepageWeatherinfo)</selected>
421                                                 <texturefocus>MenuItemFO.png</texturefocus>
422                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
423                                                 <visible>!IsEmpty(Weather.Plugin)</visible>
424                                         </control>
425                                         <control type="radiobutton" id="205">
426                                                 <description>Show Recently added Video info</description>
427                                                 <width>750</width>
428                                                 <height>40</height>
429                                                 <font>font13</font>
430                                                 <textcolor>grey2</textcolor>
431                                                 <focusedcolor>white</focusedcolor>
432                                                 <label>31117</label>
433                                                 <onclick>Skin.ToggleSetting(HomepageHideRecentlyAddedVideo)</onclick>
434                                                 <selected>!Skin.HasSetting(HomepageHideRecentlyAddedVideo)</selected>
435                                                 <texturefocus>MenuItemFO.png</texturefocus>
436                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
437                                         </control>
438                                         <control type="radiobutton" id="206">
439                                                 <description>Show Recently added info</description>
440                                                 <width>750</width>
441                                                 <height>40</height>
442                                                 <font>font13</font>
443                                                 <textcolor>grey2</textcolor>
444                                                 <focusedcolor>white</focusedcolor>
445                                                 <label>31116</label>
446                                                 <onclick>Skin.ToggleSetting(HomepageHideRecentlyAddedAlbums)</onclick>
447                                                 <selected>!Skin.HasSetting(HomepageHideRecentlyAddedAlbums)</selected>
448                                                 <texturefocus>MenuItemFO.png</texturefocus>
449                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
450                                         </control>
451                                         <control type="label" id="220">
452                                                 <width>750</width>
453                                                 <height>45</height>
454                                                 <font>font13_title</font>
455                                                 <label>31108</label>
456                                                 <textcolor>blue</textcolor>
457                                                 <shadowcolor>black</shadowcolor>
458                                                 <align>left</align>
459                                                 <aligny>center</aligny>
460                                         </control>
461                                         <control type="radiobutton" id="221">
462                                                 <description>Hide Videos Button</description>
463                                                 <width>750</width>
464                                                 <height>40</height>
465                                                 <font>font13</font>
466                                                 <textcolor>grey2</textcolor>
467                                                 <focusedcolor>white</focusedcolor>
468                                                 <label>$LOCALIZE[31111] - $LOCALIZE[3]</label>
469                                                 <onclick>Skin.ToggleSetting(HomeMenuNoVideosButton)</onclick>
470                                                 <selected>Skin.HasSetting(HomeMenuNoVideosButton)</selected>
471                                                 <texturefocus>MenuItemFO.png</texturefocus>
472                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
473                                         </control>
474                                         <control type="radiobutton" id="222">
475                                                 <description>Hide Movies Button</description>
476                                                 <width>750</width>
477                                                 <height>40</height>
478                                                 <font>font13</font>
479                                                 <textcolor>grey2</textcolor>
480                                                 <focusedcolor>white</focusedcolor>
481                                                 <label>$LOCALIZE[31111] - $LOCALIZE[20342] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
482                                                 <onclick>Skin.ToggleSetting(HomeMenuNoMoviesButton)</onclick>
483                                                 <selected>Skin.HasSetting(HomeMenuNoMoviesButton)</selected>
484                                                 <texturefocus>MenuItemFO.png</texturefocus>
485                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
486                                                 <enable>Library.HasContent(Movies)</enable>
487                                         </control>
488                                         <control type="radiobutton" id="223">
489                                                 <description>Hide TV Shows Button</description>
490                                                 <width>750</width>
491                                                 <height>40</height>
492                                                 <font>font13</font>
493                                                 <textcolor>grey2</textcolor>
494                                                 <focusedcolor>white</focusedcolor>
495                                                 <label>$LOCALIZE[31111] - $LOCALIZE[20343] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
496                                                 <onclick>Skin.ToggleSetting(HomeMenuNoTVShowsButton)</onclick>
497                                                 <selected>Skin.HasSetting(HomeMenuNoTVShowsButton)</selected>
498                                                 <texturefocus>MenuItemFO.png</texturefocus>
499                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
500                                                 <enable>Library.HasContent(TVShows)</enable>
501                                         </control>
502                                         <control type="radiobutton" id="224">
503                                                 <description>Hide Music Button</description>
504                                                 <width>750</width>
505                                                 <height>40</height>
506                                                 <font>font13</font>
507                                                 <textcolor>grey2</textcolor>
508                                                 <focusedcolor>white</focusedcolor>
509                                                 <label>$LOCALIZE[31111] - $LOCALIZE[2]</label>
510                                                 <onclick>Skin.ToggleSetting(HomeMenuNoMusicButton)</onclick>
511                                                 <selected>Skin.HasSetting(HomeMenuNoMusicButton)</selected>
512                                                 <texturefocus>MenuItemFO.png</texturefocus>
513                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
514                                         </control>
515                                         <control type="radiobutton" id="225">
516                                                 <description>Hide Pictures Button</description>
517                                                 <width>750</width>
518                                                 <height>40</height>
519                                                 <font>font13</font>
520                                                 <textcolor>grey2</textcolor>
521                                                 <focusedcolor>white</focusedcolor>
522                                                 <label>$LOCALIZE[31111] - $LOCALIZE[1]</label>
523                                                 <onclick>Skin.ToggleSetting(HomeMenuNoPicturesButton)</onclick>
524                                                 <selected>Skin.HasSetting(HomeMenuNoPicturesButton)</selected>
525                                                 <texturefocus>MenuItemFO.png</texturefocus>
526                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
527                                         </control>
528                                         <control type="radiobutton" id="226">
529                                                 <description>Hide Programs Button</description>
530                                                 <width>750</width>
531                                                 <height>40</height>
532                                                 <font>font13</font>
533                                                 <textcolor>grey2</textcolor>
534                                                 <focusedcolor>white</focusedcolor>
535                                                 <label>$LOCALIZE[31111] - $LOCALIZE[0]</label>
536                                                 <onclick>Skin.ToggleSetting(HomeMenuNoProgramsButton)</onclick>
537                                                 <selected>Skin.HasSetting(HomeMenuNoProgramsButton)</selected>
538                                                 <texturefocus>MenuItemFO.png</texturefocus>
539                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
540                                         </control>
541                                         <control type="radiobutton" id="228">
542                                                 <description>Hide Weather Button</description>
543                                                 <width>750</width>
544                                                 <height>40</height>
545                                                 <font>font13</font>
546                                                 <textcolor>grey2</textcolor>
547                                                 <focusedcolor>white</focusedcolor>
548                                                 <label>$LOCALIZE[31111] - $LOCALIZE[8]</label>
549                                                 <onclick>Skin.ToggleSetting(HomeMenuNoWeatherButton)</onclick>
550                                                 <selected>Skin.HasSetting(HomeMenuNoWeatherButton)</selected>
551                                                 <texturefocus>MenuItemFO.png</texturefocus>
552                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
553                                         </control>
554                                 </control>
555                                 <control type="scrollbar" id="60">
556                                         <posx>1060</posx>
557                                         <posy>60</posy>
558                                         <width>25</width>
559                                         <height>530</height>
560                                         <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
561                                         <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
562                                         <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
563                                         <textureslidernib>ScrollBarNib.png</textureslidernib>
564                                         <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
565                                         <onleft>9002</onleft>
566                                         <onright>9000</onright>
567                                         <showonepage>false</showonepage>
568                                         <orientation>vertical</orientation>
569                                         <visible>Container(9000).Hasfocus(2)</visible>
570                                 </control>
571                                 <control type="grouplist" id="9003">
572                                         <visible>Container(9000).Hasfocus(3)</visible>
573                                         <posx>290</posx>
574                                         <posy>60</posy>
575                                         <width>750</width>
576                                         <height>530</height>
577                                         <itemgap>-1</itemgap>
578                                         <pagecontrol>60</pagecontrol>
579                                         <onleft>9000</onleft>
580                                         <onright>60</onright>
581                                         <onup>9003</onup>
582                                         <ondown>9003</ondown>
583                                         <control type="label" id="300">
584                                                 <width>750</width>
585                                                 <height>45</height>
586                                                 <font>font13_title</font>
587                                                 <label>31106</label>
588                                                 <textcolor>blue</textcolor>
589                                                 <shadowcolor>black</shadowcolor>
590                                                 <align>left</align>
591                                                 <aligny>center</aligny>
592                                         </control>
593                                         <control type="radiobutton" id="301">
594                                                 <width>750</width>
595                                                 <height>40</height>
596                                                 <font>font13</font>
597                                                 <label>31119</label>
598                                                 <textcolor>grey2</textcolor>
599                                                 <focusedcolor>white</focusedcolor>
600                                                 <texturefocus>MenuItemFO.png</texturefocus>
601                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
602                                                 <onclick>Skin.ToggleSetting(HideBackGroundFanart)</onclick>
603                                                 <selected>Skin.HasSetting(HideBackGroundFanart)</selected>
604                                         </control>
605                                         <control type="radiobutton" id="302">
606                                                 <width>750</width>
607                                                 <height>40</height>
608                                                 <font>font13</font>
609                                                 <label>31129</label>
610                                                 <textcolor>grey2</textcolor>
611                                                 <focusedcolor>white</focusedcolor>
612                                                 <texturefocus>MenuItemFO.png</texturefocus>
613                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
614                                                 <onclick>Skin.ToggleSetting(HideVisualizationFanart)</onclick>
615                                                 <selected>Skin.HasSetting(HideVisualizationFanart)</selected>
616                                         </control>
617                                         <control type="radiobutton" id="303">
618                                                 <width>750</width>
619                                                 <height>40</height>
620                                                 <font>font13</font>
621                                                 <label>31124</label>
622                                                 <textcolor>grey2</textcolor>
623                                                 <focusedcolor>white</focusedcolor>
624                                                 <texturefocus>MenuItemFO.png</texturefocus>
625                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
626                                                 <onclick>Skin.ToggleSetting(ShowBackgroundVideo)</onclick>
627                                                 <selected>!Skin.HasSetting(ShowBackgroundVideo)</selected>
628                                         </control>
629                                         <control type="radiobutton" id="304">
630                                                 <width>750</width>
631                                                 <height>40</height>
632                                                 <font>font13</font>
633                                                 <label>31125</label>
634                                                 <textcolor>grey2</textcolor>
635                                                 <focusedcolor>white</focusedcolor>
636                                                 <texturefocus>MenuItemFO.png</texturefocus>
637                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
638                                                 <onclick>Skin.ToggleSetting(ShowBackgroundVis)</onclick>
639                                                 <selected>!Skin.HasSetting(ShowBackgroundVis)</selected>
640                                         </control>
641                                         <control type="label" id="310">
642                                                 <width>750</width>
643                                                 <height>45</height>
644                                                 <font>font13_title</font>
645                                                 <label>31102</label>
646                                                 <textcolor>blue</textcolor>
647                                                 <shadowcolor>black</shadowcolor>
648                                                 <align>left</align>
649                                                 <aligny>center</aligny>
650                                         </control>
651                                         <control type="radiobutton" id="311">
652                                                 <width>750</width>
653                                                 <height>40</height>
654                                                 <font>font13</font>
655                                                 <label>31109</label>
656                                                 <textcolor>grey2</textcolor>
657                                                 <focusedcolor>white</focusedcolor>
658                                                 <texturefocus>MenuItemFO.png</texturefocus>
659                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
660                                                 <onclick>Skin.ToggleSetting(UseCustomBackground)</onclick>
661                                                 <selected>Skin.HasSetting(UseCustomBackground)</selected>
662                                         </control>
663                                         <control type="button" id="312">
664                                                 <width>750</width>
665                                                 <height>40</height>
666                                                 <font>font13</font>
667                                                 <label>- $LOCALIZE[31110]</label>
668                                                 <label2>[COLOR=selected]$INFO[Skin.String(CustomBackgroundPath)][/COLOR]</label2>
669                                                 <textcolor>grey2</textcolor>
670                                                 <focusedcolor>white</focusedcolor>
671                                                 <texturefocus>MenuItemFO.png</texturefocus>
672                                                 <texturenofocus>MenuItemNF.png</texturenofocus>
673                                                 <onclick>Skin.SetImage(CustomBackgroundPath)</onclick>
674                                                 <enable>Skin.HasSetting(UseCustomBackground)</enable>
675                                         </control>
676                                 </control>
677                                 <control type="group">
678                                         <control type="grouplist" id="9004">
679                                                 <visible>Container(9000).Hasfocus(4)</visible>
680                                                 <posx>290</posx>
681                                                 <posy>60</posy>
682                                                 <width>750</width>
683                                                 <height>530</height>
684                                                 <itemgap>-1</itemgap>
685                                                 <pagecontrol>61</pagecontrol>
686                                                 <onleft>9000</onleft>
687                                                 <onright>61</onright>
688                                                 <onup>9004</onup>
689                                                 <ondown>9004</ondown>
690                                                 <control type="label" id="453">
691                                                         <width>750</width>
692                                                         <height>45</height>
693                                                         <font>font13_title</font>
694                                                         <label>31140</label>
695                                                         <textcolor>blue</textcolor>
696                                                         <shadowcolor>black</shadowcolor>
697                                                         <align>left</align>
698                                                         <aligny>center</aligny>
699                                                 </control>
700                                                 <control type="button" id="455">
701                                                         <width>750</width>
702                                                         <height>40</height>
703                                                         <font>font13</font>
704                                                         <label>$LOCALIZE[31132]</label>
705                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(LyricScript_Path))][/COLOR]</label2>
706                                                         <textcolor>grey2</textcolor>
707                                                         <focusedcolor>white</focusedcolor>
708                                                         <texturefocus>MenuItemFO.png</texturefocus>
709                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
710                                                         <onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
711                                                 </control>
712                                                 <control type="button" id="456">
713                                                         <width>750</width>
714                                                         <height>40</height>
715                                                         <font>font13</font>
716                                                         <label>- $LOCALIZE[24020]</label>
717                                                         <textcolor>grey2</textcolor>
718                                                         <focusedcolor>white</focusedcolor>
719                                                         <texturefocus>MenuItemFO.png</texturefocus>
720                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
721                                                         <enable>!IsEmpty(Skin.String(LyricScript_Path))</enable>
722                                                         <onclick>Addon.OpenSettings($INFO[Skin.String(LyricScript_Path)])</onclick>
723                                                 </control> 
724                                                 <control type="label" id="457">
725                                                         <width>750</width>
726                                                         <height>45</height>
727                                                         <font>font13_title</font>
728                                                         <label>31141</label>
729                                                         <textcolor>blue</textcolor>
730                                                         <shadowcolor>black</shadowcolor>
731                                                         <align>left</align>
732                                                         <aligny>center</aligny>
733                                                 </control>
734                                                 <control type="button" id="458">
735                                                         <width>750</width>
736                                                         <height>40</height>
737                                                         <font>font13</font>
738                                                         <label>$LOCALIZE[31133]</label>
739                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(SubtitleScript_Path))][/COLOR]</label2>
740                                                         <textcolor>grey2</textcolor>
741                                                         <focusedcolor>white</focusedcolor>
742                                                         <texturefocus>MenuItemFO.png</texturefocus>
743                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
744                                                         <onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick>
745                                                 </control>
746                                                 <control type="button" id="459">
747                                                         <width>750</width>
748                                                         <height>40</height>
749                                                         <font>font13</font>
750                                                         <label>- $LOCALIZE[24020]</label>
751                                                         <textcolor>grey2</textcolor>
752                                                         <focusedcolor>white</focusedcolor>
753                                                         <texturefocus>MenuItemFO.png</texturefocus>
754                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
755                                                         <enable>!IsEmpty(Skin.String(SubtitleScript_Path))</enable>
756                                                         <onclick>Addon.OpenSettings($INFO[Skin.String(SubtitleScript_Path)])</onclick>
757                                                 </control> 
758
759                                                 <control type="label" id="410">
760                                                         <width>750</width>
761                                                         <height>45</height>
762                                                         <font>font13_title</font>
763                                                         <label>31134</label>
764                                                         <textcolor>blue</textcolor>
765                                                         <shadowcolor>black</shadowcolor>
766                                                         <align>left</align>
767                                                         <aligny>center</aligny>
768                                                 </control>
769                                                 <control type="button" id="411">
770                                                         <width>750</width>
771                                                         <height>40</height>
772                                                         <font>font13</font>
773                                                         <label>$LOCALIZE[24000] [B]1[/B]</label>
774                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton1))][/COLOR]</label2>
775                                                         <textcolor>grey2</textcolor>
776                                                         <focusedcolor>white</focusedcolor>
777                                                         <texturefocus>MenuItemFO.png</texturefocus>
778                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
779                                                         <onclick>Skin.SetAddon(HomeVideosButton1,xbmc.addon.video,xbmc.addon.executable)</onclick>
780                                                 </control>
781                                                 <control type="button" id="412">
782                                                         <width>750</width>
783                                                         <height>40</height>
784                                                         <font>font13</font>
785                                                         <label>$LOCALIZE[24000] [B]2[/B]</label>
786                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton2))][/COLOR]</label2>
787                                                         <textcolor>grey2</textcolor>
788                                                         <focusedcolor>white</focusedcolor>
789                                                         <texturefocus>MenuItemFO.png</texturefocus>
790                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
791                                                         <onclick>Skin.SetAddon(HomeVideosButton2,xbmc.addon.video,xbmc.addon.executable)</onclick>
792                                                 </control>
793                                                 <control type="button" id="413">
794                                                         <width>750</width>
795                                                         <height>40</height>
796                                                         <font>font13</font>
797                                                         <label>$LOCALIZE[24000] [B]3[/B]</label>
798                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton3))][/COLOR]</label2>
799                                                         <textcolor>grey2</textcolor>
800                                                         <focusedcolor>white</focusedcolor>
801                                                         <texturefocus>MenuItemFO.png</texturefocus>
802                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
803                                                         <onclick>Skin.SetAddon(HomeVideosButton3,xbmc.addon.video,xbmc.addon.executable)</onclick>
804                                                 </control>
805                                                 <control type="button" id="414">
806                                                         <width>750</width>
807                                                         <height>40</height>
808                                                         <font>font13</font>
809                                                         <label>$LOCALIZE[24000] [B]4[/B]</label>
810                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton4))][/COLOR]</label2>
811                                                         <textcolor>grey2</textcolor>
812                                                         <focusedcolor>white</focusedcolor>
813                                                         <texturefocus>MenuItemFO.png</texturefocus>
814                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
815                                                         <onclick>Skin.SetAddon(HomeVideosButton4,xbmc.addon.video,xbmc.addon.executable)</onclick>
816                                                 </control>
817                                                 <control type="button" id="415">
818                                                         <width>750</width>
819                                                         <height>40</height>
820                                                         <font>font13</font>
821                                                         <label>$LOCALIZE[24000] [B]5[/B]</label>
822                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton5))][/COLOR]</label2>
823                                                         <textcolor>grey2</textcolor>
824                                                         <focusedcolor>white</focusedcolor>
825                                                         <texturefocus>MenuItemFO.png</texturefocus>
826                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
827                                                         <onclick>Skin.SetAddon(HomeVideosButton5,xbmc.addon.video,xbmc.addon.executable)</onclick>
828                                                 </control>
829
830                                                 <control type="label" id="420">
831                                                         <width>750</width>
832                                                         <height>45</height>
833                                                         <font>font13_title</font>
834                                                         <label>31135</label>
835                                                         <textcolor>blue</textcolor>
836                                                         <shadowcolor>black</shadowcolor>
837                                                         <align>left</align>
838                                                         <aligny>center</aligny>
839                                                 </control>
840                                                 <control type="button" id="421">
841                                                         <width>750</width>
842                                                         <height>40</height>
843                                                         <font>font13</font>
844                                                         <label>$LOCALIZE[24000] [B]1[/B]</label>
845                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton1))][/COLOR]</label2>
846                                                         <textcolor>grey2</textcolor>
847                                                         <focusedcolor>white</focusedcolor>
848                                                         <texturefocus>MenuItemFO.png</texturefocus>
849                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
850                                                         <onclick>Skin.SetAddon(HomeMusicButton1,xbmc.addon.audio,xbmc.addon.executable)</onclick>
851                                                 </control>
852                                                 <control type="button" id="422">
853                                                         <width>750</width>
854                                                         <height>40</height>
855                                                         <font>font13</font>
856                                                         <label>$LOCALIZE[24000] [B]2[/B]</label>
857                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton2))][/COLOR]</label2>
858                                                         <textcolor>grey2</textcolor>
859                                                         <focusedcolor>white</focusedcolor>
860                                                         <texturefocus>MenuItemFO.png</texturefocus>
861                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
862                                                         <onclick>Skin.SetAddon(HomeMusicButton2,xbmc.addon.audio,xbmc.addon.executable)</onclick>
863                                                 </control>
864                                                 <control type="button" id="423">
865                                                         <width>750</width>
866                                                         <height>40</height>
867                                                         <font>font13</font>
868                                                         <label>$LOCALIZE[24000] [B]3[/B]</label>
869                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton3))][/COLOR]</label2>
870                                                         <textcolor>grey2</textcolor>
871                                                         <focusedcolor>white</focusedcolor>
872                                                         <texturefocus>MenuItemFO.png</texturefocus>
873                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
874                                                         <onclick>Skin.SetAddon(HomeMusicButton3,xbmc.addon.audio,xbmc.addon.executable)</onclick>
875                                                 </control>
876                                                 <control type="button" id="424">
877                                                         <width>750</width>
878                                                         <height>40</height>
879                                                         <font>font13</font>
880                                                         <label>$LOCALIZE[24000] [B]4[/B]</label>
881                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton4))][/COLOR]</label2>
882                                                         <textcolor>grey2</textcolor>
883                                                         <focusedcolor>white</focusedcolor>
884                                                         <texturefocus>MenuItemFO.png</texturefocus>
885                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
886                                                         <onclick>Skin.SetAddon(HomeMusicButton4,xbmc.addon.audio,xbmc.addon.executable)</onclick>
887                                                 </control>
888                                                 <control type="button" id="425">
889                                                         <width>750</width>
890                                                         <height>40</height>
891                                                         <font>font13</font>
892                                                         <label>$LOCALIZE[24000] [B]5[/B]</label>
893                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton5))][/COLOR]</label2>
894                                                         <textcolor>grey2</textcolor>
895                                                         <focusedcolor>white</focusedcolor>
896                                                         <texturefocus>MenuItemFO.png</texturefocus>
897                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
898                                                         <onclick>Skin.SetAddon(HomeMusicButton5,xbmc.addon.audio,xbmc.addon.executable)</onclick>
899                                                 </control>
900
901                                                 <control type="label" id="430">
902                                                         <width>750</width>
903                                                         <height>45</height>
904                                                         <font>font13_title</font>
905                                                         <label>31136</label>
906                                                         <textcolor>blue</textcolor>
907                                                         <shadowcolor>black</shadowcolor>
908                                                         <align>left</align>
909                                                         <aligny>center</aligny>
910                                                 </control>
911                                                 <control type="button" id="431">
912                                                         <width>750</width>
913                                                         <height>40</height>
914                                                         <font>font13</font>
915                                                         <label>$LOCALIZE[24000] [B]1[/B]</label>
916                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton1))][/COLOR]</label2>
917                                                         <textcolor>grey2</textcolor>
918                                                         <focusedcolor>white</focusedcolor>
919                                                         <texturefocus>MenuItemFO.png</texturefocus>
920                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
921                                                         <onclick>Skin.SetAddon(HomePictureButton1,xbmc.addon.image,xbmc.addon.executable)</onclick>
922                                                 </control>
923                                                 <control type="button" id="432">
924                                                         <width>750</width>
925                                                         <height>40</height>
926                                                         <font>font13</font>
927                                                         <label>$LOCALIZE[24000] [B]2[/B]</label>
928                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton2))][/COLOR]</label2>
929                                                         <textcolor>grey2</textcolor>
930                                                         <focusedcolor>white</focusedcolor>
931                                                         <texturefocus>MenuItemFO.png</texturefocus>
932                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
933                                                         <onclick>Skin.SetAddon(HomePictureButton2,xbmc.addon.image,xbmc.addon.executable)</onclick>
934                                                 </control>
935                                                 <control type="button" id="433">
936                                                         <width>750</width>
937                                                         <height>40</height>
938                                                         <font>font13</font>
939                                                         <label>$LOCALIZE[24000] [B]3[/B]</label>
940                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton3))][/COLOR]</label2>
941                                                         <textcolor>grey2</textcolor>
942                                                         <focusedcolor>white</focusedcolor>
943                                                         <texturefocus>MenuItemFO.png</texturefocus>
944                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
945                                                         <onclick>Skin.SetAddon(HomePictureButton3,xbmc.addon.image,xbmc.addon.executable)</onclick>
946                                                 </control>
947                                                 <control type="button" id="434">
948                                                         <width>750</width>
949                                                         <height>40</height>
950                                                         <font>font13</font>
951                                                         <label>$LOCALIZE[24000] [B]4[/B]</label>
952                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton4))][/COLOR]</label2>
953                                                         <textcolor>grey2</textcolor>
954                                                         <focusedcolor>white</focusedcolor>
955                                                         <texturefocus>MenuItemFO.png</texturefocus>
956                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
957                                                         <onclick>Skin.SetAddon(HomePictureButton4,xbmc.addon.image,xbmc.addon.executable)</onclick>
958                                                 </control>
959                                                 <control type="button" id="435">
960                                                         <width>750</width>
961                                                         <height>40</height>
962                                                         <font>font13</font>
963                                                         <label>$LOCALIZE[24000] [B]5[/B]</label>
964                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton5))][/COLOR]</label2>
965                                                         <textcolor>grey2</textcolor>
966                                                         <focusedcolor>white</focusedcolor>
967                                                         <texturefocus>MenuItemFO.png</texturefocus>
968                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
969                                                         <onclick>Skin.SetAddon(HomePictureButton5,xbmc.addon.image,xbmc.addon.executable)</onclick>
970                                                 </control>
971
972                                                 <control type="label" id="440">
973                                                         <width>750</width>
974                                                         <height>45</height>
975                                                         <font>font13_title</font>
976                                                         <label>31118</label>
977                                                         <textcolor>blue</textcolor>
978                                                         <shadowcolor>black</shadowcolor>
979                                                         <align>left</align>
980                                                         <aligny>center</aligny>
981                                                 </control>
982                                                 <control type="button" id="441">
983                                                         <width>750</width>
984                                                         <height>40</height>
985                                                         <font>font13</font>
986                                                         <label>$LOCALIZE[24000] [B]1[/B]</label>
987                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton1))][/COLOR]</label2>
988                                                         <textcolor>grey2</textcolor>
989                                                         <focusedcolor>white</focusedcolor>
990                                                         <texturefocus>MenuItemFO.png</texturefocus>
991                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
992                                                         <onclick>Skin.SetAddon(HomeProgramButton1,xbmc.addon.executable)</onclick>
993                                                 </control>
994                                                 <control type="button" id="442">
995                                                         <width>750</width>
996                                                         <height>40</height>
997                                                         <font>font13</font>
998                                                         <label>$LOCALIZE[24000] [B]2[/B]</label>
999                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton2))][/COLOR]</label2>
1000                                                         <textcolor>grey2</textcolor>
1001                                                         <focusedcolor>white</focusedcolor>
1002                                                         <texturefocus>MenuItemFO.png</texturefocus>
1003                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
1004                                                         <onclick>Skin.SetAddon(HomeProgramButton2,xbmc.addon.executable)</onclick>
1005                                                 </control>
1006                                                 <control type="button" id="443">
1007                                                         <width>750</width>
1008                                                         <height>40</height>
1009                                                         <font>font13</font>
1010                                                         <label>$LOCALIZE[24000] [B]3[/B]</label>
1011                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton3))][/COLOR]</label2>
1012                                                         <textcolor>grey2</textcolor>
1013                                                         <focusedcolor>white</focusedcolor>
1014                                                         <texturefocus>MenuItemFO.png</texturefocus>
1015                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
1016                                                         <onclick>Skin.SetAddon(HomeProgramButton3,xbmc.addon.executable)</onclick>
1017                                                 </control>
1018                                                 <control type="button" id="444">
1019                                                         <width>750</width>
1020                                                         <height>40</height>
1021                                                         <font>font13</font>
1022                                                         <label>$LOCALIZE[24000] [B]4[/B]</label>
1023                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton4))][/COLOR]</label2>
1024                                                         <textcolor>grey2</textcolor>
1025                                                         <focusedcolor>white</focusedcolor>
1026                                                         <texturefocus>MenuItemFO.png</texturefocus>
1027                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
1028                                                         <onclick>Skin.SetAddon(HomeProgramButton4,xbmc.addon.executable)</onclick>
1029                                                 </control>
1030                                                 <control type="button" id="445">
1031                                                         <width>750</width>
1032                                                         <height>40</height>
1033                                                         <font>font13</font>
1034                                                         <label>$LOCALIZE[24000] [B]5[/B]</label>
1035                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton5))][/COLOR]</label2>
1036                                                         <textcolor>grey2</textcolor>
1037                                                         <focusedcolor>white</focusedcolor>
1038                                                         <texturefocus>MenuItemFO.png</texturefocus>
1039                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
1040                                                         <onclick>Skin.SetAddon(HomeProgramButton5,xbmc.addon.executable)</onclick>
1041                                                 </control>
1042                                                 <control type="button" id="446">
1043                                                         <width>750</width>
1044                                                         <height>40</height>
1045                                                         <font>font13</font>
1046                                                         <label>$LOCALIZE[24000] [B]6[/B]</label>
1047                                                         <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton6))][/COLOR]</label2>
1048                                                         <textcolor>grey2</textcolor>
1049                                                         <focusedcolor>white</focusedcolor>
1050                                                         <texturefocus>MenuItemFO.png</texturefocus>
1051                                                         <texturenofocus>MenuItemNF.png</texturenofocus>
1052                                                         <onclick>Skin.SetAddon(HomeProgramButton6,xbmc.addon.executable)</onclick>
1053                                                 </control>
1054                                         </control>
1055                                 </control>
1056                                 <control type="scrollbar" id="61">
1057                                         <posx>1060</posx>
1058                                         <posy>60</posy>
1059                                         <width>25</width>
1060                                         <height>530</height>
1061                                         <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
1062                                         <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
1063                                         <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
1064                                         <textureslidernib>ScrollBarNib.png</textureslidernib>
1065                                         <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
1066                                         <onleft>9004</onleft>
1067                                         <onright>9000</onright>
1068                                         <showonepage>false</showonepage>
1069                                         <orientation>vertical</orientation>
1070                                         <visible>Container(9000).Hasfocus(4)</visible>
1071                                 </control>
1072                         </control>
1073                 </control>
1074                 <include>CommonNowPlaying</include>
1075                 <include>MainWindowMouseButtons</include>
1076                 <include>BehindDialogFadeOut</include>
1077                 <include>Clock</include>
1078         </controls>
1079 </window>