Advertisement
davehx

SkinSettings.xml 10 playlists

Aug 6th, 2015
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 176.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol always="true">9000</defaultcontrol>
  4. <controls>
  5. <include>CommonSettingsBackground</include>
  6. <include>CommonMediaPlayingBackground</include>
  7. <control type="group">
  8. <left>80</left>
  9. <top>50</top>
  10. <animation type="WindowOpen" reversible="false">
  11. <!-- <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> -->
  12. <effect type="fade" start="0" end="100" time="300" />
  13. </animation>
  14. <animation type="WindowClose" reversible="false">
  15. <!-- <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" /> -->
  16. <effect type="fade" start="100" end="0" time="300" />
  17. </animation>
  18. <control type="image">
  19. <left>0</left>
  20. <top>0</top>
  21. <width>1100</width>
  22. <height>640</height>
  23. <colordiffuse>mainblue</colordiffuse>
  24. <texture border="20">DialogBack.png</texture>
  25. </control>
  26. <control type="button">
  27. <description>Close Window button</description>
  28. <left>1005</left>
  29. <top>9</top>
  30. <width>64</width>
  31. <height>32</height>
  32. <label>-</label>
  33. <font>-</font>
  34. <onclick>PreviousMenu</onclick>
  35. <colordiffuse>mainblue</colordiffuse>
  36. <texturefocus>DialogCloseButton-focus.png</texturefocus>
  37. <texturenofocus>DialogCloseButton.png</texturenofocus>
  38. <onleft>1</onleft>
  39. <onright>1</onright>
  40. <onup>1</onup>
  41. <ondown>1</ondown>
  42. <visible>system.getbool(input.enablemouse)</visible>
  43. </control>
  44. <control type="image">
  45. <description>LOGO</description>
  46. <left>30</left>
  47. <top>15</top>
  48. <width>220</width>
  49. <height>80</height>
  50. <aspectratio>keep</aspectratio>
  51. <colordiffuse>mainblue</colordiffuse>
  52. <texture>neon.png</texture>
  53. </control>
  54. <control type="list" id="9000">
  55. <left>10</left>
  56. <top>102</top>
  57. <width>260</width>
  58. <height>481</height>
  59. <itemgap>-1</itemgap>
  60. <onleft>9010</onleft>
  61. <onright>9010</onright>
  62. <onup>9000</onup>
  63. <ondown>9000</ondown>
  64. <pagecontrol>-</pagecontrol>
  65. <scrolltime>300</scrolltime>
  66. <itemlayout height="52" width="261">
  67. <control type="image">
  68. <left>0</left>
  69. <top>0</top>
  70. <width>260</width>
  71. <height>45</height>
  72. <texture>MenuItemNF.png</texture>
  73. </control>
  74. <control type="label">
  75. <left>0</left>
  76. <top>0</top>
  77. <width>260</width>
  78. <height>45</height>
  79. <font>font24caps_title</font>
  80. <textcolor>grey3</textcolor>
  81. <textoffsetx>10</textoffsetx>
  82. <align>center</align>
  83. <aligny>center</aligny>
  84. <label>$INFO[ListItem.Label]</label>
  85. </control>
  86. </itemlayout>
  87. <focusedlayout height="52" width="261">
  88. <control type="image">
  89. <left>0</left>
  90. <top>0</top>
  91. <width>260</width>
  92. <height>45</height>
  93. <colordiffuse>mainblue</colordiffuse>
  94. <texture>mainmenu/home_bottom_white.png</texture>
  95. </control>
  96. <control type="label">
  97. <left>0</left>
  98. <top>0</top>
  99. <width>260</width>
  100. <height>45</height>
  101. <font>font24caps_title</font>
  102. <textcolor>white</textcolor>
  103. <textoffsetx>10</textoffsetx>
  104. <align>center</align>
  105. <aligny>center</aligny>
  106. <label>$INFO[ListItem.Label]</label>
  107. </control>
  108. </focusedlayout>
  109. <content>
  110. <item id="1">
  111. <label>128</label>
  112. <label2>5</label2>
  113. <onclick>noop</onclick>
  114. </item>
  115. <item id="2">
  116. <label>513</label>
  117. <label2>33063</label2>
  118. <onclick>noop</onclick>
  119. </item>
  120. <item id="7">
  121. <label>31017</label>
  122. <label2>33063</label2>
  123. <onclick>noop</onclick>
  124. </item>
  125. <item id="3">
  126. <label>33068</label>
  127. <label2>31115</label2>
  128. <onclick>noop</onclick>
  129. </item>
  130. <item id="4">
  131. <label>31116</label>
  132. <label2>33063</label2>
  133. <onclick>noop</onclick>
  134. </item>
  135. <item id="5">
  136. <label>$LOCALIZE[20342] / $LOCALIZE[31209]</label>
  137. <label2>33063</label2>
  138. <onclick>noop</onclick>
  139. </item>
  140. <item id="6">
  141. <label>$LOCALIZE[2]</label>
  142. <label2>33063</label2>
  143. <onclick>noop</onclick>
  144. </item>
  145. <item id="8">
  146. <label>31029</label>
  147. <label2>33063</label2>
  148. <onclick>noop</onclick>
  149. </item>
  150. <item id="9">
  151. <label>31030</label>
  152. <onclick>noop</onclick>
  153. </item>
  154. </content>
  155. </control>
  156. <control type="image">
  157. <left>270</left>
  158. <top>10</top>
  159. <width>800</width>
  160. <height>618</height>
  161. <texture border="5">black-back2.png</texture>
  162. </control>
  163. <control type="image">
  164. <left>268</left>
  165. <top>50</top>
  166. <width>805</width>
  167. <aspectratio>stretch</aspectratio>
  168. <texture>common/separator.png</texture>
  169. </control>
  170. <control type="label">
  171. <description>header label</description>
  172. <left>300</left>
  173. <top>20</top>
  174. <width>740</width>
  175. <height>30</height>
  176. <font>Font_Neon_25</font>
  177. <label>$LOCALIZE[20077] - $INFO[Container(9000).ListItem.Label]</label>
  178. <align>left</align>
  179. <aligny>center</aligny>
  180. <textcolor>white</textcolor>
  181. <shadowcolor>black</shadowcolor>
  182. </control>
  183. <control type="group" id="9010">
  184. <control type="group">
  185. <control type="grouplist" id="9001">
  186. <visible>Container(9000).Hasfocus(1)</visible>
  187. <left>271</left>
  188. <top>70</top>
  189. <width>798</width>
  190. <height>530</height>
  191. <itemgap>-1</itemgap>
  192. <pagecontrol>61</pagecontrol>
  193. <onleft>9000</onleft>
  194. <onright>61</onright>
  195. <onup>9001</onup>
  196. <ondown>9001</ondown>
  197. <control type="label" id="100">
  198. <description></description>
  199. <width>740</width>
  200. <height>45</height>
  201. <font>Font_Neon_20</font>
  202. <textoffsetx>15</textoffsetx>
  203. <label>$LOCALIZE[31256]</label>
  204. <textcolor>mainblue</textcolor>
  205. <shadowcolor>black</shadowcolor>
  206. <align>left</align>
  207. <aligny>center</aligny>
  208. </control>
  209. <control type="radiobutton" id="102">
  210. <include>skin_settings_labels</include>
  211. <label>$LOCALIZE[31247]</label>
  212. <onclick>Skin.ToggleSetting(no_global_clock)</onclick>
  213. <selected>Skin.HasSetting(no_global_clock)</selected>
  214. </control>
  215. <control type="radiobutton" id="126">
  216. <include>skin_settings_labels</include>
  217. <label>$LOCALIZE[31297]</label>
  218. <onclick>Skin.ToggleSetting(no_weather_info)</onclick>
  219. <selected>Skin.HasSetting(no_weather_info)</selected>
  220. </control>
  221. <control type="radiobutton" id="103">
  222. <include>skin_settings_labels</include>
  223. <label>$LOCALIZE[31037]</label>
  224. <onclick>Skin.ToggleSetting(LockViews)</onclick>
  225. <selected>Skin.HasSetting(LockViews)</selected>
  226. </control>
  227. <control type="radiobutton" id="107">
  228. <include>skin_settings_labels</include>
  229. <label>$LOCALIZE[31248]</label>
  230. <onclick>Skin.ToggleSetting(zune_music)</onclick>
  231. <selected>Skin.HasSetting(zune_music)</selected>
  232. </control>
  233. <control type="radiobutton" id="108">
  234. <include>skin_settings_labels</include>
  235. <label>$LOCALIZE[31276]</label>
  236. <onclick>Skin.ToggleSetting(big_trailer)</onclick>
  237. <selected>Skin.HasSetting(big_trailer)</selected>
  238. </control>
  239. <control type="label" id="104">
  240. <width>740</width>
  241. <height>45</height>
  242. <font>Font_Neon_20</font>
  243. <label>$LOCALIZE[20343]</label>
  244. <textoffsetx>15</textoffsetx>
  245. <textcolor>mainblue</textcolor>
  246. <shadowcolor>black</shadowcolor>
  247. <align>left</align>
  248. <aligny>center</aligny>
  249. <visible>System.HasAddon(script.tvtunes) | System.HasAddon(script.tv.show.next.aired)</visible>
  250. </control>
  251. <control type="radiobutton" id="118">
  252. <include>skin_settings_labels</include>
  253. <label>$LOCALIZE[31125]</label>
  254. <onclick>Skin.ToggleSetting(DeactivateTvTunes)</onclick>
  255. <selected>Skin.HasSetting(DeactivateTvTunes)</selected>
  256. <visible>System.HasAddon(script.tvtunes)</visible>
  257. </control>
  258. <control type="radiobutton" id="124">
  259. <include>skin_settings_labels</include>
  260. <label>$LOCALIZE[31124]</label>
  261. <onclick>Skin.ToggleSetting(DeactivateTvShowNextAired)</onclick>
  262. <selected>Skin.HasSetting(DeactivateTvShowNextAired)</selected>
  263. <visible>System.HasAddon(script.tv.show.next.aired)</visible>
  264. </control>
  265. <!-- Playlist -->
  266. <control type="label" id="120">
  267. <width>740</width>
  268. <height>45</height>
  269. <label>$LOCALIZE[512]</label>
  270. <font>Font_Neon_20</font>
  271. <textoffsetx>15</textoffsetx>
  272. <textcolor>mainblue</textcolor>
  273. <shadowcolor>black</shadowcolor>
  274. <align>left</align>
  275. <aligny>center</aligny>
  276. </control>
  277. <control type="radiobutton" id="121">
  278. <include>skin_settings_labels</include>
  279. <label>$LOCALIZE[21398]</label>
  280. <onclick>Skin.ToggleSetting(Use_Startup_Playlist)</onclick>
  281. <selected>Skin.HasSetting(Use_Startup_Playlist)</selected>
  282. <onclick>Skin.Reset(Use_Intro_Movie)</onclick>
  283. </control>
  284. <control type="button" id="122">
  285. <description>Startup Playlist Path</description>
  286. <width>813</width>
  287. <height>30</height>
  288. <font>Font_KeyboardTitle</font>
  289. <textcolor>grey2</textcolor>
  290. <focusedcolor>white</focusedcolor>
  291. <textoffsetx>40</textoffsetx>
  292. <label>$LOCALIZE[31014]</label>
  293. <label2>$INFO[Skin.String(Startup_Playlist_Path)]</label2>
  294. <onclick>Skin.SetFile(Startup_Playlist_Path,.xsp,t:\playlists\music\)</onclick>
  295. <visible>Skin.HasSetting(Use_Startup_Playlist)</visible>
  296. <colordiffuse>mainblue</colordiffuse>
  297. <texturefocus>MenuItemFO.png</texturefocus>
  298. <texturenofocus>MenuItemNF.png</texturenofocus>
  299. </control>
  300. <control type="radiobutton" id="123">
  301. <description>Use Intro Movie</description>
  302. <include>skin_settings_labels</include>
  303. <label>$LOCALIZE[31010]</label>
  304. <onclick>Skin.ToggleSetting(Use_Intro_Movie)</onclick>
  305. <selected>Skin.HasSetting(Use_Intro_Movie)</selected>
  306. <onclick>Skin.Reset(Use_Startup_Playlist)</onclick>
  307. </control>
  308. </control>
  309. <control type="scrollbar" id="61">
  310. <left>1068</left>
  311. <top>65</top>
  312. <width>25</width>
  313. <height>530</height>
  314. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  315. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  316. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  317. <textureslidernib>ScrollBarNib.png</textureslidernib>
  318. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  319. <onleft>9001</onleft>
  320. <onright>9001</onright>
  321. <showonepage>false</showonepage>
  322. <orientation>vertical</orientation>
  323. <visible>Container(9000).Hasfocus(1)</visible>
  324. </control>
  325. </control>
  326. <control type="group">
  327. <control type="grouplist" id="9002">
  328. <visible>Container(9000).Hasfocus(2)</visible>
  329. <left>271</left>
  330. <top>70</top>
  331. <width>798</width>
  332. <height>530</height>
  333. <itemgap>-1</itemgap>
  334. <pagecontrol>61</pagecontrol>
  335. <onleft>9000</onleft>
  336. <onright>61</onright>
  337. <onup>9002</onup>
  338. <ondown>9002</ondown>
  339. <control type="label" id="200">
  340. <width>740</width>
  341. <height>45</height>
  342. <font>Font_Neon_20</font>
  343. <textoffsetx>15</textoffsetx>
  344. <label>$LOCALIZE[31259]</label>
  345. <!--31101-->
  346. <textcolor>mainblue</textcolor>
  347. <shadowcolor>black</shadowcolor>
  348. <align>left</align>
  349. <aligny>center</aligny>
  350. </control>
  351. <control type="radiobutton" id="201">
  352. <description>Toggle Videos full screen or Windowed </description>
  353. <include>skin_settings_labels</include>
  354. <label>$LOCALIZE[31726]</label>
  355. <colordiffuse>mainblue</colordiffuse>
  356. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  357. <texturenofocus>MenuItemNF.png</texturenofocus>
  358. <onclick>Skin.ToggleSetting(ShowBackgroundVideo)</onclick>
  359. <selected>!Skin.HasSetting(ShowBackgroundVideo)</selected>
  360. </control>
  361. <control type="radiobutton" id="203">
  362. <description>Show Music Vis</description>
  363. <include>skin_settings_labels</include>
  364. <label>$LOCALIZE[31727]</label>
  365. <colordiffuse>mainblue</colordiffuse>
  366. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  367. <texturenofocus>MenuItemNF.png</texturenofocus>
  368. <onclick>Skin.ToggleSetting(ShowMusicVis)</onclick>
  369. <selected>!Skin.HasSetting(ShowMusicVis)</selected>
  370. </control>
  371. <control type="radiobutton" id="202">
  372. <description>Show Recently added info</description>
  373. <include>skin_settings_labels</include>
  374. <label>$LOCALIZE[31117]</label>
  375. <onclick>Skin.ToggleSetting(homepageHideRecentlyAdded)</onclick>
  376. <selected>Skin.HasSetting(homepageHideRecentlyAdded)</selected>
  377. </control>
  378. <control type="radiobutton" id="2021">
  379. <description>Use Random Items</description>
  380. <width>798</width>
  381. <height>30</height>
  382. <radioposx>640</radioposx>
  383. <font>Font_KeyboardTitle</font>
  384. <textoffsetx>40</textoffsetx>
  385. <label>$LOCALIZE[31516]</label>
  386. <textcolor>grey2</textcolor>
  387. <focusedcolor>white</focusedcolor>
  388. <colordiffuse>mainblue</colordiffuse>
  389. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  390. <texturenofocus>MenuItemNF.png</texturenofocus>
  391. <onclick>Skin.ToggleSetting(random_items)</onclick>
  392. <selected>Skin.HasSetting(random_items)</selected>
  393. <visible>Skin.HasSetting(homepageHideRecentlyAdded)</visible>
  394. </control>
  395. <control type="radiobutton" id="2022">
  396. <description>Show Large Recently added tvinfo</description>
  397. <width>798</width>
  398. <height>30</height>
  399. <font>Font_KeyboardTitle</font>
  400. <radioposx>640</radioposx>
  401. <textoffsetx>40</textoffsetx>
  402. <label>$LOCALIZE[31979]</label>
  403. <textcolor>grey2</textcolor>
  404. <focusedcolor>white</focusedcolor>
  405. <colordiffuse>mainblue</colordiffuse>
  406. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  407. <texturenofocus>MenuItemNF.png</texturenofocus>
  408. <onclick>Skin.ToggleSetting(BigRecentTV)</onclick>
  409. <selected>Skin.HasSetting(BigRecentTV)</selected>
  410. <visible>Skin.HasSetting(homepageHideRecentlyAdded) +!Skin.HasSetting(random_items)</visible>
  411. </control>
  412. <control type="radiobutton" id="2023">
  413. <description>Show Large Recently added tvinfo</description>
  414. <width>798</width>
  415. <height>30</height>
  416. <font>Font_KeyboardTitle</font>
  417. <radioposx>640</radioposx>
  418. <textoffsetx>40</textoffsetx>
  419. <label>$LOCALIZE[31980]</label>
  420. <textcolor>grey2</textcolor>
  421. <focusedcolor>white</focusedcolor>
  422. <colordiffuse>mainblue</colordiffuse>
  423. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  424. <texturenofocus>MenuItemNF.png</texturenofocus>
  425. <onclick>Skin.ToggleSetting(BigRecentMovie)</onclick>
  426. <selected>Skin.HasSetting(BigRecentMovie)</selected>
  427. <visible>Skin.HasSetting(homepageHideRecentlyAdded) +!Skin.HasSetting(random_items)</visible>
  428. </control>
  429. <control type="radiobutton" id="2024">
  430. <description>Only show Albums in music view</description>
  431. <width>798</width>
  432. <height>30</height>
  433. <font>Font_KeyboardTitle</font>
  434. <radioposx>640</radioposx>
  435. <textoffsetx>40</textoffsetx>
  436. <label>$LOCALIZE[31011]</label>
  437. <textcolor>grey2</textcolor>
  438. <focusedcolor>white</focusedcolor>
  439. <colordiffuse>mainblue</colordiffuse>
  440. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  441. <texturenofocus>MenuItemNF.png</texturenofocus>
  442. <onclick>Skin.ToggleSetting(noprefersong)</onclick>
  443. <selected>!Skin.HasSetting(noprefersong)</selected>
  444. <visible>Skin.HasSetting(homepageHideRecentlyAdded)</visible>
  445. </control>
  446. <control type="radiobutton" id="2025">
  447. <description>Show TV Airing Today</description>
  448. <include>skin_settings_labels</include>
  449. <label>$LOCALIZE[31112]</label>
  450. <onclick>Skin.ToggleSetting(homepageHideTodayTV)</onclick>
  451. <selected>!Skin.HasSetting(homepageHideTodayTV)</selected>
  452. </control>
  453. <control type="radiobutton" id="111">
  454. <include>skin_settings_labels</include>
  455. <label>$LOCALIZE[31728]</label>
  456. <onclick>Skin.ToggleSetting(global_bottomline)</onclick>
  457. <onclick>Skin.Reset(Home_Custom_RSS_Logo)</onclick>
  458. <selected>Skin.HasSetting(global_bottomline)</selected>
  459. </control>
  460. <control type="button" id="229">
  461. <width>798</width>
  462. <height>30</height>
  463. <font>Font_KeyboardTitle</font>
  464. <textcolor>grey2</textcolor>
  465. <focusedcolor>white</focusedcolor>
  466. <textoffsetx>40</textoffsetx>
  467. <label>$LOCALIZE[31013]</label>
  468. <label2>[COLOR=selected]$INFO[Skin.String(Home_Custom_RSS_Logo)][/COLOR]</label2>
  469. <onclick>Skin.SetImage(Home_Custom_RSS_Logo)</onclick>
  470. <visible>Skin.HasSetting(global_bottomline)</visible>
  471. <colordiffuse>mainblue</colordiffuse>
  472. <texturefocus>MenuItemFO.png</texturefocus>
  473. <texturenofocus>MenuItemNF.png</texturenofocus>
  474. </control>
  475. <!--Weather Widget-->
  476. <control type="radiobutton" id="204">
  477. <description>Show Weather Widget</description>
  478. <include>skin_settings_labels</include>
  479. <label>31241</label>
  480. <onclick>Skin.ToggleSetting(HomepageWeatherWidget)</onclick>
  481. <selected>Skin.HasSetting(HomepageWeatherWidget)</selected>
  482. </control>
  483. <!--End Weather Widget-->
  484. <control type="radiobutton" id="205">
  485. <description>conditions based weather backdrop style</description>
  486. <include>skin_settings_labels</include>
  487. <label>$LOCALIZE[31221]</label>
  488. <onclick>Skin.ToggleSetting(conditions_weather_backdrop)</onclick>
  489. <selected>Skin.HasSetting(conditions_weather_backdrop)</selected>
  490. </control>
  491. <control type="button" id="206">
  492. <width>798</width>
  493. <height>30</height>
  494. <font>Font_KeyboardTitle</font>
  495. <focusedcolor>white</focusedcolor>
  496. <textoffsetx>40</textoffsetx>
  497. <label>$LOCALIZE[31012]</label>
  498. <label2>[COLOR=selected]$INFO[Skin.String(Home_Custom_Back_Weather_Folder1)][/COLOR]</label2>
  499. <onclick>Skin.SetPath(Home_Custom_Back_Weather_Folder1)</onclick>
  500. <visible>Skin.HasSetting(conditions_weather_backdrop)</visible>
  501. <colordiffuse>mainblue</colordiffuse>
  502. <texturefocus>MenuItemFO.png</texturefocus>
  503. <texturenofocus>MenuItemNF.png</texturenofocus>
  504. </control>
  505. <control type="radiobutton" id="207">
  506. <description>conditions based weather backdrop style</description>
  507. <include>skin_settings_labels</include>
  508. <label>$LOCALIZE[31281]</label>
  509. <onclick>Skin.ToggleSetting(animation_bg)</onclick>
  510. <selected>Skin.HasSetting(animation_bg)</selected>
  511. </control>
  512. <control type="radiobutton" id="208">
  513. <description>Global Ken Burns</description>
  514. <width>798</width>
  515. <height>26</height>
  516. <font>Font_KeyboardTitle</font>
  517. <radioposx>640</radioposx>
  518. <textoffsetx>40</textoffsetx>
  519. <textoffsety>4</textoffsety>
  520. <textcolor>grey2</textcolor>
  521. <focusedcolor>white</focusedcolor>
  522. <align>left</align>
  523. <label>$LOCALIZE[31283]</label>
  524. <colordiffuse>mainblue</colordiffuse>
  525. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  526. <texturenofocus>MenuItemNF.png</texturenofocus>
  527. <onclick>Skin.ToggleSetting(animation_bg_global)</onclick>
  528. <selected>Skin.HasSetting(animation_bg_global)</selected>
  529. <visible>Skin.HasSetting(animation_bg)</visible>
  530. </control>
  531. <!-- Shutdown Options -->
  532. <control type="label" id="497">
  533. <width>740</width>
  534. <height>45</height>
  535. <label>$LOCALIZE[13008]</label>
  536. <font>Font_Neon_20</font>
  537. <textoffsetx>15</textoffsetx>
  538. <textcolor>mainblue</textcolor>
  539. <shadowcolor>black</shadowcolor>
  540. <align>left</align>
  541. <aligny>center</aligny>
  542. </control>
  543. <control type="group" id="498">
  544. <width>798</width>
  545. <height>34</height>
  546. <control type="image">
  547. <left>0</left>
  548. <top>0</top>
  549. <width>798</width>
  550. <height>34</height>
  551. <colordiffuse>mainblue</colordiffuse>
  552. <texture>MenuItemNF.png</texture>
  553. <visible>![Control.HasFocus(180) | Control.HasFocus(181)]</visible>
  554. </control>
  555. <control type="image">
  556. <left>0</left>
  557. <top>0</top>
  558. <width>798</width>
  559. <height>34</height>
  560. <colordiffuse>mainblue</colordiffuse>
  561. <texture>mainmenu/home_bottom_white.png</texture>
  562. <visible>[Control.HasFocus(180) | Control.HasFocus(181)]</visible>
  563. </control>
  564. <control type="list" id="180">
  565. <left>0</left>
  566. <top>0</top>
  567. <width>743</width>
  568. <height>34</height>
  569. <onleft>9000</onleft>
  570. <onright>181</onright>
  571. <onup>208</onup>
  572. <ondown>211</ondown>
  573. <scrolltime>0</scrolltime>
  574. <itemlayout height="1" width="743"></itemlayout>
  575. <focusedlayout height="34" width="743">
  576. <control type="label">
  577. <left>30</left>
  578. <top>0</top>
  579. <width>600</width>
  580. <height>34</height>
  581. <font>Font_Neon_25</font>
  582. <textcolor>grey2</textcolor>
  583. <align>left</align>
  584. <aligny>center</aligny>
  585. <label>$VAR[ShutdownOption]</label>
  586. <visible>![Control.HasFocus(180) | Control.HasFocus(181)]</visible>
  587. </control>
  588. <control type="label">
  589. <left>30</left>
  590. <top>0</top>
  591. <width>600</width>
  592. <height>34</height>
  593. <font>Font_Neon_25</font>
  594. <textcolor>white</textcolor>
  595. <align>left</align>
  596. <aligny>center</aligny>
  597. <label>$VAR[ShutdownOption]</label>
  598. <visible>[Control.HasFocus(180) | Control.HasFocus(181)]</visible>
  599. </control>
  600. <control type="image">
  601. <description>Unselected Menu Item Down Button</description>
  602. <left>695</left>
  603. <top>-15</top>
  604. <width>48</width>
  605. <height>65</height>
  606. <colordiffuse>mainblue</colordiffuse>
  607. <texture>settings/spin-down.png</texture>
  608. <visible>!Control().Hasfocus(180)</visible>
  609. </control>
  610. <control type="image">
  611. <description>Selected Menu Item Down Button</description>
  612. <left>695</left>
  613. <top>-15</top>
  614. <width>48</width>
  615. <height>65</height>
  616. <colordiffuse>mainblue</colordiffuse>
  617. <texture>settings/spin-down-focus.png</texture>
  618. <visible>Control().Hasfocus(180)</visible>
  619. </control>
  620. </focusedlayout>
  621. <content>
  622. <item id="1">
  623. <description>Shutdown Menu</description>
  624. <label>$LOCALIZE[13005] $LOCALIZE[33061] [$LOCALIZE[13278]]</label>
  625. <onclick condition="System.CanReboot">Skin.SetString(ShutdownOption,6)</onclick>
  626. <onclick condition="System.CanHibernate">Skin.SetString(ShutdownOption,5)</onclick>
  627. <onclick condition="System.CanSuspend">Skin.SetString(ShutdownOption,4)</onclick>
  628. <onclick condition="System.CanPowerDown">Skin.SetString(ShutdownOption,3)</onclick>
  629. <onclick condition="System.ShowExitButton">Skin.SetString(ShutdownOption,2)</onclick>
  630. <visible>Stringcompare(Skin.String(ShutdownOption),1) | IsEmpty(Skin.String(ShutdownOption))</visible>
  631. </item>
  632. <item id="1">
  633. <description>Exit</description>
  634. <label>$LOCALIZE[13012]</label>
  635. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  636. <onclick condition="System.CanReboot">Skin.SetString(ShutdownOption,6)</onclick>
  637. <onclick condition="System.CanHibernate">Skin.SetString(ShutdownOption,5)</onclick>
  638. <onclick condition="System.CanSuspend">Skin.SetString(ShutdownOption,4)</onclick>
  639. <onclick condition="System.CanPowerDown">Skin.SetString(ShutdownOption,3)</onclick>
  640. <visible>Stringcompare(Skin.String(ShutdownOption),2)</visible>
  641. </item>
  642. <item id="1">
  643. <description>Power Off</description>
  644. <label>$LOCALIZE[13016]</label>
  645. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  646. <onclick condition="System.CanReboot">Skin.SetString(ShutdownOption,6)</onclick>
  647. <onclick condition="System.CanHibernate">Skin.SetString(ShutdownOption,5)</onclick>
  648. <onclick condition="System.CanSuspend">Skin.SetString(ShutdownOption,4)</onclick>
  649. <visible>Stringcompare(Skin.String(ShutdownOption),3)</visible>
  650. </item>
  651. <item id="1">
  652. <description>Suspend</description>
  653. <label>$LOCALIZE[13011]</label>
  654. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  655. <onclick condition="System.CanReboot">Skin.SetString(ShutdownOption,6)</onclick>
  656. <onclick condition="System.CanHibernate">Skin.SetString(ShutdownOption,5)</onclick>
  657. <visible>Stringcompare(Skin.String(ShutdownOption),4)</visible>
  658. </item>
  659. <item id="1">
  660. <description>Hibernate</description>
  661. <label>$LOCALIZE[13010]</label>
  662. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  663. <onclick condition="System.CanReboot">Skin.SetString(ShutdownOption,6)</onclick>
  664. <visible>Stringcompare(Skin.String(ShutdownOption),5)</visible>
  665. </item>
  666. <item id="1">
  667. <description>Reboot</description>
  668. <label>$LOCALIZE[13013]</label>
  669. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  670. <visible>Stringcompare(Skin.String(ShutdownOption),6)</visible>
  671. </item>
  672. </content>
  673. </control>
  674. <control type="list" id="181">
  675. <left>743</left>
  676. <top>0</top>
  677. <width>55</width>
  678. <height>34</height>
  679. <onleft>180</onleft>
  680. <onright>61</onright>
  681. <onup>208</onup>
  682. <ondown>211</ondown>
  683. <scrolltime>0</scrolltime>
  684. <itemlayout height="1" width="55"></itemlayout>
  685. <focusedlayout height="34" width="55">
  686. <control type="image">
  687. <description>Unselected Menu Item Up Button</description>
  688. <left>0</left>
  689. <top>-15</top>
  690. <width>48</width>
  691. <height>65</height>
  692. <colordiffuse>mainblue</colordiffuse>
  693. <texture>settings/spin-up.png</texture>
  694. <visible>!Control().Hasfocus(181)</visible>
  695. </control>
  696. <control type="image">
  697. <description>Selected Menu Item Up Button</description>
  698. <left>0</left>
  699. <top>-15</top>
  700. <width>48</width>
  701. <height>65</height>
  702. <colordiffuse>mainblue</colordiffuse>
  703. <texture>settings/spin-up-focus.png</texture>
  704. <visible>Control().Hasfocus(181)</visible>
  705. </control>
  706. </focusedlayout>
  707. <content>
  708. <item id="1">
  709. <description>Shutdown Menu</description>
  710. <label>$LOCALIZE[13005] $LOCALIZE[33061] [$LOCALIZE[13278]]</label>
  711. <onclick condition="System.ShowExitButton">Skin.SetString(ShutdownOption,2)</onclick>
  712. <onclick condition="System.CanPowerDown">Skin.SetString(ShutdownOption,3)</onclick>
  713. <onclick condition="System.CanSuspend">Skin.SetString(ShutdownOption,4)</onclick>
  714. <onclick condition="System.CanHibernate">Skin.SetString(ShutdownOption,5)</onclick>
  715. <onclick condition="System.CanReboot">Skin.SetString(ShutdownOption,6)</onclick>
  716. <visible>Stringcompare(Skin.String(ShutdownOption),1) | IsEmpty(Skin.String(ShutdownOption))</visible>
  717. </item>
  718. <item id="1">
  719. <description>Exit</description>
  720. <label>$LOCALIZE[13012]</label>
  721. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  722. <visible>Stringcompare(Skin.String(ShutdownOption),2)</visible>
  723. </item>
  724. <item id="1">
  725. <description>Power Off</description>
  726. <label>$LOCALIZE[13016]</label>
  727. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  728. <onclick condition="System.ShowExitButton">Skin.SetString(ShutdownOption,2)</onclick>
  729. <visible>Stringcompare(Skin.String(ShutdownOption),3)</visible>
  730. </item>
  731. <item id="1">
  732. <description>Suspend</description>
  733. <label>$LOCALIZE[13011]</label>
  734. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  735. <onclick condition="System.ShowExitButton">Skin.SetString(ShutdownOption,2)</onclick>
  736. <onclick condition="System.CanPowerDown">Skin.SetString(ShutdownOption,3)</onclick>
  737. <visible>Stringcompare(Skin.String(ShutdownOption),4)</visible>
  738. </item>
  739. <item id="1">
  740. <description>Hibernate</description>
  741. <label>$LOCALIZE[13010]</label>
  742. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  743. <onclick condition="System.ShowExitButton">Skin.SetString(ShutdownOption,2)</onclick>
  744. <onclick condition="System.CanPowerDown">Skin.SetString(ShutdownOption,3)</onclick>
  745. <onclick condition="System.CanSuspend">Skin.SetString(ShutdownOption,4)</onclick>
  746. <visible>Stringcompare(Skin.String(ShutdownOption),5)</visible>
  747. </item>
  748. <item id="1">
  749. <description>Reboot</description>
  750. <label>$LOCALIZE[13013]</label>
  751. <onclick>Skin.SetString(ShutdownOption,1)</onclick>
  752. <onclick condition="System.ShowExitButton">Skin.SetString(ShutdownOption,2)</onclick>
  753. <onclick condition="System.CanPowerDown">Skin.SetString(ShutdownOption,3)</onclick>
  754. <onclick condition="System.CanSuspend">Skin.SetString(ShutdownOption,4)</onclick>
  755. <onclick condition="System.CanHibernate">Skin.SetString(ShutdownOption,5)</onclick>
  756. <visible>Stringcompare(Skin.String(ShutdownOption),6)</visible>
  757. </item>
  758. </content>
  759. </control>
  760. </control>
  761. <control type="label" id="210">
  762. <width>860</width>
  763. <height>45</height>
  764. <font>Font_Neon_20</font>
  765. <textoffsetx>15</textoffsetx>
  766. <label>$LOCALIZE[31042]</label>
  767. <textcolor>mainblue</textcolor>
  768. <shadowcolor>black</shadowcolor>
  769. <align>left</align>
  770. <aligny>center</aligny>
  771. </control>
  772. <control type="radiobutton" id="211">
  773. <description>Hide Videos Button</description>
  774. <include>skin_settings_labels</include>
  775. <label>$LOCALIZE[31111] - $LOCALIZE[3]</label>
  776. <onclick>Skin.ToggleSetting(HomeMenuNoVideosButton)</onclick>
  777. <selected>Skin.HasSetting(HomeMenuNoVideosButton)</selected>
  778. </control>
  779. <control type="radiobutton" id="212">
  780. <description>Hide Movies Button</description>
  781. <include>skin_settings_labels</include>
  782. <label>$LOCALIZE[31111] - $LOCALIZE[20342] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
  783. <onclick>Skin.ToggleSetting(HomeMenuNoMoviesButton)</onclick>
  784. <selected>Skin.HasSetting(HomeMenuNoMoviesButton)</selected>
  785. <enable>Library.HasContent(Movies)</enable>
  786. </control>
  787. <control type="radiobutton" id="213">
  788. <description>Hide HDMovies Button</description>
  789. <include>skin_settings_labels</include>
  790. <label>$LOCALIZE[31111] - $LOCALIZE[31280] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
  791. <onclick>Skin.ToggleSetting(HomeMenuNoHDMoviesButton)</onclick>
  792. <selected>Skin.HasSetting(HomeMenuNoHDMoviesButton)</selected>
  793. <enable>Library.HasContent(Movies)</enable>
  794. </control>
  795. <control type="radiobutton" id="214">
  796. <description>Hide TV Shows Button</description>
  797. <include>skin_settings_labels</include>
  798. <label>$LOCALIZE[31111] - $LOCALIZE[20343] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
  799. <onclick>Skin.ToggleSetting(HomeMenuNoTVShowsButton)</onclick>
  800. <selected>Skin.HasSetting(HomeMenuNoTVShowsButton)</selected>
  801. <enable>Library.HasContent(TVShows)</enable>
  802. </control>
  803. <control type="radiobutton" id="223">
  804. <description>Hide Live TV Button</description>
  805. <include>skin_settings_labels</include>
  806. <label>$LOCALIZE[31111] - $LOCALIZE[31502]</label>
  807. <onclick>Skin.ToggleSetting(HomeNoMenuLiveTV)</onclick>
  808. <selected>Skin.HasSetting(HomeNoMenuLiveTV)</selected>
  809. </control>
  810. <control type="radiobutton" id="224">
  811. <description>Hide Radio Button</description>
  812. <include>skin_settings_labels</include>
  813. <label>$LOCALIZE[31111] - $LOCALIZE[19021]</label>
  814. <onclick>Skin.ToggleSetting(HomeNoMenuRadio)</onclick>
  815. <selected>Skin.HasSetting(HomeNoMenuRadio)</selected>
  816. </control>
  817. <control type="radiobutton" id="215">
  818. <description>Hide Music Button</description>
  819. <include>skin_settings_labels</include>
  820. <label>$LOCALIZE[31111] - $LOCALIZE[2]</label>
  821. <onclick>Skin.ToggleSetting(HomeMenuNoMusicButton)</onclick>
  822. <selected>Skin.HasSetting(HomeMenuNoMusicButton)</selected>
  823. </control>
  824. <control type="radiobutton" id="216">
  825. <description>Hide Pictures Button</description>
  826. <include>skin_settings_labels</include>
  827. <label>$LOCALIZE[31111] - $LOCALIZE[1]</label>
  828. <onclick>Skin.ToggleSetting(HomeMenuNoPicturesButton)</onclick>
  829. <selected>Skin.HasSetting(HomeMenuNoPicturesButton)</selected>
  830. </control>
  831. <control type="radiobutton" id="221">
  832. <description>Hide TV Guide Button</description>
  833. <include>skin_settings_labels</include>
  834. <label>$LOCALIZE[31111] - $LOCALIZE[31972]</label>
  835. <onclick>Skin.ToggleSetting(HomeMenuNoTVGuide)</onclick>
  836. <selected>Skin.HasSetting(HomeMenuNoTVGuide)</selected>
  837. <enable>!Skin.HasSetting(DeactivateTvShowNextAired) + System.HasAddon(script.tv.show.next.aired)</enable>
  838. </control>
  839. <control type="radiobutton" id="217">
  840. <description>Hide Scripts Button</description>
  841. <include>skin_settings_labels</include>
  842. <label>$LOCALIZE[31111] - $LOCALIZE[31272]</label>
  843. <onclick>Skin.ToggleSetting(HomeMenuNoScriptsButton)</onclick>
  844. <selected>Skin.HasSetting(HomeMenuNoScriptsButton)</selected>
  845. </control>
  846. <control type="radiobutton" id="218">
  847. <description>Hide Favorites Button</description>
  848. <include>skin_settings_labels</include>
  849. <label>$LOCALIZE[31111] - $LOCALIZE[1036]</label>
  850. <onclick>Skin.ToggleSetting(HomeMenuNofavouritesButton)</onclick>
  851. <selected>Skin.HasSetting(HomeMenuNofavouritesButton)</selected>
  852. </control>
  853. <control type="radiobutton" id="219">
  854. <description>Hide Weather Button</description>
  855. <include>skin_settings_labels</include>
  856. <label>$LOCALIZE[31111] - $LOCALIZE[8]</label>
  857. <onclick>Skin.ToggleSetting(HomeMenuNoWeatherButton)</onclick>
  858. <selected>Skin.HasSetting(HomeMenuNoWeatherButton)</selected>
  859. </control>
  860. <control type="radiobutton" id="220">
  861. <description>Hide Shutdown Button</description>
  862. <include>skin_settings_labels</include>
  863. <label>$LOCALIZE[31111] - $LOCALIZE[13005]</label>
  864. <onclick>Skin.ToggleSetting(HomeMenuNoShutdownButton)</onclick>
  865. <selected>Skin.HasSetting(HomeMenuNoShutdownButton)</selected>
  866. </control>
  867. <control type="radiobutton" id="222">
  868. <description>Hide Logoff Button</description>
  869. <include>skin_settings_labels</include>
  870. <label>$LOCALIZE[31111] - $LOCALIZE[20126]</label>
  871. <onclick>Skin.ToggleSetting(signout)</onclick>
  872. <selected>!Skin.HasSetting(signout)</selected>
  873. </control>
  874. <control type="radiobutton" id="230">
  875. <description>Hide Settings Button</description>
  876. <include>skin_settings_labels</include>
  877. <label>$LOCALIZE[31111] - $LOCALIZE[5]</label>
  878. <onclick>Skin.ToggleSetting(HomeMenuNoSettingsButton)</onclick>
  879. <selected>Skin.HasSetting(HomeMenuNoSettingsButton)</selected>
  880. </control>
  881. <control type="radiobutton" id="231">
  882. <description>Hide Settings Button</description>
  883. <include>skin_settings_labels</include>
  884. <label>$LOCALIZE[31111] - $LOCALIZE[341]</label>
  885. <onclick>Skin.ToggleSetting(HomeMenuNoPlayDVDButton)</onclick>
  886. <selected>Skin.HasSetting(HomeMenuNoPlayDVDButton)</selected>
  887. </control>
  888. </control>
  889. <control type="scrollbar" id="61">
  890. <left>1068</left>
  891. <top>65</top>
  892. <width>25</width>
  893. <height>530</height>
  894. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  895. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  896. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  897. <textureslidernib>ScrollBarNib.png</textureslidernib>
  898. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  899. <onleft>9002</onleft>
  900. <onright>9002</onright>
  901. <showonepage>false</showonepage>
  902. <orientation>vertical</orientation>
  903. <visible>Container(9000).Hasfocus(2)</visible>
  904. </control>
  905. </control>
  906. <control type="group">
  907. <left>310</left>
  908. <top>60</top>
  909. <height>530</height>
  910. <visible>Container(9000).Hasfocus(3)</visible>
  911. <control type="button" id="304">
  912. <description>Menu Item Next Button</description>
  913. <left>-39</left>
  914. <top>45</top>
  915. <width>742</width>
  916. <height>40</height>
  917. <label>-</label>
  918. <font>-</font>
  919. <texturenofocus>-</texturenofocus>
  920. <texturefocus colordiffuse="mainblue">-</texturefocus>
  921. <onclick>Control.Move(9003,1)</onclick>
  922. <onleft>9000</onleft>
  923. <onright>305</onright>
  924. <onup>300</onup>
  925. <ondown>300</ondown>
  926. </control>
  927. <control type="button" id="305">
  928. <description>Menu Item Prev Button</description>
  929. <left>703</left>
  930. <top>45</top>
  931. <width>57</width>
  932. <height>40</height>
  933. <label>-</label>
  934. <font>-</font>
  935. <texturenofocus>-</texturenofocus>
  936. <texturefocus colordiffuse="mainblue">-</texturefocus>
  937. <onclick>Control.Move(9003,-1)</onclick>
  938. <onleft>304</onleft>
  939. <onright>9000</onright>
  940. <onup>300</onup>
  941. <ondown>300</ondown>
  942. </control>
  943. <control type="list" id="9003">
  944. <hitrect x="0" y="0" w="0" h="0" />
  945. <left>-39</left>
  946. <top>45</top>
  947. <width>860</width>
  948. <height>40</height>
  949. <onleft>9000</onleft>
  950. <onright>300</onright>
  951. <onup>300</onup>
  952. <ondown>300</ondown>
  953. <scrolltime>0</scrolltime>
  954. <itemlayout height="1" width="860"></itemlayout>
  955. <focusedlayout height="40" width="860">
  956. <control type="image">
  957. <left>0</left>
  958. <top>0</top>
  959. <width>798</width>
  960. <height>40</height>
  961. <texture>MenuItemNF.png</texture>
  962. <visible>![Control.HasFocus(304) | Control.HasFocus(305)]</visible>
  963. </control>
  964. <control type="image">
  965. <left>0</left>
  966. <top>0</top>
  967. <width>798</width>
  968. <height>42</height>
  969. <colordiffuse>mainblue</colordiffuse>
  970. <texture>mainmenu/home_bottom_white.png</texture>
  971. <visible>[Control.HasFocus(304) | Control.HasFocus(305)]</visible>
  972. </control>
  973. <control type="label">
  974. <left>30</left>
  975. <top>0</top>
  976. <width>600</width>
  977. <height>40</height>
  978. <font>Font_KeyboardKeys</font>
  979. <textcolor>grey2</textcolor>
  980. <align>left</align>
  981. <aligny>center</aligny>
  982. <label>$LOCALIZE[31110]</label>
  983. <visible>![Control.HasFocus(304) | Control.HasFocus(305)]</visible>
  984. </control>
  985. <control type="label">
  986. <left>30</left>
  987. <top>0</top>
  988. <width>600</width>
  989. <height>40</height>
  990. <font>Font_KeyboardKeys</font>
  991. <textcolor>white</textcolor>
  992. <align>left</align>
  993. <aligny>center</aligny>
  994. <label>$LOCALIZE[31110]</label>
  995. <visible>[Control.HasFocus(304) | Control.HasFocus(305)]</visible>
  996. </control>
  997. <control type="label">
  998. <left>0</left>
  999. <top>0</top>
  1000. <width>690</width>
  1001. <height>40</height>
  1002. <font>Font_KeyboardKeys</font>
  1003. <textcolor>grey2</textcolor>
  1004. <align>right</align>
  1005. <aligny>center</aligny>
  1006. <label>$INFO[ListItem.Label]</label>
  1007. <visible>![Control.HasFocus(304) | Control.HasFocus(305)]</visible>
  1008. </control>
  1009. <control type="label">
  1010. <left>0</left>
  1011. <top>0</top>
  1012. <width>690</width>
  1013. <height>40</height>
  1014. <font>Font_KeyboardKeys</font>
  1015. <textcolor>white</textcolor>
  1016. <align>right</align>
  1017. <aligny>center</aligny>
  1018. <label>$INFO[ListItem.Label]</label>
  1019. <visible>[Control.HasFocus(304) | Control.HasFocus(305)]</visible>
  1020. </control>
  1021. </focusedlayout>
  1022. <content>
  1023. <item id="19">
  1024. <label>$INFO[Skin.String(Menu_Custom4_Label)]</label>
  1025. <onclick>noop</onclick>
  1026. <icon>special://skin/backgrounds/custom.jpg</icon>
  1027. <thumb>$INFO[Skin.String(Menu_Custom4_Folder)]</thumb>
  1028. <visible>Skin.HasSetting(Menu_Custom4)</visible>
  1029. </item>
  1030. <item id="20">
  1031. <label>$INFO[Skin.String(Menu_Custom5_Label)]</label>
  1032. <onclick>noop</onclick>
  1033. <icon>special://skin/backgrounds/custom.jpg</icon>
  1034. <thumb>$INFO[Skin.String(Menu_Custom5_Folder)]</thumb>
  1035. <visible>Skin.HasSetting(Menu_Custom5)</visible>
  1036. </item>
  1037. <item id="21">
  1038. <label>$INFO[Skin.String(Menu_Custom6_Label)]</label>
  1039. <onclick>noop</onclick>
  1040. <icon>special://skin/backgrounds/custom.jpg</icon>
  1041. <thumb>$INFO[Skin.String(Menu_Custom6_Folder)]</thumb>
  1042. <visible>Skin.HasSetting(Menu_Custom6)</visible>
  1043. </item>
  1044. <item id="22">
  1045. <label>$INFO[Skin.String(Menu_Custom7_Label)]</label>
  1046. <onclick>noop</onclick>
  1047. <icon>special://skin/backgrounds/custom.jpg</icon>
  1048. <thumb>$INFO[Skin.String(Menu_Custom7_Folder)]</thumb>
  1049. <visible>Skin.HasSetting(Menu_Custom7)</visible>
  1050. </item>
  1051. <item id="23">
  1052. <label>$INFO[Skin.String(Menu_Custom8_Label)]</label>
  1053. <onclick>noop</onclick>
  1054. <icon>special://skin/backgrounds/custom.jpg</icon>
  1055. <thumb>$INFO[Skin.String(Menu_Custom8_Folder)]</thumb>
  1056. <visible>Skin.HasSetting(Menu_Custom8)</visible>
  1057. </item>
  1058. <item id="24">
  1059. <label>$INFO[Skin.String(Menu_Custom9_Label)]</label>
  1060. <onclick>noop</onclick>
  1061. <icon>special://skin/backgrounds/custom.jpg</icon>
  1062. <thumb>$INFO[Skin.String(Menu_Custom9_Folder)]</thumb>
  1063. <visible>Skin.HasSetting(Menu_Custom9)</visible>
  1064. </item>
  1065. <item id="25">
  1066. <label>$INFO[Skin.String(Menu_Custom10_Label)]</label>
  1067. <onclick>noop</onclick>
  1068. <icon>special://skin/backgrounds/custom.jpg</icon>
  1069. <thumb>$INFO[Skin.String(Menu_Custom10_Folder)]</thumb>
  1070. <visible>Skin.HasSetting(Menu_Custom10)</visible>
  1071. </item>
  1072. <item id="17">
  1073. <label>$INFO[Skin.String(Menu_Custom3_Label)]</label>
  1074. <onclick>noop</onclick>
  1075. <icon>special://skin/backgrounds/custom.jpg</icon>
  1076. <thumb>$INFO[Skin.String(Menu_Custom3_Folder)]</thumb>
  1077. <visible>Skin.HasSetting(Menu_Custom3)</visible>
  1078. </item>
  1079. <item id="16">
  1080. <label>$INFO[Skin.String(Menu_Custom2_Label)]</label>
  1081. <onclick>noop</onclick>
  1082. <icon>special://skin/backgrounds/custom.jpg</icon>
  1083. <thumb>$INFO[Skin.String(Menu_Custom2_Folder)]</thumb>
  1084. <visible>Skin.HasSetting(Menu_Custom2)</visible>
  1085. </item>
  1086. <item id="15">
  1087. <label>$INFO[Skin.String(Menu_Custom1_Label)]</label>
  1088. <onclick>noop</onclick>
  1089. <icon>special://skin/backgrounds/custom.jpg</icon>
  1090. <thumb>$INFO[Skin.String(Menu_Custom1_Folder)]</thumb>
  1091. <visible>Skin.HasSetting(Menu_Custom1)</visible>
  1092. </item>
  1093. <item id="1">
  1094. <label>3</label>
  1095. <!-- Videos -->
  1096. <onclick>noop</onclick>
  1097. <icon>special://skin/backgrounds/videos.jpg</icon>
  1098. <thumb>$INFO[Skin.String(CustomVideosFolder)]</thumb>
  1099. </item>
  1100. <item id="10">
  1101. <label>20342</label>
  1102. <!-- movies -->
  1103. <onclick>noop</onclick>
  1104. <icon>special://skin/backgrounds/movies.jpg</icon>
  1105. <thumb>$INFO[Skin.String(CustomMoviesFolder)]</thumb>
  1106. <visible>Library.HasContent(Movies)</visible>
  1107. </item>
  1108. <item id="4">
  1109. <label>$LOCALIZE[31280]</label>
  1110. <onclick>noop</onclick>
  1111. <icon>special://skin/backgrounds/programs.jpg</icon>
  1112. <thumb>$INFO[Skin.String(CustomGamesFolder)]</thumb>
  1113. </item>
  1114. <item id="11">
  1115. <label>20343</label>
  1116. <!-- tv shows -->
  1117. <onclick>noop</onclick>
  1118. <icon>special://skin/backgrounds/tvshows.jpg</icon>
  1119. <thumb>$INFO[Skin.String(CustomTVShowsFolder)]</thumb>
  1120. <visible>Library.HasContent(TVShows)</visible>
  1121. </item>
  1122. <item id="2">
  1123. <label>2</label>
  1124. <onclick>noop</onclick>
  1125. <icon>special://skin/backgrounds/music.jpg</icon>
  1126. <thumb>$INFO[Skin.String(CustomMusicFolder)]</thumb>
  1127. </item>
  1128. <item id="3">
  1129. <label>1</label>
  1130. <onclick>noop</onclick>
  1131. <icon>special://skin/backgrounds/pictures.jpg</icon>
  1132. <thumb>$INFO[Skin.String(CustomPicturesFolder)]</thumb>
  1133. </item>
  1134. <item id="5">
  1135. <label>8</label>
  1136. <onclick>noop</onclick>
  1137. <icon>special://skin/backgrounds/weather.jpg</icon>
  1138. <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
  1139. </item>
  1140. <item id="6">
  1141. <label>247</label>
  1142. <onclick>noop</onclick>
  1143. <icon>special://skin/backgrounds/addons.jpg</icon>
  1144. <thumb>$INFO[Skin.String(Home_Custom_Back_Scripts_Folder)]</thumb>
  1145. </item>
  1146. <item id="18">
  1147. <label>1036</label>
  1148. <onclick>noop</onclick>
  1149. <icon>special://skin/backgrounds/favourites.jpg</icon>
  1150. <thumb>$INFO[Skin.String(CustomfavouritesFolder)]</thumb>
  1151. </item>
  1152. <item id="7">
  1153. <label>13000</label>
  1154. <onclick>noop</onclick>
  1155. <icon>special://skin/backgrounds/settings.jpg</icon>
  1156. <thumb>$INFO[Skin.String(CustomSettingsFolder)]</thumb>
  1157. </item>
  1158. <item id="8">
  1159. <label>13005</label>
  1160. <onclick>noop</onclick>
  1161. <icon>special://skin/backgrounds/shutdown.jpg</icon>
  1162. <thumb>$INFO[Skin.String(Home_Custom_Back_Shutdown_Folder)]</thumb>
  1163. </item>
  1164. <item id="26">
  1165. <label>31502</label>
  1166. <onclick>noop</onclick>
  1167. <icon>special://skin/backgrounds/tv.jpg</icon>
  1168. <thumb>$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</thumb>
  1169. </item>
  1170. <item id="27">
  1171. <label>19021</label>
  1172. <onclick>noop</onclick>
  1173. <icon>special://skin/backgrounds/radio.jpg</icon>
  1174. <thumb>$INFO[Skin.String(Home_Custom_Back_Radio_Folder)]</thumb>
  1175. </item>
  1176. </content>
  1177. </control>
  1178. <control type="image">
  1179. <description>Unselected Menu Item Next Button</description>
  1180. <left>670</left>
  1181. <top>53</top>
  1182. <width>33</width>
  1183. <height>22</height>
  1184. <texture>scroll_down.png</texture>
  1185. <visible>!Control().Hasfocus(304)</visible>
  1186. </control>
  1187. <control type="image">
  1188. <description>Selected Menu Item Next Button</description>
  1189. <left>670</left>
  1190. <top>53</top>
  1191. <width>33</width>
  1192. <height>22</height>
  1193. <texture colordiffuse="mainblue">scroll_down.png</texture>
  1194. <visible>Control().Hasfocus(304)</visible>
  1195. </control>
  1196. <control type="image">
  1197. <description>Unselected Menu Item Prev Button</description>
  1198. <left>703</left>
  1199. <top>53</top>
  1200. <width>33</width>
  1201. <height>22</height>
  1202. <texture>scroll_up.png</texture>
  1203. <visible>!Control().Hasfocus(305)</visible>
  1204. </control>
  1205. <control type="image">
  1206. <description>Selected Menu Item Prev Button</description>
  1207. <left>703</left>
  1208. <top>53</top>
  1209. <width>33</width>
  1210. <height>22</height>
  1211. <texture colordiffuse="mainblue">scroll_up.png</texture>
  1212. <visible>Control().Hasfocus(305)</visible>
  1213. </control>
  1214. <control type="image">
  1215. <left>85</left>
  1216. <top>100</top>
  1217. <width>580</width>
  1218. <height>435</height>
  1219. <texture>black-back.png</texture>
  1220. </control>
  1221. <control type="group">
  1222. <left>95</left>
  1223. <top>110</top>
  1224. <control type="group">
  1225. <visible>Container(9003).HasFocus(1)</visible>
  1226. <control type="button" id="300">
  1227. <description>Single Image button</description>
  1228. <left>5</left>
  1229. <top>0</top>
  1230. <width>180</width>
  1231. <height>40</height>
  1232. <label>31113</label>
  1233. <font>font12caps_title</font>
  1234. <include>ButtonInfoDialogsCommonValues</include>
  1235. <onclick>Skin.SetImage(CustomVideosFolder)</onclick>
  1236. <onleft>302</onleft>
  1237. <onright>301</onright>
  1238. <onup>304</onup>
  1239. <ondown>304</ondown>
  1240. </control>
  1241. <control type="button" id="301">
  1242. <description>Multi Image button</description>
  1243. <left>190</left>
  1244. <top>0</top>
  1245. <width>180</width>
  1246. <height>40</height>
  1247. <label>31114</label>
  1248. <font>font12caps_title</font>
  1249. <include>ButtonInfoDialogsCommonValues</include>
  1250. <onclick>Skin.SetPath(CustomVideosFolder)</onclick>
  1251. <onleft>300</onleft>
  1252. <onright>302</onright>
  1253. <onup>304</onup>
  1254. <ondown>304</ondown>
  1255. </control>
  1256. <control type="button" id="302">
  1257. <description>Default Image button</description>
  1258. <left>375</left>
  1259. <top>0</top>
  1260. <width>180</width>
  1261. <height>40</height>
  1262. <label>571</label>
  1263. <font>font12caps_title</font>
  1264. <include>ButtonInfoDialogsCommonValues</include>
  1265. <onclick>Skin.Reset(CustomVideosFolder)</onclick>
  1266. <onleft>301</onleft>
  1267. <onright>300</onright>
  1268. <onup>304</onup>
  1269. <ondown>304</ondown>
  1270. </control>
  1271. </control>
  1272. <control type="group">
  1273. <visible>Container(9003).HasFocus(2)</visible>
  1274. <control type="button" id="300">
  1275. <description>Single Image button</description>
  1276. <left>5</left>
  1277. <top>0</top>
  1278. <width>180</width>
  1279. <height>40</height>
  1280. <label>31113</label>
  1281. <font>font12caps_title</font>
  1282. <include>ButtonInfoDialogsCommonValues</include>
  1283. <onclick>Skin.SetImage(CustomMusicFolder)</onclick>
  1284. <onleft>302</onleft>
  1285. <onright>301</onright>
  1286. <onup>304</onup>
  1287. <ondown>304</ondown>
  1288. </control>
  1289. <control type="button" id="301">
  1290. <description>Multi Image button</description>
  1291. <left>190</left>
  1292. <top>0</top>
  1293. <width>180</width>
  1294. <height>40</height>
  1295. <label>31114</label>
  1296. <font>font12caps_title</font>
  1297. <include>ButtonInfoDialogsCommonValues</include>
  1298. <onclick>Skin.SetPath(CustomMusicFolder)</onclick>
  1299. <onleft>300</onleft>
  1300. <onright>302</onright>
  1301. <onup>304</onup>
  1302. <ondown>304</ondown>
  1303. </control>
  1304. <control type="button" id="302">
  1305. <description>Default Image button</description>
  1306. <left>375</left>
  1307. <top>0</top>
  1308. <width>180</width>
  1309. <height>40</height>
  1310. <label>571</label>
  1311. <font>font12caps_title</font>
  1312. <include>ButtonInfoDialogsCommonValues</include>
  1313. <onclick>Skin.Reset(CustomMusicFolder)</onclick>
  1314. <onleft>301</onleft>
  1315. <onright>300</onright>
  1316. <onup>304</onup>
  1317. <ondown>304</ondown>
  1318. </control>
  1319. </control>
  1320. <control type="group">
  1321. <visible>Container(9003).HasFocus(3)</visible>
  1322. <control type="button" id="300">
  1323. <description>Single Image button</description>
  1324. <left>5</left>
  1325. <top>0</top>
  1326. <width>180</width>
  1327. <height>40</height>
  1328. <label>31113</label>
  1329. <font>font12caps_title</font>
  1330. <include>ButtonInfoDialogsCommonValues</include>
  1331. <onclick>Skin.SetImage(CustomPicturesFolder)</onclick>
  1332. <onleft>302</onleft>
  1333. <onright>301</onright>
  1334. <onup>304</onup>
  1335. <ondown>304</ondown>
  1336. </control>
  1337. <control type="button" id="301">
  1338. <description>Multi Image button</description>
  1339. <left>190</left>
  1340. <top>0</top>
  1341. <width>180</width>
  1342. <height>40</height>
  1343. <label>31114</label>
  1344. <font>font12caps_title</font>
  1345. <include>ButtonInfoDialogsCommonValues</include>
  1346. <onclick>Skin.SetPath(CustomPicturesFolder)</onclick>
  1347. <onleft>300</onleft>
  1348. <onright>302</onright>
  1349. <onup>304</onup>
  1350. <ondown>304</ondown>
  1351. </control>
  1352. <control type="button" id="302">
  1353. <description>Default Image button</description>
  1354. <left>375</left>
  1355. <top>0</top>
  1356. <width>180</width>
  1357. <height>40</height>
  1358. <label>571</label>
  1359. <font>font12caps_title</font>
  1360. <include>ButtonInfoDialogsCommonValues</include>
  1361. <onclick>Skin.Reset(CustomPicturesFolder)</onclick>
  1362. <onleft>301</onleft>
  1363. <onright>300</onright>
  1364. <onup>304</onup>
  1365. <ondown>304</ondown>
  1366. </control>
  1367. </control>
  1368. <control type="group">
  1369. <visible>Container(9003).HasFocus(4)</visible>
  1370. <control type="button" id="300">
  1371. <description>Single Image button</description>
  1372. <left>5</left>
  1373. <top>0</top>
  1374. <width>180</width>
  1375. <height>40</height>
  1376. <label>31113</label>
  1377. <font>font12caps_title</font>
  1378. <include>ButtonInfoDialogsCommonValues</include>
  1379. <onclick>Skin.SetImage(CustomHDMoviesFolder)</onclick>
  1380. <onleft>302</onleft>
  1381. <onright>301</onright>
  1382. <onup>304</onup>
  1383. <ondown>304</ondown>
  1384. </control>
  1385. <control type="button" id="301">
  1386. <description>Multi Image button</description>
  1387. <left>190</left>
  1388. <top>0</top>
  1389. <width>180</width>
  1390. <height>40</height>
  1391. <label>31114</label>
  1392. <font>font12caps_title</font>
  1393. <include>ButtonInfoDialogsCommonValues</include>
  1394. <onclick>Skin.SetPath(CustomHDMoviesFolder)</onclick>
  1395. <onleft>300</onleft>
  1396. <onright>302</onright>
  1397. <onup>304</onup>
  1398. <ondown>304</ondown>
  1399. </control>
  1400. <control type="button" id="302">
  1401. <description>Default Image button</description>
  1402. <left>375</left>
  1403. <top>0</top>
  1404. <width>180</width>
  1405. <height>40</height>
  1406. <label>571</label>
  1407. <font>font12caps_title</font>
  1408. <include>ButtonInfoDialogsCommonValues</include>
  1409. <onclick>Skin.Reset(CustomHDMoviesFolder)</onclick>
  1410. <onleft>301</onleft>
  1411. <onright>300</onright>
  1412. <onup>304</onup>
  1413. <ondown>304</ondown>
  1414. </control>
  1415. </control>
  1416. <control type="group">
  1417. <visible>Container(9003).HasFocus(5)</visible>
  1418. <control type="button" id="300">
  1419. <description>Single Image button</description>
  1420. <left>5</left>
  1421. <top>0</top>
  1422. <width>180</width>
  1423. <height>40</height>
  1424. <label>31113</label>
  1425. <font>font12caps_title</font>
  1426. <include>ButtonInfoDialogsCommonValues</include>
  1427. <onclick>Skin.SetImage(Home_Custom_Back_Weather_Folder)</onclick>
  1428. <onleft>302</onleft>
  1429. <onright>301</onright>
  1430. <onup>304</onup>
  1431. <ondown>304</ondown>
  1432. </control>
  1433. <control type="button" id="301">
  1434. <description>Multi Image button</description>
  1435. <left>190</left>
  1436. <top>0</top>
  1437. <width>180</width>
  1438. <height>40</height>
  1439. <label>31114</label>
  1440. <font>font12caps_title</font>
  1441. <include>ButtonInfoDialogsCommonValues</include>
  1442. <onclick>Skin.SetPath(Home_Custom_Back_Weather_Folder)</onclick>
  1443. <onleft>300</onleft>
  1444. <onright>302</onright>
  1445. <onup>304</onup>
  1446. <ondown>304</ondown>
  1447. </control>
  1448. <control type="button" id="302">
  1449. <description>Default Image button</description>
  1450. <left>375</left>
  1451. <top>0</top>
  1452. <width>180</width>
  1453. <height>40</height>
  1454. <label>571</label>
  1455. <font>font12caps_title</font>
  1456. <include>ButtonInfoDialogsCommonValues</include>
  1457. <onclick>Skin.Reset(Home_Custom_Back_Weather_Folder)</onclick>
  1458. <onleft>301</onleft>
  1459. <onright>300</onright>
  1460. <onup>304</onup>
  1461. <ondown>304</ondown>
  1462. </control>
  1463. </control>
  1464. <control type="group">
  1465. <visible>Container(9003).HasFocus(6)</visible>
  1466. <control type="button" id="300">
  1467. <description>Single Image button</description>
  1468. <left>5</left>
  1469. <top>0</top>
  1470. <width>180</width>
  1471. <height>40</height>
  1472. <label>31113</label>
  1473. <font>font12caps_title</font>
  1474. <include>ButtonInfoDialogsCommonValues</include>
  1475. <onclick>Skin.SetImage(CustomScriptsFolder)</onclick>
  1476. <onleft>302</onleft>
  1477. <onright>301</onright>
  1478. <onup>304</onup>
  1479. <ondown>304</ondown>
  1480. </control>
  1481. <control type="button" id="301">
  1482. <description>Multi Image button</description>
  1483. <left>190</left>
  1484. <top>0</top>
  1485. <width>180</width>
  1486. <height>40</height>
  1487. <label>31114</label>
  1488. <font>font12caps_title</font>
  1489. <include>ButtonInfoDialogsCommonValues</include>
  1490. <onclick>Skin.SetPath(CustomScriptsFolder)</onclick>
  1491. <onleft>300</onleft>
  1492. <onright>302</onright>
  1493. <onup>304</onup>
  1494. <ondown>304</ondown>
  1495. </control>
  1496. <control type="button" id="302">
  1497. <description>Default Image button</description>
  1498. <left>375</left>
  1499. <top>0</top>
  1500. <width>180</width>
  1501. <height>40</height>
  1502. <label>571</label>
  1503. <font>font12caps_title</font>
  1504. <include>ButtonInfoDialogsCommonValues</include>
  1505. <onclick>Skin.Reset(CustomScriptsFolder)</onclick>
  1506. <onleft>301</onleft>
  1507. <onright>300</onright>
  1508. <onup>304</onup>
  1509. <ondown>304</ondown>
  1510. </control>
  1511. </control>
  1512. <control type="group">
  1513. <visible>Container(9003).HasFocus(18)</visible>
  1514. <control type="button" id="300">
  1515. <description>Single Image button</description>
  1516. <left>5</left>
  1517. <top>0</top>
  1518. <width>180</width>
  1519. <height>40</height>
  1520. <label>31113</label>
  1521. <font>font12caps_title</font>
  1522. <include>ButtonInfoDialogsCommonValues</include>
  1523. <onclick>Skin.SetImage(CustomfavouritesFolder)</onclick>
  1524. <onleft>302</onleft>
  1525. <onright>301</onright>
  1526. <onup>304</onup>
  1527. <ondown>304</ondown>
  1528. </control>
  1529. <control type="button" id="301">
  1530. <description>Multi Image button</description>
  1531. <left>190</left>
  1532. <top>0</top>
  1533. <width>180</width>
  1534. <height>40</height>
  1535. <label>31114</label>
  1536. <font>font12caps_title</font>
  1537. <include>ButtonInfoDialogsCommonValues</include>
  1538. <onclick>Skin.SetPath(CustomfavouritesFolder)</onclick>
  1539. <onleft>300</onleft>
  1540. <onright>302</onright>
  1541. <onup>304</onup>
  1542. <ondown>304</ondown>
  1543. </control>
  1544. <control type="button" id="302">
  1545. <description>Default Image button</description>
  1546. <left>375</left>
  1547. <top>0</top>
  1548. <width>180</width>
  1549. <height>40</height>
  1550. <label>571</label>
  1551. <font>font12caps_title</font>
  1552. <include>ButtonInfoDialogsCommonValues</include>
  1553. <onclick>Skin.Reset(CustomfavouritesFolder)</onclick>
  1554. <onleft>301</onleft>
  1555. <onright>300</onright>
  1556. <onup>304</onup>
  1557. <ondown>304</ondown>
  1558. </control>
  1559. </control>
  1560. <control type="group">
  1561. <visible>Container(9003).HasFocus(7)</visible>
  1562. <control type="button" id="300">
  1563. <description>Single Image button</description>
  1564. <left>5</left>
  1565. <top>0</top>
  1566. <width>180</width>
  1567. <height>40</height>
  1568. <label>31113</label>
  1569. <font>font12caps_title</font>
  1570. <include>ButtonInfoDialogsCommonValues</include>
  1571. <onclick>Skin.SetImage(CustomSettingsFolder)</onclick>
  1572. <onleft>302</onleft>
  1573. <onright>301</onright>
  1574. <onup>304</onup>
  1575. <ondown>304</ondown>
  1576. </control>
  1577. <control type="button" id="301">
  1578. <description>Multi Image button</description>
  1579. <left>190</left>
  1580. <top>0</top>
  1581. <width>180</width>
  1582. <height>40</height>
  1583. <label>31114</label>
  1584. <font>font12caps_title</font>
  1585. <include>ButtonInfoDialogsCommonValues</include>
  1586. <onclick>Skin.SetPath(CustomSettingsFolder)</onclick>
  1587. <onleft>300</onleft>
  1588. <onright>302</onright>
  1589. <onup>304</onup>
  1590. <ondown>304</ondown>
  1591. </control>
  1592. <control type="button" id="302">
  1593. <description>Default Image button</description>
  1594. <left>375</left>
  1595. <top>0</top>
  1596. <width>180</width>
  1597. <height>40</height>
  1598. <label>571</label>
  1599. <font>font12caps_title</font>
  1600. <include>ButtonInfoDialogsCommonValues</include>
  1601. <onclick>Skin.Reset(CustomSettingsFolder)</onclick>
  1602. <onleft>301</onleft>
  1603. <onright>300</onright>
  1604. <onup>304</onup>
  1605. <ondown>304</ondown>
  1606. </control>
  1607. </control>
  1608. <control type="group">
  1609. <visible>Container(9003).HasFocus(8)</visible>
  1610. <control type="button" id="300">
  1611. <description>Single Image button</description>
  1612. <left>5</left>
  1613. <top>0</top>
  1614. <width>180</width>
  1615. <height>40</height>
  1616. <label>31113</label>
  1617. <font>font12caps_title</font>
  1618. <include>ButtonInfoDialogsCommonValues</include>
  1619. <onclick>Skin.SetImage(Home_Custom_Back_Shutdown_Folder)</onclick>
  1620. <onleft>302</onleft>
  1621. <onright>301</onright>
  1622. <onup>304</onup>
  1623. <ondown>304</ondown>
  1624. </control>
  1625. <control type="button" id="301">
  1626. <description>Multi Image button</description>
  1627. <left>190</left>
  1628. <top>0</top>
  1629. <width>180</width>
  1630. <height>40</height>
  1631. <label>31114</label>
  1632. <font>font12caps_title</font>
  1633. <include>ButtonInfoDialogsCommonValues</include>
  1634. <onclick>Skin.SetPath(Home_Custom_Back_Shutdown_Folder)</onclick>
  1635. <onleft>300</onleft>
  1636. <onright>302</onright>
  1637. <onup>304</onup>
  1638. <ondown>304</ondown>
  1639. </control>
  1640. <control type="button" id="302">
  1641. <description>Default Image button</description>
  1642. <left>375</left>
  1643. <top>0</top>
  1644. <width>180</width>
  1645. <height>40</height>
  1646. <label>571</label>
  1647. <font>font12caps_title</font>
  1648. <include>ButtonInfoDialogsCommonValues</include>
  1649. <onclick>Skin.Reset(Home_Custom_Back_Shutdown_Folder)</onclick>
  1650. <onleft>301</onleft>
  1651. <onright>300</onright>
  1652. <onup>304</onup>
  1653. <ondown>304</ondown>
  1654. </control>
  1655. </control>
  1656. <control type="group">
  1657. <visible>Container(9003).HasFocus(10)</visible>
  1658. <control type="button" id="300">
  1659. <description>Single Image button</description>
  1660. <left>5</left>
  1661. <top>0</top>
  1662. <width>180</width>
  1663. <height>40</height>
  1664. <label>31113</label>
  1665. <font>font12caps_title</font>
  1666. <include>ButtonInfoDialogsCommonValues</include>
  1667. <onclick>Skin.SetImage(CustomMoviesFolder)</onclick>
  1668. <onleft>302</onleft>
  1669. <onright>301</onright>
  1670. <onup>304</onup>
  1671. <ondown>304</ondown>
  1672. </control>
  1673. <control type="button" id="301">
  1674. <description>Multi Image button</description>
  1675. <left>190</left>
  1676. <top>0</top>
  1677. <width>180</width>
  1678. <height>40</height>
  1679. <label>31114</label>
  1680. <font>font12caps_title</font>
  1681. <include>ButtonInfoDialogsCommonValues</include>
  1682. <onclick>Skin.SetPath(CustomMoviesFolder)</onclick>
  1683. <onleft>300</onleft>
  1684. <onright>302</onright>
  1685. <onup>304</onup>
  1686. <ondown>304</ondown>
  1687. </control>
  1688. <control type="button" id="302">
  1689. <description>Default Image button</description>
  1690. <left>375</left>
  1691. <top>0</top>
  1692. <width>180</width>
  1693. <height>40</height>
  1694. <label>571</label>
  1695. <font>font12caps_title</font>
  1696. <include>ButtonInfoDialogsCommonValues</include>
  1697. <onclick>Skin.Reset(CustomMoviesFolder)</onclick>
  1698. <onleft>301</onleft>
  1699. <onright>300</onright>
  1700. <onup>304</onup>
  1701. <ondown>304</ondown>
  1702. </control>
  1703. </control>
  1704. <control type="group">
  1705. <visible>Container(9003).HasFocus(11)</visible>
  1706. <control type="button" id="300">
  1707. <description>Single Image button</description>
  1708. <left>5</left>
  1709. <top>0</top>
  1710. <width>180</width>
  1711. <height>40</height>
  1712. <label>31113</label>
  1713. <font>font12caps_title</font>
  1714. <include>ButtonInfoDialogsCommonValues</include>
  1715. <onclick>Skin.SetImage(CustomTVShowsFolder)</onclick>
  1716. <onleft>302</onleft>
  1717. <onright>301</onright>
  1718. <onup>304</onup>
  1719. <ondown>304</ondown>
  1720. </control>
  1721. <control type="button" id="301">
  1722. <description>Multi Image button</description>
  1723. <left>190</left>
  1724. <top>0</top>
  1725. <width>180</width>
  1726. <height>40</height>
  1727. <label>31114</label>
  1728. <font>font12caps_title</font>
  1729. <include>ButtonInfoDialogsCommonValues</include>
  1730. <onclick>Skin.SetPath(CustomTVShowsFolder)</onclick>
  1731. <onleft>300</onleft>
  1732. <onright>302</onright>
  1733. <onup>304</onup>
  1734. <ondown>304</ondown>
  1735. </control>
  1736. <control type="button" id="302">
  1737. <description>Default Image button</description>
  1738. <left>375</left>
  1739. <top>0</top>
  1740. <width>180</width>
  1741. <height>40</height>
  1742. <label>571</label>
  1743. <font>font12caps_title</font>
  1744. <include>ButtonInfoDialogsCommonValues</include>
  1745. <onclick>Skin.Reset(CustomTVShowsFolder)</onclick>
  1746. <onleft>301</onleft>
  1747. <onright>300</onright>
  1748. <onup>304</onup>
  1749. <ondown>304</ondown>
  1750. </control>
  1751. </control>
  1752. <control type="group">
  1753. <visible>Container(9003).HasFocus(15)</visible>
  1754. <control type="button" id="300">
  1755. <description>Single Image button</description>
  1756. <left>5</left>
  1757. <top>0</top>
  1758. <width>180</width>
  1759. <height>40</height>
  1760. <label>31113</label>
  1761. <font>font12caps_title</font>
  1762. <include>ButtonInfoDialogsCommonValues</include>
  1763. <onclick>Skin.SetImage(Menu_Custom1_Folder)</onclick>
  1764. <onleft>302</onleft>
  1765. <onright>301</onright>
  1766. <onup>304</onup>
  1767. <ondown>304</ondown>
  1768. </control>
  1769. <control type="button" id="301">
  1770. <description>Multi Image button</description>
  1771. <left>190</left>
  1772. <top>0</top>
  1773. <width>180</width>
  1774. <height>40</height>
  1775. <label>31114</label>
  1776. <font>font12caps_title</font>
  1777. <include>ButtonInfoDialogsCommonValues</include>
  1778. <onclick>Skin.SetPath(Menu_Custom1_Folder)</onclick>
  1779. <onleft>300</onleft>
  1780. <onright>302</onright>
  1781. <onup>304</onup>
  1782. <ondown>304</ondown>
  1783. </control>
  1784. <control type="button" id="302">
  1785. <description>Default Image button</description>
  1786. <left>375</left>
  1787. <top>0</top>
  1788. <width>180</width>
  1789. <height>40</height>
  1790. <label>571</label>
  1791. <font>font12caps_title</font>
  1792. <include>ButtonInfoDialogsCommonValues</include>
  1793. <onclick>Skin.Reset(Menu_Custom1_Folder)</onclick>
  1794. <onleft>301</onleft>
  1795. <onright>300</onright>
  1796. <onup>304</onup>
  1797. <ondown>304</ondown>
  1798. </control>
  1799. </control>
  1800. <control type="group">
  1801. <visible>Container(9003).HasFocus(16)</visible>
  1802. <control type="button" id="300">
  1803. <description>Single Image button</description>
  1804. <left>5</left>
  1805. <top>0</top>
  1806. <width>180</width>
  1807. <height>40</height>
  1808. <label>31113</label>
  1809. <font>font12caps_title</font>
  1810. <include>ButtonInfoDialogsCommonValues</include>
  1811. <onclick>Skin.SetImage(Menu_Custom2_Folder)</onclick>
  1812. <onleft>302</onleft>
  1813. <onright>301</onright>
  1814. <onup>304</onup>
  1815. <ondown>304</ondown>
  1816. </control>
  1817. <control type="button" id="301">
  1818. <description>Multi Image button</description>
  1819. <left>190</left>
  1820. <top>0</top>
  1821. <width>180</width>
  1822. <height>40</height>
  1823. <label>31114</label>
  1824. <font>font12caps_title</font>
  1825. <include>ButtonInfoDialogsCommonValues</include>
  1826. <onclick>Skin.SetPath(Menu_Custom2_Folder)</onclick>
  1827. <onleft>300</onleft>
  1828. <onright>302</onright>
  1829. <onup>304</onup>
  1830. <ondown>304</ondown>
  1831. </control>
  1832. <control type="button" id="302">
  1833. <description>Default Image button</description>
  1834. <left>375</left>
  1835. <top>0</top>
  1836. <width>180</width>
  1837. <height>40</height>
  1838. <label>571</label>
  1839. <font>font12caps_title</font>
  1840. <include>ButtonInfoDialogsCommonValues</include>
  1841. <onclick>Skin.Reset(Menu_Custom2_Folder)</onclick>
  1842. <onleft>301</onleft>
  1843. <onright>300</onright>
  1844. <onup>304</onup>
  1845. <ondown>304</ondown>
  1846. </control>
  1847. </control>
  1848. <control type="group">
  1849. <visible>Container(9003).HasFocus(17)</visible>
  1850. <control type="button" id="300">
  1851. <description>Single Image button</description>
  1852. <left>5</left>
  1853. <top>0</top>
  1854. <width>180</width>
  1855. <height>40</height>
  1856. <label>31113</label>
  1857. <font>font12caps_title</font>
  1858. <include>ButtonInfoDialogsCommonValues</include>
  1859. <onclick>Skin.SetImage(Menu_Custom3_Folder)</onclick>
  1860. <onleft>302</onleft>
  1861. <onright>301</onright>
  1862. <onup>304</onup>
  1863. <ondown>304</ondown>
  1864. </control>
  1865. <control type="button" id="301">
  1866. <description>Multi Image button</description>
  1867. <left>190</left>
  1868. <top>0</top>
  1869. <width>180</width>
  1870. <height>40</height>
  1871. <label>31114</label>
  1872. <font>font12caps_title</font>
  1873. <include>ButtonInfoDialogsCommonValues</include>
  1874. <onclick>Skin.SetPath(Menu_Custom3_Folder)</onclick>
  1875. <onleft>300</onleft>
  1876. <onright>302</onright>
  1877. <onup>304</onup>
  1878. <ondown>304</ondown>
  1879. </control>
  1880. <control type="button" id="302">
  1881. <description>Default Image button</description>
  1882. <left>375</left>
  1883. <top>0</top>
  1884. <width>180</width>
  1885. <height>40</height>
  1886. <label>571</label>
  1887. <font>font12caps_title</font>
  1888. <include>ButtonInfoDialogsCommonValues</include>
  1889. <onclick>Skin.Reset(Menu_Custom3_Folder)</onclick>
  1890. <onleft>301</onleft>
  1891. <onright>300</onright>
  1892. <onup>304</onup>
  1893. <ondown>304</ondown>
  1894. </control>
  1895. </control>
  1896. <control type="group">
  1897. <visible>Container(9003).HasFocus(19)</visible>
  1898. <control type="button" id="300">
  1899. <description>Single Image button</description>
  1900. <left>5</left>
  1901. <top>0</top>
  1902. <width>180</width>
  1903. <height>40</height>
  1904. <label>31113</label>
  1905. <font>font12caps_title</font>
  1906. <include>ButtonInfoDialogsCommonValues</include>
  1907. <onclick>Skin.SetImage(Menu_Custom4_Folder)</onclick>
  1908. <onleft>302</onleft>
  1909. <onright>301</onright>
  1910. <onup>304</onup>
  1911. <ondown>304</ondown>
  1912. </control>
  1913. <control type="button" id="301">
  1914. <description>Multi Image button</description>
  1915. <left>190</left>
  1916. <top>0</top>
  1917. <width>180</width>
  1918. <height>40</height>
  1919. <label>31114</label>
  1920. <font>font12caps_title</font>
  1921. <include>ButtonInfoDialogsCommonValues</include>
  1922. <onclick>Skin.SetPath(Menu_Custom4_Folder)</onclick>
  1923. <onleft>300</onleft>
  1924. <onright>302</onright>
  1925. <onup>304</onup>
  1926. <ondown>304</ondown>
  1927. </control>
  1928. <control type="button" id="302">
  1929. <description>Default Image button</description>
  1930. <left>375</left>
  1931. <top>0</top>
  1932. <width>180</width>
  1933. <height>40</height>
  1934. <label>571</label>
  1935. <font>font12caps_title</font>
  1936. <include>ButtonInfoDialogsCommonValues</include>
  1937. <onclick>Skin.Reset(Menu_Custom4_Folder)</onclick>
  1938. <onleft>301</onleft>
  1939. <onright>300</onright>
  1940. <onup>304</onup>
  1941. <ondown>304</ondown>
  1942. </control>
  1943. </control>
  1944. <control type="group">
  1945. <visible>Container(9003).HasFocus(20)</visible>
  1946. <control type="button" id="300">
  1947. <description>Single Image button</description>
  1948. <left>5</left>
  1949. <top>0</top>
  1950. <width>180</width>
  1951. <height>40</height>
  1952. <label>31113</label>
  1953. <font>font12caps_title</font>
  1954. <include>ButtonInfoDialogsCommonValues</include>
  1955. <onclick>Skin.SetImage(Menu_Custom5_Folder)</onclick>
  1956. <onleft>302</onleft>
  1957. <onright>301</onright>
  1958. <onup>304</onup>
  1959. <ondown>304</ondown>
  1960. </control>
  1961. <control type="button" id="301">
  1962. <description>Multi Image button</description>
  1963. <left>190</left>
  1964. <top>0</top>
  1965. <width>180</width>
  1966. <height>40</height>
  1967. <label>31114</label>
  1968. <font>font12caps_title</font>
  1969. <include>ButtonInfoDialogsCommonValues</include>
  1970. <onclick>Skin.SetPath(Menu_Custom5_Folder)</onclick>
  1971. <onleft>300</onleft>
  1972. <onright>302</onright>
  1973. <onup>304</onup>
  1974. <ondown>304</ondown>
  1975. </control>
  1976. <control type="button" id="302">
  1977. <description>Default Image button</description>
  1978. <left>375</left>
  1979. <top>0</top>
  1980. <width>180</width>
  1981. <height>40</height>
  1982. <label>571</label>
  1983. <font>font12caps_title</font>
  1984. <include>ButtonInfoDialogsCommonValues</include>
  1985. <onclick>Skin.Reset(Menu_Custom5_Folder)</onclick>
  1986. <onleft>301</onleft>
  1987. <onright>300</onright>
  1988. <onup>304</onup>
  1989. <ondown>304</ondown>
  1990. </control>
  1991. </control>
  1992. <control type="group">
  1993. <visible>Container(9003).HasFocus(21)</visible>
  1994. <control type="button" id="300">
  1995. <description>Single Image button</description>
  1996. <left>5</left>
  1997. <top>0</top>
  1998. <width>180</width>
  1999. <height>40</height>
  2000. <label>31113</label>
  2001. <font>font12caps_title</font>
  2002. <include>ButtonInfoDialogsCommonValues</include>
  2003. <onclick>Skin.SetImage(Menu_Custom6_Folder)</onclick>
  2004. <onleft>302</onleft>
  2005. <onright>301</onright>
  2006. <onup>304</onup>
  2007. <ondown>304</ondown>
  2008. </control>
  2009. <control type="button" id="301">
  2010. <description>Multi Image button</description>
  2011. <left>190</left>
  2012. <top>0</top>
  2013. <width>180</width>
  2014. <height>40</height>
  2015. <label>31114</label>
  2016. <font>font12caps_title</font>
  2017. <include>ButtonInfoDialogsCommonValues</include>
  2018. <onclick>Skin.SetPath(Menu_Custom6_Folder)</onclick>
  2019. <onleft>300</onleft>
  2020. <onright>302</onright>
  2021. <onup>304</onup>
  2022. <ondown>304</ondown>
  2023. </control>
  2024. <control type="button" id="302">
  2025. <description>Default Image button</description>
  2026. <left>375</left>
  2027. <top>0</top>
  2028. <width>180</width>
  2029. <height>40</height>
  2030. <label>571</label>
  2031. <font>font12caps_title</font>
  2032. <include>ButtonInfoDialogsCommonValues</include>
  2033. <onclick>Skin.Reset(Menu_Custom6_Folder)</onclick>
  2034. <onleft>301</onleft>
  2035. <onright>300</onright>
  2036. <onup>304</onup>
  2037. <ondown>304</ondown>
  2038. </control>
  2039. </control>
  2040. <control type="group">
  2041. <visible>Container(9003).HasFocus(22)</visible>
  2042. <control type="button" id="300">
  2043. <description>Single Image button</description>
  2044. <left>5</left>
  2045. <top>0</top>
  2046. <width>180</width>
  2047. <height>40</height>
  2048. <label>31113</label>
  2049. <font>font12caps_title</font>
  2050. <include>ButtonInfoDialogsCommonValues</include>
  2051. <onclick>Skin.SetImage(Menu_Custom7_Folder)</onclick>
  2052. <onleft>302</onleft>
  2053. <onright>301</onright>
  2054. <onup>304</onup>
  2055. <ondown>304</ondown>
  2056. </control>
  2057. <control type="button" id="301">
  2058. <description>Multi Image button</description>
  2059. <left>190</left>
  2060. <top>0</top>
  2061. <width>180</width>
  2062. <height>40</height>
  2063. <label>31114</label>
  2064. <font>font12caps_title</font>
  2065. <include>ButtonInfoDialogsCommonValues</include>
  2066. <onclick>Skin.SetPath(Menu_Custom7_Folder)</onclick>
  2067. <onleft>300</onleft>
  2068. <onright>302</onright>
  2069. <onup>304</onup>
  2070. <ondown>304</ondown>
  2071. </control>
  2072. <control type="button" id="302">
  2073. <description>Default Image button</description>
  2074. <left>375</left>
  2075. <top>0</top>
  2076. <width>180</width>
  2077. <height>40</height>
  2078. <label>571</label>
  2079. <font>font12caps_title</font>
  2080. <include>ButtonInfoDialogsCommonValues</include>
  2081. <onclick>Skin.Reset(Menu_Custom7_Folder)</onclick>
  2082. <onleft>301</onleft>
  2083. <onright>300</onright>
  2084. <onup>304</onup>
  2085. <ondown>304</ondown>
  2086. </control>
  2087. </control>
  2088. <control type="group">
  2089. <visible>Container(9003).HasFocus(23)</visible>
  2090. <control type="button" id="300">
  2091. <description>Single Image button</description>
  2092. <left>5</left>
  2093. <top>0</top>
  2094. <width>180</width>
  2095. <height>40</height>
  2096. <label>31113</label>
  2097. <font>font12caps_title</font>
  2098. <include>ButtonInfoDialogsCommonValues</include>
  2099. <onclick>Skin.SetImage(Menu_Custom8_Folder)</onclick>
  2100. <onleft>302</onleft>
  2101. <onright>301</onright>
  2102. <onup>304</onup>
  2103. <ondown>304</ondown>
  2104. </control>
  2105. <control type="button" id="301">
  2106. <description>Multi Image button</description>
  2107. <left>190</left>
  2108. <top>0</top>
  2109. <width>180</width>
  2110. <height>40</height>
  2111. <label>31114</label>
  2112. <font>font12caps_title</font>
  2113. <include>ButtonInfoDialogsCommonValues</include>
  2114. <onclick>Skin.SetPath(Menu_Custom8_Folder)</onclick>
  2115. <onleft>300</onleft>
  2116. <onright>302</onright>
  2117. <onup>304</onup>
  2118. <ondown>304</ondown>
  2119. </control>
  2120. <control type="button" id="302">
  2121. <description>Default Image button</description>
  2122. <left>375</left>
  2123. <top>0</top>
  2124. <width>180</width>
  2125. <height>40</height>
  2126. <label>571</label>
  2127. <font>font12caps_title</font>
  2128. <include>ButtonInfoDialogsCommonValues</include>
  2129. <onclick>Skin.Reset(Menu_Custom8_Folder)</onclick>
  2130. <onleft>301</onleft>
  2131. <onright>300</onright>
  2132. <onup>304</onup>
  2133. <ondown>304</ondown>
  2134. </control>
  2135. </control>
  2136. <control type="group">
  2137. <visible>Container(9003).HasFocus(24)</visible>
  2138. <control type="button" id="300">
  2139. <description>Single Image button</description>
  2140. <left>5</left>
  2141. <top>0</top>
  2142. <width>180</width>
  2143. <height>40</height>
  2144. <label>31113</label>
  2145. <font>font12caps_title</font>
  2146. <include>ButtonInfoDialogsCommonValues</include>
  2147. <onclick>Skin.SetImage(Menu_Custom9_Folder)</onclick>
  2148. <onleft>302</onleft>
  2149. <onright>301</onright>
  2150. <onup>304</onup>
  2151. <ondown>304</ondown>
  2152. </control>
  2153. <control type="button" id="301">
  2154. <description>Multi Image button</description>
  2155. <left>190</left>
  2156. <top>0</top>
  2157. <width>180</width>
  2158. <height>40</height>
  2159. <label>31114</label>
  2160. <font>font12caps_title</font>
  2161. <include>ButtonInfoDialogsCommonValues</include>
  2162. <onclick>Skin.SetPath(Menu_Custom9_Folder)</onclick>
  2163. <onleft>300</onleft>
  2164. <onright>302</onright>
  2165. <onup>304</onup>
  2166. <ondown>304</ondown>
  2167. </control>
  2168. <control type="button" id="302">
  2169. <description>Default Image button</description>
  2170. <left>375</left>
  2171. <top>0</top>
  2172. <width>180</width>
  2173. <height>40</height>
  2174. <label>571</label>
  2175. <font>font12caps_title</font>
  2176. <include>ButtonInfoDialogsCommonValues</include>
  2177. <onclick>Skin.Reset(Menu_Custom9_Folder)</onclick>
  2178. <onleft>301</onleft>
  2179. <onright>300</onright>
  2180. <onup>304</onup>
  2181. <ondown>304</ondown>
  2182. </control>
  2183. </control>
  2184. <control type="group">
  2185. <visible>Container(9003).HasFocus(25)</visible>
  2186. <control type="button" id="300">
  2187. <description>Single Image button</description>
  2188. <left>5</left>
  2189. <top>0</top>
  2190. <width>180</width>
  2191. <height>40</height>
  2192. <label>31113</label>
  2193. <font>font12caps_title</font>
  2194. <include>ButtonInfoDialogsCommonValues</include>
  2195. <onclick>Skin.SetImage(Menu_Custom10_Folder)</onclick>
  2196. <onleft>302</onleft>
  2197. <onright>301</onright>
  2198. <onup>304</onup>
  2199. <ondown>304</ondown>
  2200. </control>
  2201. <control type="button" id="301">
  2202. <description>Multi Image button</description>
  2203. <left>190</left>
  2204. <top>0</top>
  2205. <width>180</width>
  2206. <height>40</height>
  2207. <label>31114</label>
  2208. <font>font12caps_title</font>
  2209. <include>ButtonInfoDialogsCommonValues</include>
  2210. <onclick>Skin.SetPath(Menu_Custom10_Folder)</onclick>
  2211. <onleft>300</onleft>
  2212. <onright>302</onright>
  2213. <onup>304</onup>
  2214. <ondown>304</ondown>
  2215. </control>
  2216. <control type="button" id="302">
  2217. <description>Default Image button</description>
  2218. <left>375</left>
  2219. <top>0</top>
  2220. <width>180</width>
  2221. <height>40</height>
  2222. <label>571</label>
  2223. <font>font12caps_title</font>
  2224. <include>ButtonInfoDialogsCommonValues</include>
  2225. <onclick>Skin.Reset(Menu_Custom10_Folder)</onclick>
  2226. <onleft>301</onleft>
  2227. <onright>300</onright>
  2228. <onup>304</onup>
  2229. <ondown>304</ondown>
  2230. </control>
  2231. </control>
  2232. <control type="group">
  2233. <visible>Container(9003).HasFocus(26)</visible>
  2234. <control type="button" id="300">
  2235. <description>Single Image button</description>
  2236. <left>5</left>
  2237. <top>0</top>
  2238. <width>180</width>
  2239. <height>40</height>
  2240. <label>31113</label>
  2241. <font>font12caps_title</font>
  2242. <include>ButtonInfoDialogsCommonValues</include>
  2243. <onclick>Skin.SetImage(Home_Custom_Back_TV_Folder)</onclick>
  2244. <onleft>302</onleft>
  2245. <onright>301</onright>
  2246. <onup>304</onup>
  2247. <ondown>304</ondown>
  2248. </control>
  2249. <control type="button" id="301">
  2250. <description>Multi Image button</description>
  2251. <left>190</left>
  2252. <top>0</top>
  2253. <width>180</width>
  2254. <height>40</height>
  2255. <label>31114</label>
  2256. <font>font12caps_title</font>
  2257. <include>ButtonInfoDialogsCommonValues</include>
  2258. <onclick>Skin.SetPath(Home_Custom_Back_TV_Folder)</onclick>
  2259. <onleft>300</onleft>
  2260. <onright>302</onright>
  2261. <onup>304</onup>
  2262. <ondown>304</ondown>
  2263. </control>
  2264. <control type="button" id="302">
  2265. <description>Default Image button</description>
  2266. <left>375</left>
  2267. <top>0</top>
  2268. <width>180</width>
  2269. <height>40</height>
  2270. <label>571</label>
  2271. <font>font12caps_title</font>
  2272. <include>ButtonInfoDialogsCommonValues</include>
  2273. <onclick>Skin.Reset(Home_Custom_Back_TV_Folder)</onclick>
  2274. <onleft>301</onleft>
  2275. <onright>300</onright>
  2276. <onup>304</onup>
  2277. <ondown>304</ondown>
  2278. </control>
  2279. </control>
  2280. <control type="group">
  2281. <visible>Container(9003).HasFocus(27)</visible>
  2282. <control type="button" id="300">
  2283. <description>Single Image button</description>
  2284. <left>5</left>
  2285. <top>0</top>
  2286. <width>180</width>
  2287. <height>40</height>
  2288. <label>31113</label>
  2289. <font>font12caps_title</font>
  2290. <include>ButtonInfoDialogsCommonValues</include>
  2291. <onclick>Skin.SetImage(Home_Custom_Back_Radio_Folder)</onclick>
  2292. <onleft>302</onleft>
  2293. <onright>301</onright>
  2294. <onup>304</onup>
  2295. <ondown>304</ondown>
  2296. </control>
  2297. <control type="button" id="301">
  2298. <description>Multi Image button</description>
  2299. <left>190</left>
  2300. <top>0</top>
  2301. <width>180</width>
  2302. <height>40</height>
  2303. <label>31114</label>
  2304. <font>font12caps_title</font>
  2305. <include>ButtonInfoDialogsCommonValues</include>
  2306. <onclick>Skin.SetPath(Home_Custom_Back_Radio_Folder)</onclick>
  2307. <onleft>300</onleft>
  2308. <onright>302</onright>
  2309. <onup>304</onup>
  2310. <ondown>304</ondown>
  2311. </control>
  2312. <control type="button" id="302">
  2313. <description>Default Image button</description>
  2314. <left>375</left>
  2315. <top>0</top>
  2316. <width>180</width>
  2317. <height>40</height>
  2318. <label>571</label>
  2319. <font>font12caps_title</font>
  2320. <include>ButtonInfoDialogsCommonValues</include>
  2321. <onclick>Skin.Reset(Home_Custom_Back_Radio_Folder)</onclick>
  2322. <onleft>301</onleft>
  2323. <onright>300</onright>
  2324. <onup>304</onup>
  2325. <ondown>304</ondown>
  2326. </control>
  2327. </control>
  2328. </control>
  2329. <control type="multiimage">
  2330. <left>100</left>
  2331. <top>170</top>
  2332. <width>550</width>
  2333. <height>316</height>
  2334. <imagepath background="true">$INFO[Container(9003).ListItem.Icon]</imagepath>
  2335. <timeperimage>6000</timeperimage>
  2336. <randomize>true</randomize>
  2337. <fadetime>500</fadetime>
  2338. </control>
  2339. <control type="label">
  2340. <left>95</left>
  2341. <top>500</top>
  2342. <width>560</width>
  2343. <height>20</height>
  2344. <align>center</align>
  2345. <aligny>center</aligny>
  2346. <font>Font_Neon_16</font>
  2347. <haspath>yes</haspath>
  2348. <label fallback="571">$INFO[Container(9003).ListItem.Thumb]</label>
  2349. <textcolor>white</textcolor>
  2350. </control>
  2351. </control>
  2352. <control type="group">
  2353. <control type="grouplist" id="9004">
  2354. <visible>Container(9000).Hasfocus(4)</visible>
  2355. <left>271</left>
  2356. <top>70</top>
  2357. <width>798</width>
  2358. <height>530</height>
  2359. <itemgap>-1</itemgap>
  2360. <pagecontrol>61</pagecontrol>
  2361. <onleft>9000</onleft>
  2362. <onright>61</onright>
  2363. <onup>9004</onup>
  2364. <ondown>9004</ondown>
  2365. <control type="label" id="400">
  2366. <width>740</width>
  2367. <height>45</height>
  2368. <font>Font_Neon_20</font>
  2369. <textoffsetx>15</textoffsetx>
  2370. <label>$LOCALIZE[31018]</label>
  2371. <textcolor>mainblue</textcolor>
  2372. <align>left</align>
  2373. <aligny>center</aligny>
  2374. </control>
  2375. <control type="radiobutton" id="401">
  2376. <include>skin_settings_labels</include>
  2377. <label>$LOCALIZE[31119] 1</label>
  2378. <onclick>Skin.ToggleSetting(HomeScriptButton1)</onclick>
  2379. <selected>Skin.HasSetting(HomeScriptButton1)</selected>
  2380. </control>
  2381. <control type="button" id="402">
  2382. <include>skin_settings_button</include>
  2383. <label> - $LOCALIZE[31120]</label>
  2384. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton1_label)][/COLOR]</label2>
  2385. <onclick>Skin.SetString(HomeScriptButton1_label)</onclick>
  2386. <visible>Skin.HasSetting(HomeScriptButton1)</visible>
  2387. </control>
  2388. <control type="button" id="403">
  2389. <include>skin_settings_button</include>
  2390. <label> - $LOCALIZE[31121]</label>
  2391. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton1_Path)][/COLOR]</label2>
  2392. <textcolor>grey2</textcolor>
  2393. <onclick>Skin.SetAddon(HomeScriptButton1_Path,xbmc.python.script)</onclick>
  2394. <visible>Skin.HasSetting(HomeScriptButton1)</visible>
  2395. </control>
  2396. <control type="radiobutton" id="404">
  2397. <include>skin_settings_labels</include>
  2398. <label>$LOCALIZE[31119] 2</label>
  2399. <onclick>Skin.ToggleSetting(HomeScriptButton2)</onclick>
  2400. <selected>Skin.HasSetting(HomeScriptButton2)</selected>
  2401. </control>
  2402. <control type="button" id="405">
  2403. <include>skin_settings_button</include>
  2404. <label> - $LOCALIZE[31120]</label>
  2405. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton2_label)][/COLOR]</label2>
  2406. <onclick>Skin.SetString(HomeScriptButton2_label)</onclick>
  2407. <visible>Skin.HasSetting(HomeScriptButton2)</visible>
  2408. </control>
  2409. <control type="button" id="406">
  2410. <include>skin_settings_button</include>
  2411. <label> - $LOCALIZE[31121]</label>
  2412. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton2_Path)][/COLOR]</label2>
  2413. <onclick>Skin.SetAddon(HomeScriptButton2_Path,xbmc.python.script)</onclick>
  2414. <visible>Skin.HasSetting(HomeScriptButton2)</visible>
  2415. </control>
  2416. <control type="radiobutton" id="407">
  2417. <include>skin_settings_labels</include>
  2418. <label>$LOCALIZE[31119] 3</label>
  2419. <onclick>Skin.ToggleSetting(HomeScriptButton3)</onclick>
  2420. <selected>Skin.HasSetting(HomeScriptButton3)</selected>
  2421. </control>
  2422. <control type="button" id="408">
  2423. <include>skin_settings_button</include>
  2424. <label> - $LOCALIZE[31120]</label>
  2425. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton3_label)][/COLOR]</label2>
  2426. <onclick>Skin.SetString(HomeScriptButton3_label)</onclick>
  2427. <visible>Skin.HasSetting(HomeScriptButton3)</visible>
  2428. </control>
  2429. <control type="button" id="409">
  2430. <include>skin_settings_button</include>
  2431. <label> - $LOCALIZE[31121]</label>
  2432. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton3_Path)][/COLOR]</label2>
  2433. <onclick>Skin.SetAddon(HomeScriptButton3_Path,xbmc.python.script)</onclick>
  2434. <visible>Skin.HasSetting(HomeScriptButton3)</visible>
  2435. </control>
  2436. <control type="radiobutton" id="410">
  2437. <include>skin_settings_labels</include>
  2438. <label>$LOCALIZE[31119] 4</label>
  2439. <onclick>Skin.ToggleSetting(HomeScriptButton4)</onclick>
  2440. <selected>Skin.HasSetting(HomeScriptButton4)</selected>
  2441. </control>
  2442. <control type="button" id="411">
  2443. <include>skin_settings_button</include>
  2444. <label> - $LOCALIZE[31120]</label>
  2445. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton4_label)][/COLOR]</label2>
  2446. <onclick>Skin.SetString(HomeScriptButton4_label)</onclick>
  2447. <visible>Skin.HasSetting(HomeScriptButton4)</visible>
  2448. </control>
  2449. <control type="button" id="412">
  2450. <include>skin_settings_button</include>
  2451. <label> - $LOCALIZE[31121]</label>
  2452. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton4_Path)][/COLOR]</label2>
  2453. <onclick>Skin.SetAddon(HomeScriptButton4_Path,xbmc.python.script)</onclick>
  2454. <visible>Skin.HasSetting(HomeScriptButton4)</visible>
  2455. </control>
  2456. <control type="radiobutton" id="413">
  2457. <include>skin_settings_labels</include>
  2458. <label>$LOCALIZE[31119] 5</label>
  2459. <onclick>Skin.ToggleSetting(HomeScriptButton5)</onclick>
  2460. <selected>Skin.HasSetting(HomeScriptButton5)</selected>
  2461. </control>
  2462. <control type="button" id="414">
  2463. <include>skin_settings_button</include>
  2464. <label> - $LOCALIZE[31120]</label>
  2465. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton5_label)][/COLOR]</label2>
  2466. <onclick>Skin.SetString(HomeScriptButton5_label)</onclick>
  2467. <visible>Skin.HasSetting(HomeScriptButton5)</visible>
  2468. </control>
  2469. <control type="button" id="415">
  2470. <include>skin_settings_button</include>
  2471. <label> - $LOCALIZE[31121]</label>
  2472. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton5_Path)][/COLOR]</label2>
  2473. <onclick>Skin.SetAddon(HomeScriptButton5_Path,xbmc.python.script)</onclick>
  2474. <visible>Skin.HasSetting(HomeScriptButton5)</visible>
  2475. </control>
  2476. <control type="radiobutton" id="416">
  2477. <include>skin_settings_labels</include>
  2478. <label>$LOCALIZE[31119] 6</label>
  2479. <onclick>Skin.ToggleSetting(HomeScriptButton6)</onclick>
  2480. <selected>Skin.HasSetting(HomeScriptButton6)</selected>
  2481. </control>
  2482. <control type="button" id="417">
  2483. <include>skin_settings_button</include>
  2484. <label> - $LOCALIZE[31120]</label>
  2485. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton6_label)][/COLOR]</label2>
  2486. <onclick>Skin.SetString(HomeScriptButton6_label)</onclick>
  2487. <visible>Skin.HasSetting(HomeScriptButton6)</visible>
  2488. </control>
  2489. <control type="button" id="418">
  2490. <include>skin_settings_button</include>
  2491. <label> - $LOCALIZE[31121]</label>
  2492. <label2>[COLOR=selected]$INFO[Skin.String(HomeScriptButton6_Path)][/COLOR]</label2>
  2493. <onclick>Skin.SetAddon(HomeScriptButton7_Path,xbmc.python.script)</onclick>
  2494. <visible>Skin.HasSetting(HomeScriptButton6)</visible>
  2495. </control>
  2496. <!--<control type="label" id="419">
  2497. <width>860</width>
  2498. <height>45</height>
  2499. <font>Font_KeyboardKeys</font>
  2500. <label>31122</label>
  2501. <textcolor>mainblue</textcolor>
  2502. <shadowcolor>black</shadowcolor>
  2503. <align>left</align>
  2504. <aligny>center</aligny>
  2505. </control>
  2506.  
  2507. <control type="radiobutton" id="420">
  2508. <width>860</width>
  2509. <height>40</height>
  2510. <font>Font_Neon_20</font>
  2511. <label>$LOCALIZE[31119]</label>
  2512. <textcolor>grey2</textcolor>
  2513. <focusedcolor>white</focusedcolor>
  2514. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2515. <texturenofocus>MenuItemNF.png</texturenofocus>
  2516. <onclick>Skin.ToggleSetting(WeatherScript_Enable)</onclick>
  2517. <selected>Skin.HasSetting(WeatherScript_Enable)</selected>
  2518. </control>
  2519. <control type="button" id="421">
  2520. <width>860</width>
  2521. <height>40</height>
  2522. <font>Font_Neon_16</font>
  2523. <label> - $LOCALIZE[31120]</label>
  2524. <label2>[COLOR=selected]$INFO[Skin.String(WeatherScript_Label)][/COLOR]</label2>
  2525. <textcolor>grey2</textcolor>
  2526. <focusedcolor>white</focusedcolor>
  2527. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2528. <texturenofocus>MenuItemNF.png</texturenofocus>
  2529. <onclick>Skin.SetString(WeatherScript_Label)</onclick>
  2530. <visible>Skin.HasSetting(WeatherScript_Enable)</visible>
  2531. </control>
  2532. <control type="button" id="422">
  2533. <width>860</width>
  2534. <height>40</height>
  2535. <font>Font_Neon_16</font>
  2536. <label> - $LOCALIZE[31121]</label>
  2537. <label2>[COLOR=selected]$INFO[Skin.String(WeatherScript_Path)][/COLOR]</label2>
  2538. <textcolor>grey2</textcolor>
  2539. <focusedcolor>white</focusedcolor>
  2540. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2541. <texturenofocus>MenuItemNF.png</texturenofocus>
  2542. <onclick>Skin.SetFile(WeatherScript_Path,.py)</onclick>
  2543. <visible>Skin.HasSetting(WeatherScript_Enable)</visible>
  2544. </control>
  2545.  
  2546. <control type="label" id="423">
  2547. <width>860</width>
  2548. <height>45</height>
  2549. <font>Font_KeyboardKeys</font>
  2550. <label>31128</label>
  2551. <textcolor>mainblue</textcolor>
  2552. <shadowcolor>black</shadowcolor>
  2553. <align>left</align>
  2554. <aligny>center</aligny>
  2555. </control>
  2556.  
  2557. <control type="radiobutton" id="424">
  2558. <width>860</width>
  2559. <height>35</height>
  2560. <font>Font_Neon_20</font>
  2561. <label>$LOCALIZE[31126]</label>
  2562. <textcolor>grey2</textcolor>
  2563. <focusedcolor>white</focusedcolor>
  2564. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2565. <texturenofocus>MenuItemNF.png</texturenofocus>
  2566. <onclick>Skin.ToggleSetting(LyricScript_Enable)</onclick>
  2567. <selected>Skin.HasSetting(LyricScript_Enable)</selected>
  2568. </control>
  2569. <control type="button" id="425">
  2570. <width>860</width>
  2571. <height>35</height>
  2572. <font>Font_Neon_16</font>
  2573. <label>- $LOCALIZE[31127]</label>
  2574. <label2>[COLOR=selected]$INFO[Skin.String(LyricScript_Path)][/COLOR]</label2>
  2575. <textcolor>grey2</textcolor>
  2576. <width>860</width>
  2577. <height>35</height>
  2578. <focusedcolor>white</focusedcolor>
  2579. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2580. <texturenofocus>MenuItemNF.png</texturenofocus>
  2581. <onclick>Skin.SetFile(LyricScript_Path,.py)</onclick>
  2582. <visible>Skin.HasSetting(LyricScript_Enable)</visible>
  2583. </control>-->
  2584. </control>
  2585. <control type="scrollbar" id="61">
  2586. <left>1068</left>
  2587. <top>65</top>
  2588. <width>25</width>
  2589. <height>530</height>
  2590. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  2591. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  2592. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  2593. <textureslidernib>ScrollBarNib.png</textureslidernib>
  2594. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  2595. <onleft>9004</onleft>
  2596. <onright>9004</onright>
  2597. <showonepage>false</showonepage>
  2598. <orientation>vertical</orientation>
  2599. <visible>Container(9000).Hasfocus(4)</visible>
  2600. </control>
  2601. </control>
  2602. <control type="group">
  2603. <!--Movies/TV-->
  2604. <control type="grouplist" id="9005">
  2605. <visible>Container(9000).Hasfocus(5)</visible>
  2606. <left>271</left>
  2607. <top>70</top>
  2608. <width>798</width>
  2609. <height>530</height>
  2610. <itemgap>-1</itemgap>
  2611. <pagecontrol>61</pagecontrol>
  2612. <onleft>9000</onleft>
  2613. <onright>61</onright>
  2614. <onup>9005</onup>
  2615. <ondown>9005</ondown>
  2616. <control type="label" id="500">
  2617. <width>740</width>
  2618. <height>45</height>
  2619. <font>Font_Neon_20</font>
  2620. <textoffsetx>15</textoffsetx>
  2621. <label>$LOCALIZE[31043]</label>
  2622. <textcolor>mainblue</textcolor>
  2623. <shadowcolor>black</shadowcolor>
  2624. <align>left</align>
  2625. <aligny>center</aligny>
  2626. </control>
  2627. <control type="radiobutton" id="501">
  2628. <include>skin_settings_labels</include>
  2629. <label>$LOCALIZE[31044]</label>
  2630. <onclick>Skin.ToggleSetting(TVPosters)</onclick>
  2631. <onclick>Skin.Reset(TVBanners)</onclick>
  2632. <selected>Skin.HasSetting(TVPosters)</selected>
  2633. </control>
  2634. <control type="radiobutton" id="502">
  2635. <include>skin_settings_labels</include>
  2636. <label>$LOCALIZE[31045]</label>
  2637. <onclick>Skin.ToggleSetting(TVBanners)</onclick>
  2638. <onclick>Skin.Reset(TVPosters)</onclick>
  2639. <selected>Skin.HasSetting(TVBanners)</selected>
  2640. </control>
  2641. <control type="radiobutton" id="516">
  2642. <include>skin_settings_labels</include>
  2643. <label>$LOCALIZE[31019]</label>
  2644. <onclick>Skin.ToggleSetting(HideVideoCase)</onclick>
  2645. <selected>Skin.HasSetting(HideVideoCase)</selected>
  2646. </control>
  2647. <control type="radiobutton" id="503">
  2648. <include>skin_settings_labels</include>
  2649. <label>$LOCALIZE[31033]</label>
  2650. <onclick>Skin.ToggleSetting(autoscroll)</onclick>
  2651. <selected>Skin.HasSetting(autoscroll)</selected>
  2652. </control>
  2653. <control type="radiobutton" id="504">
  2654. <include>skin_settings_labels</include>
  2655. <label>$LOCALIZE[31034]</label>
  2656. <onclick>Skin.ToggleSetting(no_media_flags)</onclick>
  2657. <selected>Skin.HasSetting(no_media_flags)</selected>
  2658. </control>
  2659. <control type="radiobutton" id="505">
  2660. <include>skin_settings_labels</include>
  2661. <label>$LOCALIZE[31035]</label>
  2662. <onclick>Skin.ToggleSetting(DisableMovieOverlays)</onclick>
  2663. <selected>Skin.HasSetting(DisableMovieOverlays)</selected>
  2664. </control>
  2665. <control type="radiobutton" id="506">
  2666. <include>skin_settings_labels</include>
  2667. <label>$LOCALIZE[31036]</label>
  2668. <onclick>Skin.ToggleSetting(DisableTvOverlays)</onclick>
  2669. <selected>Skin.HasSetting(DisableTvOverlays)</selected>
  2670. </control>
  2671. <control type="radiobutton" id="522">
  2672. <include>skin_settings_labels</include>
  2673. <label>$LOCALIZE[31131]</label>
  2674. <onclick>Skin.ToggleSetting(ShowPathInInfo)</onclick>
  2675. <selected>Skin.HasSetting(ShowPathInInfo)</selected>
  2676. </control>
  2677. <control type="radiobutton" id="507">
  2678. <include>skin_settings_labels</include>
  2679. <label>$LOCALIZE[31282]</label>
  2680. <onclick>Skin.ToggleSetting(genrefanart)</onclick>
  2681. <onclick>Skin.Reset(extrafanart)</onclick>
  2682. <selected>Skin.HasSetting(genrefanart)</selected>
  2683. </control>
  2684. <control type="radiobutton" id="508">
  2685. <include>skin_settings_labels</include>
  2686. <label>$LOCALIZE[31269]</label>
  2687. <onclick>Skin.ToggleSetting(landscape_jpg)</onclick>
  2688. <selected>Skin.HasSetting(landscape_jpg)</selected>
  2689. </control>
  2690. <control type="label" id="509">
  2691. <width>860</width>
  2692. <height>26</height>
  2693. <font>Font_KeyboardTitle</font>
  2694. <textoffsetx>40</textoffsetx>
  2695. <label>$LOCALIZE[31270]</label>
  2696. <textcolor>grey2</textcolor>
  2697. <align>left</align>
  2698. </control>
  2699. <control type="radiobutton" id="510">
  2700. <include>skin_settings_labels</include>
  2701. <label>$LOCALIZE[31266]</label>
  2702. <onclick>Skin.ToggleSetting(extrafanart)</onclick>
  2703. <selected>Skin.HasSetting(extrafanart)</selected>
  2704. </control>
  2705. <control type="label" id="511">
  2706. <width>860</width>
  2707. <height>26</height>
  2708. <font>Font_KeyboardTitle</font>
  2709. <textoffsetx>40</textoffsetx>
  2710. <label>$LOCALIZE[31267]</label>
  2711. <textcolor>grey2</textcolor>
  2712. <align>left</align>
  2713. </control>
  2714. <control type="radiobutton" id="5100">
  2715. <width>798</width>
  2716. <height>30</height>
  2717. <font>Font_KeyboardTitle</font>
  2718. <radioposx>640</radioposx>
  2719. <textoffsetx>40</textoffsetx>
  2720. <textcolor>grey2</textcolor>
  2721. <focusedcolor>white</focusedcolor>
  2722. <colordiffuse>mainblue</colordiffuse>
  2723. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2724. <texturenofocus>MenuItemNF.png</texturenofocus>
  2725. <label>$LOCALIZE[31031]</label>
  2726. <onclick>Skin.ToggleSetting(usethumbs)</onclick>
  2727. <selected>Skin.HasSetting(usethumbs)</selected>
  2728. <visible>Skin.HasSetting(extrafanart)</visible>
  2729. </control>
  2730. <!--<control type="label" id="512">
  2731. <width>860</width>
  2732. <height>45</height>
  2733. <font>Font_Neon_20</font>
  2734. <label>
  2735. </label>
  2736. <textcolor>mainblue</textcolor>
  2737. <shadowcolor>black</shadowcolor>
  2738. <align>left</align>
  2739. <aligny>center</aligny>
  2740. </control>-->
  2741. <control type="label" id="513">
  2742. <width>860</width>
  2743. <height>45</height>
  2744. <font>Font_Neon_20</font>
  2745. <textoffsetx>15</textoffsetx>
  2746. <label>$LOCALIZE[31263]</label>
  2747. <textcolor>mainblue</textcolor>
  2748. <shadowcolor>black</shadowcolor>
  2749. <align>left</align>
  2750. <aligny>center</aligny>
  2751. </control>
  2752. <control type="button" id="514">
  2753. <include>skin_settings_labels</include>
  2754. <label>$LOCALIZE[31264]</label>
  2755. <onclick>XBMC.RunScript(script.artwork.downloader, mode=custom, mediatype=tvshow, clearlogo)</onclick>
  2756. <visible>system.hasaddon(script.artwork.downloader)</visible>
  2757. </control>
  2758. <control type="button" id="517">
  2759. <include>skin_settings_labels</include>
  2760. <label>$LOCALIZE[31973]</label>
  2761. <onclick>XBMC.RunScript(script.artwork.downloader, mode=custom, poster)</onclick>
  2762. <visible>system.hasaddon(script.artwork.downloader)</visible>
  2763. </control>
  2764. <control type="button" id="518">
  2765. <include>skin_settings_labels</include>
  2766. <label>$LOCALIZE[31974]</label>
  2767. <onclick>XBMC.RunScript(script.artwork.downloader, mode=custom, banner)</onclick>
  2768. <visible>system.hasaddon(script.artwork.downloader)</visible>
  2769. </control>
  2770. <control type="button" id="519">
  2771. <include>skin_settings_labels</include>
  2772. <label>$LOCALIZE[31975]</label>
  2773. <onclick>XBMC.RunScript(script.artwork.downloader, mode=custom, defaultthumb)</onclick>
  2774. <visible>system.hasaddon(script.artwork.downloader)</visible>
  2775. </control>
  2776. <control type="button" id="520">
  2777. <include>skin_settings_labels</include>
  2778. <label>$LOCALIZE[31976]</label>
  2779. <onclick>XBMC.RunScript(script.artwork.downloader, mode=custom, clearart)</onclick>
  2780. <visible>system.hasaddon(script.artwork.downloader)</visible>
  2781. </control>
  2782. </control>
  2783. <control type="scrollbar" id="61">
  2784. <left>1068</left>
  2785. <top>65</top>
  2786. <width>25</width>
  2787. <height>530</height>
  2788. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  2789. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  2790. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  2791. <textureslidernib>ScrollBarNib.png</textureslidernib>
  2792. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  2793. <onleft>9005</onleft>
  2794. <onright>9005</onright>
  2795. <showonepage>false</showonepage>
  2796. <orientation>vertical</orientation>
  2797. <visible>Container(9000).Hasfocus(5)</visible>
  2798. </control>
  2799. </control>
  2800. <control type="group">
  2801. <!--Music-->
  2802. <control type="grouplist" id="9006">
  2803. <visible>Container(9000).Hasfocus(6)</visible>
  2804. <left>271</left>
  2805. <top>70</top>
  2806. <width>798</width>
  2807. <height>530</height>
  2808. <itemgap>-1</itemgap>
  2809. <pagecontrol>61</pagecontrol>
  2810. <onleft>9000</onleft>
  2811. <onright>61</onright>
  2812. <onup>9006</onup>
  2813. <ondown>9006</ondown>
  2814. <control type="label" id="112">
  2815. <width>740</width>
  2816. <height>45</height>
  2817. <font>Font_Neon_20</font>
  2818. <textoffsetx>15</textoffsetx>
  2819. <label>$LOCALIZE[31038]</label>
  2820. <textcolor>mainblue</textcolor>
  2821. <shadowcolor>black</shadowcolor>
  2822. <align>left</align>
  2823. <aligny>center</aligny>
  2824. </control>
  2825. <control type="radiobutton" id="113">
  2826. <include>skin_settings_labels</include>
  2827. <label>$LOCALIZE[31039]</label>
  2828. <onclick>Skin.ToggleSetting(FanartNoVisualisation)</onclick>
  2829. <selected>Skin.HasSetting(FanartNoVisualisation)</selected>
  2830. </control>
  2831. <control type="radiobutton" id="114">
  2832. <width>798</width>
  2833. <height>30</height>
  2834. <font>Font_KeyboardTitle</font>
  2835. <radioposx>640</radioposx>
  2836. <textoffsetx>40</textoffsetx>
  2837. <label>$LOCALIZE[31041]</label>
  2838. <textcolor>grey2</textcolor>
  2839. <focusedcolor>white</focusedcolor>
  2840. <colordiffuse>mainblue</colordiffuse>
  2841. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2842. <texturenofocus>MenuItemNF.png</texturenofocus>
  2843. <onclick>Skin.ToggleSetting(DarkFullscreenMusicPlayback)</onclick>
  2844. <selected>Skin.HasSetting(DarkFullscreenMusicPlayback)</selected>
  2845. <visible>Skin.HasSetting(FanartNoVisualisation)</visible>
  2846. </control>
  2847. <control type="radiobutton" id="115">
  2848. <width>798</width>
  2849. <height>30</height>
  2850. <font>Font_KeyboardTitle</font>
  2851. <radioposx>640</radioposx>
  2852. <textoffsetx>40</textoffsetx>
  2853. <label>$LOCALIZE[31257]</label>
  2854. <textcolor>grey2</textcolor>
  2855. <focusedcolor>white</focusedcolor>
  2856. <colordiffuse>mainblue</colordiffuse>
  2857. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2858. <texturenofocus>MenuItemNF.png</texturenofocus>
  2859. <onclick>Skin.ToggleSetting(vis_music_backdrops)</onclick>
  2860. <selected>Skin.HasSetting(vis_music_backdrops)</selected>
  2861. <visible>!IsEmpty(Skin.String(CustomMusicFolder)) + Skin.HasSetting(FanartNoVisualisation)</visible>
  2862. </control>
  2863. <control type="radiobutton" id="116">
  2864. <width>798</width>
  2865. <height>30</height>
  2866. <font>Font_KeyboardTitle</font>
  2867. <radioposx>640</radioposx>
  2868. <textoffsetx>40</textoffsetx>
  2869. <label>$LOCALIZE[31258]</label>
  2870. <textcolor>grey2</textcolor>
  2871. <focusedcolor>white</focusedcolor>
  2872. <colordiffuse>mainblue</colordiffuse>
  2873. <texturefocus>mainmenu/home_bottom_white.png</texturefocus>
  2874. <texturenofocus>MenuItemNF.png</texturenofocus>
  2875. <onclick>Skin.ToggleSetting(vis_photos_backdrops)</onclick>
  2876. <selected>Skin.HasSetting(vis_photos_backdrops)</selected>
  2877. <visible>!IsEmpty(Skin.String(CustomPicturesFolder)) + Skin.HasSetting(FanartNoVisualisation)</visible>
  2878. </control>
  2879. <control type="radiobutton" id="117">
  2880. <include>skin_settings_labels</include>
  2881. <label>$LOCALIZE[31040]</label>
  2882. <onclick>Skin.ToggleSetting(FullscreenJukebox)</onclick>
  2883. <selected>Skin.HasSetting(FullscreenJukebox)</selected>
  2884. </control>
  2885. <control type="radiobutton" id="119">
  2886. <include>skin_settings_labels</include>
  2887. <label>$LOCALIZE[31522]</label>
  2888. <onclick>Skin.ToggleSetting(Artist_Slideshow)</onclick>
  2889. <selected>Skin.HasSetting(Artist_Slideshow)</selected>
  2890. </control>
  2891. <control type="label" id="900">
  2892. <width>860</width>
  2893. <height>45</height>
  2894. <font>Font_Neon_20</font>
  2895. <textoffsetx>15</textoffsetx>
  2896. <label>$LOCALIZE[2]</label>
  2897. <textcolor>mainblue</textcolor>
  2898. <shadowcolor>black</shadowcolor>
  2899. <align>left</align>
  2900. <aligny>center</aligny>
  2901. </control>
  2902. <control type="radiobutton" id="901">
  2903. <include>skin_settings_labels</include>
  2904. <label>$LOCALIZE[31277]</label>
  2905. <onclick>Skin.ToggleSetting(show_lyrics)</onclick>
  2906. <selected>Skin.HasSetting(show_lyrics)</selected>
  2907. </control>
  2908. <control type="button" id="902">
  2909. <include>skin_settings_button</include>
  2910. <label>- $LOCALIZE[31127]</label>
  2911. <label2>[COLOR=selected]$INFO[Skin.String(LyricScript_Path)][/COLOR]</label2>
  2912. <onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
  2913. <visible>Skin.HasSetting(show_lyrics)</visible>
  2914. </control>
  2915. <control type="button" id="903">
  2916. <description>Music Folder Path</description>
  2917. <include>skin_settings_button</include>
  2918. <label>$LOCALIZE[31046]</label>
  2919. <label2>[COLOR=selected]$INFO[Skin.String(Music_Folder_Path)][/COLOR]</label2>
  2920. <onclick>Skin.SetPath(Music_Folder_Path)</onclick>
  2921. <!-- <enable>!Skin.HasSetting(CDArt) | Skin.HasSetting(MusicExtraFanart)</enable> -->
  2922. </control>
  2923. </control>
  2924. <control type="scrollbar" id="61">
  2925. <left>1068</left>
  2926. <top>65</top>
  2927. <width>25</width>
  2928. <height>530</height>
  2929. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  2930. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  2931. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  2932. <textureslidernib>ScrollBarNib.png</textureslidernib>
  2933. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  2934. <onleft>9006</onleft>
  2935. <onright>9006</onright>
  2936. <showonepage>false</showonepage>
  2937. <orientation>vertical</orientation>
  2938. <visible>Container(9000).Hasfocus(6)</visible>
  2939. </control>
  2940. </control>
  2941. <control type="group">
  2942. <!--Reset Skin-->
  2943. <control type="grouplist" id="9009">
  2944. <visible>Container(9000).Hasfocus(9)</visible>
  2945. <left>271</left>
  2946. <top>70</top>
  2947. <width>798</width>
  2948. <height>530</height>
  2949. <itemgap>-1</itemgap>
  2950. <pagecontrol>61</pagecontrol>
  2951. <onleft>9000</onleft>
  2952. <onright>61</onright>
  2953. <onup>9009</onup>
  2954. <ondown>9009</ondown>
  2955. <control type="label" id="600">
  2956. <width>860</width>
  2957. <height>45</height>
  2958. <font>Font_Neon_20</font>
  2959. <textoffsetx>15</textoffsetx>
  2960. <label>$LOCALIZE[31068]</label>
  2961. <textcolor>red</textcolor>
  2962. <shadowcolor>black</shadowcolor>
  2963. <align>left</align>
  2964. <aligny>center</aligny>
  2965. </control>
  2966. <control type="button" id="902">
  2967. <include>skin_settings_button</include>
  2968. <label>$LOCALIZE[31069]</label>
  2969. <onclick>Skin.ResetSettings</onclick>
  2970. <onclick>ReloadSkin()</onclick>
  2971. </control>
  2972. </control>
  2973. <control type="scrollbar" id="61">
  2974. <left>1068</left>
  2975. <top>65</top>
  2976. <width>25</width>
  2977. <height>530</height>
  2978. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  2979. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  2980. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  2981. <textureslidernib>ScrollBarNib.png</textureslidernib>
  2982. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  2983. <onleft>9009</onleft>
  2984. <onright>9009</onright>
  2985. <showonepage>false</showonepage>
  2986. <orientation>vertical</orientation>
  2987. <visible>Container(9000).Hasfocus(9)</visible>
  2988. </control>
  2989. </control>
  2990. <control type="group">
  2991. <!--Disable Views-->
  2992. <control type="grouplist" id="9008">
  2993. <visible>Container(9000).Hasfocus(8)</visible>
  2994. <left>271</left>
  2995. <top>70</top>
  2996. <width>798</width>
  2997. <height>530</height>
  2998. <itemgap>-1</itemgap>
  2999. <pagecontrol>61</pagecontrol>
  3000. <onleft>9000</onleft>
  3001. <onright>61</onright>
  3002. <onup>9008</onup>
  3003. <ondown>9008</ondown>
  3004. <control type="label" id="600">
  3005. <width>860</width>
  3006. <height>45</height>
  3007. <font>Font_Neon_20</font>
  3008. <textoffsetx>15</textoffsetx>
  3009. <label>$LOCALIZE[31047]</label>
  3010. <textcolor>mainblue</textcolor>
  3011. <shadowcolor>black</shadowcolor>
  3012. <align>left</align>
  3013. <aligny>center</aligny>
  3014. </control>
  3015. <control type="radiobutton" id="601">
  3016. <include>skin_settings_labels</include>
  3017. <label>"$LOCALIZE[31048]"</label>
  3018. <onclick>Skin.ToggleSetting(no_16x9)</onclick>
  3019. <selected>Skin.HasSetting(no_16x9)</selected>
  3020. </control>
  3021. <control type="radiobutton" id="602">
  3022. <include>skin_settings_labels</include>
  3023. <label>"$LOCALIZE[31049]"</label>
  3024. <onclick>Skin.ToggleSetting(no_BannerPanel)</onclick>
  3025. <selected>Skin.HasSetting(no_BannerPanel)</selected>
  3026. </control>
  3027. <control type="radiobutton" id="603">
  3028. <include>skin_settings_labels</include>
  3029. <label>"$LOCALIZE[20359]"</label>
  3030. <onclick>Skin.ToggleSetting(no_Episode)</onclick>
  3031. <selected>Skin.HasSetting(no_Episode)</selected>
  3032. </control>
  3033. <control type="radiobutton" id="604">
  3034. <include>skin_settings_labels</include>
  3035. <label>"$LOCALIZE[31051]"</label>
  3036. <onclick>Skin.ToggleSetting(no_Panel)</onclick>
  3037. <selected>Skin.HasSetting(no_Panel)</selected>
  3038. </control>
  3039. <control type="radiobutton" id="605">
  3040. <include>skin_settings_labels</include>
  3041. <label>"$LOCALIZE[31052]"</label>
  3042. <onclick>Skin.ToggleSetting(no_Landscape)</onclick>
  3043. <selected>Skin.HasSetting(no_Landscape)</selected>
  3044. </control>
  3045. <control type="radiobutton" id="606">
  3046. <include>skin_settings_labels</include>
  3047. <label>"$LOCALIZE[31053]"</label>
  3048. <onclick>Skin.ToggleSetting(no_3DLandscape)</onclick>
  3049. <selected>Skin.HasSetting(no_3DLandscape)</selected>
  3050. </control>
  3051. <control type="radiobutton" id="607">
  3052. <include>skin_settings_labels</include>
  3053. <label>"$LOCALIZE[31054]"</label>
  3054. <onclick>Skin.ToggleSetting(no_LandPanel)</onclick>
  3055. <selected>Skin.HasSetting(no_LandPanel)</selected>
  3056. </control>
  3057. <control type="radiobutton" id="608">
  3058. <include>skin_settings_labels</include>
  3059. <label>"$LOCALIZE[31062]"</label>
  3060. <onclick>Skin.ToggleSetting(no_Poster)</onclick>
  3061. <selected>Skin.HasSetting(no_Poster)</selected>
  3062. </control>
  3063. <control type="radiobutton" id="609">
  3064. <include>skin_settings_labels</include>
  3065. <label>"$LOCALIZE[31063]"</label>
  3066. <onclick>Skin.ToggleSetting(no_Showcase)</onclick>
  3067. <selected>Skin.HasSetting(no_Showcase)</selected>
  3068. </control>
  3069. <control type="radiobutton" id="610">
  3070. <include>skin_settings_labels</include>
  3071. <label>"$LOCALIZE[31064]"</label>
  3072. <onclick>Skin.ToggleSetting(no_Wall)</onclick>
  3073. <selected>Skin.HasSetting(no_Wall)</selected>
  3074. </control>
  3075. <control type="radiobutton" id="611">
  3076. <include>skin_settings_labels</include>
  3077. <label>"$LOCALIZE[31213]"</label>
  3078. <onclick>Skin.ToggleSetting(no_WallPanel)</onclick>
  3079. <selected>Skin.HasSetting(no_WallPanel)</selected>
  3080. </control>
  3081. <control type="radiobutton" id="612">
  3082. <include>skin_settings_labels</include>
  3083. <label>"$LOCALIZE[31245]"</label>
  3084. <onclick>Skin.ToggleSetting(no_Landscape_Fanart)</onclick>
  3085. <selected>Skin.HasSetting(no_Landscape_Fanart)</selected>
  3086. </control>
  3087. <control type="radiobutton" id="613">
  3088. <include>skin_settings_labels</include>
  3089. <label>"$LOCALIZE[31268]"</label>
  3090. <onclick>Skin.ToggleSetting(no_Logo)</onclick>
  3091. <selected>Skin.HasSetting(no_Logo)</selected>
  3092. </control>
  3093. <control type="radiobutton" id="614">
  3094. <include>skin_settings_labels</include>
  3095. <label>"$LOCALIZE[31250]"</label>
  3096. <onclick>Skin.ToggleSetting(no_3dbanner)</onclick>
  3097. <selected>Skin.HasSetting(no_3dbanner)</selected>
  3098. </control>
  3099. <control type="radiobutton" id="615">
  3100. <include>skin_settings_labels</include>
  3101. <label>"$LOCALIZE[31279]"</label>
  3102. <onclick>Skin.ToggleSetting(no_Slide)</onclick>
  3103. <selected>Skin.HasSetting(no_Slide)</selected>
  3104. </control>
  3105. <control type="label" id="616">
  3106. <width>860</width>
  3107. <height>45</height>
  3108. <font>Font_Neon_20</font>
  3109. <textoffsetx>15</textoffsetx>
  3110. <label>$LOCALIZE[31065]</label>
  3111. <textcolor>mainblue</textcolor>
  3112. <shadowcolor>black</shadowcolor>
  3113. <align>left</align>
  3114. <aligny>center</aligny>
  3115. </control>
  3116. <control type="radiobutton" id="617">
  3117. <include>skin_settings_labels</include>
  3118. <label>"$LOCALIZE[31066]"</label>
  3119. <onclick>Skin.ToggleSetting(no_Jukebox)</onclick>
  3120. <selected>Skin.HasSetting(no_Jukebox)</selected>
  3121. </control>
  3122. <control type="radiobutton" id="618">
  3123. <include>skin_settings_labels</include>
  3124. <label>"$LOCALIZE[31063]"</label>
  3125. <onclick>Skin.ToggleSetting(no_MusicShowcase)</onclick>
  3126. <selected>Skin.HasSetting(no_MusicShowcase)</selected>
  3127. </control>
  3128. <control type="radiobutton" id="619">
  3129. <include>skin_settings_labels</include>
  3130. <label>"$LOCALIZE[31064]"</label>
  3131. <onclick>Skin.ToggleSetting(no_MusicWall)</onclick>
  3132. <selected>Skin.HasSetting(no_MusicWall)</selected>
  3133. </control>
  3134. <control type="radiobutton" id="620">
  3135. <include>skin_settings_labels</include>
  3136. <label>"$LOCALIZE[31288]"</label>
  3137. <onclick>Skin.ToggleSetting(no_Shelf)</onclick>
  3138. <selected>Skin.HasSetting(no_Shelf)</selected>
  3139. </control>
  3140. </control>
  3141. <control type="scrollbar" id="61">
  3142. <left>1068</left>
  3143. <top>65</top>
  3144. <width>25</width>
  3145. <height>530</height>
  3146. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  3147. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  3148. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  3149. <textureslidernib>ScrollBarNib.png</textureslidernib>
  3150. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  3151. <onleft>9008</onleft>
  3152. <onright>9008</onright>
  3153. <showonepage>false</showonepage>
  3154. <orientation>vertical</orientation>
  3155. <visible>Container(9000).Hasfocus(8)</visible>
  3156. </control>
  3157. </control>
  3158. <control type="group">
  3159. <control type="grouplist" id="9007">
  3160. <visible>Container(9000).Hasfocus(7)</visible>
  3161. <left>271</left>
  3162. <top>70</top>
  3163. <width>798</width>
  3164. <height>530</height>
  3165. <itemgap>-1</itemgap>
  3166. <pagecontrol>61</pagecontrol>
  3167. <onleft>9000</onleft>
  3168. <onright>61</onright>
  3169. <onup>9007</onup>
  3170. <ondown>9007</ondown>
  3171. <!--<animation effect="slide" start="0,0" end="0,-70" time="1000" delay="200" tween="cubic" easing="inout" condition="Control.HasFocus(719) | Control.HasFocus(8229) | Control.HasFocus(8229)">Conditional</animation>-->
  3172. <control type="label" id="701">
  3173. <width>860</width>
  3174. <height>45</height>
  3175. <font>Font_Neon_20</font>
  3176. <textoffsetx>15</textoffsetx>
  3177. <label>$LOCALIZE[31260]</label>
  3178. <textcolor>mainblue</textcolor>
  3179. <shadowcolor>black</shadowcolor>
  3180. <align>left</align>
  3181. <aligny>center</aligny>
  3182. </control>
  3183. <!-- PlayLists -->
  3184. <control type="radiobutton" id="707">
  3185. <description>custom home 6</description>
  3186. <include>skin_settings_labels</include>
  3187. <focusedcolor>white</focusedcolor>
  3188. <label>$LOCALIZE[31003] 1</label>
  3189. <onfocus>Skin.SetString(MoviesCustom,6)</onfocus>
  3190. <onclick>Skin.ToggleSetting(Menu_Custom6)</onclick>
  3191. <selected>Skin.HasSetting(Menu_Custom6)</selected>
  3192. <enable>!Skin.HasSetting(Menu_Movies_Sub6)</enable>
  3193. </control>
  3194. <control type="button" id="8211">
  3195. <description>Custom Home 6 - Playlist</description>
  3196. <label>- $LOCALIZE[31262]</label>
  3197. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom6_Label)][/COLOR]</label2>
  3198. <include>skin_settings_button</include>
  3199. <onclick>Skin.SetString(Menu_Custom6_Label)</onclick>
  3200. <visible>Skin.HasSetting(Menu_Custom6) + Skin.String(MoviesCustom,6)</visible>
  3201. </control>
  3202. <control type="button" id="8212">
  3203. <description>Custom Home 6 - Playlist</description>
  3204. <label>- $LOCALIZE[31291]</label>
  3205. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom6_Path)][/COLOR]</label2>
  3206. <include>skin_settings_button</include>
  3207. <onclick>Skin.SetFile(Menu_Custom6_Path,.xsp,special://videoplaylists)</onclick>
  3208. <visible>Skin.HasSetting(Menu_Custom6) + Skin.String(MoviesCustom,6)</visible>
  3209. </control>
  3210. <control type="radiobutton" id="82122">
  3211. <description>Start Playlist or Present</description>
  3212. <label>- $LOCALIZE[31050]</label>
  3213. <include>skin_settings_sub_labels</include>
  3214. <onclick>Skin.ToggleSetting(Menu_Custom6_Play)</onclick>
  3215. <selected>Skin.HasSetting(Menu_Custom6_Play)</selected>
  3216. <visible>Skin.HasSetting(Menu_Custom6) + Skin.String(MoviesCustom,6)</visible>
  3217. </control>
  3218. <control type="radiobutton" id="708">
  3219. <description>cCustom Home 7 - Playlist</description>
  3220. <include>skin_settings_labels</include>
  3221. <label>$LOCALIZE[31003] 2</label>
  3222. <onfocus>Skin.SetString(MoviesCustom,7)</onfocus>
  3223. <onclick>Skin.ToggleSetting(Menu_Custom7)</onclick>
  3224. <selected>Skin.HasSetting(Menu_Custom7)</selected>
  3225. <enable>!Skin.HasSetting(Menu_Movies_Sub7)</enable>
  3226. </control>
  3227. <control type="button" id="8213">
  3228. <description>custom home 7</description>
  3229. <label>- $LOCALIZE[31262]</label>
  3230. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom7_Label)][/COLOR]</label2>
  3231. <include>skin_settings_button</include>
  3232. <onclick>Skin.SetString(Menu_Custom7_Label)</onclick>
  3233. <visible>Skin.HasSetting(Menu_Custom7) + Skin.String(MoviesCustom,7)</visible>
  3234. </control>
  3235. <control type="button" id="8214">
  3236. <description>custom home 7</description>
  3237. <label>- $LOCALIZE[31291]</label>
  3238. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom7_Path)][/COLOR]</label2>
  3239. <include>skin_settings_button</include>
  3240. <onclick>Skin.SetFile(Menu_Custom7_Path,.xsp,special://videoplaylists)</onclick>
  3241. <visible>Skin.HasSetting(Menu_Custom7) + Skin.String(MoviesCustom,7)</visible>
  3242. </control>
  3243. <control type="radiobutton" id="82144">
  3244. <description>Start Playlist or Present</description>
  3245. <label>- $LOCALIZE[31050]</label>
  3246. <include>skin_settings_sub_labels</include>
  3247. <onclick>Skin.ToggleSetting(Menu_Custom7_Play)</onclick>
  3248. <selected>Skin.HasSetting(Menu_Custom7_Play)</selected>
  3249. <visible>Skin.HasSetting(Menu_Custom7) + Skin.String(MoviesCustom,7)</visible>
  3250. </control>
  3251. <control type="radiobutton" id="709">
  3252. <description>custom home 8</description>
  3253. <include>skin_settings_labels</include>
  3254. <label>$LOCALIZE[31003] 3</label>
  3255. <onfocus>Skin.SetString(MoviesCustom,8)</onfocus>
  3256. <onclick>Skin.ToggleSetting(Menu_Custom8)</onclick>
  3257. <selected>Skin.HasSetting(Menu_Custom8)</selected>
  3258. <enable>!Skin.HasSetting(Menu_Movies_Sub8)</enable>
  3259. </control>
  3260. <control type="button" id="8215">
  3261. <description>custom home 8</description>
  3262. <label>- $LOCALIZE[31262]</label>
  3263. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom8_Label)][/COLOR]</label2>
  3264. <include>skin_settings_button</include>
  3265. <onclick>Skin.SetString(Menu_Custom8_Label)</onclick>
  3266. <visible>Skin.HasSetting(Menu_Custom8) + Skin.String(MoviesCustom,8)</visible>
  3267. </control>
  3268. <control type="button" id="8216">
  3269. <description>custom home 8</description>
  3270. <label>- $LOCALIZE[31291]</label>
  3271. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom8_Path)][/COLOR]</label2>
  3272. <include>skin_settings_button</include>
  3273. <onclick>Skin.SetFile(Menu_Custom8_Path,.xsp,special://videoplaylists)</onclick>
  3274. <visible>Skin.HasSetting(Menu_Custom8) + Skin.String(MoviesCustom,8)</visible>
  3275. </control>
  3276. <control type="radiobutton" id="82166">
  3277. <description>Start Playlist or Present</description>
  3278. <label>- $LOCALIZE[31050]</label>
  3279. <include>skin_settings_sub_labels</include>
  3280. <onclick>Skin.ToggleSetting(Menu_Custom8_Play)</onclick>
  3281. <selected>Skin.HasSetting(Menu_Custom8_Play)</selected>
  3282. <visible>Skin.HasSetting(Menu_Custom8) + Skin.String(MoviesCustom,8)</visible>
  3283. </control>
  3284. <control type="radiobutton" id="710">
  3285. <description>custom home 9</description>
  3286. <include>skin_settings_labels</include>
  3287. <label>$LOCALIZE[31003] 4</label>
  3288. <onfocus>Skin.SetString(MoviesCustom,9)</onfocus>
  3289. <onclick>Skin.ToggleSetting(Menu_Custom9)</onclick>
  3290. <selected>Skin.HasSetting(Menu_Custom9)</selected>
  3291. <enable>!Skin.HasSetting(Menu_Movies_Sub9)</enable>
  3292. </control>
  3293. <control type="button" id="8217">
  3294. <description>custom home 9</description>
  3295. <label>- $LOCALIZE[31262]</label>
  3296. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom9_Label)][/COLOR]</label2>
  3297. <include>skin_settings_button</include>
  3298. <onclick>Skin.SetString(Menu_Custom9_Label)</onclick>
  3299. <visible>Skin.HasSetting(Menu_Custom9) + Skin.String(MoviesCustom,9)</visible>
  3300. </control>
  3301. <control type="button" id="8218">
  3302. <description>custom home 9</description>
  3303. <label>- $LOCALIZE[31291]</label>
  3304. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom9_Path)][/COLOR]</label2>
  3305. <include>skin_settings_button</include>
  3306. <onclick>Skin.SetFile(Menu_Custom9_Path,.xsp,special://videoplaylists)</onclick>
  3307. <visible>Skin.HasSetting(Menu_Custom9) + Skin.String(MoviesCustom,9)</visible>
  3308. </control>
  3309. <control type="radiobutton" id="82188">
  3310. <description>Start Playlist or Present</description>
  3311. <label>- $LOCALIZE[31050]</label>
  3312. <include>skin_settings_sub_labels</include>
  3313. <onclick>Skin.ToggleSetting(Menu_Custom9_Play)</onclick>
  3314. <selected>Skin.HasSetting(Menu_Custom9_Play)</selected>
  3315. <visible>Skin.HasSetting(Menu_Custom9) + Skin.String(MoviesCustom,9)</visible>
  3316. </control>
  3317. <control type="radiobutton" id="711">
  3318. <description>custom home 10</description>
  3319. <include>skin_settings_labels</include>
  3320. <label>$LOCALIZE[31003] 5</label>
  3321. <onfocus>Skin.SetString(MoviesCustom,10)</onfocus>
  3322. <onclick>Skin.ToggleSetting(Menu_Custom10)</onclick>
  3323. <selected>Skin.HasSetting(Menu_Custom10)</selected>
  3324. <enable>!Skin.HasSetting(Menu_Movies_Sub10)</enable>
  3325. </control>
  3326. <control type="button" id="8219">
  3327. <description>custom home 10</description>
  3328. <label>- $LOCALIZE[31262]</label>
  3329. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom10_Label)][/COLOR]</label2>
  3330. <include>skin_settings_button</include>
  3331. <onclick>Skin.SetString(Menu_Custom10_Label)</onclick>
  3332. <visible>Skin.HasSetting(Menu_Custom10) + Skin.String(MoviesCustom,10)</visible>
  3333. </control>
  3334. <control type="button" id="8220">
  3335. <description>custom home 10</description>
  3336. <label>- $LOCALIZE[31291]</label>
  3337. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom10_Path)][/COLOR]</label2>
  3338. <include>skin_settings_button</include>
  3339. <onclick>Skin.SetFile(Menu_Custom10_Path,.xsp,special://videoplaylists)</onclick>
  3340. <visible>Skin.HasSetting(Menu_Custom10) + Skin.String(MoviesCustom,10)</visible>
  3341. </control>
  3342. <control type="radiobutton" id="82220">
  3343. <description>Start Playlist or Present</description>
  3344. <label>- $LOCALIZE[31050]</label>
  3345. <include>skin_settings_sub_labels</include>
  3346. <onclick>Skin.ToggleSetting(Menu_Custom10_Play)</onclick>
  3347. <selected>Skin.HasSetting(Menu_Custom10_Play)</selected>
  3348. <visible>Skin.HasSetting(Menu_Custom10) + Skin.String(MoviesCustom,10)</visible>
  3349. </control>
  3350. <control type="radiobutton" id="702">
  3351. <description>custom home 1</description>
  3352. <include>skin_settings_labels</include>
  3353. <focusedcolor>white</focusedcolor>
  3354. <label>$LOCALIZE[31003] 6</label>
  3355. <onfocus>Skin.SetString(MoviesCustom,1)</onfocus>
  3356. <onclick>Skin.ToggleSetting(Menu_Custom1)</onclick>
  3357. <selected>Skin.HasSetting(Menu_Custom1)</selected>
  3358. <enable>!Skin.HasSetting(Menu_Movies_Sub1)</enable>
  3359. </control>
  3360. <control type="button" id="8201">
  3361. <description>Custom Home 1 - Playlist</description>
  3362. <label>- $LOCALIZE[31262]</label>
  3363. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom1_Label)][/COLOR]</label2>
  3364. <include>skin_settings_button</include>
  3365. <onclick>Skin.SetString(Menu_Custom1_Label)</onclick>
  3366. <visible>Skin.HasSetting(Menu_Custom1) + Skin.String(MoviesCustom,1)</visible>
  3367. </control>
  3368. <control type="button" id="8202">
  3369. <description>Custom Home 1 - Playlist</description>
  3370. <label>- $LOCALIZE[31291]</label>
  3371. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom1_Path)][/COLOR]</label2>
  3372. <include>skin_settings_button</include>
  3373. <onclick>Skin.SetFile(Menu_Custom1_Path,.xsp,special://videoplaylists)</onclick>
  3374. <visible>Skin.HasSetting(Menu_Custom1) + Skin.String(MoviesCustom,1)</visible>
  3375. </control>
  3376. <control type="radiobutton" id="703">
  3377. <description>custom home 2</description>
  3378. <include>skin_settings_labels</include>
  3379. <focusedcolor>white</focusedcolor>
  3380. <label>$LOCALIZE[31003] 7</label>
  3381. <onfocus>Skin.SetString(MoviesCustom,2)</onfocus>
  3382. <onclick>Skin.ToggleSetting(Menu_Custom2)</onclick>
  3383. <selected>Skin.HasSetting(Menu_Custom2)</selected>
  3384. <enable>!Skin.HasSetting(Menu_Movies_Sub2)</enable>
  3385. </control>
  3386. <control type="button" id="8203">
  3387. <description>Custom Home 2 - Playlist</description>
  3388. <label>- $LOCALIZE[31262]</label>
  3389. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom2_Label)][/COLOR]</label2>
  3390. <include>skin_settings_button</include>
  3391. <onclick>Skin.SetString(Menu_Custom2_Label)</onclick>
  3392. <visible>Skin.HasSetting(Menu_Custom2) + Skin.String(MoviesCustom,2)</visible>
  3393. </control>
  3394. <control type="button" id="8204">
  3395. <description>Custom Home 2 - Playlist</description>
  3396. <label>- $LOCALIZE[31291]</label>
  3397. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom2_Path)][/COLOR]</label2>
  3398. <include>skin_settings_button</include>
  3399. <onclick>Skin.SetFile(Menu_Custom2_Path,.xsp,special://videoplaylists)</onclick>
  3400. <visible>Skin.HasSetting(Menu_Custom2) + Skin.String(MoviesCustom,2)</visible>
  3401. </control>
  3402. <control type="radiobutton" id="704">
  3403. <description>custom home 3</description>
  3404. <include>skin_settings_labels</include>
  3405. <focusedcolor>white</focusedcolor>
  3406. <label>$LOCALIZE[31003] 8</label>
  3407. <onfocus>Skin.SetString(MoviesCustom,3)</onfocus>
  3408. <onclick>Skin.ToggleSetting(Menu_Custom3)</onclick>
  3409. <selected>Skin.HasSetting(Menu_Custom3)</selected>
  3410. <enable>!Skin.HasSetting(Menu_Movies_Sub3)</enable>
  3411. </control>
  3412. <control type="button" id="8205">
  3413. <description>Custom Home 3 - Playlist</description>
  3414. <label>- $LOCALIZE[31262]</label>
  3415. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom3_Label)][/COLOR]</label2>
  3416. <include>skin_settings_button</include>
  3417. <onclick>Skin.SetString(Menu_Custom3_Label)</onclick>
  3418. <visible>Skin.HasSetting(Menu_Custom3) + Skin.String(MoviesCustom,3)</visible>
  3419. </control>
  3420. <control type="button" id="8206">
  3421. <description>Custom Home 3 - Playlist</description>
  3422. <label>- $LOCALIZE[31291]</label>
  3423. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom3_Path)][/COLOR]</label2>
  3424. <include>skin_settings_button</include>
  3425. <onclick>Skin.SetFile(Menu_Custom3_Path,.xsp,special://videoplaylists)</onclick>
  3426. <visible>Skin.HasSetting(Menu_Custom3) + Skin.String(MoviesCustom,3)</visible>
  3427. </control>
  3428. <control type="radiobutton" id="705">
  3429. <description>custom home 4</description>
  3430. <include>skin_settings_labels</include>
  3431. <focusedcolor>white</focusedcolor>
  3432. <label>$LOCALIZE[31003] 9</label>
  3433. <onfocus>Skin.SetString(MoviesCustom,4)</onfocus>
  3434. <onclick>Skin.ToggleSetting(Menu_Custom4)</onclick>
  3435. <selected>Skin.HasSetting(Menu_Custom4)</selected>
  3436. <enable>!Skin.HasSetting(Menu_Movies_Sub4)</enable>
  3437. </control>
  3438. <control type="button" id="8207">
  3439. <description>Custom Home 4 - Playlist</description>
  3440. <label>- $LOCALIZE[31262]</label>
  3441. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom4_Label)][/COLOR]</label2>
  3442. <include>skin_settings_button</include>
  3443. <onclick>Skin.SetString(Menu_Custom4_Label)</onclick>
  3444. <visible>Skin.HasSetting(Menu_Custom4) + Skin.String(MoviesCustom,4)</visible>
  3445. </control>
  3446. <control type="button" id="8208">
  3447. <description>Custom Home 4 - Playlist</description>
  3448. <label>- $LOCALIZE[31291]</label>
  3449. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom4_Path)][/COLOR]</label2>
  3450. <include>skin_settings_button</include>
  3451. <onclick>Skin.SetFile(Menu_Custom4_Path,.xsp,special://videoplaylists)</onclick>
  3452. <visible>Skin.HasSetting(Menu_Custom4) + Skin.String(MoviesCustom,4)</visible>
  3453. </control>
  3454. <control type="radiobutton" id="706">
  3455. <description>custom home 5</description>
  3456. <include>skin_settings_labels</include>
  3457. <focusedcolor>white</focusedcolor>
  3458. <label>$LOCALIZE[31003] 10</label>
  3459. <onfocus>Skin.SetString(MoviesCustom,5)</onfocus>
  3460. <onclick>Skin.ToggleSetting(Menu_Custom5)</onclick>
  3461. <selected>Skin.HasSetting(Menu_Custom5)</selected>
  3462. <enable>!Skin.HasSetting(Menu_Movies_Sub5)</enable>
  3463. </control>
  3464. <control type="button" id="8209">
  3465. <description>Custom Home 5 - Playlist</description>
  3466. <label>- $LOCALIZE[31262]</label>
  3467. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom5_Label)][/COLOR]</label2>
  3468. <include>skin_settings_button</include>
  3469. <onclick>Skin.SetString(Menu_Custom5_Label)</onclick>
  3470. <visible>Skin.HasSetting(Menu_Custom5) + Skin.String(MoviesCustom,5)</visible>
  3471. </control>
  3472. <control type="button" id="8210">
  3473. <description>Custom Home 5 - Playlist</description>
  3474. <label>- $LOCALIZE[31291]</label>
  3475. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom5_Path)][/COLOR]</label2>
  3476. <include>skin_settings_button</include>
  3477. <onclick>Skin.SetFile(Menu_Custom5_Path,.xsp,special://videoplaylists)</onclick>
  3478. <visible>Skin.HasSetting(Menu_Custom5) + Skin.String(MoviesCustom,5)</visible>
  3479. </control>
  3480.  
  3481.  
  3482.  
  3483.  
  3484.  
  3485.  
  3486.  
  3487.  
  3488.  
  3489.  
  3490.  
  3491. <control type="label" id="712">
  3492. <width>860</width>
  3493. <height>45</height>
  3494. <font>Font_Neon_20</font>
  3495. <textoffsetx>15</textoffsetx>
  3496. <label>$LOCALIZE[31292]</label>
  3497. <textcolor>mainblue</textcolor>
  3498. <shadowcolor>black</shadowcolor>
  3499. <align>left</align>
  3500. <aligny>center</aligny>
  3501. </control>
  3502. <control type="radiobutton" id="713">
  3503. <description>custom home 11</description>
  3504. <include>skin_settings_labels</include>
  3505. <label>$LOCALIZE[31293] 1</label>
  3506. <onfocus>Skin.SetString(MoviesCustom,11)</onfocus>
  3507. <onclick>Skin.ToggleSetting(Menu_Custom11)</onclick>
  3508. <selected>Skin.HasSetting(Menu_Custom11)</selected>
  3509. <enable>!Skin.HasSetting(Menu_Movies_Sub11)</enable>
  3510. </control>
  3511. <control type="button" id="8221">
  3512. <description>Menu Movies Sub Custom11 Label</description>
  3513. <label>- $LOCALIZE[31289]</label>
  3514. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom11_Label)][/COLOR]</label2>
  3515. <include>skin_settings_button</include>
  3516. <onclick>Skin.SetString(Menu_Custom11_Label)</onclick>
  3517. <visible>Skin.HasSetting(Menu_Custom11) + Skin.String(MoviesCustom,11)</visible>
  3518. </control>
  3519. <control type="button" id="8222">
  3520. <description>Menu Movies Sub Custom11 Path</description>
  3521. <label>- $LOCALIZE[31290]</label>
  3522. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom11_Path)][/COLOR]</label2>
  3523. <include>skin_settings_button</include>
  3524. <onclick>Skin.SetString(Menu_Sub_Custom_Favourites_Path,Menu_Custom11_Path)</onclick>
  3525. <onclick>ActivateWindow(1114)</onclick>
  3526. <visible>Skin.HasSetting(Menu_Custom11) + Skin.String(MoviesCustom,11)</visible>
  3527. </control>
  3528. <control type="radiobutton" id="714">
  3529. <description>custom home 12</description>
  3530. <include>skin_settings_labels</include>
  3531. <label>$LOCALIZE[31294] 1</label>
  3532. <onfocus>Skin.SetString(MoviesCustom,12)</onfocus>
  3533. <onclick>Skin.ToggleSetting(Menu_Custom12)</onclick>
  3534. <selected>Skin.HasSetting(Menu_Custom12)</selected>
  3535. <enable>!Skin.HasSetting(Menu_Movies_Sub12)</enable>
  3536. </control>
  3537. <control type="button" id="8223">
  3538. <description>custom home 10</description>
  3539. <label>- $LOCALIZE[31262]</label>
  3540. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom12_Label)][/COLOR]</label2>
  3541. <include>skin_settings_button</include>
  3542. <onclick>Skin.SetString(Menu_Custom12_Label)</onclick>
  3543. <visible>Skin.HasSetting(Menu_Custom12) + Skin.String(MoviesCustom,12)</visible>
  3544. </control>
  3545. <control type="button" id="8224">
  3546. <description>custom home 12</description>
  3547. <label>- $LOCALIZE[31291]</label>
  3548. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom12_Path)][/COLOR]</label2>
  3549. <include>skin_settings_button</include>
  3550. <onclick>Skin.SetFile(Menu_Custom12_Path,.xsp,special://videoplaylists)</onclick>
  3551. <visible>Skin.HasSetting(Menu_Custom12) + Skin.String(MoviesCustom,12)</visible>
  3552. </control>
  3553. <control type="label" id="715">
  3554. <width>860</width>
  3555. <height>45</height>
  3556. <font>Font_Neon_20</font>
  3557. <textoffsetx>15</textoffsetx>
  3558. <label>$LOCALIZE[31295]</label>
  3559. <textcolor>mainblue</textcolor>
  3560. <shadowcolor>black</shadowcolor>
  3561. <align>left</align>
  3562. <aligny>center</aligny>
  3563. </control>
  3564. <control type="radiobutton" id="716">
  3565. <description>custom home 13</description>
  3566. <include>skin_settings_labels</include>
  3567. <label>$LOCALIZE[31293] 1</label>
  3568. <onfocus>Skin.SetString(MoviesCustom,13)</onfocus>
  3569. <onclick>Skin.ToggleSetting(Menu_Custom13)</onclick>
  3570. <selected>Skin.HasSetting(Menu_Custom13)</selected>
  3571. <enable>!Skin.HasSetting(Menu_Movies_Sub13)</enable>
  3572. </control>
  3573. <control type="button" id="8225">
  3574. <description>Menu Movies Sub Custom13 Label</description>
  3575. <label>- $LOCALIZE[31289]</label>
  3576. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom13_Label)][/COLOR]</label2>
  3577. <include>skin_settings_button</include>
  3578. <onclick>Skin.SetString(Menu_Custom13_Label)</onclick>
  3579. <visible>Skin.HasSetting(Menu_Custom13) + Skin.String(MoviesCustom,13)</visible>
  3580. </control>
  3581. <control type="button" id="8226">
  3582. <description>Menu Movies Sub Custom13 Path</description>
  3583. <label>- $LOCALIZE[31290]</label>
  3584. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom13_Path)][/COLOR]</label2>
  3585. <include>skin_settings_button</include>
  3586. <onclick>Skin.SetString(Menu_Sub_Custom_Favourites_Path,Menu_Custom13_Path)</onclick>
  3587. <onclick>ActivateWindow(1114)</onclick>
  3588. <visible>Skin.HasSetting(Menu_Custom13) + Skin.String(MoviesCustom,13)</visible>
  3589. </control>
  3590. <control type="radiobutton" id="717">
  3591. <description>custom home 14</description>
  3592. <include>skin_settings_labels</include>
  3593. <label>$LOCALIZE[31294] 1</label>
  3594. <onfocus>Skin.SetString(MoviesCustom,14)</onfocus>
  3595. <onclick>Skin.ToggleSetting(Menu_Custom14)</onclick>
  3596. <selected>Skin.HasSetting(Menu_Custom14)</selected>
  3597. <enable>!Skin.HasSetting(Menu_Movies_Sub14)</enable>
  3598. </control>
  3599. <control type="button" id="8227">
  3600. <description>custom home 14</description>
  3601. <label>- $LOCALIZE[31262]</label>
  3602. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom14_Label)][/COLOR]</label2>
  3603. <include>skin_settings_button</include>
  3604. <onclick>Skin.SetString(Menu_Custom14_Label)</onclick>
  3605. <visible>Skin.HasSetting(Menu_Custom14) + Skin.String(MoviesCustom,14)</visible>
  3606. </control>
  3607. <control type="button" id="8228">
  3608. <description>custom home 14</description>
  3609. <label>- $LOCALIZE[31291]</label>
  3610. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom14_Path)][/COLOR]</label2>
  3611. <include>skin_settings_button</include>
  3612. <onclick>Skin.SetFile(Menu_Custom14_Path,.xsp,special://videoplaylists)</onclick>
  3613. <visible>Skin.HasSetting(Menu_Custom14) + Skin.String(MoviesCustom,14)</visible>
  3614. </control>
  3615. <control type="label" id="718">
  3616. <width>860</width>
  3617. <height>45</height>
  3618. <font>Font_Neon_20</font>
  3619. <textoffsetx>15</textoffsetx>
  3620. <label>$LOCALIZE[31070]</label>
  3621. <textcolor>mainblue</textcolor>
  3622. <shadowcolor>black</shadowcolor>
  3623. <align>left</align>
  3624. <aligny>center</aligny>
  3625. </control>
  3626. <control type="radiobutton" id="719">
  3627. <description>custom home 15</description>
  3628. <include>skin_settings_labels</include>
  3629. <label>$LOCALIZE[31293] 1</label>
  3630. <onfocus>Skin.SetString(MoviesCustom,15)</onfocus>
  3631. <onclick>Skin.ToggleSetting(Menu_Custom15)</onclick>
  3632. <selected>Skin.HasSetting(Menu_Custom15)</selected>
  3633. <enable>!Skin.HasSetting(Menu_Movies_Sub15)</enable>
  3634. </control>
  3635. <control type="button" id="8229">
  3636. <description>Menu Movies Sub Custom15 Label</description>
  3637. <label>- $LOCALIZE[31289]</label>
  3638. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom15_Label)][/COLOR]</label2>
  3639. <include>skin_settings_button</include>
  3640. <onclick>Skin.SetString(Menu_Custom15_Label)</onclick>
  3641. <visible>Skin.HasSetting(Menu_Custom15) + Skin.String(MoviesCustom,15)</visible>
  3642. </control>
  3643. <control type="button" id="8230">
  3644. <description>Menu Movies Sub Custom15 Path</description>
  3645. <label>- $LOCALIZE[31290]</label>
  3646. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom15_Path)][/COLOR]</label2>
  3647. <include>skin_settings_button</include>
  3648. <onclick>Skin.SetString(Menu_Sub_Custom_Favourites_Path,Menu_Custom15_Path)</onclick>
  3649. <onclick>ActivateWindow(1114)</onclick>
  3650. <visible>Skin.HasSetting(Menu_Custom15) + Skin.String(MoviesCustom,15)</visible>
  3651. </control>
  3652. <control type="radiobutton" id="720">
  3653. <description>custom home 16</description>
  3654. <include>skin_settings_labels</include>
  3655. <label>$LOCALIZE[31294] 1</label>
  3656. <onfocus>Skin.SetString(MoviesCustom,16)</onfocus>
  3657. <onclick>Skin.ToggleSetting(Menu_Custom16)</onclick>
  3658. <selected>Skin.HasSetting(Menu_Custom16)</selected>
  3659. <enable>!Skin.HasSetting(Menu_Movies_Sub16)</enable>
  3660. </control>
  3661. <control type="button" id="8231">
  3662. <description>custom home 16</description>
  3663. <label>- $LOCALIZE[31262]</label>
  3664. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom16_Label)][/COLOR]</label2>
  3665. <include>skin_settings_button</include>
  3666. <onclick>Skin.SetString(Menu_Custom16_Label)</onclick>
  3667. <visible>Skin.HasSetting(Menu_Custom16) + Skin.String(MoviesCustom,16)</visible>
  3668. </control>
  3669. <control type="button" id="8232">
  3670. <description>custom home 16</description>
  3671. <label>- $LOCALIZE[31291]</label>
  3672. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom16_Path)][/COLOR]</label2>
  3673. <include>skin_settings_button</include>
  3674. <onclick>Skin.SetFile(Menu_Custom16_Path,.xsp,special://musicplaylists)</onclick>
  3675. <visible>Skin.HasSetting(Menu_Custom16) + Skin.String(MoviesCustom,16)</visible>
  3676. </control>
  3677. <control type="radiobutton" id="721">
  3678. <description>custom home 17</description>
  3679. <include>skin_settings_labels</include>
  3680. <label>$LOCALIZE[31294] 2</label>
  3681. <onfocus>Skin.SetString(MoviesCustom,17)</onfocus>
  3682. <onclick>Skin.ToggleSetting(Menu_Custom17)</onclick>
  3683. <selected>Skin.HasSetting(Menu_Custom17)</selected>
  3684. <enable>!Skin.HasSetting(Menu_Movies_Sub17)</enable>
  3685. </control>
  3686. <control type="button" id="8233">
  3687. <description>custom home 17</description>
  3688. <label>- $LOCALIZE[31262]</label>
  3689. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom17_Label)][/COLOR]</label2>
  3690. <include>skin_settings_button</include>
  3691. <onclick>Skin.SetString(Menu_Custom17_Label)</onclick>
  3692. <visible>Skin.HasSetting(Menu_Custom17) + Skin.String(MoviesCustom,17)</visible>
  3693. </control>
  3694. <control type="button" id="8234">
  3695. <description>custom home 17</description>
  3696. <label>- $LOCALIZE[31291]</label>
  3697. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom17_Path)][/COLOR]</label2>
  3698. <include>skin_settings_button</include>
  3699. <onclick>Skin.SetFile(Menu_Custom17_Path,.xsp,special://musicplaylists)</onclick>
  3700. <visible>Skin.HasSetting(Menu_Custom17) + Skin.String(MoviesCustom,17)</visible>
  3701. </control>
  3702. <control type="radiobutton" id="722">
  3703. <description>custom home 18</description>
  3704. <include>skin_settings_labels</include>
  3705. <label>$LOCALIZE[31294] 3</label>
  3706. <onfocus>Skin.SetString(MoviesCustom,18)</onfocus>
  3707. <onclick>Skin.ToggleSetting(Menu_Custom18)</onclick>
  3708. <selected>Skin.HasSetting(Menu_Custom18)</selected>
  3709. <enable>!Skin.HasSetting(Menu_Movies_Sub18)</enable>
  3710. </control>
  3711. <control type="button" id="8235">
  3712. <description>custom home 18</description>
  3713. <label>- $LOCALIZE[31262]</label>
  3714. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom18_Label)][/COLOR]</label2>
  3715. <include>skin_settings_button</include>
  3716. <onclick>Skin.SetString(Menu_Custom18_Label)</onclick>
  3717. <visible>Skin.HasSetting(Menu_Custom18) + Skin.String(MoviesCustom,18)</visible>
  3718. </control>
  3719. <control type="button" id="8236">
  3720. <description>custom home 18</description>
  3721. <label>- $LOCALIZE[31291]</label>
  3722. <label2>[COLOR=selected]$INFO[Skin.String(Menu_Custom18_Path)][/COLOR]</label2>
  3723. <include>skin_settings_button</include>
  3724. <onclick>Skin.SetFile(Menu_Custom18_Path,.xsp,special://musicplaylists)</onclick>
  3725. <visible>Skin.HasSetting(Menu_Custom18) + Skin.String(MoviesCustom,18)</visible>
  3726. </control>
  3727. </control>
  3728. <control type="scrollbar" id="61">
  3729. <left>1068</left>
  3730. <top>65</top>
  3731. <width>25</width>
  3732. <height>530</height>
  3733. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  3734. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  3735. <texturesliderbarfocus border="0,14,0,14" colordiffuse="mainblue">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  3736. <textureslidernib>ScrollBarNib.png</textureslidernib>
  3737. <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  3738. <onleft>9007</onleft>
  3739. <onright>9007</onright>
  3740. <showonepage>false</showonepage>
  3741. <orientation>vertical</orientation>
  3742. <visible>Container(9000).Hasfocus(7)</visible>
  3743. </control>
  3744. </control>
  3745. </control>
  3746. </control>
  3747. <control type="group">
  3748. <left>60</left>
  3749. <top>0</top>
  3750. <control type="image">
  3751. <left>-50</left>
  3752. <top>0</top>
  3753. <texture>Kodi_Logo.png</texture>
  3754. </control>
  3755. </control>
  3756. <include>Time</include>
  3757. </controls>
  3758. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement