Advertisement
davehx

Includes_Home_Horizontal.xml 8 Playlists, 2 favourites

Aug 6th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.30 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <includes>
  3. <include name="HorizontalHomeBottom">
  4. <control type="wraplist" id="301">
  5. <left>0</left>
  6. <top>244</top>
  7. <height>67</height>
  8. <width>1280</width>
  9. <onup>4052</onup>
  10. <ondown>4051</ondown>
  11. <onleft>301</onleft>
  12. <onright>301</onright>
  13. <viewtype>list</viewtype>
  14. <orientation>horizontal</orientation>
  15. <focusposition>1</focusposition>
  16. <scrolltime>200</scrolltime>
  17. <include>Animation_Bartowski_Context_Zoom_Bottom</include>
  18. <animation effect="slide" end="0,330" time="0" condition="Window.IsActive(Home)">conditional</animation>
  19. <itemlayout width="428" height="61">
  20. <control type="label">
  21. <width>428</width>
  22. <height>61</height>
  23. <left>0</left>
  24. <top>6</top>
  25. <align>center</align>
  26. <font>Font_Neon_45</font>
  27. <textcolor>38b8b7b7</textcolor>
  28. <label>[UPPERCASE]$INFO[ListItem.label][/UPPERCASE]</label>
  29. <!-- <animation effect="slide" end="0,600" time="600" condition="ControlGroup(9001).HasFocus()">conditional</animation> -->
  30. <!-- <animation effect="fade" start="0" end="100" delay="301" time="200" condition="ControlGroup(9001).HasFocus()">conditional</animation> -->
  31. <!-- <animation effect="fade" start="100" end="0" time="0" condition="ControlGroup(9001).HasFocus()">WindowClose</animation> -->
  32. <animation effect="slide" end="0,350" time="0" condition="ControlGroup(9001).HasFocus()">conditional</animation>
  33. <animation effect="fade" start="20" end="100" time="1000" condition="!ControlGroup(9001).HasFocus()">conditional&gt;</animation>
  34. </control>
  35. </itemlayout>
  36. <focusedlayout width="428" height="61">
  37. <control type="label">
  38. <width>428</width>
  39. <height>61</height>
  40. <left>-1</left>
  41. <top>0</top>
  42. <align>center</align>
  43. <font>Font_Neon_45_Focus</font>
  44. <textcolor>ffffffff</textcolor>
  45. <shadowcolor>black</shadowcolor>
  46. <label>[UPPERCASE]$INFO[ListItem.label][/UPPERCASE]</label>
  47. <!-- <animation effect="slide" end="0,-60" time="301" condition="ControlGroup(9001).HasFocus()">conditional</animation> -->
  48. </control>
  49. </focusedlayout>
  50. <content>
  51. <item id="1">
  52. <description>music</description>
  53. <label>2</label>
  54. <icon>special://skin/backgrounds/music.jpg</icon>
  55. <thumb>$INFO[Skin.String(CustomMusicFolder)]</thumb>
  56. <onclick>ActivateWindow(Music)</onclick>
  57. <visible>!Skin.HasSetting(HomeMenuNoMusicButton)</visible>
  58. </item>
  59. <item id="2">
  60. <description>Videos</description>
  61. <label>$LOCALIZE[10006]</label>
  62. <icon>special://skin/backgrounds/videos.jpg</icon>
  63. <thumb>$INFO[Skin.String(CustomVideosFolder)]</thumb>
  64. <onclick>ActivateWindow(Videos)</onclick>
  65. <visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible>
  66. </item>
  67. <item id="3">
  68. <description>movies</description>
  69. <label>$LOCALIZE[20342]</label>
  70. <icon>special://skin/backgrounds/movies.jpg</icon>
  71. <thumb>$INFO[Skin.String(CustomMoviesFolder)]</thumb>
  72. <onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
  73. <visible>!Skin.HasSetting(HomeMenuNoMoviesButton) + Library.HasContent(Movies)</visible>
  74. </item>
  75. <item id="4">
  76. <description>hd movies</description>
  77. <label>$LOCALIZE[31280]</label>
  78. <icon>special://skin/backgrounds/HDmovies.jpg</icon>
  79. <thumb>$INFO[Skin.String(CustomHDMoviesFolder)]</thumb>
  80. <onclick>ActivateWindow(Videos,special://skin/playlists/HDMovies.xsp,return)</onclick>
  81. <visible>!Skin.HasSetting(HomeMenuNoHDMoviesButton) + Library.HasContent(Movies)</visible>
  82. </item>
  83. <item id="5">
  84. <description>TV shows</description>
  85. <label>$LOCALIZE[31004]</label>
  86. <icon>special://skin/backgrounds/tvshows.jpg</icon>
  87. <thumb>$INFO[Skin.String(CustomTVShowsFolder)]</thumb>
  88. <onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
  89. <visible>!Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
  90. </item>
  91. <item id="26">
  92. <description>Live TV</description>
  93. <label>$LOCALIZE[31502]</label>
  94. <onclick>ActivateWindow(TVChannels)</onclick>
  95. <icon>special://skin/backgrounds/tv.jpg</icon>
  96. <thumb>$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</thumb>
  97. <visible>!Skin.HasSetting(HomeNoMenuLiveTV) + System.GetBool(pvrmanager.enabled)</visible>
  98. </item>
  99. <item id="27">
  100. <description>Radio</description>
  101. <label>$LOCALIZE[19021]</label>
  102. <onclick>ActivateWindow(RadioChannels)</onclick>
  103. <icon>special://skin/backgrounds/radio.jpg</icon>
  104. <thumb>$INFO[Skin.String(Home_Custom_Back_Radio_Folder)]</thumb>
  105. <visible>!Skin.HasSetting(HomeNoMenuRadio) + System.GetBool(pvrmanager.enabled)</visible>
  106. </item>
  107. <item id="7">
  108. <description>TV GUIDE</description>
  109. <label>$LOCALIZE[31972]</label>
  110. <icon>-</icon>
  111. <thumb>-</thumb>
  112. <onclick>RunScript(script.tv.show.next.aired)</onclick>
  113. <visible>!Skin.HasSetting(DeactivateTvShowNextAired) + !Skin.HasSetting(HomeMenuNoTVGuide) + System.HasAddon(script.tv.show.next.aired)</visible>
  114. </item>
  115. <item id="21">
  116. <description>Custom Playlist 1</description>
  117. <label>$INFO[Skin.String(Menu_Custom6_Label)]</label>
  118. <icon>special://skin/backgrounds/custom.jpg</icon>
  119. <thumb>$INFO[Skin.String(Menu_Custom6_Folder)]</thumb>
  120. <!-- <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom6_Path)],return)</onclick> -->
  121. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom6_Path)])</onclick>
  122. <onclick>ReplaceWindow(Home)</onclick>
  123. <visible>Skin.HasSetting(Menu_Custom6) + Skin.HasSetting(Menu_Custom6_Play)</visible>
  124. </item>
  125. <item id="21">
  126. <description>Custom Playlist 1</description>
  127. <label>$INFO[Skin.String(Menu_Custom6_Label)]</label>
  128. <icon>special://skin/backgrounds/custom.jpg</icon>
  129. <thumb>$INFO[Skin.String(Menu_Custom6_Folder)]</thumb>
  130. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom6_Path)],return)</onclick>
  131. <!-- <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom6_Path)])</onclick> -->
  132. <visible>Skin.HasSetting(Menu_Custom6) + !Skin.HasSetting(Menu_Custom6_Play)</visible>
  133. </item>
  134. <item id="22">
  135. <description>Custom Playlist 2</description>
  136. <label>$INFO[Skin.String(Menu_Custom7_Label)]</label>
  137. <icon>special://skin/backgrounds/custom.jpg</icon>
  138. <thumb>$INFO[Skin.String(Menu_Custom7_Folder)]</thumb>
  139. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom7_Path)])</onclick>
  140. <visible>Skin.HasSetting(Menu_Custom7) + Skin.HasSetting(Menu_Custom7_Play)</visible>
  141. </item>
  142. <item id="22">
  143. <description>Custom Playlist 2</description>
  144. <label>$INFO[Skin.String(Menu_Custom7_Label)]</label>
  145. <icon>special://skin/backgrounds/custom.jpg</icon>
  146. <thumb>$INFO[Skin.String(Menu_Custom7_Folder)]</thumb>
  147. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom7_Path)],return)</onclick>
  148. <visible>Skin.HasSetting(Menu_Custom7) + !Skin.HasSetting(Menu_Custom7_Play)</visible>
  149. </item>
  150. <item id="23">
  151. <description>Custom Playlist 3</description>
  152. <label>$INFO[Skin.String(Menu_Custom8_Label)]</label>
  153. <icon>special://skin/backgrounds/custom.jpg</icon>
  154. <thumb>$INFO[Skin.String(Menu_Custom8_Folder)]</thumb>
  155. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom8_Path)])</onclick>
  156. <visible>Skin.HasSetting(Menu_Custom8) + Skin.HasSetting(Menu_Custom8_Play)</visible>
  157. </item>
  158. <item id="23">
  159. <description>Custom Playlist 3</description>
  160. <label>$INFO[Skin.String(Menu_Custom8_Label)]</label>
  161. <icon>special://skin/backgrounds/custom.jpg</icon>
  162. <thumb>$INFO[Skin.String(Menu_Custom8_Folder)]</thumb>
  163. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom8_Path)],return)</onclick>
  164. <visible>Skin.HasSetting(Menu_Custom8) + !Skin.HasSetting(Menu_Custom8_Play)</visible>
  165. </item>
  166. <item id="24">
  167. <description>Custom Playlist 4</description>
  168. <label>$INFO[Skin.String(Menu_Custom9_Label)]</label>
  169. <icon>special://skin/backgrounds/custom.jpg</icon>
  170. <thumb>$INFO[Skin.String(Menu_Custom9_Folder)]</thumb>
  171. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom9_Path)])</onclick>
  172. <visible>Skin.HasSetting(Menu_Custom9) + Skin.HasSetting(Menu_Custom9_Play)</visible>
  173. </item>
  174. <item id="24">
  175. <description>Custom Playlist 4</description>
  176. <label>$INFO[Skin.String(Menu_Custom9_Label)]</label>
  177. <icon>special://skin/backgrounds/custom.jpg</icon>
  178. <thumb>$INFO[Skin.String(Menu_Custom9_Folder)]</thumb>
  179. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom9_Path)],return)</onclick>
  180. <visible>Skin.HasSetting(Menu_Custom9) + !Skin.HasSetting(Menu_Custom9_Play)</visible>
  181. </item>
  182. <item id="25">
  183. <description>Custom Playlist 5</description>
  184. <label>$INFO[Skin.String(Menu_Custom10_Label)]</label>
  185. <icon>special://skin/backgrounds/custom.jpg</icon>
  186. <thumb>$INFO[Skin.String(Menu_Custom10_Folder)]</thumb>
  187. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom10_Path)])</onclick>
  188. <visible>Skin.HasSetting(Menu_Custom10) + Skin.HasSetting(Menu_Custom10_Play)</visible>
  189. </item>
  190. <item id="25">
  191. <description>Custom Playlist 5</description>
  192. <label>$INFO[Skin.String(Menu_Custom10_Label)]</label>
  193. <icon>special://skin/backgrounds/custom.jpg</icon>
  194. <thumb>$INFO[Skin.String(Menu_Custom10_Folder)]</thumb>
  195. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom10_Path)],return)</onclick>
  196. <visible>Skin.HasSetting(Menu_Custom10) + !Skin.HasSetting(Menu_Custom10_Play)</visible>
  197. </item>
  198. <item id="15">
  199. <description>Custom Playlist 6</description>
  200. <label>$INFO[Skin.String(Menu_Custom1_Label)]</label>
  201. <icon>special://skin/backgrounds/custom.jpg</icon>
  202. <thumb>$INFO[Skin.String(Menu_Custom1_Folder)]</thumb>
  203. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom1_Path)])</onclick>
  204. <visible>Skin.HasSetting(Menu_Custom1) + Skin.HasSetting(Menu_Custom1_Play)</visible>
  205. </item>
  206. <item id="15">
  207. <description>Custom Playlist 6</description>
  208. <label>$INFO[Skin.String(Menu_Custom1_Label)]</label>
  209. <icon>special://skin/backgrounds/custom.jpg</icon>
  210. <thumb>$INFO[Skin.String(Menu_Custom1_Folder)]</thumb>
  211. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom1_Path)],return)</onclick>
  212. <visible>Skin.HasSetting(Menu_Custom1) + !Skin.HasSetting(Menu_Custom1_Play)</visible>
  213. </item>
  214. <item id="16">
  215. <description>Custom Playlist 7</description>
  216. <label>$INFO[Skin.String(Menu_Custom2_Label)]</label>
  217. <icon>special://skin/backgrounds/custom.jpg</icon>
  218. <thumb>$INFO[Skin.String(Menu_Custom2_Folder)]</thumb>
  219. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom2_Path)])</onclick>
  220. <visible>Skin.HasSetting(Menu_Custom2) + Skin.HasSetting(Menu_Custom2_Play)</visible>
  221. </item>
  222. <item id="16">
  223. <description>Custom Playlist 7</description>
  224. <label>$INFO[Skin.String(Menu_Custom2_Label)]</label>
  225. <icon>special://skin/backgrounds/custom.jpg</icon>
  226. <thumb>$INFO[Skin.String(Menu_Custom2_Folder)]</thumb>
  227. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom2_Path)],return)</onclick>
  228. <visible>Skin.HasSetting(Menu_Custom2) + !Skin.HasSetting(Menu_Custom2_Play)</visible>
  229. </item>
  230. <item id="17">
  231. <description>Custom Playlist 8</description>
  232. <label>$INFO[Skin.String(Menu_Custom3_Label)]</label>
  233. <icon>special://skin/backgrounds/custom.jpg</icon>
  234. <thumb>$INFO[Skin.String(Menu_Custom3_Folder)]</thumb>
  235. <onclick>XBMC.PlayMedia($ESCINFO[Skin.String(Menu_Custom3_Path)])</onclick>
  236. <visible>Skin.HasSetting(Menu_Custom3) + Skin.HasSetting(Menu_Custom3_Play)</visible>
  237. </item>
  238. <item id="17">
  239. <description>Custom Playlist 8</description>
  240. <label>$INFO[Skin.String(Menu_Custom3_Label)]</label>
  241. <icon>special://skin/backgrounds/custom.jpg</icon>
  242. <thumb>$INFO[Skin.String(Menu_Custom3_Folder)]</thumb>
  243. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom3_Path)],return)</onclick>
  244. <visible>Skin.HasSetting(Menu_Custom3) + !Skin.HasSetting(Menu_Custom3_Play)</visible>
  245. </item>
  246. <item id="19">
  247. <description>Custom Movie Four</description>
  248. <label>$INFO[Skin.String(Menu_Custom4_Label)]</label>
  249. <icon>special://skin/backgrounds/custom.jpg</icon>
  250. <thumb>$INFO[Skin.String(Menu_Custom4_Folder)]</thumb>
  251. <onclick>$INFO[Skin.String(Menu_Custom4_Path)]</onclick>
  252. <visible>Skin.HasSetting(Menu_Custom4)</visible>
  253. </item>
  254. <item id="20">
  255. <description>Custom Movie Five</description>
  256. <label>$INFO[Skin.String(Menu_Custom5_Label)]</label>
  257. <icon>special://skin/backgrounds/custom.jpg</icon>
  258. <thumb>$INFO[Skin.String(Menu_Custom5_Folder)]</thumb>
  259. <onclick>$INFO[Skin.String(Menu_Custom5_Path)]</onclick>
  260. <visible>Skin.HasSetting(Menu_Custom5)</visible>
  261. </item>
  262. <item id="6">
  263. <description>pictures</description>
  264. <label>1</label>
  265. <icon>special://skin/backgrounds/pictures.jpg</icon>
  266. <thumb>$INFO[Skin.String(CustomPicturesFolder)]</thumb>
  267. <onclick>XBMC.ActivateWindow(MyPictures)</onclick>
  268. <visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
  269. </item>
  270. <!--<item id="7">
  271. <description>programs</description>
  272. <label>0</label>
  273. <icon>special://skin/backgrounds/games.png</icon>
  274. <thumb>$INFO[Skin.String(CustomGamesFolder)]</thumb>
  275. <onclick>XBMC.ActivateWindow(MyPrograms)</onclick>
  276. <visible>Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
  277. </item>-->
  278. <item id="10">
  279. <description>Addons</description>
  280. <label>$LOCALIZE[31272]</label>
  281. <icon>special://skin/backgrounds/addons.jpg</icon>
  282. <thumb>$INFO[Skin.String(CustomScriptsFolder)]</thumb>
  283. <onclick>ActivateWindow(Programs,Addons,return)</onclick>
  284. <visible>!Skin.HasSetting(HomeMenuNoScriptsButton)</visible>
  285. </item>
  286. <item id="18">
  287. <description>favourites</description>
  288. <label>$LOCALIZE[1036]</label>
  289. <icon>special://skin/backgrounds/favourites.jpg</icon>
  290. <thumb>$INFO[Skin.String(CustomfavouritesFolder)]</thumb>
  291. <onclick>ActivateWindow(favourites)</onclick>
  292. <visible>!Skin.HasSetting(HomeMenuNofavouritesButton)</visible>
  293. </item>
  294. <item id="14">
  295. <description>weather</description>
  296. <label>8</label>
  297. <icon>special://skin/backgrounds/weather.jpg</icon>
  298. <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
  299. <onclick>ActivateWindow(Weather)</onclick>
  300. <visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + !Skin.HasSetting(conditions_weather_backdrop) + !IsEmpty(Weather.Plugin)</visible>
  301. </item>
  302. <item id="8">
  303. <description>weather</description>
  304. <label>8</label>
  305. <icon>special://skin/backgrounds/weather.jpg</icon>
  306. <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder1)]$INFO[Weather.FanartCode]</thumb>
  307. <onclick>ActivateWindow(Weather)</onclick>
  308. <visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + Skin.HasSetting(conditions_weather_backdrop) + !IsEmpty(Weather.Plugin)</visible>
  309. </item>
  310. <item id="9">
  311. <description>settings</description>
  312. <label>5</label>
  313. <icon>special://skin/backgrounds/settings.jpg</icon>
  314. <thumb>$INFO[Skin.String(CustomSettingsFolder)]</thumb>
  315. <onclick>XBMC.ActivateWindow(settings)</onclick>
  316. <visible>!Skin.HasSetting(HomeMenuNoSettingsButton)</visible>
  317. </item>
  318. <item id="12">
  319. <!-- <include>BackgroundVarsSignOut</include> -->
  320. <label>20126</label>
  321. <icon>special://skin/backgrounds/logoff.jpg</icon>
  322. <onclick>System.LogOff</onclick>
  323. <visible>Skin.HasSetting(signout)</visible>
  324. </item>
  325. <item id="13">
  326. <label>$VAR[ShutdownOptionHome]</label>
  327. <icon>special://skin/backgrounds/shutdown.jpg</icon>
  328. <thumb>$INFO[Skin.String(Home_Custom_Back_Shutdown_Folder)]</thumb>
  329. <onclick>$VAR[ShutdownCommand]</onclick>
  330. <visible>!Skin.HasSetting(HomeMenuNoShutdownButton)</visible>
  331. </item>
  332. <item id="11">
  333. <icon>special://skin/backgrounds/playdisc.jpg</icon>
  334. <label>341</label>
  335. <onclick>XBMC.PlayDVD</onclick>
  336. <visible>System.HasMediadvd + !Skin.HasSetting(HomeMenuNoPlayDVDButton)</visible>
  337. </item>
  338. </content>
  339. </control>
  340. <control type="button" id="4050">
  341. <!-- SubMenu Control -->
  342. <include>InvisibleButton</include>
  343. <!-- <visible>Container(300).HasFocus(1) | Container(300).HasFocus(2) | Container(300).HasFocus(3) | Container(300).HasFocus(4) | Container(300).HasFocus(5) | Container(300).HasFocus(5) | Container(300).HasFocus(7) | Container(300).HasFocus(8) | Container(300).HasFocus(9) + [SubString(Skin.String(DisableSubFavourite131),true) | SubString(Skin.String(DisableSubFavourite231),true) | SubString(Skin.String(DisableSubFavourite331),true)] | Container(300).HasFocus(32) + [SubString(Skin.String(DisableSubFavourite132),true) | SubString(Skin.String(DisableSubFavourite232),true) | SubString(Skin.String(DisableSubFavourite332),true)] | Container(300).HasFocus(33) + [SubString(Skin.String(DisableSubFavourite133),true) | SubString(Skin.String(DisableSubFavourite233),true) | SubString(Skin.String(DisableSubFavourite333),true)] | Container(300).HasFocus(34) + [SubString(Skin.String(DisableSubFavourite134),true) | SubString(Skin.String(DisableSubFavourite234),true) | SubString(Skin.String(DisableSubFavourite343),true)] | Container(300).HasFocus(35) + [SubString(Skin.String(DisableSubFavourite135),true) | SubString(Skin.String(DisableSubFavourite235),true) | SubString(Skin.String(DisableSubFavourite353),true)] | Container(300).HasFocus(41) + [SubString(Skin.String(DisableSubVPlaylist141),true) | SubString(Skin.String(DisableSubVPlaylist241),true) | SubString(Skin.String(DisableSubVPlaylist341),true)] | Container(300).HasFocus(41) + [SubString(Skin.String(DisableSubVPlaylist141),true) | SubString(Skin.String(DisableSubVPlaylist241),true) | SubString(Skin.String(DisableSubVPlaylist341),true)] | Container(300).HasFocus(43) + [SubString(Skin.String(DisableSubVPlaylist143),true) | SubString(Skin.String(DisableSubVPlaylist243),true) | SubString(Skin.String(DisableSubVPlaylist343),true)] | Container(300).HasFocus(44) + [SubString(Skin.String(DisableSubVPlaylist144),true) | SubString(Skin.String(DisableSubVPlaylist244),true) | SubString(Skin.String(DisableSubVPlaylist344),true)] | Container(300).HasFocus(45) + [SubString(Skin.String(DisableSubVPlaylist145),true) | SubString(Skin.String(DisableSubVPlaylist245),true) | SubString(Skin.String(DisableSubVPlaylist345),true)] | Container(300).HasFocus(51) + [SubString(Skin.String(DisableSubAPlaylist151),true) | SubString(Skin.String(DisableSubAPlaylist251),true) | SubString(Skin.String(DisableSubAPlaylist351),true)] | Container(300).HasFocus(52) + [SubString(Skin.String(DisableSubAPlaylist152),true) | SubString(Skin.String(DisableSubAPlaylist252),true) | SubString(Skin.String(DisableSubAPlaylist352),true)] | Container(300).HasFocus(53) + [SubString(Skin.String(DisableSubAPlaylist153),true) | SubString(Skin.String(DisableSubAPlaylist253),true) | SubString(Skin.String(DisableSubAPlaylist353),true)] | Container(300).HasFocus(54) + [SubString(Skin.String(DisableSubAPlaylist154),true) | SubString(Skin.String(DisableSubAPlaylist254),true) | SubString(Skin.String(DisableSubAPlaylist354),true)] | Container(300).HasFocus(55) + [SubString(Skin.String(DisableSubAPlaylist155),true) | SubString(Skin.String(DisableSubAPlaylist255),true) | SubString(Skin.String(DisableSubAPlaylist355),true)] | Container(300).HasFocus(61) + [SubString(Skin.String(DisableSubAddon161),true) | SubString(Skin.String(DisableSubAddon261),true) | SubString(Skin.String(DisableSubAddon361),true)] | Container(300).HasFocus(62) + [SubString(Skin.String(DisableSubAddon162),true) | SubString(Skin.String(DisableSubAddon262),true) | SubString(Skin.String(DisableSubAddon362),true)] | Container(300).HasFocus(63) + [SubString(Skin.String(DisableSubAddon163),true) | SubString(Skin.String(DisableSubAddon263),true) | SubString(Skin.String(DisableSubAddon363),true)] | Container(300).HasFocus(63) + [SubString(Skin.String(DisableSubAddon163),true) | SubString(Skin.String(DisableSubAddon263),true) | SubString(Skin.String(DisableSubAddon363),true)] | Container(300).HasFocus(65) + [SubString(Skin.String(DisableSubAddon165),true) | SubString(Skin.String(DisableSubAddon265),true) | SubString(Skin.String(DisableSubAddon365),true)]</visible> -->
  344. </control>
  345. <control type="button" id="4051">
  346. <description>Go to SubMenu</description>
  347. <include>InvisibleButton</include>
  348. <onfocus>SetFocus(9001)</onfocus>
  349. <visible>Control.IsVisible(4050)</visible>
  350. </control>
  351. <control type="button" id="4052">
  352. <description>Go to Multi Function</description>
  353. <include>InvisibleButton</include>
  354. <onfocus>SetFocus(510)</onfocus>
  355. <visible>[Container(301).HasFocus(1) + Library.HasContent(Music) | Container(301).HasFocus(3) + Library.HasContent(Movies) | Container(301).HasFocus(5) + Library.HasContent(TVShows) + !Skin.HasSetting(BigRecentTV)]</visible>
  356. </control>
  357. <control type="button" id="4052">
  358. <description>Go to Big TV</description>
  359. <include>InvisibleButton</include>
  360. <onfocus>SetFocus(8001)</onfocus>
  361. <visible>[Container(301).HasFocus(5) + Library.HasContent(TVShows) + Skin.HasSetting(BigRecentTV)]</visible>
  362. </control>
  363. <!-- <control type="button" id="4054">
  364. <description>Go to Audio Controls</description>
  365. <include>InvisibleButton</include>
  366. <onfocus>SetFocus(600)</onfocus>
  367. <visible>Control.HasFocus(510) + [Player.HasAudio | Player.HasVideo] + !Skin.HasSetting(nohomeminiplayer)</visible>
  368. </control> -->
  369. <control type="button" id="4054">
  370. <description>Don't Go to Audio Controls</description>
  371. <include>InvisibleButton</include>
  372. <onfocus>SetFocus(300)</onfocus>
  373. <onfocus>SendClick(0,300)</onfocus>
  374. <visible>Control.HasFocus(510) + [!Player.HasAudio + !Player.HasVideo] | Control.HasFocus(510) + [Player.HasAudio | Player.HasVideo]</visible>
  375. </control>
  376. <control type="group" id="9001">
  377. <left>0</left>
  378. <top>265</top>
  379. <animation effect="fade" start="100" end="0" time="0" condition="!ControlGroup(9001).HasFocus()">conditional</animation>
  380. <animation effect="fade" start="0" end="100" delay="300" time="200" condition="ControlGroup(9001).HasFocus()">conditional</animation>
  381. <animation effect="fade" start="100" end="0" time="0" condition="ControlGroup(9001).HasFocus()">WindowClose</animation>
  382. <animation effect="slide" end="0,350" time="0" condition="Window.IsActive(Home)">conditional</animation>
  383. <!--VIDEOS -->
  384. <control type="wraplist" id="9010">
  385. <left>0</left>
  386. <top>25</top>
  387. <width>1280</width>
  388. <height>56</height>
  389. <orientation>horizontal</orientation>
  390. <onleft>9010</onleft>
  391. <onright>9010</onright>
  392. <focusposition>2</focusposition>
  393. <scrolltime>200</scrolltime>
  394. <preloaditems>2</preloaditems>
  395. <onup>301</onup>
  396. <ondown>301</ondown>
  397. <visible>Container(301).HasFocus(2)</visible>
  398. <itemlayout width="320" height="56">
  399. <control type="group">
  400. <left>-160</left>
  401. <top>0</top>
  402. <control type="label">
  403. <!--Movie title-->
  404. <width>320</width>
  405. <height>56</height>
  406. <label>$INFO[ListItem.Label]</label>
  407. <align>center</align>
  408. <font>Font_Bartowski_Main_SubMenu</font>
  409. <textcolor>grey3</textcolor>
  410. </control>
  411. </control>
  412. </itemlayout>
  413. <focusedlayout width="320" height="56">
  414. <control type="group">
  415. <left>-160</left>
  416. <top>0</top>
  417. <control type="label">
  418. <!--Movie title-->
  419. <width>320</width>
  420. <height>56</height>
  421. <label>$INFO[ListItem.Label]</label>
  422. <align>center</align>
  423. <font>Font_Bartowski_Main_SubMenu</font>
  424. <textcolor>mainblue</textcolor>
  425. </control>
  426. </control>
  427. </focusedlayout>
  428. <content>
  429. <item id="1">
  430. <label>$LOCALIZE[20342]</label>
  431. <onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
  432. <visible>Library.HasContent(Movies) + Skin.HasSetting(HomeMenuNoMoviesButton)</visible>
  433. </item>
  434. <item id="2">
  435. <label>$LOCALIZE[20343]</label>
  436. <onclick>ActivateWindow(Videos,TvShowTitles,return)</onclick>
  437. <visible>Library.HasContent(TVShows) + Skin.HasSetting(HomeMenuNoTVShowsButton)</visible>
  438. </item>
  439. <item id="3">
  440. <label>$LOCALIZE[20389]</label>
  441. <onclick>ActivateWindow(Videos,MusicVideos)</onclick>
  442. <visible>Library.HasContent(MusicVideos)</visible>
  443. </item>
  444. <item id="4">
  445. <label>$LOCALIZE[744]</label>
  446. <onclick>ActivateWindow(Videos,Files)</onclick>
  447. </item>
  448. <item id="5">
  449. <label>$LOCALIZE[31272]</label>
  450. <onclick>ActivateWindow(Videos,Plugins)</onclick>
  451. </item>
  452. <!-- <item id="6">
  453. <label>$LOCALIZE[1026]</label>
  454. <onclick>ActivateWindow(Videos,Files)</onclick>
  455. <onclick>ActivateWindow(mediasource)</onclick>
  456. <onfocus>ReplaceWindow(Videos,Files)</onfocus>
  457. </item> -->
  458. </content>
  459. </control>
  460. <!--MOVIES -->
  461. <control type="wraplist" id="9011">
  462. <left>0</left>
  463. <top>25</top>
  464. <width>1280</width>
  465. <height>56</height>
  466. <orientation>horizontal</orientation>
  467. <onleft>9011</onleft>
  468. <onright>9011</onright>
  469. <focusposition>2</focusposition>
  470. <scrolltime>200</scrolltime>
  471. <preloaditems>2</preloaditems>
  472. <onup>301</onup>
  473. <ondown>301</ondown>
  474. <visible>Container(301).HasFocus(3)</visible>
  475. <itemlayout width="320" height="56">
  476. <control type="group">
  477. <left>-160</left>
  478. <top>0</top>
  479. <control type="label">
  480. <!--Movie title-->
  481. <width>320</width>
  482. <height>56</height>
  483. <label>$INFO[ListItem.Label]</label>
  484. <align>center</align>
  485. <font>Font_Bartowski_Main_SubMenu</font>
  486. <textcolor>grey3</textcolor>
  487. </control>
  488. </control>
  489. </itemlayout>
  490. <focusedlayout width="320" height="56">
  491. <control type="group">
  492. <left>-160</left>
  493. <top>0</top>
  494. <control type="label">
  495. <!--Movie title-->
  496. <width>320</width>
  497. <height>56</height>
  498. <label>$INFO[ListItem.Label]</label>
  499. <align>center</align>
  500. <font>Font_Bartowski_Main_SubMenu</font>
  501. <textcolor>mainblue</textcolor>
  502. </control>
  503. </control>
  504. </focusedlayout>
  505. <content>
  506. <item id="1">
  507. <label>$INFO[Skin.String(Menu_Custom11_Label)]</label>
  508. <onclick>$INFO[Skin.String(Menu_Custom11_Path)]</onclick>
  509. <visible>Skin.HasSetting(Menu_Custom11)</visible>
  510. </item>
  511. <item id="2">
  512. <label>$INFO[Skin.String(Menu_Custom12_Label)]</label>
  513. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom12_Path)],return)</onclick>
  514. <visible>Skin.HasSetting(Menu_Custom12)</visible>
  515. </item>
  516. <item id="3">
  517. <label>$LOCALIZE[744]</label>
  518. <onclick>ActivateWindow(Videos,Files,return)</onclick>
  519. </item>
  520. <item id="4">
  521. <label>$LOCALIZE[135]</label>
  522. <onclick>ActivateWindow(Videos,MovieGenres,return)</onclick>
  523. </item>
  524. <item id="5">
  525. <label>$LOCALIZE[652]</label>
  526. <onclick>ActivateWindow(Videos,MovieYears,return)</onclick>
  527. </item>
  528. <item id="6">
  529. <label>$LOCALIZE[344]</label>
  530. <onclick>ActivateWindow(Videos,MovieActors,return)</onclick>
  531. </item>
  532. <item id="7">
  533. <label>$LOCALIZE[20348]</label>
  534. <onclick>ActivateWindow(Videos,MovieDirectors,return)</onclick>
  535. </item>
  536. <item id="8">
  537. <label>$LOCALIZE[136]</label>
  538. <onclick>ActivateWindow(Videos,Playlists,return)</onclick>
  539. </item>
  540. <item id="9">
  541. <label>$LOCALIZE[31296]</label>
  542. <onclick>ActivateWindow(Videos,RecentlyAddedMovies,return)</onclick>
  543. </item>
  544. <item id="10">
  545. <label>20389</label>
  546. <onclick>ActivateWindow(Videos,MusicVideoTitles,return)</onclick>
  547. <visible>Library.HasContent(MusicVideos)</visible>
  548. </item>
  549. <item id="11">
  550. <label>$LOCALIZE[31015]</label>
  551. <onclick>ActivateWindow(Videos,MovieSets,return)</onclick>
  552. </item>
  553. </content>
  554. </control>
  555. <!--TV SHOWS -->
  556. <control type="wraplist" id="9012">
  557. <left>0</left>
  558. <top>25</top>
  559. <width>1280</width>
  560. <height>56</height>
  561. <orientation>horizontal</orientation>
  562. <onleft>9012</onleft>
  563. <onright>9012</onright>
  564. <focusposition>2</focusposition>
  565. <scrolltime>200</scrolltime>
  566. <preloaditems>2</preloaditems>
  567. <onup>301</onup>
  568. <ondown>301</ondown>
  569. <visible>Container(301).HasFocus(5)</visible>
  570. <itemlayout width="320" height="56">
  571. <control type="group">
  572. <left>-160</left>
  573. <top>0</top>
  574. <control type="label">
  575. <!--Movie title-->
  576. <width>320</width>
  577. <height>56</height>
  578. <label>$INFO[ListItem.label]</label>
  579. <align>center</align>
  580. <font>Font_Bartowski_Main_SubMenu</font>
  581. <textcolor>grey3</textcolor>
  582. </control>
  583. </control>
  584. </itemlayout>
  585. <focusedlayout width="320" height="56">
  586. <control type="group">
  587. <left>-160</left>
  588. <top>0</top>
  589. <control type="label">
  590. <!--Movie title-->
  591. <width>320</width>
  592. <height>56</height>
  593. <label>$INFO[ListItem.label]</label>
  594. <align>center</align>
  595. <font>Font_Bartowski_Main_SubMenu</font>
  596. <textcolor>mainblue</textcolor>
  597. </control>
  598. </control>
  599. </focusedlayout>
  600. <content>
  601. <item id="1">
  602. <label>$INFO[Skin.String(Menu_Custom13_Label)]</label>
  603. <onclick>$INFO[Skin.String(Menu_Custom13_Path)]</onclick>
  604. <visible>Skin.HasSetting(Menu_Custom13)</visible>
  605. </item>
  606. <item id="2">
  607. <label>$INFO[Skin.String(Menu_Custom14_Label)]</label>
  608. <onclick>XBMC.ActivateWindow(Videos,$INFO[Skin.String(Menu_Custom14_Path)],return)</onclick>
  609. <visible>Skin.HasSetting(Menu_Custom14)</visible>
  610. </item>
  611. <item id="3">
  612. <label>$LOCALIZE[744]</label>
  613. <onclick>ActivateWindow(Videos,Files,return)</onclick>
  614. </item>
  615. <item id="4">
  616. <label>$LOCALIZE[135]</label>
  617. <onclick>ActivateWindow(Videos,TVShowGenres,return)</onclick>
  618. </item>
  619. <item id="7">
  620. <label>$LOCALIZE[31296]</label>
  621. <onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick>
  622. </item>
  623. <item id="5">
  624. <label>$LOCALIZE[652]</label>
  625. <onclick>ActivateWindow(Videos,TVShowYears,return)</onclick>
  626. </item>
  627. <item id="6">
  628. <label>$LOCALIZE[344]</label>
  629. <onclick>ActivateWindow(Videos,TVShowActors,return)</onclick>
  630. </item>
  631. </content>
  632. </control>
  633. <!--SETTINGS -->
  634. <control type="wraplist" id="9014">
  635. <left>0</left>
  636. <top>25</top>
  637. <width>1280</width>
  638. <height>56</height>
  639. <orientation>horizontal</orientation>
  640. <onleft>9014</onleft>
  641. <onright>9014</onright>
  642. <focusposition>2</focusposition>
  643. <scrolltime>200</scrolltime>
  644. <preloaditems>2</preloaditems>
  645. <onup>301</onup>
  646. <ondown>301</ondown>
  647. <visible>Container(301).HasFocus(9)</visible>
  648. <itemlayout width="320" height="56">
  649. <control type="group">
  650. <left>-160</left>
  651. <top>0</top>
  652. <control type="label">
  653. <!--Movie title-->
  654. <width>320</width>
  655. <height>56</height>
  656. <label>$INFO[ListItem.label]</label>
  657. <align>center</align>
  658. <font>Font_Bartowski_Main_SubMenu</font>
  659. <textcolor>grey3</textcolor>
  660. </control>
  661. </control>
  662. </itemlayout>
  663. <focusedlayout width="320" height="56">
  664. <control type="group">
  665. <left>-160</left>
  666. <top>0</top>
  667. <control type="label">
  668. <!--Movie title-->
  669. <width>320</width>
  670. <height>56</height>
  671. <label>$INFO[ListItem.label]</label>
  672. <align>center</align>
  673. <font>Font_Bartowski_Main_SubMenu</font>
  674. <textcolor>mainblue</textcolor>
  675. </control>
  676. </control>
  677. </focusedlayout>
  678. <content>
  679.  
  680. <item id="1">
  681. <label>$LOCALIZE[31524]</label>
  682. <onclick>ActivateWindow(SkinSettings)</onclick>
  683. </item>
  684. <item id="2">
  685. <label>5</label>
  686. <onclick>ActivateWindow(Settings)</onclick>
  687. </item>
  688. <item id="3">
  689. <label>7</label>
  690. <onclick>ActivateWindow(FileManager)</onclick>
  691. </item>
  692. <item id="4">
  693. <label>13200</label>
  694. <onclick>ActivateWindow(Profiles)</onclick>
  695. </item>
  696. <item id="5">
  697. <label>$LOCALIZE[20126]</label>
  698. <onclick>System.LogOff</onclick>
  699. <visible>System.HasLoginScreen</visible>
  700. </item>
  701. <item id="6">
  702. <label>130</label>
  703. <onclick>ActivateWindow(SystemInfo)</onclick>
  704. </item>
  705. </content>
  706. </control>
  707. <!--SCRIPTS -->
  708. <control type="fixedlist" id="9015">
  709. <left>0</left>
  710. <top>25</top>
  711. <width>1280</width>
  712. <height>56</height>
  713. <orientation>horizontal</orientation>
  714. <onleft>9015</onleft>
  715. <onright>9015</onright>
  716. <onup>301</onup>
  717. <ondown>301</ondown>
  718. <focusposition>2</focusposition>
  719. <scrolltime>200</scrolltime>
  720. <preloaditems>2</preloaditems>
  721. <visible>Container(301).HasFocus(10)</visible>
  722. <itemlayout width="320" height="56">
  723. <control type="label">
  724. <left>-160</left>
  725. <top>0</top>
  726. <!--Movie title-->
  727. <width>320</width>
  728. <height>56</height>
  729. <label>$INFO[ListItem.label]</label>
  730. <align>center</align>
  731. <font>Font_Bartowski_Main_SubMenu</font>
  732. <textcolor>grey3</textcolor>
  733. </control>
  734. </itemlayout>
  735. <focusedlayout width="320" height="56">
  736. <control type="group">
  737. <control type="label">
  738. <left>-160</left>
  739. <top>0</top>
  740. <!--Movie title-->
  741. <width>320</width>
  742. <height>56</height>
  743. <label>$INFO[ListItem.label]</label>
  744. <align>center</align>
  745. <font>Font_Bartowski_Main_SubMenu</font>
  746. <textcolor>mainblue</textcolor>
  747. </control>
  748. </control>
  749. </focusedlayout>
  750. <content>
  751. <item id="1">
  752. <label>$LOCALIZE[31273]</label>
  753. <onclick>ActivateWindow(addonbrowser)</onclick>
  754. </item>
  755. <item id="2">
  756. <label>$INFO[Skin.String(HomeScriptButton1_label)]</label>
  757. <onclick>Setfocus(301)</onclick>
  758. <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton1_Path)])</onclick>
  759. <visible>Skin.HasSetting(HomeScriptButton1) + !IsEmpty(Skin.String(HomeScriptButton1_label))</visible>
  760. </item>
  761. <item id="3">
  762. <label>$INFO[Skin.String(HomeScriptButton2_label)]</label>
  763. <onclick>Setfocus(301)</onclick>
  764. <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton2_Path)])</onclick>
  765. <visible>Skin.HasSetting(HomeScriptButton2) + !IsEmpty(Skin.String(HomeScriptButton2_label))</visible>
  766. </item>
  767. <item id="4">
  768. <label>$INFO[Skin.String(HomeScriptButton3_label)]</label>
  769. <onclick>Setfocus(301)</onclick>
  770. <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton3_Path)])</onclick>
  771. <visible>Skin.HasSetting(HomeScriptButton3) + !IsEmpty(Skin.String(HomeScriptButton3_label))</visible>
  772. </item>
  773. <item id="5">
  774. <label>$INFO[Skin.String(HomeScriptButton4_label)]</label>
  775. <onclick>Setfocus(301)</onclick>
  776. <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton4_Path)])</onclick>
  777. <visible>Skin.HasSetting(HomeScriptButton4) + !IsEmpty(Skin.String(HomeScriptButton4_label))</visible>
  778. </item>
  779. <item id="6">
  780. <label>$INFO[Skin.String(HomeScriptButton5_label)]</label>
  781. <onclick>Setfocus(301)</onclick>
  782. <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton5_Path)])</onclick>
  783. <visible>Skin.HasSetting(HomeScriptButton5) + !IsEmpty(Skin.String(HomeScriptButton5_label))</visible>
  784. </item>
  785. <item id="7">
  786. <label>$INFO[Skin.String(HomeScriptButton6_label)]</label>
  787. <onclick>Setfocus(301)</onclick>
  788. <onclick>XBMC.RunScript($INFO[Skin.String(HomeScriptButton6_Path)])</onclick>
  789. <visible>Skin.HasSetting(HomeScriptButton6) + !IsEmpty(Skin.String(HomeScriptButton6_label))</visible>
  790. </item>
  791. </content>
  792. </control>
  793. <!--MUSIC -->
  794. <control type="wraplist" id="9017">
  795. <left>0</left>
  796. <top>25</top>
  797. <width>1280</width>
  798. <height>56</height>
  799. <orientation>horizontal</orientation>
  800. <onleft>9017</onleft>
  801. <onright>9017</onright>
  802. <focusposition>2</focusposition>
  803. <scrolltime>200</scrolltime>
  804. <onup>301</onup>
  805. <ondown>301</ondown>
  806. <preloaditems>2</preloaditems>
  807. <visible>Container(301).HasFocus(1)</visible>
  808. <itemlayout width="320" height="56">
  809. <control type="group">
  810. <left>-160</left>
  811. <top>0</top>
  812. <control type="label">
  813. <!--Movie title-->
  814. <width>320</width>
  815. <height>56</height>
  816. <label>$INFO[ListItem.label]</label>
  817. <align>center</align>
  818. <font>Font_Bartowski_Main_SubMenu</font>
  819. <textcolor>grey3</textcolor>
  820. </control>
  821. </control>
  822. </itemlayout>
  823. <focusedlayout width="320" height="56">
  824. <control type="group">
  825. <left>-160</left>
  826. <top>0</top>
  827. <control type="label">
  828. <!--Movie title-->
  829. <width>320</width>
  830. <height>56</height>
  831. <label>$INFO[ListItem.label]</label>
  832. <align>center</align>
  833. <font>Font_Bartowski_Main_SubMenu</font>
  834. <textcolor>mainblue</textcolor>
  835. </control>
  836. </control>
  837. </focusedlayout>
  838. <content>
  839. <item id="1">
  840. <label>$INFO[Skin.String(Menu_Custom15_Label)]</label>
  841. <onclick>$INFO[Skin.String(Menu_Custom15_Path)]</onclick>
  842. <visible>Skin.HasSetting(Menu_Custom15)</visible>
  843. </item>
  844. <item id="2">
  845. <label>$INFO[Skin.String(Menu_Custom16_Label)]</label>
  846. <onclick>XBMC.ActivateWindow(MusicLibrary,$INFO[Skin.String(Menu_Custom16_Path)],return)</onclick>
  847. <visible>Skin.HasSetting(Menu_Custom16)</visible>
  848. </item>
  849. <item id="3">
  850. <label>$INFO[Skin.String(Menu_Custom17_Label)]</label>
  851. <onclick>XBMC.ActivateWindow(MusicLibrary,$INFO[Skin.String(Menu_Custom17_Path)],return)</onclick>
  852. <visible>Skin.HasSetting(Menu_Custom17)</visible>
  853. </item>
  854. <item id="4">
  855. <label>$INFO[Skin.String(Menu_Custom18_Label)]</label>
  856. <onclick>XBMC.ActivateWindow(MusicLibrary,$INFO[Skin.String(Menu_Custom18_Path)],return)</onclick>
  857. <visible>Skin.HasSetting(Menu_Custom18)</visible>
  858. </item>
  859. <item id="5">
  860. <label>$LOCALIZE[133]</label>
  861. <onclick>ActivateWindow(Music,Artists,return)</onclick>
  862. <visible>Library.HasContent(Music)</visible>
  863. </item>
  864. <item id="6">
  865. <label>$LOCALIZE[132]</label>
  866. <onclick>ActivateWindow(Music,Albums,return)</onclick>
  867. <visible>Library.HasContent(Music)</visible>
  868. </item>
  869. <item id="7">
  870. <label>$LOCALIZE[134]</label>
  871. <onclick>ActivateWindow(Music,Songs,return)</onclick>
  872. <visible>Library.HasContent(Music)</visible>
  873. </item>
  874. <item id="8">
  875. <label>$LOCALIZE[744]</label>
  876. <onclick>ActivateWindow(MusicFiles)</onclick>
  877. </item>
  878. <item id="9">
  879. <label>$LOCALIZE[136]</label>
  880. <onclick>ActivateWindow(Music,Playlists,return)</onclick>
  881. </item>
  882. <item id="10">
  883. <label>$LOCALIZE[31007]</label>
  884. <onclick>ActivateWindow(Music,Plugins)</onclick>
  885. <visible>Library.HasContent(Music)</visible>
  886. </item>
  887. </content>
  888. </control>
  889. <!--WEATHER -->
  890. <control type="list" id="9018">
  891. <left>0</left>
  892. <top>25</top>
  893. <width>1280</width>
  894. <height>56</height>
  895. <orientation>horizontal</orientation>
  896. <onleft>9018</onleft>
  897. <onright>9018</onright>
  898. <onup>301</onup>
  899. <ondown>301</ondown>
  900. <preloaditems>2</preloaditems>
  901. <visible>Skin.HasSetting(HomepageWeatherWidget) + [Container(301).HasFocus(8) | Container(301).HasFocus(14)]</visible>
  902. <itemlayout width="400" height="56">
  903. <control type="group">
  904. <left>40</left>
  905. <top>0</top>
  906. <control type="label">
  907. <!--Movie title-->
  908. <width>400</width>
  909. <height>56</height>
  910. <label>$INFO[ListItem.label]</label>
  911. <align>center</align>
  912. <font>Font_Bartowski_Main_SubMenu</font>
  913. <textcolor>grey3</textcolor>
  914. </control>
  915. </control>
  916. </itemlayout>
  917. <focusedlayout width="400" height="56">
  918. <control type="group">
  919. <left>40</left>
  920. <top>0</top>
  921. <control type="label">
  922. <!--Movie title-->
  923. <width>400</width>
  924. <height>56</height>
  925. <label>$INFO[ListItem.label]</label>
  926. <align>center</align>
  927. <font>Font_Bartowski_Main_SubMenu</font>
  928. <textcolor>mainblue</textcolor>
  929. </control>
  930. </control>
  931. </focusedlayout>
  932. <content>
  933. <item id="1">
  934. <label>143</label>
  935. <onclick>Skin.SetString(Weather,1)</onclick>
  936. </item>
  937. <item id="2">
  938. <label>$LOCALIZE[31254]</label>
  939. <onclick>Skin.SetString(Weather,2)</onclick>
  940. </item>
  941. <item id="3">
  942. <label>$LOCALIZE[31255]</label>
  943. <onclick>Skin.SetString(Weather,3)</onclick>
  944. </item>
  945. </content>
  946. </control>
  947. <!--Shutdown -->
  948. <control type="wraplist" id="9019">
  949. <left>0</left>
  950. <top>25</top>
  951. <width>1280</width>
  952. <height>56</height>
  953. <orientation>horizontal</orientation>
  954. <onleft>9019</onleft>
  955. <onright>9019</onright>
  956. <onup>301</onup>
  957. <ondown>301</ondown>
  958. <focusposition>2</focusposition>
  959. <scrolltime>200</scrolltime>
  960. <preloaditems>2</preloaditems>
  961. <visible>Container(301).HasFocus(13) + ![Stringcompare(Skin.String(ShutdownOption),1) | IsEmpty(Skin.String(ShutdownOption))]</visible>
  962. <itemlayout width="320" height="56">
  963. <control type="group">
  964. <left>-160</left>
  965. <top>0</top>
  966. <control type="label">
  967. <!--Movie title-->
  968. <width>320</width>
  969. <height>56</height>
  970. <label>$INFO[ListItem.label]</label>
  971. <align>center</align>
  972. <font>Font_Bartowski_Main_SubMenu</font>
  973. <textcolor>grey3</textcolor>
  974. </control>
  975. </control>
  976. </itemlayout>
  977. <focusedlayout width="320" height="56">
  978. <control type="group">
  979. <left>-160</left>
  980. <top>0</top>
  981. <control type="label">
  982. <!--Movie title-->
  983. <width>320</width>
  984. <height>56</height>
  985. <label>$INFO[ListItem.label]</label>
  986. <align>center</align>
  987. <font>Font_Bartowski_Main_SubMenu</font>
  988. <textcolor>mainblue</textcolor>
  989. </control>
  990. </control>
  991. </focusedlayout>
  992. <content>
  993. <item id="1">
  994. <label>$LOCALIZE[31242]</label>
  995. <onclick>AlarmClock(shutdowntimer,Shutdown)</onclick>
  996. <visible>!System.HasAlarm(shutdowntimer)</visible>
  997. <visible>System.CanPowerDown | System.CanSuspend | System.CanHibernate</visible>
  998. </item>
  999. <item id="2">
  1000. <label>$LOCALIZE[31243]</label>
  1001. <onclick>CancelAlarm(ShutdownTimer)</onclick>
  1002. <visible>System.HasAlarm(ShutdownTimer)</visible>
  1003. </item>
  1004. <item id="3">
  1005. <label>13011</label>
  1006. <onclick>Dialog.Close(ShutdownMenu,yes)</onclick>
  1007. <onclick>XBMC.Suspend()</onclick>
  1008. <visible>!Stringcompare(Skin.String(ShutdownOption),4) + System.CanSuspend</visible>
  1009. </item>
  1010. <item id="4">
  1011. <label>13010</label>
  1012. <onclick>XBMC.Hibernate()</onclick>
  1013. <visible>!Stringcompare(Skin.String(ShutdownOption),5) + System.CanHibernate</visible>
  1014. </item>
  1015. <item id="5">
  1016. <label>13013</label>
  1017. <onclick>XBMC.Reset()</onclick>
  1018. <visible>!Stringcompare(Skin.String(ShutdownOption),6) + System.CanReboot</visible>
  1019. </item>
  1020. <item id="6">
  1021. <label>13012</label>
  1022. <onclick>XBMC.Quit()</onclick>
  1023. <visible>!Stringcompare(Skin.String(ShutdownOption),2) + System.ShowExitButton</visible>
  1024. </item>
  1025. <item id="7">
  1026. <label>13016</label>
  1027. <onclick>XBMC.Powerdown()</onclick>
  1028. <visible>!Stringcompare(Skin.String(ShutdownOption),3) + System.CanPowerDown</visible>
  1029. </item>
  1030. </content>
  1031. </control>
  1032. <!--DVD -->
  1033. <control type="fixedlist" id="9014">
  1034. <left>0</left>
  1035. <top>25</top>
  1036. <width>1280</width>
  1037. <height>56</height>
  1038. <orientation>horizontal</orientation>
  1039. <onleft>9014</onleft>
  1040. <onright>9014</onright>
  1041. <onup>301</onup>
  1042. <ondown>301</ondown>
  1043. <focusposition>2</focusposition>
  1044. <scrolltime>200</scrolltime>
  1045. <preloaditems>2</preloaditems>
  1046. <visible>Container(301).HasFocus(11)</visible>
  1047. <itemlayout width="400" height="56">
  1048. <control type="label">
  1049. <left>-200</left>
  1050. <top>0</top>
  1051. <!--Movie title-->
  1052. <width>400</width>
  1053. <height>56</height>
  1054. <label>$INFO[ListItem.label]</label>
  1055. <align>center</align>
  1056. <font>Font_Bartowski_Main_SubMenu</font>
  1057. <textcolor>grey3</textcolor>
  1058. </control>
  1059. </itemlayout>
  1060. <focusedlayout width="400" height="56">
  1061. <control type="group">
  1062. <left>-200</left>
  1063. <top>0</top>
  1064. <control type="label">
  1065. <!--Movie title-->
  1066. <width>400</width>
  1067. <height>56</height>
  1068. <label>$INFO[ListItem.label]</label>
  1069. <align>center</align>
  1070. <font>Font_Bartowski_Main_SubMenu</font>
  1071. <textcolor>mainblue</textcolor>
  1072. </control>
  1073. </control>
  1074. </focusedlayout>
  1075. <content>
  1076. <item id="1">
  1077. <label>$LOCALIZE[13391]</label>
  1078. <onclick>EjectTray()</onclick>
  1079. <visible>System.HasMediaDVD</visible>
  1080. </item>
  1081. </content>
  1082. </control>
  1083. <!--Live TV-->
  1084. <control type="wraplist" id="9026">
  1085. <left>0</left>
  1086. <top>25</top>
  1087. <width>1280</width>
  1088. <height>56</height>
  1089. <orientation>horizontal</orientation>
  1090. <onleft>9019</onleft>
  1091. <onright>9019</onright>
  1092. <onup>301</onup>
  1093. <ondown>301</ondown>
  1094. <focusposition>2</focusposition>
  1095. <scrolltime>200</scrolltime>
  1096. <preloaditems>2</preloaditems>
  1097. <visible>Container(301).HasFocus(26)</visible>
  1098. <itemlayout width="320" height="56">
  1099. <control type="group">
  1100. <left>-160</left>
  1101. <top>0</top>
  1102. <control type="label">
  1103. <width>320</width>
  1104. <height>56</height>
  1105. <label>$INFO[ListItem.label]</label>
  1106. <align>center</align>
  1107. <font>Font_Bartowski_Main_SubMenu</font>
  1108. <textcolor>grey3</textcolor>
  1109. </control>
  1110. </control>
  1111. </itemlayout>
  1112. <focusedlayout width="320" height="56">
  1113. <control type="group">
  1114. <left>-160</left>
  1115. <top>0</top>
  1116. <control type="label">
  1117. <width>320</width>
  1118. <height>56</height>
  1119. <label>$INFO[ListItem.label]</label>
  1120. <align>center</align>
  1121. <font>Font_Bartowski_Main_SubMenu</font>
  1122. <textcolor>mainblue</textcolor>
  1123. </control>
  1124. </control>
  1125. </focusedlayout>
  1126. <content>
  1127. <item id="1">
  1128. <label>19040</label>
  1129. <onclick>ActivateWindow(TVTimers)</onclick>
  1130. </item>
  1131. <item id="2">
  1132. <label>19163</label>
  1133. <onclick>ActivateWindow(TVRecordings)</onclick>
  1134. </item>
  1135. <item id="3">
  1136. <label>19019</label>
  1137. <onclick>ActivateWindow(TVChannels)</onclick>
  1138. </item>
  1139. <item id="4">
  1140. <label>19069</label>
  1141. <onclick>ActivateWindow(TVGuide)</onclick>
  1142. </item>
  1143. <item id="5">
  1144. <label>137</label>
  1145. <onclick>ActivateWindow(TVSearch)</onclick>
  1146. </item>
  1147. </content>
  1148. </control>
  1149. <!--Radio-->
  1150. <control type="wraplist" id="9027">
  1151. <left>0</left>
  1152. <top>25</top>
  1153. <width>1280</width>
  1154. <height>56</height>
  1155. <orientation>horizontal</orientation>
  1156. <onleft>9019</onleft>
  1157. <onright>9019</onright>
  1158. <onup>301</onup>
  1159. <ondown>301</ondown>
  1160. <focusposition>2</focusposition>
  1161. <scrolltime>200</scrolltime>
  1162. <preloaditems>2</preloaditems>
  1163. <visible>Container(301).HasFocus(27)</visible>
  1164. <itemlayout width="320" height="56">
  1165. <control type="group">
  1166. <left>-160</left>
  1167. <top>0</top>
  1168. <control type="label">
  1169. <width>320</width>
  1170. <height>56</height>
  1171. <label>$INFO[ListItem.label]</label>
  1172. <align>center</align>
  1173. <font>Font_Bartowski_Main_SubMenu</font>
  1174. <textcolor>grey3</textcolor>
  1175. </control>
  1176. </control>
  1177. </itemlayout>
  1178. <focusedlayout width="320" height="56">
  1179. <control type="group">
  1180. <left>-160</left>
  1181. <top>0</top>
  1182. <control type="label">
  1183. <width>320</width>
  1184. <height>56</height>
  1185. <label>$INFO[ListItem.label]</label>
  1186. <align>center</align>
  1187. <font>Font_Bartowski_Main_SubMenu</font>
  1188. <textcolor>mainblue</textcolor>
  1189. </control>
  1190. </control>
  1191. </focusedlayout>
  1192. <content>
  1193. <item id="1">
  1194. <label>19040</label>
  1195. <onclick>ActivateWindow(RadioTimers)</onclick>
  1196. </item>
  1197. <item id="2">
  1198. <label>19163</label>
  1199. <onclick>ActivateWindow(RadioRecordings)</onclick>
  1200. </item>
  1201. <item id="3">
  1202. <label>19019</label>
  1203. <onclick>ActivateWindow(RadioChannels)</onclick>
  1204. </item>
  1205. <item id="4">
  1206. <label>19069</label>
  1207. <onclick>ActivateWindow(RadioGuide)</onclick>
  1208. </item>
  1209. <item id="5">
  1210. <label>137</label>
  1211. <onclick>ActivateWindow(RadioSearch)</onclick>
  1212. </item>
  1213. </content>
  1214. </control>
  1215. </control>
  1216. </include>
  1217. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement