Advertisement
Guest User

Untitled

a guest
Mar 9th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 252.56 KB | None | 0 0
  1. <window id="0">
  2. <defaultcontrol always="true">540</defaultcontrol>
  3.  
  4. <onload condition="Skin.HasSetting(HomeLatestPlaylist1) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=4,method=Last,playlist=$INFO[Skin.String(Menu_Custom11_Path)],menu=Menu1)</onload>
  5. <onload condition="Skin.HasSetting(HomeLatestPlaylist1) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=10,method=Random,playlist=$INFO[Skin.String(Menu_Custom11_Path)],menu=Menu1)</onload>
  6.  
  7. <onload condition="Skin.HasSetting(HomeLatestPlaylist2) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=4,method=Last,playlist=$INFO[Skin.String(Menu_Custom12_Path)],menu=Menu2)</onload>
  8. <onload condition="Skin.HasSetting(HomeLatestPlaylist2) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=10,method=Random,playlist=$INFO[Skin.String(Menu_Custom12_Path)],menu=Menu2)</onload>
  9.  
  10. <onload condition="Skin.HasSetting(HomeLatestPlaylist3) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=4,method=Last,playlist=$INFO[Skin.String(Menu_Custom13_Path)],menu=Menu3)</onload>
  11. <onload condition="Skin.HasSetting(HomeLatestPlaylist3) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=10,method=Random,playlist=$INFO[Skin.String(Menu_Custom13_Path)],menu=Menu3)</onload>
  12.  
  13. <onload condition="Skin.HasSetting(HomeLatestTVPlaylist1) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Episode,unwatched=True,limit=4,method=Last,playlist=$INFO[Skin.String(Menu_Custom14_Path)],menu=Menu4)</onload>
  14. <onload condition="Skin.HasSetting(HomeLatestTVPlaylist1) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Episode,unwatched=True,limit=10,method=Random,playlist=$INFO[Skin.String(Menu_Custom14_Path)],menu=Menu4)</onload>
  15.  
  16. <onload condition="Skin.HasSetting(HomeLatestTVPlaylist2) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Episode,unwatched=True,limit=4,method=Last,playlist=$INFO[Skin.String(Menu_Custom15_Path)],menu=Menu5)</onload>
  17. <onload condition="Skin.HasSetting(HomeLatestTVPlaylist2) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Episode,unwatched=True,limit=10,method=Random,playlist=$INFO[Skin.String(Menu_Custom15_Path)],menu=Menu5)</onload>
  18.  
  19. <onload condition="Skin.HasSetting(HomeLatestTVPlaylist3) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Episode,unwatched=True,limit=4,method=Last,playlist=$INFO[Skin.String(Menu_Custom16_Path)],menu=Menu6)</onload>
  20. <onload condition="Skin.HasSetting(HomeLatestTVPlaylist3) + System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Episode,unwatched=True,limit=10,method=Random,playlist=$INFO[Skin.String(Menu_Custom16_Path)],menu=Menu6)</onload>
  21.  
  22. <allowoverlay>yes</allowoverlay>
  23.  
  24. <controls>
  25. <control type="group" id="12">
  26. <control type="image">
  27. <posx>0</posx>
  28. <posy>0</posy>
  29. <width>1280</width>
  30. <height>720</height>
  31. <aspectratio>stretch</aspectratio>
  32. <texture>bg2.png</texture>
  33. <colordiffuse>FFCCCCCF</colordiffuse>
  34. </control>
  35. <control type="image">
  36. <posx>0</posx>
  37. <posy>0</posy>
  38. <width>1280</width>
  39. <height>720</height>
  40. <aspectratio>stretch</aspectratio>
  41. <texture>black.png</texture>
  42. <colordiffuse>70FFFFFF</colordiffuse>
  43. </control>
  44. <!-- CUSTOM BACKGROUNDS -->
  45. <!--BG Videos-->
  46. <control type="multiimage">
  47. <animation type="Hidden">
  48. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  49. </animation>
  50. <animation type="WindowOpen" reversible="false">
  51. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  52. </animation>
  53. <animation type="WindowClose" reversible="false">
  54. <effect type="fade" start="100" end="0" time="200" />
  55. </animation>
  56. <posx>0</posx>
  57. <posy>260</posy>
  58. <width>1280</width>
  59. <height>590</height>
  60. <aspectratio>scale</aspectratio>
  61. <timeperimage>5000</timeperimage>
  62. <fadetime>1000</fadetime>
  63. <randomize>true</randomize>
  64. <loop>yes</loop>
  65. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageVideos)]</imagepath>
  66. <colordiffuse>ff404040</colordiffuse>
  67. <visible>Skin.HasSetting(CustomBackground)</visible>
  68. <visible>Container(540).HasFocus(1)</visible>
  69. </control>
  70. <!--BG Movies-->
  71. <control type="multiimage">
  72. <animation type="Hidden">
  73. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  74. </animation>
  75. <animation type="WindowOpen" reversible="false">
  76. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  77. </animation>
  78. <animation type="WindowClose" reversible="false">
  79. <effect type="fade" start="100" end="0" time="200" />
  80. </animation>
  81. <posx>0</posx>
  82. <posy>260</posy>
  83. <width>1280</width>
  84. <height>590</height>
  85. <aspectratio>scale</aspectratio>
  86. <timeperimage>5000</timeperimage>
  87. <fadetime>1000</fadetime>
  88. <randomize>true</randomize>
  89. <loop>yes</loop>
  90. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageMovie)]</imagepath>
  91. <colordiffuse>ff404040</colordiffuse>
  92. <visible>Skin.HasSetting(CustomBackground)</visible>
  93. <visible>Container(540).HasFocus(2) | Container(540).HasFocus(14)</visible>
  94. </control>
  95. <!--BG TVShows-->
  96. <control type="multiimage">
  97. <animation type="Hidden">
  98. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  99. </animation>
  100. <animation type="WindowOpen" reversible="false">
  101. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  102. </animation>
  103. <animation type="WindowClose" reversible="false">
  104. <effect type="fade" start="100" end="0" time="200" />
  105. </animation>
  106. <posx>0</posx>
  107. <posy>260</posy>
  108. <width>1280</width>
  109. <height>590</height>
  110. <aspectratio>scale</aspectratio>
  111. <timeperimage>5000</timeperimage>
  112. <fadetime>1000</fadetime>
  113. <randomize>true</randomize>
  114. <loop>yes</loop>
  115. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageTVShows)]</imagepath>
  116. <colordiffuse>ff404040</colordiffuse>
  117. <visible>Skin.HasSetting(CustomBackground)</visible>
  118. <visible>Container(540).HasFocus(3)</visible>
  119. </control>
  120. <!--BG Music-->
  121. <control type="multiimage">
  122. <animation type="Hidden">
  123. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  124. </animation>
  125. <animation type="WindowOpen" reversible="false">
  126. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  127. </animation>
  128. <animation type="WindowClose" reversible="false">
  129. <effect type="fade" start="100" end="0" time="200" />
  130. </animation>
  131. <posx>0</posx>
  132. <posy>260</posy>
  133. <width>1280</width>
  134. <height>590</height>
  135. <aspectratio>scale</aspectratio>
  136. <timeperimage>5000</timeperimage>
  137. <fadetime>1000</fadetime>
  138. <randomize>true</randomize>
  139. <loop>yes</loop>
  140. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageMusic)]</imagepath>
  141. <colordiffuse>ff404040</colordiffuse>
  142. <visible>Skin.HasSetting(CustomBackground)</visible>
  143. <visible>Container(540).HasFocus(4)</visible>
  144. </control>
  145. <!--BG Pictures-->
  146. <control type="multiimage">
  147. <animation type="Hidden">
  148. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  149. </animation>
  150. <animation type="WindowOpen" reversible="false">
  151. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  152. </animation>
  153. <animation type="WindowClose" reversible="false">
  154. <effect type="fade" start="100" end="0" time="200" />
  155. </animation>
  156. <posx>0</posx>
  157. <posy>260</posy>
  158. <width>1280</width>
  159. <height>590</height>
  160. <aspectratio>scale</aspectratio>
  161. <timeperimage>5000</timeperimage>
  162. <fadetime>1000</fadetime>
  163. <randomize>true</randomize>
  164. <loop>yes</loop>
  165. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImagePictures)]</imagepath>
  166. <colordiffuse>ff707070</colordiffuse>
  167. <visible>Skin.HasSetting(CustomBackground)</visible>
  168. <visible>Container(540).HasFocus(5)</visible>
  169. </control>
  170. <!--BG Programs-->
  171. <control type="multiimage">
  172. <animation type="Hidden">
  173. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  174. </animation>
  175. <animation type="WindowOpen" reversible="false">
  176. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  177. </animation>
  178. <animation type="WindowClose" reversible="false">
  179. <effect type="fade" start="100" end="0" time="200" />
  180. </animation>
  181. <posx>0</posx>
  182. <posy>260</posy>
  183. <width>1280</width>
  184. <height>590</height>
  185. <aspectratio>scale</aspectratio>
  186. <timeperimage>5000</timeperimage>
  187. <fadetime>1000</fadetime>
  188. <randomize>true</randomize>
  189. <loop>yes</loop>
  190. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImagePrograms)]</imagepath>
  191. <colordiffuse>ff707070</colordiffuse>
  192. <visible>Skin.HasSetting(CustomBackground)</visible>
  193. <visible>Container(540).HasFocus(10)</visible>
  194. </control>
  195. <!--BG Addons-->
  196. <control type="multiimage">
  197. <animation type="Hidden">
  198. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  199. </animation>
  200. <animation type="WindowOpen" reversible="false">
  201. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  202. </animation>
  203. <animation type="WindowClose" reversible="false">
  204. <effect type="fade" start="100" end="0" time="200" />
  205. </animation>
  206. <posx>0</posx>
  207. <posy>260</posy>
  208. <width>1280</width>
  209. <height>590</height>
  210. <aspectratio>scale</aspectratio>
  211. <timeperimage>5000</timeperimage>
  212. <fadetime>1000</fadetime>
  213. <randomize>true</randomize>
  214. <loop>yes</loop>
  215. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageAddons)]</imagepath>
  216. <colordiffuse>ff707070</colordiffuse>
  217. <visible>Skin.HasSetting(CustomBackground)</visible>
  218. <visible>Container(540).HasFocus(8)</visible>
  219. </control>
  220. <!--BG Settings-->
  221. <control type="multiimage">
  222. <animation type="Hidden">
  223. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  224. </animation>
  225. <animation type="WindowOpen" reversible="false">
  226. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  227. </animation>
  228. <animation type="WindowClose" reversible="false">
  229. <effect type="fade" start="100" end="0" time="200" />
  230. </animation>
  231. <posx>0</posx>
  232. <posy>260</posy>
  233. <width>1280</width>
  234. <height>590</height>
  235. <aspectratio>scale</aspectratio>
  236. <timeperimage>5000</timeperimage>
  237. <fadetime>1000</fadetime>
  238. <randomize>true</randomize>
  239. <loop>yes</loop>
  240. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageSettings)]</imagepath>
  241. <colordiffuse>ff505050</colordiffuse>
  242. <visible>Skin.HasSetting(CustomBackground)</visible>
  243. <visible>Container(540).HasFocus(9)</visible>
  244. </control>
  245. <!--BG Power-->
  246. <control type="multiimage">
  247. <animation type="Hidden">
  248. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  249. </animation>
  250. <animation type="WindowOpen" reversible="false">
  251. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  252. </animation>
  253. <animation type="WindowClose" reversible="false">
  254. <effect type="fade" start="100" end="0" time="200" />
  255. </animation>
  256. <posx>0</posx>
  257. <posy>260</posy>
  258. <width>1280</width>
  259. <height>590</height>
  260. <aspectratio>scale</aspectratio>
  261. <timeperimage>5000</timeperimage>
  262. <fadetime>1000</fadetime>
  263. <randomize>true</randomize>
  264. <loop>yes</loop>
  265. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImagePower)]</imagepath>
  266. <colordiffuse>ff505050</colordiffuse>
  267. <visible>Skin.HasSetting(CustomBackground)</visible>
  268. <visible>Container(540).HasFocus(15)</visible>
  269. </control>
  270. <!--BG Weather-->
  271. <control type="image">
  272. <animation type="Hidden">
  273. <effect type="fade" start="100" end="0" time="600" delay="0" reversible="true"/>
  274. </animation>
  275.  
  276. <animation type="WindowOpen" reversible="false">
  277. <effect type="fade" start="0" end="100" time="350" delay="950"/>
  278. </animation>
  279. <animation type="WindowClose" reversible="false">
  280. <effect type="fade" start="100" end="0" time="200" />
  281. </animation>
  282. <posx>0</posx>
  283. <posy>260</posy>
  284. <width>1280</width>
  285. <height>590</height>
  286. <aspectratio>scale</aspectratio>
  287. <texture background="true">$INFO[Skin.String(CustomBackgroundWeather)]</texture>
  288. <colordiffuse>ff505050</colordiffuse>
  289. <visible>Skin.HasSetting(CustomBackground)</visible>
  290. <visible>Container(540).HasFocus(7)</visible>
  291. </control>
  292. <!--BG Play Disc-->
  293. <control type="image">
  294. <animation type="Hidden">
  295. <effect type="fade" start="100" end="0" time="600" delay="0" reversible="true"/>
  296. </animation>
  297.  
  298. <animation type="WindowOpen" reversible="false">
  299. <effect type="fade" start="0" end="100" time="350" delay="950"/>
  300. </animation>
  301. <animation type="WindowClose" reversible="false">
  302. <effect type="fade" start="100" end="0" time="200" />
  303. </animation>
  304. <posx>0</posx>
  305. <posy>260</posy>
  306. <width>1280</width>
  307. <height>590</height>
  308. <aspectratio>scale</aspectratio>
  309. <texture background="true">$INFO[Skin.String(CustomBackgroundPlayDisc)]</texture>
  310. <colordiffuse>ff606060</colordiffuse>
  311. <visible>Skin.HasSetting(CustomBackground)</visible>
  312. <visible>Container(540).HasFocus(12)</visible>
  313. </control>
  314. <!--EXTRA-->
  315. <!--BG Games-->
  316. <control type="multiimage">
  317. <animation type="Hidden">
  318. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  319. </animation>
  320. <animation type="WindowOpen" reversible="false">
  321. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  322. </animation>
  323. <animation type="WindowClose" reversible="false">
  324. <effect type="fade" start="100" end="0" time="200" />
  325. </animation>
  326. <posx>0</posx>
  327. <posy>260</posy>
  328. <width>1280</width>
  329. <height>590</height>
  330. <aspectratio>scale</aspectratio>
  331. <timeperimage>5000</timeperimage>
  332. <fadetime>1000</fadetime>
  333. <randomize>true</randomize>
  334. <loop>yes</loop>
  335. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageGames)]</imagepath>
  336. <colordiffuse>ff707070</colordiffuse>
  337. <visible>Skin.HasSetting(CustomBackground)</visible>
  338. <visible>Container(540).HasFocus(11)</visible>
  339. </control>
  340. <!--EXTRA-->
  341. <!--BG VOD-->
  342. <control type="multiimage">
  343. <animation type="Hidden">
  344. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  345. </animation>
  346. <animation type="WindowOpen" reversible="false">
  347. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  348. </animation>
  349. <animation type="WindowClose" reversible="false">
  350. <effect type="fade" start="100" end="0" time="200" />
  351. </animation>
  352. <posx>0</posx>
  353. <posy>260</posy>
  354. <width>1280</width>
  355. <height>590</height>
  356. <aspectratio>scale</aspectratio>
  357. <timeperimage>5000</timeperimage>
  358. <fadetime>1000</fadetime>
  359. <randomize>true</randomize>
  360. <loop>yes</loop>
  361. <imagepath background="true">$INFO[Skin.String(CustomBackgroundImageVOD)]</imagepath>
  362. <colordiffuse>ff858585</colordiffuse>
  363. <visible>Skin.HasSetting(CustomBackground)</visible>
  364. <visible>Container(540).HasFocus(13)</visible>
  365. </control>
  366.  
  367. <!--Favorite 1-->
  368.  
  369. <control type="multiimage">
  370. <animation type="Hidden">
  371. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  372. </animation>
  373. <animation type="WindowOpen" reversible="false">
  374. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  375. </animation>
  376. <animation type="WindowClose" reversible="false">
  377. <effect type="fade" start="100" end="0" time="200" />
  378. </animation>
  379. <posx>0</posx>
  380. <posy>260</posy>
  381. <width>1280</width>
  382. <height>590</height>
  383. <aspectratio>scale</aspectratio>
  384. <timeperimage>5000</timeperimage>
  385. <fadetime>1000</fadetime>
  386. <randomize>true</randomize>
  387. <loop>yes</loop>
  388. <imagepath background="true">$INFO[Skin.String(Menu_Custom_1_Folder_1)]</imagepath>
  389. <colordiffuse>ff858585</colordiffuse>
  390. <visible>Skin.HasSetting(CustomBackground)</visible>
  391. <visible>Container(540).HasFocus(20)</visible>
  392. </control>
  393.  
  394. <!--Favorite 1 -->
  395.  
  396. <control type="image">
  397. <animation type="Hidden">
  398. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  399. </animation>
  400. <animation type="WindowOpen" reversible="false">
  401. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  402. </animation>
  403. <animation type="WindowClose" reversible="false">
  404. <effect type="fade" start="100" end="0" time="200" />
  405. </animation>
  406. <posx>0</posx>
  407. <posy>260</posy>
  408. <width>1280</width>
  409. <height>590</height>
  410. <aspectratio>scale</aspectratio>
  411. <fadetime>1000</fadetime>
  412. <texture background="true">$INFO[Skin.String(Menu_Custom_1_Folder)]</texture>
  413. <colordiffuse>ff858585</colordiffuse>
  414. <visible>Skin.HasSetting(CustomBackground)</visible>
  415. <visible>Container(540).HasFocus(20)</visible>
  416. </control>
  417.  
  418. <!--Favorite 2-->
  419.  
  420. <control type="multiimage">
  421. <animation type="Hidden">
  422. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  423. </animation>
  424. <animation type="WindowOpen" reversible="false">
  425. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  426. </animation>
  427. <animation type="WindowClose" reversible="false">
  428. <effect type="fade" start="100" end="0" time="200" />
  429. </animation>
  430. <posx>0</posx>
  431. <posy>260</posy>
  432. <width>1280</width>
  433. <height>590</height>
  434. <aspectratio>scale</aspectratio>
  435. <timeperimage>5000</timeperimage>
  436. <fadetime>1000</fadetime>
  437. <randomize>true</randomize>
  438. <loop>yes</loop>
  439. <imagepath background="true">$INFO[Skin.String(Menu_Custom_2_Folder_2)]</imagepath>
  440. <colordiffuse>ff858585</colordiffuse>
  441. <visible>Skin.HasSetting(CustomBackground)</visible>
  442. <visible>Container(540).HasFocus(21)</visible>
  443. </control>
  444.  
  445. <!--Favorite 2 -->
  446.  
  447. <control type="image">
  448. <animation type="Hidden">
  449. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  450. </animation>
  451. <animation type="WindowOpen" reversible="false">
  452. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  453. </animation>
  454. <animation type="WindowClose" reversible="false">
  455. <effect type="fade" start="100" end="0" time="200" />
  456. </animation>
  457. <posx>0</posx>
  458. <posy>260</posy>
  459. <width>1280</width>
  460. <height>590</height>
  461. <aspectratio>scale</aspectratio>
  462. <fadetime>1000</fadetime>
  463. <texture background="true">$INFO[Skin.String(Menu_Custom_2_Folder)]</texture>
  464. <colordiffuse>ff858585</colordiffuse>
  465. <visible>Skin.HasSetting(CustomBackground)</visible>
  466. <visible>Container(540).HasFocus(21)</visible>
  467. </control>
  468.  
  469. <!--Favorite 3 -->
  470.  
  471. <control type="multiimage">
  472. <animation type="Hidden">
  473. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  474. </animation>
  475. <animation type="WindowOpen" reversible="false">
  476. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  477. </animation>
  478. <animation type="WindowClose" reversible="false">
  479. <effect type="fade" start="100" end="0" time="200" />
  480. </animation>
  481. <posx>0</posx>
  482. <posy>260</posy>
  483. <width>1280</width>
  484. <height>590</height>
  485. <aspectratio>scale</aspectratio>
  486. <timeperimage>5000</timeperimage>
  487. <fadetime>1000</fadetime>
  488. <randomize>true</randomize>
  489. <loop>yes</loop>
  490. <imagepath background="true">$INFO[Skin.String(Menu_Custom_3_Folder_3)]</imagepath>
  491. <colordiffuse>ff858585</colordiffuse>
  492. <visible>Skin.HasSetting(CustomBackground)</visible>
  493. <visible>Container(540).HasFocus(22)</visible>
  494. </control>
  495.  
  496. <!--Favorite 3 -->
  497.  
  498. <control type="image">
  499. <animation type="Hidden">
  500. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  501. </animation>
  502. <animation type="WindowOpen" reversible="false">
  503. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  504. </animation>
  505. <animation type="WindowClose" reversible="false">
  506. <effect type="fade" start="100" end="0" time="200" />
  507. </animation>
  508. <posx>0</posx>
  509. <posy>260</posy>
  510. <width>1280</width>
  511. <height>590</height>
  512. <aspectratio>scale</aspectratio>
  513. <fadetime>1000</fadetime>
  514. <texture background="true">$INFO[Skin.String(Menu_Custom_3_Folder)]</texture>
  515. <colordiffuse>ff858585</colordiffuse>
  516. <visible>Skin.HasSetting(CustomBackground)</visible>
  517. <visible>Container(540).HasFocus(22)</visible>
  518. </control>
  519.  
  520. <!--Favorite 4 -->
  521.  
  522. <control type="multiimage">
  523. <animation type="Hidden">
  524. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  525. </animation>
  526. <animation type="WindowOpen" reversible="false">
  527. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  528. </animation>
  529. <animation type="WindowClose" reversible="false">
  530. <effect type="fade" start="100" end="0" time="200" />
  531. </animation>
  532. <posx>0</posx>
  533. <posy>260</posy>
  534. <width>1280</width>
  535. <height>590</height>
  536. <aspectratio>scale</aspectratio>
  537. <timeperimage>5000</timeperimage>
  538. <fadetime>1000</fadetime>
  539. <randomize>true</randomize>
  540. <loop>yes</loop>
  541. <imagepath background="true">$INFO[Skin.String(Menu_Custom_4_Folder_4)]</imagepath>
  542. <colordiffuse>ff858585</colordiffuse>
  543. <visible>Skin.HasSetting(CustomBackground)</visible>
  544. <visible>Container(540).HasFocus(23)</visible>
  545. </control>
  546.  
  547. <!--Favorite 4 -->
  548.  
  549. <control type="image">
  550. <animation type="Hidden">
  551. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  552. </animation>
  553. <animation type="WindowOpen" reversible="false">
  554. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  555. </animation>
  556. <animation type="WindowClose" reversible="false">
  557. <effect type="fade" start="100" end="0" time="200" />
  558. </animation>
  559. <posx>0</posx>
  560. <posy>260</posy>
  561. <width>1280</width>
  562. <height>590</height>
  563. <aspectratio>scale</aspectratio>
  564. <fadetime>1000</fadetime>
  565. <texture background="true">$INFO[Skin.String(Menu_Custom_4_Folder)]</texture>
  566. <colordiffuse>ff858585</colordiffuse>
  567. <visible>Skin.HasSetting(CustomBackground)</visible>
  568. <visible>Container(540).HasFocus(23)</visible>
  569. </control>
  570.  
  571. <!--Favorite 5 -->
  572.  
  573. <control type="multiimage">
  574. <animation type="Hidden">
  575. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  576. </animation>
  577. <animation type="WindowOpen" reversible="false">
  578. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  579. </animation>
  580. <animation type="WindowClose" reversible="false">
  581. <effect type="fade" start="100" end="0" time="200" />
  582. </animation>
  583. <posx>0</posx>
  584. <posy>260</posy>
  585. <width>1280</width>
  586. <height>590</height>
  587. <aspectratio>scale</aspectratio>
  588. <timeperimage>5000</timeperimage>
  589. <fadetime>1000</fadetime>
  590. <randomize>true</randomize>
  591. <loop>yes</loop>
  592. <imagepath background="true">$INFO[Skin.String(Menu_Custom_5_Folder_5)]</imagepath>
  593. <colordiffuse>ff858585</colordiffuse>
  594. <visible>Skin.HasSetting(CustomBackground)</visible>
  595. <visible>Container(540).HasFocus(24)</visible>
  596. </control>
  597.  
  598. <!--Favorite 5 -->
  599.  
  600. <control type="image">
  601. <animation type="Hidden">
  602. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  603. </animation>
  604. <animation type="WindowOpen" reversible="false">
  605. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  606. </animation>
  607. <animation type="WindowClose" reversible="false">
  608. <effect type="fade" start="100" end="0" time="200" />
  609. </animation>
  610. <posx>0</posx>
  611. <posy>260</posy>
  612. <width>1280</width>
  613. <height>590</height>
  614. <aspectratio>scale</aspectratio>
  615. <fadetime>1000</fadetime>
  616. <texture background="true">$INFO[Skin.String(Menu_Custom_5_Folder)]</texture>
  617. <colordiffuse>ff858585</colordiffuse>
  618. <visible>Skin.HasSetting(CustomBackground)</visible>
  619. <visible>Container(540).HasFocus(24)</visible>
  620. </control>
  621.  
  622. <!--Favorite 6 -->
  623.  
  624. <control type="multiimage">
  625. <animation type="Hidden">
  626. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  627. </animation>
  628. <animation type="WindowOpen" reversible="false">
  629. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  630. </animation>
  631. <animation type="WindowClose" reversible="false">
  632. <effect type="fade" start="100" end="0" time="200" />
  633. </animation>
  634. <posx>0</posx>
  635. <posy>260</posy>
  636. <width>1280</width>
  637. <height>590</height>
  638. <aspectratio>scale</aspectratio>
  639. <timeperimage>5000</timeperimage>
  640. <fadetime>1000</fadetime>
  641. <randomize>true</randomize>
  642. <loop>yes</loop>
  643. <imagepath background="true">$INFO[Skin.String(Menu_Custom_6_Folder_6)]</imagepath>
  644. <colordiffuse>ff858585</colordiffuse>
  645. <visible>Skin.HasSetting(CustomBackground)</visible>
  646. <visible>Container(540).HasFocus(25)</visible>
  647. </control>
  648.  
  649. <!--Favorite 6 -->
  650.  
  651. <control type="image">
  652. <animation type="Hidden">
  653. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  654. </animation>
  655. <animation type="WindowOpen" reversible="false">
  656. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  657. </animation>
  658. <animation type="WindowClose" reversible="false">
  659. <effect type="fade" start="100" end="0" time="200" />
  660. </animation>
  661. <posx>0</posx>
  662. <posy>260</posy>
  663. <width>1280</width>
  664. <height>590</height>
  665. <aspectratio>scale</aspectratio>
  666. <fadetime>1000</fadetime>
  667. <texture background="true">$INFO[Skin.String(Menu_Custom_6_Folder)]</texture>
  668. <colordiffuse>ff858585</colordiffuse>
  669. <visible>Skin.HasSetting(CustomBackground)</visible>
  670. <visible>Container(540).HasFocus(25)</visible>
  671. </control>
  672.  
  673. <!--Favorite 7 -->
  674.  
  675. <control type="multiimage">
  676. <animation type="Hidden">
  677. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  678. </animation>
  679. <animation type="WindowOpen" reversible="false">
  680. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  681. </animation>
  682. <animation type="WindowClose" reversible="false">
  683. <effect type="fade" start="100" end="0" time="200" />
  684. </animation>
  685. <posx>0</posx>
  686. <posy>260</posy>
  687. <width>1280</width>
  688. <height>590</height>
  689. <aspectratio>scale</aspectratio>
  690. <timeperimage>5000</timeperimage>
  691. <fadetime>1000</fadetime>
  692. <randomize>true</randomize>
  693. <loop>yes</loop>
  694. <imagepath background="true">$INFO[Skin.String(Menu_Custom_7_Folder_7)]</imagepath>
  695. <colordiffuse>ff858585</colordiffuse>
  696. <visible>Skin.HasSetting(CustomBackground)</visible>
  697. <visible>Container(540).HasFocus(26)</visible>
  698. </control>
  699.  
  700. <!--Favorite 7 -->
  701.  
  702. <control type="image">
  703. <animation type="Hidden">
  704. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  705. </animation>
  706. <animation type="WindowOpen" reversible="false">
  707. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  708. </animation>
  709. <animation type="WindowClose" reversible="false">
  710. <effect type="fade" start="100" end="0" time="200" />
  711. </animation>
  712. <posx>0</posx>
  713. <posy>260</posy>
  714. <width>1280</width>
  715. <height>590</height>
  716. <aspectratio>scale</aspectratio>
  717. <fadetime>1000</fadetime>
  718. <texture background="true">$INFO[Skin.String(Menu_Custom_7_Folder)]</texture>
  719. <colordiffuse>ff858585</colordiffuse>
  720. <visible>Skin.HasSetting(CustomBackground)</visible>
  721. <visible>Container(540).HasFocus(26)</visible>
  722. </control>
  723.  
  724. <!--Favorite 8 -->
  725.  
  726. <control type="multiimage">
  727. <animation type="Hidden">
  728. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  729. </animation>
  730. <animation type="WindowOpen" reversible="false">
  731. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  732. </animation>
  733. <animation type="WindowClose" reversible="false">
  734. <effect type="fade" start="100" end="0" time="200" />
  735. </animation>
  736. <posx>0</posx>
  737. <posy>260</posy>
  738. <width>1280</width>
  739. <height>590</height>
  740. <aspectratio>scale</aspectratio>
  741. <timeperimage>5000</timeperimage>
  742. <fadetime>1000</fadetime>
  743. <randomize>true</randomize>
  744. <loop>yes</loop>
  745. <imagepath background="true">$INFO[Skin.String(Menu_Custom_8_Folder_8)]</imagepath>
  746. <colordiffuse>ff858585</colordiffuse>
  747. <visible>Skin.HasSetting(CustomBackground)</visible>
  748. <visible>Container(540).HasFocus(27)</visible>
  749. </control>
  750.  
  751. <!--Favorite 8 -->
  752.  
  753. <control type="image">
  754. <animation type="Hidden">
  755. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  756. </animation>
  757. <animation type="WindowOpen" reversible="false">
  758. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  759. </animation>
  760. <animation type="WindowClose" reversible="false">
  761. <effect type="fade" start="100" end="0" time="200" />
  762. </animation>
  763. <posx>0</posx>
  764. <posy>260</posy>
  765. <width>1280</width>
  766. <height>590</height>
  767. <aspectratio>scale</aspectratio>
  768. <fadetime>1000</fadetime>
  769. <texture background="true">$INFO[Skin.String(Menu_Custom_8_Folder)]</texture>
  770. <colordiffuse>ff858585</colordiffuse>
  771. <visible>Skin.HasSetting(CustomBackground)</visible>
  772. <visible>Container(540).HasFocus(27)</visible>
  773. </control>
  774.  
  775.  
  776. <!--Favorite 9 -->
  777.  
  778. <control type="multiimage">
  779. <animation type="Hidden">
  780. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  781. </animation>
  782. <animation type="WindowOpen" reversible="false">
  783. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  784. </animation>
  785. <animation type="WindowClose" reversible="false">
  786. <effect type="fade" start="100" end="0" time="200" />
  787. </animation>
  788. <posx>0</posx>
  789. <posy>260</posy>
  790. <width>1280</width>
  791. <height>590</height>
  792. <aspectratio>scale</aspectratio>
  793. <timeperimage>5000</timeperimage>
  794. <fadetime>1000</fadetime>
  795. <randomize>true</randomize>
  796. <loop>yes</loop>
  797. <imagepath background="true">$INFO[Skin.String(Menu_Custom_9_Folder_9)]</imagepath>
  798. <colordiffuse>ff858585</colordiffuse>
  799. <visible>Skin.HasSetting(CustomBackground)</visible>
  800. <visible>Container(540).HasFocus(28)</visible>
  801. </control>
  802.  
  803. <!--Favorite 9 -->
  804.  
  805. <control type="image">
  806. <animation type="Hidden">
  807. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  808. </animation>
  809. <animation type="WindowOpen" reversible="false">
  810. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  811. </animation>
  812. <animation type="WindowClose" reversible="false">
  813. <effect type="fade" start="100" end="0" time="200" />
  814. </animation>
  815. <posx>0</posx>
  816. <posy>260</posy>
  817. <width>1280</width>
  818. <height>590</height>
  819. <aspectratio>scale</aspectratio>
  820. <fadetime>1000</fadetime>
  821. <texture background="true">$INFO[Skin.String(Menu_Custom_9_Folder)]</texture>
  822. <colordiffuse>ff858585</colordiffuse>
  823. <visible>Skin.HasSetting(CustomBackground)</visible>
  824. <visible>Container(540).HasFocus(28)</visible>
  825. </control>
  826.  
  827. <!--Favorite 10 -->
  828.  
  829. <control type="multiimage">
  830. <animation type="Hidden">
  831. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  832. </animation>
  833. <animation type="WindowOpen" reversible="false">
  834. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  835. </animation>
  836. <animation type="WindowClose" reversible="false">
  837. <effect type="fade" start="100" end="0" time="200" />
  838. </animation>
  839. <posx>0</posx>
  840. <posy>260</posy>
  841. <width>1280</width>
  842. <height>590</height>
  843. <aspectratio>scale</aspectratio>
  844. <timeperimage>5000</timeperimage>
  845. <fadetime>1000</fadetime>
  846. <randomize>true</randomize>
  847. <loop>yes</loop>
  848. <imagepath background="true">$INFO[Skin.String(Menu_Custom_10_Folder_10)]</imagepath>
  849. <colordiffuse>ff858585</colordiffuse>
  850. <visible>Skin.HasSetting(CustomBackground)</visible>
  851. <visible>Container(540).HasFocus(29)</visible>
  852. </control>
  853.  
  854. <!--Favorite 10 -->
  855.  
  856. <control type="image">
  857. <animation type="Hidden">
  858. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  859. </animation>
  860. <animation type="WindowOpen" reversible="false">
  861. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  862. </animation>
  863. <animation type="WindowClose" reversible="false">
  864. <effect type="fade" start="100" end="0" time="200" />
  865. </animation>
  866. <posx>0</posx>
  867. <posy>260</posy>
  868. <width>1280</width>
  869. <height>590</height>
  870. <aspectratio>scale</aspectratio>
  871. <fadetime>1000</fadetime>
  872. <texture background="true">$INFO[Skin.String(Menu_Custom_10_Folder)]</texture>
  873. <colordiffuse>ff858585</colordiffuse>
  874. <visible>Skin.HasSetting(CustomBackground)</visible>
  875. <visible>Container(540).HasFocus(29)</visible>
  876. </control>
  877.  
  878. <!--Playlist 1 -->
  879.  
  880. <control type="multiimage">
  881. <animation type="Hidden">
  882. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  883. </animation>
  884. <animation type="WindowOpen" reversible="false">
  885. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  886. </animation>
  887. <animation type="WindowClose" reversible="false">
  888. <effect type="fade" start="100" end="0" time="200" />
  889. </animation>
  890. <posx>0</posx>
  891. <posy>260</posy>
  892. <width>1280</width>
  893. <height>590</height>
  894. <aspectratio>scale</aspectratio>
  895. <timeperimage>5000</timeperimage>
  896. <fadetime>1000</fadetime>
  897. <randomize>true</randomize>
  898. <loop>yes</loop>
  899. <imagepath background="true">$INFO[Skin.String(Menu_Custom_11_Folder_11)]</imagepath>
  900. <colordiffuse>ff858585</colordiffuse>
  901. <visible>Skin.HasSetting(CustomBackground)</visible>
  902. <visible>Container(540).HasFocus(30)</visible>
  903. </control>
  904.  
  905. <!--Playlist 1 -->
  906.  
  907. <control type="image">
  908. <animation type="Hidden">
  909. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  910. </animation>
  911. <animation type="WindowOpen" reversible="false">
  912. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  913. </animation>
  914. <animation type="WindowClose" reversible="false">
  915. <effect type="fade" start="100" end="0" time="200" />
  916. </animation>
  917. <posx>0</posx>
  918. <posy>260</posy>
  919. <width>1280</width>
  920. <height>590</height>
  921. <aspectratio>scale</aspectratio>
  922. <fadetime>1000</fadetime>
  923. <texture background="true">$INFO[Skin.String(Menu_Custom_11_Folder)]</texture>
  924. <colordiffuse>ff858585</colordiffuse>
  925. <visible>Skin.HasSetting(CustomBackground)</visible>
  926. <visible>Container(540).HasFocus(30)</visible>
  927. </control>
  928.  
  929. <!--Playlist 2 -->
  930.  
  931. <control type="multiimage">
  932. <animation type="Hidden">
  933. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  934. </animation>
  935. <animation type="WindowOpen" reversible="false">
  936. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  937. </animation>
  938. <animation type="WindowClose" reversible="false">
  939. <effect type="fade" start="100" end="0" time="200" />
  940. </animation>
  941. <posx>0</posx>
  942. <posy>260</posy>
  943. <width>1280</width>
  944. <height>590</height>
  945. <aspectratio>scale</aspectratio>
  946. <timeperimage>5000</timeperimage>
  947. <fadetime>1000</fadetime>
  948. <randomize>true</randomize>
  949. <loop>yes</loop>
  950. <imagepath background="true">$INFO[Skin.String(Menu_Custom_12_Folder_12)]</imagepath>
  951. <colordiffuse>ff858585</colordiffuse>
  952. <visible>Skin.HasSetting(CustomBackground)</visible>
  953. <visible>Container(540).HasFocus(31)</visible>
  954. </control>
  955.  
  956. <!--Playlist 2 -->
  957.  
  958. <control type="image">
  959. <animation type="Hidden">
  960. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  961. </animation>
  962. <animation type="WindowOpen" reversible="false">
  963. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  964. </animation>
  965. <animation type="WindowClose" reversible="false">
  966. <effect type="fade" start="100" end="0" time="200" />
  967. </animation>
  968. <posx>0</posx>
  969. <posy>260</posy>
  970. <width>1280</width>
  971. <height>590</height>
  972. <aspectratio>scale</aspectratio>
  973. <fadetime>1000</fadetime>
  974. <texture background="true">$INFO[Skin.String(Menu_Custom_12_Folder)]</texture>
  975. <colordiffuse>ff858585</colordiffuse>
  976. <visible>Skin.HasSetting(CustomBackground)</visible>
  977. <visible>Container(540).HasFocus(31)</visible>
  978. </control>
  979.  
  980. <!--Playlist 3 -->
  981.  
  982. <control type="multiimage">
  983. <animation type="Hidden">
  984. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  985. </animation>
  986. <animation type="WindowOpen" reversible="false">
  987. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  988. </animation>
  989. <animation type="WindowClose" reversible="false">
  990. <effect type="fade" start="100" end="0" time="200" />
  991. </animation>
  992. <posx>0</posx>
  993. <posy>260</posy>
  994. <width>1280</width>
  995. <height>590</height>
  996. <aspectratio>scale</aspectratio>
  997. <timeperimage>5000</timeperimage>
  998. <fadetime>1000</fadetime>
  999. <randomize>true</randomize>
  1000. <loop>yes</loop>
  1001. <imagepath background="true">$INFO[Skin.String(Menu_Custom_13_Folder_13)]</imagepath>
  1002. <colordiffuse>ff858585</colordiffuse>
  1003. <visible>Skin.HasSetting(CustomBackground)</visible>
  1004. <visible>Container(540).HasFocus(32)</visible>
  1005. </control>
  1006.  
  1007. <!--Playlist 3 -->
  1008.  
  1009. <control type="image">
  1010. <animation type="Hidden">
  1011. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1012. </animation>
  1013. <animation type="WindowOpen" reversible="false">
  1014. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1015. </animation>
  1016. <animation type="WindowClose" reversible="false">
  1017. <effect type="fade" start="100" end="0" time="200" />
  1018. </animation>
  1019. <posx>0</posx>
  1020. <posy>260</posy>
  1021. <width>1280</width>
  1022. <height>590</height>
  1023. <aspectratio>scale</aspectratio>
  1024. <fadetime>1000</fadetime>
  1025. <texture background="true">$INFO[Skin.String(Menu_Custom_13_Folder)]</texture>
  1026. <colordiffuse>ff858585</colordiffuse>
  1027. <visible>Skin.HasSetting(CustomBackground)</visible>
  1028. <visible>Container(540).HasFocus(32)</visible>
  1029. </control>
  1030.  
  1031. <!--Playlist 4 -->
  1032.  
  1033. <control type="multiimage">
  1034. <animation type="Hidden">
  1035. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1036. </animation>
  1037. <animation type="WindowOpen" reversible="false">
  1038. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1039. </animation>
  1040. <animation type="WindowClose" reversible="false">
  1041. <effect type="fade" start="100" end="0" time="200" />
  1042. </animation>
  1043. <posx>0</posx>
  1044. <posy>260</posy>
  1045. <width>1280</width>
  1046. <height>590</height>
  1047. <aspectratio>scale</aspectratio>
  1048. <timeperimage>5000</timeperimage>
  1049. <fadetime>1000</fadetime>
  1050. <randomize>true</randomize>
  1051. <loop>yes</loop>
  1052. <imagepath background="true">$INFO[Skin.String(Menu_Custom_14_Folder_14)]</imagepath>
  1053. <colordiffuse>ff858585</colordiffuse>
  1054. <visible>Skin.HasSetting(CustomBackground)</visible>
  1055. <visible>Container(540).HasFocus(33)</visible>
  1056. </control>
  1057.  
  1058. <!--Playlist 4 -->
  1059.  
  1060. <control type="image">
  1061. <animation type="Hidden">
  1062. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1063. </animation>
  1064. <animation type="WindowOpen" reversible="false">
  1065. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1066. </animation>
  1067. <animation type="WindowClose" reversible="false">
  1068. <effect type="fade" start="100" end="0" time="200" />
  1069. </animation>
  1070. <posx>0</posx>
  1071. <posy>260</posy>
  1072. <width>1280</width>
  1073. <height>590</height>
  1074. <aspectratio>scale</aspectratio>
  1075. <fadetime>1000</fadetime>
  1076. <texture background="true">$INFO[Skin.String(Menu_Custom_14_Folder)]</texture>
  1077. <colordiffuse>ff858585</colordiffuse>
  1078. <visible>Skin.HasSetting(CustomBackground)</visible>
  1079. <visible>Container(540).HasFocus(33)</visible>
  1080. </control>
  1081.  
  1082. <!--Playlist 5 -->
  1083.  
  1084. <control type="multiimage">
  1085. <animation type="Hidden">
  1086. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1087. </animation>
  1088. <animation type="WindowOpen" reversible="false">
  1089. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1090. </animation>
  1091. <animation type="WindowClose" reversible="false">
  1092. <effect type="fade" start="100" end="0" time="200" />
  1093. </animation>
  1094. <posx>0</posx>
  1095. <posy>260</posy>
  1096. <width>1280</width>
  1097. <height>590</height>
  1098. <aspectratio>scale</aspectratio>
  1099. <timeperimage>5000</timeperimage>
  1100. <fadetime>1000</fadetime>
  1101. <randomize>true</randomize>
  1102. <loop>yes</loop>
  1103. <imagepath background="true">$INFO[Skin.String(Menu_Custom_15_Folder_15)]</imagepath>
  1104. <colordiffuse>ff858585</colordiffuse>
  1105. <visible>Skin.HasSetting(CustomBackground)</visible>
  1106. <visible>Container(540).HasFocus(34)</visible>
  1107. </control>
  1108.  
  1109. <!--Playlist 5 -->
  1110.  
  1111. <control type="image">
  1112. <animation type="Hidden">
  1113. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1114. </animation>
  1115. <animation type="WindowOpen" reversible="false">
  1116. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1117. </animation>
  1118. <animation type="WindowClose" reversible="false">
  1119. <effect type="fade" start="100" end="0" time="200" />
  1120. </animation>
  1121. <posx>0</posx>
  1122. <posy>260</posy>
  1123. <width>1280</width>
  1124. <height>590</height>
  1125. <aspectratio>scale</aspectratio>
  1126. <fadetime>1000</fadetime>
  1127. <texture background="true">$INFO[Skin.String(Menu_Custom_15_Folder)]</texture>
  1128. <colordiffuse>ff858585</colordiffuse>
  1129. <visible>Skin.HasSetting(CustomBackground)</visible>
  1130. <visible>Container(540).HasFocus(34)</visible>
  1131. </control>
  1132.  
  1133. <!--Playlist 6 -->
  1134.  
  1135. <control type="multiimage">
  1136. <animation type="Hidden">
  1137. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1138. </animation>
  1139. <animation type="WindowOpen" reversible="false">
  1140. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1141. </animation>
  1142. <animation type="WindowClose" reversible="false">
  1143. <effect type="fade" start="100" end="0" time="200" />
  1144. </animation>
  1145. <posx>0</posx>
  1146. <posy>260</posy>
  1147. <width>1280</width>
  1148. <height>590</height>
  1149. <aspectratio>scale</aspectratio>
  1150. <timeperimage>5000</timeperimage>
  1151. <fadetime>1000</fadetime>
  1152. <randomize>true</randomize>
  1153. <loop>yes</loop>
  1154. <imagepath background="true">$INFO[Skin.String(Menu_Custom_16_Folder_16)]</imagepath>
  1155. <colordiffuse>ff858585</colordiffuse>
  1156. <visible>Skin.HasSetting(CustomBackground)</visible>
  1157. <visible>Container(540).HasFocus(35)</visible>
  1158. </control>
  1159.  
  1160. <!--Playlist 6 -->
  1161.  
  1162. <control type="image">
  1163. <animation type="Hidden">
  1164. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1165. </animation>
  1166. <animation type="WindowOpen" reversible="false">
  1167. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1168. </animation>
  1169. <animation type="WindowClose" reversible="false">
  1170. <effect type="fade" start="100" end="0" time="200" />
  1171. </animation>
  1172. <posx>0</posx>
  1173. <posy>260</posy>
  1174. <width>1280</width>
  1175. <height>590</height>
  1176. <aspectratio>scale</aspectratio>
  1177. <fadetime>1000</fadetime>
  1178. <texture background="true">$INFO[Skin.String(Menu_Custom_16_Folder)]</texture>
  1179. <colordiffuse>ff858585</colordiffuse>
  1180. <visible>Skin.HasSetting(CustomBackground)</visible>
  1181. <visible>Container(540).HasFocus(35)</visible>
  1182. </control>
  1183.  
  1184. <!--Playlist 7 -->
  1185.  
  1186. <control type="multiimage">
  1187. <animation type="Hidden">
  1188. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1189. </animation>
  1190. <animation type="WindowOpen" reversible="false">
  1191. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1192. </animation>
  1193. <animation type="WindowClose" reversible="false">
  1194. <effect type="fade" start="100" end="0" time="200" />
  1195. </animation>
  1196. <posx>0</posx>
  1197. <posy>260</posy>
  1198. <width>1280</width>
  1199. <height>590</height>
  1200. <aspectratio>scale</aspectratio>
  1201. <timeperimage>5000</timeperimage>
  1202. <fadetime>1000</fadetime>
  1203. <randomize>true</randomize>
  1204. <loop>yes</loop>
  1205. <imagepath background="true">$INFO[Skin.String(Menu_Custom_17_Folder_17)]</imagepath>
  1206. <colordiffuse>ff858585</colordiffuse>
  1207. <visible>Skin.HasSetting(CustomBackground)</visible>
  1208. <visible>Container(540).HasFocus(36)</visible>
  1209. </control>
  1210.  
  1211. <!--Playlist 7 -->
  1212.  
  1213. <control type="image">
  1214. <animation type="Hidden">
  1215. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1216. </animation>
  1217. <animation type="WindowOpen" reversible="false">
  1218. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1219. </animation>
  1220. <animation type="WindowClose" reversible="false">
  1221. <effect type="fade" start="100" end="0" time="200" />
  1222. </animation>
  1223. <posx>0</posx>
  1224. <posy>260</posy>
  1225. <width>1280</width>
  1226. <height>590</height>
  1227. <aspectratio>scale</aspectratio>
  1228. <fadetime>1000</fadetime>
  1229. <texture background="true">$INFO[Skin.String(Menu_Custom_17_Folder)]</texture>
  1230. <colordiffuse>ff858585</colordiffuse>
  1231. <visible>Skin.HasSetting(CustomBackground)</visible>
  1232. <visible>Container(540).HasFocus(36)</visible>
  1233. </control>
  1234.  
  1235. <!--Playlist 8 -->
  1236.  
  1237. <control type="multiimage">
  1238. <animation type="Hidden">
  1239. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1240. </animation>
  1241. <animation type="WindowOpen" reversible="false">
  1242. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1243. </animation>
  1244. <animation type="WindowClose" reversible="false">
  1245. <effect type="fade" start="100" end="0" time="200" />
  1246. </animation>
  1247. <posx>0</posx>
  1248. <posy>260</posy>
  1249. <width>1280</width>
  1250. <height>590</height>
  1251. <aspectratio>scale</aspectratio>
  1252. <timeperimage>5000</timeperimage>
  1253. <fadetime>1000</fadetime>
  1254. <randomize>true</randomize>
  1255. <loop>yes</loop>
  1256. <imagepath background="true">$INFO[Skin.String(Menu_Custom_18_Folder_18)]</imagepath>
  1257. <colordiffuse>ff858585</colordiffuse>
  1258. <visible>Skin.HasSetting(CustomBackground)</visible>
  1259. <visible>Container(540).HasFocus(37)</visible>
  1260. </control>
  1261.  
  1262. <!--Playlist 8 -->
  1263.  
  1264. <control type="image">
  1265. <animation type="Hidden">
  1266. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1267. </animation>
  1268. <animation type="WindowOpen" reversible="false">
  1269. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1270. </animation>
  1271. <animation type="WindowClose" reversible="false">
  1272. <effect type="fade" start="100" end="0" time="200" />
  1273. </animation>
  1274. <posx>0</posx>
  1275. <posy>260</posy>
  1276. <width>1280</width>
  1277. <height>590</height>
  1278. <aspectratio>scale</aspectratio>
  1279. <fadetime>1000</fadetime>
  1280. <texture background="true">$INFO[Skin.String(Menu_Custom_18_Folder)]</texture>
  1281. <colordiffuse>ff858585</colordiffuse>
  1282. <visible>Skin.HasSetting(CustomBackground)</visible>
  1283. <visible>Container(540).HasFocus(37)</visible>
  1284. </control>
  1285.  
  1286. <!--Playlist 9 -->
  1287.  
  1288. <control type="multiimage">
  1289. <animation type="Hidden">
  1290. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1291. </animation>
  1292. <animation type="WindowOpen" reversible="false">
  1293. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1294. </animation>
  1295. <animation type="WindowClose" reversible="false">
  1296. <effect type="fade" start="100" end="0" time="200" />
  1297. </animation>
  1298. <posx>0</posx>
  1299. <posy>260</posy>
  1300. <width>1280</width>
  1301. <height>590</height>
  1302. <aspectratio>scale</aspectratio>
  1303. <timeperimage>5000</timeperimage>
  1304. <fadetime>1000</fadetime>
  1305. <randomize>true</randomize>
  1306. <loop>yes</loop>
  1307. <imagepath background="true">$INFO[Skin.String(Menu_Custom_19_Folder_19)]</imagepath>
  1308. <colordiffuse>ff858585</colordiffuse>
  1309. <visible>Skin.HasSetting(CustomBackground)</visible>
  1310. <visible>Container(540).HasFocus(38)</visible>
  1311. </control>
  1312.  
  1313. <!--Playlist 9 -->
  1314.  
  1315. <control type="image">
  1316. <animation type="Hidden">
  1317. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1318. </animation>
  1319. <animation type="WindowOpen" reversible="false">
  1320. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1321. </animation>
  1322. <animation type="WindowClose" reversible="false">
  1323. <effect type="fade" start="100" end="0" time="200" />
  1324. </animation>
  1325. <posx>0</posx>
  1326. <posy>260</posy>
  1327. <width>1280</width>
  1328. <height>590</height>
  1329. <aspectratio>scale</aspectratio>
  1330. <fadetime>1000</fadetime>
  1331. <texture background="true">$INFO[Skin.String(Menu_Custom_19_Folder)]</texture>
  1332. <colordiffuse>ff858585</colordiffuse>
  1333. <visible>Skin.HasSetting(CustomBackground)</visible>
  1334. <visible>Container(540).HasFocus(38)</visible>
  1335. </control>
  1336.  
  1337. <!--Playlist 10 -->
  1338.  
  1339. <control type="multiimage">
  1340. <animation type="Hidden">
  1341. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1342. </animation>
  1343. <animation type="WindowOpen" reversible="false">
  1344. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1345. </animation>
  1346. <animation type="WindowClose" reversible="false">
  1347. <effect type="fade" start="100" end="0" time="200" />
  1348. </animation>
  1349. <posx>0</posx>
  1350. <posy>260</posy>
  1351. <width>1280</width>
  1352. <height>590</height>
  1353. <aspectratio>scale</aspectratio>
  1354. <timeperimage>5000</timeperimage>
  1355. <fadetime>1000</fadetime>
  1356. <randomize>true</randomize>
  1357. <loop>yes</loop>
  1358. <imagepath background="true">$INFO[Skin.String(Menu_Custom_20_Folder_20)]</imagepath>
  1359. <colordiffuse>ff858585</colordiffuse>
  1360. <visible>Skin.HasSetting(CustomBackground)</visible>
  1361. <visible>Container(540).HasFocus(39)</visible>
  1362. </control>
  1363.  
  1364. <!--Playlist 10 -->
  1365.  
  1366. <control type="image">
  1367. <animation type="Hidden">
  1368. <effect type="fade" start="100" end="0" time="650" delay="50" reversible="true"/>
  1369. </animation>
  1370. <animation type="WindowOpen" reversible="false">
  1371. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1372. </animation>
  1373. <animation type="WindowClose" reversible="false">
  1374. <effect type="fade" start="100" end="0" time="200" />
  1375. </animation>
  1376. <posx>0</posx>
  1377. <posy>260</posy>
  1378. <width>1280</width>
  1379. <height>590</height>
  1380. <aspectratio>scale</aspectratio>
  1381. <fadetime>1000</fadetime>
  1382. <texture background="true">$INFO[Skin.String(Menu_Custom_20_Folder)]</texture>
  1383. <colordiffuse>ff858585</colordiffuse>
  1384. <visible>Skin.HasSetting(CustomBackground)</visible>
  1385. <visible>Container(540).HasFocus(39)</visible>
  1386. </control>
  1387.  
  1388.  
  1389. <!-- END CUSTOM BACKGROUNDS -->
  1390. <include>FusionStyles</include>
  1391. <control type="image">
  1392. <posx>0</posx>
  1393. <posy>0</posy>
  1394. <width>1280</width>
  1395. <height>720</height>
  1396. <aspectratio>stretch</aspectratio>
  1397. <texture>black.png</texture>
  1398. <colordiffuse>50FFFFFF</colordiffuse>
  1399. </control>
  1400.  
  1401. <control type="image">
  1402. <posx>472</posx>
  1403. <posy>262</posy>
  1404. <width>336</width>
  1405. <height>458</height>
  1406. <aspectratio>stretch</aspectratio>
  1407. <texture>Home/middle.png</texture>
  1408. <colordiffuse>AFFFFFFF</colordiffuse>
  1409. <visible>Container(540).HasFocus(1) | Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(8) | Container(540).HasFocus(9) | Container(540).HasFocus(14) | Container(540).HasFocus(15)</visible>
  1410. <visible>Skin.HasSetting(HomeSubMenus)</visible>
  1411. <animation type="WindowOpen" reversible="false">
  1412. <effect type="fade" start="0" end="100" time="350" delay="500"/>
  1413. </animation>
  1414. <animation type="WindowClose" reversible="false">
  1415. <effect type="fade" start="100" end="0" time="200" />
  1416. </animation>
  1417. <animation type="Visible" reversible="false">
  1418. <effect type="fade" start="0" end="100" time="250" />
  1419. </animation>
  1420. <animation type="Hidden" reversible="false">
  1421. <effect type="fade" start="100" end="0" time="220" />
  1422. </animation>
  1423. </control>
  1424. </control>
  1425.  
  1426. <control type="group">
  1427. <posy>-420</posy>
  1428. <animation effect="slide" start="0,300" end="0,0" time="350" delay="400" tween="circle" easing="out">WindowOpen</animation>
  1429. <animation type="WindowClose" reversible="false">
  1430. <effect type="fade" start="100" end="0" time="200" />
  1431. </animation>
  1432. <control type="image">
  1433. <posx>-5</posx>
  1434. <posy>625</posy>
  1435. <width>1280</width>
  1436. <height>159</height>
  1437. <aspectratio>stretch</aspectratio>
  1438. <texture>Home/menuback.png</texture>
  1439. <colordiffuse>FFFFFFFF</colordiffuse>
  1440. </control>
  1441. <control type="wraplist" id="540">
  1442. <posx>-110</posx>
  1443. <posy>505</posy>
  1444. <width>1600</width>
  1445. <height>500</height>
  1446. <onleft>540</onleft>
  1447. <onright>540</onright>
  1448. <onup>300</onup>
  1449. <ondown>777</ondown>
  1450. <pagecontrol>541</pagecontrol>
  1451. <scrolltime tween="cubic" easing="inout">300</scrolltime>
  1452. <focusposition>3</focusposition>
  1453. <orientation>horizontal</orientation>
  1454. <preloaditems>2</preloaditems>
  1455. <animation effect="fade" start="0" end="100" time="800" delay="300">WindowOpen</animation>
  1456. <itemlayout height="240" width="250">
  1457. <control type="image">
  1458. <posx>-48</posx>
  1459. <posy>20</posy>
  1460. <width>96</width>
  1461. <height>96</height>
  1462. <fadetime>400</fadetime>
  1463. <aspectratio>stretch</aspectratio>
  1464. <texture>$INFO[ListItem.ActualIcon]</texture>
  1465. <colordiffuse>8EC0C0C0</colordiffuse>
  1466. <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
  1467. </control>
  1468. <control type="label">
  1469. <posx>0</posx>
  1470. <posy>120</posy>
  1471. <width>250</width>
  1472. <height>35</height>
  1473. <font>homemenu2</font>
  1474. <textcolor>cf707070</textcolor>
  1475. <align>center</align>
  1476. <label>$INFO[ListItem.Label]</label>
  1477. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  1478. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  1479. </control>
  1480. </itemlayout>
  1481.  
  1482. <focusedlayout height="240" width="250">
  1483. <control type="image">
  1484. <posx>-68</posx>
  1485. <posy>48</posy>
  1486. <width>137</width>
  1487. <height>97</height>
  1488. <aspectratio>stretch</aspectratio>
  1489. <texture>Home/menufo2.png</texture>
  1490. <colordiffuse>CFFFFFFF</colordiffuse>
  1491. <animation type="Focus" reversible="false">
  1492. <effect type="zoom" center="auto" start="100" end="200" time="0" tween="sine" easing="inout" />
  1493. <effect type="fade" start="40" end="100" time="400" />
  1494. </animation>
  1495. <animation type="WindowOpen" condition="Control.HasFocus(640) | Control.HasFocus(642) | Control.HasFocus(644) | Control.HasFocus(646) | Control.HasFocus(648) | Control.HasFocus(650) | Control.HasFocus(652) | Control.HasFocus(654) | Control.HasFocus(3010) | Control.HasFocus(3011) | Control.HasFocus(3030) | Control.HasFocus(30) | Control.HasFocus(3014) | Control.HasFocus(3015) | Control.HasFocus(3016) | Control.HasFocus(3017)" reversible="false">
  1496. <effect type="zoom" center="auto" start="100" end="200" time="0" tween="sine" easing="inout" />
  1497. <effect type="fade" start="100" end="40" time="400" />
  1498. </animation>
  1499. <animation type="WindowClose" condition="Window.IsVisible(134) | Window.IsVisible(111) + [Control.HasFocus(640) | Control.HasFocus(642) | Control.HasFocus(644) | Control.HasFocus(646) | Control.HasFocus(648) | Control.HasFocus(650) | Control.HasFocus(652) | Control.HasFocus(654) | Control.HasFocus(3010) | Control.HasFocus(3011) | Control.HasFocus(3012) | Control.HasFocus(3013) | Control.HasFocus(3014) | Control.HasFocus(3015) | Control.HasFocus(3016) | Control.HasFocus(3017)]" reversible="false">
  1500. <effect type="zoom" center="auto" start="100" end="200" time="0" tween="sine" easing="inout" />
  1501. <effect type="fade" start="100" end="40" time="400" />
  1502. </animation>
  1503. </control>
  1504. <control type="image">
  1505. <posx>-48</posx>
  1506. <posy>20</posy>
  1507. <width>96</width>
  1508. <height>96</height>
  1509. <fadetime>400</fadetime>
  1510. <aspectratio>stretch</aspectratio>
  1511. <texture>$INFO[ListItem.ActualIcon]</texture>
  1512. <colordiffuse>FFffffff</colordiffuse>
  1513. <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
  1514. </control>
  1515. <control type="label">
  1516. <posx>0</posx>
  1517. <posy>120</posy>
  1518. <width>250</width>
  1519. <height>35</height>
  1520. <font>homemenu2</font>
  1521. <textcolor>ffe0e0e0</textcolor>
  1522. <align>center</align>
  1523. <label>$INFO[ListItem.Label]</label>
  1524. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  1525. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  1526. </control>
  1527. </focusedlayout>
  1528. <content>
  1529.  
  1530. <item id="10">
  1531. <description>Programs</description>
  1532. <label>[LOWERCASE]Programs[/LOWERCASE]</label>
  1533. <icon>Home/icons/programs.png</icon>
  1534. <onclick>xbmc.activatewindow(programs)</onclick>
  1535. <visible>!Skin.HasSetting(ProgramsHome)</visible>
  1536. <visible>Skin.HasSetting(VideoHome)</visible>
  1537. </item>
  1538.  
  1539. <item id="8">
  1540. <description>Add-Ons</description>
  1541. <label>[LOWERCASE]Add-Ons[/LOWERCASE]</label>
  1542. <icon>Home/icons/addons.png</icon>
  1543. <onclick>xbmc.activatewindow(addonbrowser)</onclick>
  1544. <visible>!Skin.HasSetting(AddonHome)</visible>
  1545. </item>
  1546.  
  1547. <item id="9">
  1548. <description>Settings</description>
  1549. <label>[LOWERCASE]$LOCALIZE[5][/LOWERCASE]</label>
  1550. <icon>Home/icons/settings.png</icon>
  1551. <onclick>xbmc.activatewindow(settings)</onclick>
  1552. </item>
  1553. <item id="15">
  1554. <description>Power</description>
  1555. <label>power</label>
  1556. <icon>Home/icons/power.png</icon>
  1557. <onclick>xbmc.activatewindow(shutdownmenu)</onclick>
  1558. <visible>!Skin.HasSetting(PowerHome)</visible>
  1559. </item>
  1560. <item id="1">
  1561. <description>Videos</description>
  1562. <label>[LOWERCASE]$LOCALIZE[3][/LOWERCASE]</label>
  1563. <icon>Home/icons/videos.png</icon>
  1564. <onclick>xbmc.activatewindow(videos,files,return)</onclick>
  1565. <visible>!Skin.HasSetting(VideoHome)</visible>
  1566. <visible>Skin.HasSetting(VideosHomeDefault)</visible>
  1567. </item>
  1568. <item id="1">
  1569. <description>Videos</description>
  1570. <label>[LOWERCASE]$LOCALIZE[3][/LOWERCASE]</label>
  1571. <icon>Home/icons/videos.png</icon>
  1572. <onclick>xbmc.activatewindow(videos,root)</onclick>
  1573. <visible>!Skin.HasSetting(VideoHome)</visible>
  1574. <visible>!Skin.HasSetting(VideosHomeDefault)</visible>
  1575. </item>
  1576. <item id="2">
  1577. <description>Movies</description>
  1578. <label>[LOWERCASE]Movies[/LOWERCASE]</label>
  1579. <icon>Home/icons/movies.png</icon>
  1580. <onclick>xbmc.activatewindow(videolibrary,movies)</onclick>
  1581. <visible>!Skin.HasSetting(MovieHome)</visible>
  1582. <visible>!Skin.HasSetting(MoviesHomeDefault)</visible>
  1583. </item>
  1584.  
  1585. <item id="2">
  1586. <description>Movies</description>
  1587. <label>[LOWERCASE]Movies[/LOWERCASE]</label>
  1588. <icon>Home/icons/movies.png</icon>
  1589. <onclick>xbmc.activatewindow(videolibrary,movietitles,return)</onclick>
  1590. <visible>!Skin.HasSetting(MovieHome)</visible>
  1591. <visible>Skin.HasSetting(MoviesHomeDefault)</visible>
  1592. </item>
  1593.  
  1594. <!-- EXTRA ITEM HD MOVIES -->
  1595.  
  1596. <item id="14">
  1597. <description>HD Movies</description>
  1598. <label>[LOWERCASE]HD Movies[/LOWERCASE]</label>
  1599. <icon>Home/icons/hdmovies.png</icon>
  1600. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/hdmovies_hmplayx.xsp,return)</onclick>
  1601. <visible>Skin.HasSetting(HDMoviesHome)</visible>
  1602. </item>
  1603. <item id="30">
  1604. <description>Custom Playlist 1</description>
  1605. <label>$INFO[Skin.String(Menu_Custom11_Label)]</label>
  1606. <icon>$INFO[Skin.String(Menu_Custom11_Folder)]</icon>
  1607. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom11_Path)],return)</onclick>
  1608. <visible>Skin.HasSetting(Menu_Custom11)</visible>
  1609. </item>
  1610. <item id="31">
  1611. <description>Custom Playlist 2</description>
  1612. <label>$INFO[Skin.String(Menu_Custom12_Label)]</label>
  1613. <icon>$INFO[Skin.String(Menu_Custom12_Folder)]</icon>
  1614. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom12_Path)],return)</onclick>
  1615. <visible>Skin.HasSetting(Menu_Custom12)</visible>
  1616. </item>
  1617. <item id="32">
  1618. <description>Custom Playlist 3</description>
  1619. <label>$INFO[Skin.String(Menu_Custom13_Label)]</label>
  1620. <icon>$INFO[Skin.String(Menu_Custom13_Folder)]</icon>
  1621. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom13_Path)],return)</onclick>
  1622. <visible>Skin.HasSetting(Menu_Custom13)</visible>
  1623. </item>
  1624. <item id="3">
  1625. <description>TV Shows</description>
  1626. <label>[LOWERCASE]TV Shows[/LOWERCASE]</label>
  1627. <icon>Home/icons/tv.png</icon>
  1628. <onclick>xbmc.activatewindow(videolibrary,tvshows)</onclick>
  1629. <visible>!Skin.HasSetting(TVHome)</visible>
  1630. <visible>!Skin.HasSetting(TVHomeDefault)</visible>
  1631. </item>
  1632.  
  1633. <item id="3">
  1634. <description>TV Shows</description>
  1635. <label>[LOWERCASE]TV Shows[/LOWERCASE]</label>
  1636. <icon>Home/icons/tv.png</icon>
  1637. <onclick>xbmc.activatewindow(videolibrary,tvshowtitles,return)</onclick>
  1638. <visible>!Skin.HasSetting(TVHome)</visible>
  1639. <visible>Skin.HasSetting(TVHomeDefault)</visible>
  1640. </item>
  1641. <item id="33">
  1642. <description>Custom Playlist 4</description>
  1643. <label>$INFO[Skin.String(Menu_Custom14_Label)]</label>
  1644. <icon>$INFO[Skin.String(Menu_Custom14_Folder)]</icon>
  1645. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom14_Path)],return)</onclick>
  1646. <visible>Skin.HasSetting(Menu_Custom14)</visible>
  1647. </item>
  1648. <item id="34">
  1649. <description>Custom Playlist 5</description>
  1650. <label>$INFO[Skin.String(Menu_Custom15_Label)]</label>
  1651. <icon>$INFO[Skin.String(Menu_Custom15_Folder)]</icon>
  1652. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom15_Path)],return)</onclick>
  1653. <visible>Skin.HasSetting(Menu_Custom15)</visible>
  1654. </item>
  1655. <item id="35">
  1656. <description>Custom Playlist 6</description>
  1657. <label>$INFO[Skin.String(Menu_Custom16_Label)]</label>
  1658. <icon>$INFO[Skin.String(Menu_Custom16_Folder)]</icon>
  1659. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom16_Path)],return)</onclick>
  1660. <visible>Skin.HasSetting(Menu_Custom16)</visible>
  1661. </item>
  1662.  
  1663. <!-- EXTRA ITEM ON DEMAND -->
  1664.  
  1665. <item id="13">
  1666. <description>On Demand</description>
  1667. <label>[LOWERCASE]On Demand[/LOWERCASE]</label>
  1668. <icon>Home/icons/vod.png</icon>
  1669. <onclick>xbmc.activatewindow(videolibrary,addons://sources/video/,return)</onclick>
  1670. <visible>Skin.HasSetting(VODHome)</visible>
  1671. </item>
  1672.  
  1673. <item id="4">
  1674. <description>Music</description>
  1675. <label>[LOWERCASE]$LOCALIZE[2][/LOWERCASE]</label>
  1676. <icon>Home/icons/music.png</icon>
  1677. <onclick>xbmc.activatewindow(musiclibrary)</onclick>
  1678. <visible>!Skin.HasSetting(MusicHome)</visible>
  1679. <visible>!Skin.HasSetting(MusicHomeArtists) + !Skin.HasSetting(MusicHomeAlbums) + !Skin.HasSetting(MusicHomeFiles)</visible>
  1680. </item>
  1681.  
  1682. <item id="4">
  1683. <description>Music</description>
  1684. <label>[LOWERCASE]$LOCALIZE[2][/LOWERCASE]</label>
  1685. <icon>Home/icons/music.png</icon>
  1686. <onclick>xbmc.activatewindow(musiclibrary,albums,return)</onclick>
  1687. <visible>!Skin.HasSetting(MusicHome)</visible>
  1688. <visible>Skin.HasSetting(MusicHomeAlbums)</visible>
  1689. </item>
  1690.  
  1691. <item id="4">
  1692. <description>Music</description>
  1693. <label>[LOWERCASE]$LOCALIZE[2][/LOWERCASE]</label>
  1694. <icon>Home/icons/music.png</icon>
  1695. <onclick>xbmc.activatewindow(musiclibrary,artists,return)</onclick>
  1696. <visible>!Skin.HasSetting(MusicHome)</visible>
  1697. <visible>Skin.HasSetting(MusicHomeArtists)</visible>
  1698. </item>
  1699. <item id="4">
  1700. <description>Music</description>
  1701. <label>[LOWERCASE]$LOCALIZE[2][/LOWERCASE]</label>
  1702. <icon>Home/icons/music.png</icon>
  1703. <onclick>xbmc.activatewindow(musicfiles)</onclick>
  1704. <visible>!Skin.HasSetting(MusicHome)</visible>
  1705. <visible>Skin.HasSetting(MusicHomeFiles)</visible>
  1706. </item>
  1707. <item id="5">
  1708. <description>Pictures</description>
  1709. <label>[LOWERCASE]$LOCALIZE[1][/LOWERCASE]</label>
  1710. <icon>Home/icons/pictures.png</icon>
  1711. <onclick>xbmc.activatewindow(pictures)</onclick>
  1712. <visible>!Skin.HasSetting(PicsHome)</visible>
  1713. </item>
  1714.  
  1715. <!-- EXTRA ITEM GAMES -->
  1716.  
  1717. <item id="11">
  1718. <description>Games</description>
  1719. <label>[LOWERCASE]Games[/LOWERCASE]</label>
  1720. <icon>Home/icons/games2.png</icon>
  1721. <onclick>xbmc.activatewindow(10001,plugin://$INFO[Skin.String(HomeGames_Addon)]/,return)</onclick>
  1722. <visible>Skin.HasSetting(GamesHome)</visible>
  1723. </item>
  1724.  
  1725. <item id="10">
  1726. <description>Programs</description>
  1727. <label>[LOWERCASE]Programs[/LOWERCASE]</label>
  1728. <icon>Home/icons/programs.png</icon>
  1729. <onclick>xbmc.activatewindow(programs)</onclick>
  1730. <visible>!Skin.HasSetting(ProgramsHome)</visible>
  1731. <visible>!Skin.HasSetting(VideoHome)</visible>
  1732. </item>
  1733.  
  1734. <item id="12">
  1735. <description>Play DVD</description>
  1736. <label>[LOWERCASE]play disc[/LOWERCASE]</label>
  1737. <icon>Home/icons/dvd.png</icon>
  1738. <onclick>PlayDVD()</onclick>
  1739. <visible>System.HasMediaDVD</visible>
  1740. </item>
  1741.  
  1742. <item id="7">
  1743. <description>Weather</description>
  1744. <label>[LOWERCASE]$LOCALIZE[8][/LOWERCASE]</label>
  1745. <icon>Home/icons/weather.png</icon>
  1746. <onclick>xbmc.activatewindow(weather)</onclick>
  1747. <visible>System.HasNetwork</visible>
  1748. <visible>!Skin.HasSetting(WeatherHome)</visible>
  1749. </item>
  1750.  
  1751. <!-- EXTRA ITEM FAVOURITES -->
  1752.  
  1753. <item id="20">
  1754. <description>Custom Favourite 1</description>
  1755. <label>[LOWERCASE]$INFO[Skin.String(Menu_Custom1_Label)][/LOWERCASE]</label>
  1756. <icon>$INFO[Skin.String(Menu_Custom1_Folder)]</icon>
  1757. <thumb>$INFO[Skin.String(Menu_Custom_1_Folder)]</thumb>
  1758. <onclick>$INFO[Skin.String(Menu_Custom1_Path)]</onclick>
  1759. <visible>Skin.HasSetting(Menu_Custom1)</visible>
  1760. </item>
  1761. <item id="21">
  1762. <description>Custom Favourite 2</description>
  1763. <label>$INFO[Skin.String(Menu_Custom2_Label)]</label>
  1764. <icon>$INFO[Skin.String(Menu_Custom2_Folder)]</icon>
  1765. <onclick>$INFO[Skin.String(Menu_Custom2_Path)]</onclick>
  1766. <visible>Skin.HasSetting(Menu_Custom2)</visible>
  1767. </item>
  1768. <item id="22">
  1769. <description>Custom Favourite 3</description>
  1770. <label>$INFO[Skin.String(Menu_Custom3_Label)]</label>
  1771. <icon>$INFO[Skin.String(Menu_Custom3_Folder)]</icon>
  1772. <onclick>$INFO[Skin.String(Menu_Custom3_Path)]</onclick>
  1773. <visible>Skin.HasSetting(Menu_Custom3)</visible>
  1774. </item>
  1775. <item id="23">
  1776. <description>Custom Favourite 4</description>
  1777. <label>$INFO[Skin.String(Menu_Custom4_Label)]</label>
  1778. <icon>$INFO[Skin.String(Menu_Custom4_Folder)]</icon>
  1779. <onclick>$INFO[Skin.String(Menu_Custom4_Path)]</onclick>
  1780. <visible>Skin.HasSetting(Menu_Custom4)</visible>
  1781. </item>
  1782. <item id="24">
  1783. <description>Custom Favourite 5</description>
  1784. <label>$INFO[Skin.String(Menu_Custom5_Label)]</label>
  1785. <icon>$INFO[Skin.String(Menu_Custom5_Folder)]</icon>
  1786. <onclick>$INFO[Skin.String(Menu_Custom5_Path)]</onclick>
  1787. <visible>Skin.HasSetting(Menu_Custom5)</visible>
  1788. </item>
  1789. <item id="25">
  1790. <description>Custom Favourite 6</description>
  1791. <label>$INFO[Skin.String(Menu_Custom6_Label)]</label>
  1792. <icon>$INFO[Skin.String(Menu_Custom6_Folder)]</icon>
  1793. <onclick>$INFO[Skin.String(Menu_Custom6_Path)]</onclick>
  1794. <visible>Skin.HasSetting(Menu_Custom6)</visible>
  1795. </item>
  1796. <item id="26">
  1797. <description>Custom Favourite 7</description>
  1798. <label>$INFO[Skin.String(Menu_Custom7_Label)]</label>
  1799. <icon>$INFO[Skin.String(Menu_Custom7_Folder)]</icon>
  1800. <onclick>$INFO[Skin.String(Menu_Custom7_Path)]</onclick>
  1801. <visible>Skin.HasSetting(Menu_Custom7)</visible>
  1802. </item>
  1803. <item id="27">
  1804. <description>Custom Favourite 8</description>
  1805. <label>$INFO[Skin.String(Menu_Custom8_Label)]</label>
  1806. <icon>$INFO[Skin.String(Menu_Custom8_Folder)]</icon>
  1807. <onclick>$INFO[Skin.String(Menu_Custom8_Path)]</onclick>
  1808. <visible>Skin.HasSetting(Menu_Custom8)</visible>
  1809. </item>
  1810. <item id="28">
  1811. <description>Custom Favourite 9</description>
  1812. <label>$INFO[Skin.String(Menu_Custom9_Label)]</label>
  1813. <icon>$INFO[Skin.String(Menu_Custom9_Folder)]</icon>
  1814. <onclick>$INFO[Skin.String(Menu_Custom9_Path)]</onclick>
  1815. <visible>Skin.HasSetting(Menu_Custom9)</visible>
  1816. </item>
  1817. <item id="29">
  1818. <description>Custom Favourite 10</description>
  1819. <label>$INFO[Skin.String(Menu_Custom10_Label)]</label>
  1820. <icon>$INFO[Skin.String(Menu_Custom10_Folder)]</icon>
  1821. <onclick>$INFO[Skin.String(Menu_Custom10_Path)]</onclick>
  1822. <visible>Skin.HasSetting(Menu_Custom10)</visible>
  1823. </item>
  1824. <item id="36">
  1825. <description>Custom Playlist 7</description>
  1826. <label>$INFO[Skin.String(Menu_Custom17_Label)]</label>
  1827. <icon>$INFO[Skin.String(Menu_Custom17_Folder)]</icon>
  1828. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom17_Path)],return)</onclick>
  1829. <visible>Skin.HasSetting(Menu_Custom17)</visible>
  1830. </item>
  1831. <item id="37">
  1832. <description>Custom Playlist 8</description>
  1833. <label>$INFO[Skin.String(Menu_Custom18_Label)]</label>
  1834. <icon>$INFO[Skin.String(Menu_Custom18_Folder)]</icon>
  1835. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom18_Path)],return)</onclick>
  1836. <visible>Skin.HasSetting(Menu_Custom18)</visible>
  1837. </item>
  1838. <item id="38">
  1839. <description>Custom Playlist 9</description>
  1840. <label>$INFO[Skin.String(Menu_Custom19_Label)]</label>
  1841. <icon>$INFO[Skin.String(Menu_Custom19_Folder)]</icon>
  1842. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom19_Path)],return)</onclick>
  1843. <visible>Skin.HasSetting(Menu_Custom19)</visible>
  1844. </item>
  1845. <item id="39">
  1846. <description>Custom Playlist 10</description>
  1847. <label>$INFO[Skin.String(Menu_Custom20_Label)]</label>
  1848. <icon>$INFO[Skin.String(Menu_Custom20_Folder)]</icon>
  1849. <onclick>XBMC.ActivateWindow(10025,$INFO[Skin.String(Menu_Custom20_Path)],return)</onclick>
  1850. <visible>Skin.HasSetting(Menu_Custom20)</visible>
  1851. </item>
  1852. </content>
  1853. </control>
  1854. <control type="group" id="777">
  1855.  
  1856. <!--Library Totals-->
  1857. <!--Library Totals-->
  1858. <control type="group">
  1859. <animation type="Visible" condition="Container(540).HasFocus(2) | Container(540).HasFocus(13) | Container(540).HasFocus(14) | Container(540).HasFocus(3) | Container(540).HasFocus(13) | Container(540).HasFocus(4) | Container(540).HasFocus(9) | [Container(540).HasFocus(30) + Skin.HasSetting(HomeLatestPlaylist1)] | [Container(540).HasFocus(31) + Skin.HasSetting(HomeLatestPlaylist2)] | [Container(540).HasFocus(32) + Skin.HasSetting(HomeLatestPlaylist3)] | [Container(540).HasFocus(33) + Skin.HasSetting(HomeLatestTVPlaylist1)] | [Container(540).HasFocus(34) + Skin.HasSetting(HomeLatestTVPlaylist2)] | [Container(540).HasFocus(35) + Skin.HasSetting(HomeLatestTVPlaylist3)]" reversible="false">
  1860. <effect type="fade" start="0" end="100" time="250" />
  1861. </animation>
  1862. <animation type="Hidden" reversible="false">
  1863. <effect type="fade" start="100" end="0" time="250" />
  1864. </animation>
  1865. <animation type="WindowOpen" condition="Window.Previous(startup)">
  1866. <effect type="slide" start="-2200,0" end="0,0" time="1500" />
  1867. <effect type="fade" start="0" end="100" time="400" />
  1868. </animation>
  1869. <animation type="WindowOpen" condition="!Window.Previous(startup)">
  1870. <effect type="slide" start="-1200,0" end="0,0" time="1070" />
  1871. <effect type="fade" start="0" end="100" time="400" />
  1872. </animation>
  1873. <visible>Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(9) | Container(540).HasFocus(14) | [Container(540).HasFocus(30) + Skin.HasSetting(HomeLatestPlaylist1)] | [Container(540).HasFocus(31) + Skin.HasSetting(HomeLatestPlaylist2)] | [Container(540).HasFocus(32) + Skin.HasSetting(HomeLatestPlaylist3)] | [Container(540).HasFocus(33) + Skin.HasSetting(HomeLatestTVPlaylist1)] | [Container(540).HasFocus(34) + Skin.HasSetting(HomeLatestTVPlaylist2)] | [Container(540).HasFocus(35) + Skin.HasSetting(HomeLatestTVPlaylist3)]</visible>
  1874. <visible>!Player.HasMedia</visible>
  1875. <visible>Skin.HasSetting(HomeTotals)</visible>
  1876. <visible>!Container(540).HasFocus(7)</visible>
  1877. <control type="image">
  1878. <posx>15</posx>
  1879. <posy>961</posy>
  1880. <width>32</width>
  1881. <height>32</height>
  1882. <aspectratio>stretch</aspectratio>
  1883. <texture border="12">Home/extras/libraryicon.png</texture>
  1884. <colordiffuse>ffffffff</colordiffuse>
  1885. </control>
  1886. <control type="label">
  1887. <posx>55</posx>
  1888. <posy>968</posy>
  1889. <width>500</width>
  1890. <height>20</height>
  1891. <align>left</align>
  1892. <font>recent</font>
  1893. <textcolor>ffa0a0a0</textcolor>
  1894. <label fallback="-">library totals</label>
  1895. </control>
  1896. <control type="image">
  1897. <posx>15</posx>
  1898. <posy>994</posy>
  1899. <width>484</width>
  1900. <height>136</height>
  1901. <aspectratio>stretch</aspectratio>
  1902. <texture border="12">whitepanel2.png</texture>
  1903. <colordiffuse>0effffff</colordiffuse>
  1904. </control>
  1905. <control type="image">
  1906. <posx>260</posx>
  1907. <posy>1007</posy>
  1908. <width>1</width>
  1909. <height>110</height>
  1910. <aspectratio>stretch</aspectratio>
  1911. <texture>white.png</texture>
  1912. <colordiffuse>24ffffff</colordiffuse>
  1913. </control>
  1914. <control type="group">
  1915. <posx>45</posx>
  1916. <posy>32</posy>
  1917. <visible>!Container(540).HasFocus(7)</visible>
  1918. <control type="label">
  1919. <posx>7</posx>
  1920. <posy>990</posy>
  1921. <width>500</width>
  1922. <height>20</height>
  1923. <align>left</align>
  1924. <font>homemenu3</font>
  1925. <textcolor>ff7777777</textcolor>
  1926. <label fallback="-">• $INFO[Window.Property(Movies.Count),, movies]</label>
  1927. <visible>!Player.HasMedia + [Container(540).HasFocus(2) | Container(540).HasFocus(14)]</visible>
  1928. </control>
  1929. <!-- Labels Movie Playlist Count -->
  1930. <control type="label">
  1931. <posx>7</posx>
  1932. <posy>990</posy>
  1933. <width>500</width>
  1934. <height>20</height>
  1935. <align>left</align>
  1936. <font>homemenu3</font>
  1937. <textcolor>ff7777777</textcolor>
  1938. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu1.Count),, movies]</label>
  1939. <visible>!Player.HasMedia + Container(540).HasFocus(30)</visible>
  1940. </control>
  1941. <control type="label">
  1942. <posx>7</posx>
  1943. <posy>990</posy>
  1944. <width>500</width>
  1945. <height>20</height>
  1946. <align>left</align>
  1947. <font>homemenu3</font>
  1948. <textcolor>ff7777777</textcolor>
  1949. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu2.Count),, movies]</label>
  1950. <visible>!Player.HasMedia + Container(540).HasFocus(31)</visible>
  1951. </control>
  1952. <control type="label">
  1953. <posx>7</posx>
  1954. <posy>990</posy>
  1955. <width>500</width>
  1956. <height>20</height>
  1957. <align>left</align>
  1958. <font>homemenu3</font>
  1959. <textcolor>ff7777777</textcolor>
  1960. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu3.Count),, movies]</label>
  1961. <visible>!Player.HasMedia + Container(540).HasFocus(32)</visible>
  1962. </control>
  1963. <control type="label">
  1964. <posx>7</posx>
  1965. <posy>1020</posy>
  1966. <width>500</width>
  1967. <height>20</height>
  1968. <align>left</align>
  1969. <font>homemenu3</font>
  1970. <textcolor>ff7777777</textcolor>
  1971. <label fallback="-">• $INFO[Window.Property(Movies.Watched),, watched]</label>
  1972. <visible>!Player.HasMedia + [Container(540).HasFocus(2) | Container(540).HasFocus(14)]</visible>
  1973. </control>
  1974. <!-- Labels Movie Playlist watched -->
  1975. <control type="label">
  1976. <posx>7</posx>
  1977. <posy>1020</posy>
  1978. <width>500</width>
  1979. <height>20</height>
  1980. <align>left</align>
  1981. <font>homemenu3</font>
  1982. <textcolor>ff7777777</textcolor>
  1983. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu1.Watched),, watched]</label>
  1984. <visible>!Player.HasMedia + Container(540).HasFocus(30)</visible>
  1985. </control>
  1986. <control type="label">
  1987. <posx>7</posx>
  1988. <posy>1020</posy>
  1989. <width>500</width>
  1990. <height>20</height>
  1991. <align>left</align>
  1992. <font>homemenu3</font>
  1993. <textcolor>ff7777777</textcolor>
  1994. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu2.Watched),, watched]</label>
  1995. <visible>!Player.HasMedia + Container(540).HasFocus(31)</visible>
  1996. </control>
  1997. <control type="label">
  1998. <posx>7</posx>
  1999. <posy>1020</posy>
  2000. <width>500</width>
  2001. <height>20</height>
  2002. <align>left</align>
  2003. <font>homemenu3</font>
  2004. <textcolor>ff7777777</textcolor>
  2005. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu3.Watched),, watched]</label>
  2006. <visible>!Player.HasMedia + Container(540).HasFocus(32)</visible>
  2007. </control>
  2008. <control type="label">
  2009. <posx>7</posx>
  2010. <posy>1050</posy>
  2011. <width>500</width>
  2012. <height>20</height>
  2013. <align>left</align>
  2014. <font>homemenu3</font>
  2015. <textcolor>ff7777777</textcolor>
  2016. <label fallback="-">• $INFO[Window.Property(Movies.Unwatched),, unwatched]</label>
  2017. <visible>!Player.HasMedia + [Container(540).HasFocus(2) | Container(540).HasFocus(14)]</visible>
  2018. </control>
  2019. <!-- Labels Movie Playlist Unwatched -->
  2020. <control type="label">
  2021. <posx>7</posx>
  2022. <posy>1050</posy>
  2023. <width>500</width>
  2024. <height>20</height>
  2025. <align>left</align>
  2026. <font>homemenu3</font>
  2027. <textcolor>ff7777777</textcolor>
  2028. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu1.Unwatched),, unwatched]</label>
  2029. <visible>!Player.HasMedia + Container(540).HasFocus(30)</visible>
  2030. </control>
  2031. <control type="label">
  2032. <posx>7</posx>
  2033. <posy>1050</posy>
  2034. <width>500</width>
  2035. <height>20</height>
  2036. <align>left</align>
  2037. <font>homemenu3</font>
  2038. <textcolor>ff7777777</textcolor>
  2039. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu2.Unwatched),, unwatched]</label>
  2040. <visible>!Player.HasMedia + Container(540).HasFocus(31)</visible>
  2041. </control>
  2042. <control type="label">
  2043. <posx>7</posx>
  2044. <posy>1050</posy>
  2045. <width>500</width>
  2046. <height>20</height>
  2047. <align>left</align>
  2048. <font>homemenu3</font>
  2049. <textcolor>ff7777777</textcolor>
  2050. <label fallback="-">• $INFO[Window.Property(PlaylistLastMovieMenu3.Unwatched),, unwatched]</label>
  2051. <visible>!Player.HasMedia + Container(540).HasFocus(32)</visible>
  2052. </control>
  2053. <control type="label">
  2054. <posx>7</posx>
  2055. <posy>990</posy>
  2056. <width>500</width>
  2057. <height>20</height>
  2058. <align>left</align>
  2059. <font>homemenu3</font>
  2060. <textcolor>ff7777777</textcolor>
  2061. <label fallback="-">• $INFO[Window.Property(TVShows.Count),, tv shows]</label>
  2062. <visible>!Player.HasMedia + Container(540).HasFocus(3)</visible>
  2063. </control>
  2064. <!-- Labels TV Shows Playlist 1 Count -->
  2065. <control type="label">
  2066. <posx>7</posx>
  2067. <posy>990</posy>
  2068. <width>500</width>
  2069. <height>20</height>
  2070. <align>left</align>
  2071. <font>homemenu3</font>
  2072. <textcolor>ff7777777</textcolor>
  2073. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu4.TvShows),, tv shows]</label>
  2074. <visible>!Player.HasMedia + Container(540).HasFocus(33)</visible>
  2075. </control>
  2076. <control type="label">
  2077. <posx>7</posx>
  2078. <posy>990</posy>
  2079. <width>500</width>
  2080. <height>20</height>
  2081. <align>left</align>
  2082. <font>homemenu3</font>
  2083. <textcolor>ff7777777</textcolor>
  2084. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu5.TvShows),, tv shows]</label>
  2085. <visible>!Player.HasMedia + Container(540).HasFocus(34)</visible>
  2086. </control>
  2087. <control type="label">
  2088. <posx>7</posx>
  2089. <posy>990</posy>
  2090. <width>500</width>
  2091. <height>20</height>
  2092. <align>left</align>
  2093. <font>homemenu3</font>
  2094. <textcolor>ff7777777</textcolor>
  2095. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu6.TvShows),, tv shows]</label>
  2096. <visible>!Player.HasMedia + Container(540).HasFocus(35)</visible>
  2097. </control>
  2098. <!-- ------------------------- -->
  2099. <control type="label">
  2100. <posx>7</posx>
  2101. <posy>1020</posy>
  2102. <width>500</width>
  2103. <height>20</height>
  2104. <align>left</align>
  2105. <font>homemenu3</font>
  2106. <textcolor>ff7777777</textcolor>
  2107. <label fallback="-">• $INFO[Window.Property(Episodes.Count),, episodes]</label>
  2108. <visible>!Player.HasMedia + Container(540).HasFocus(3)</visible>
  2109. </control>
  2110. <!-- Lables TVShows Playlist Count Episodes -->
  2111. <control type="label">
  2112. <posx>7</posx>
  2113. <posy>1020</posy>
  2114. <width>500</width>
  2115. <height>20</height>
  2116. <align>left</align>
  2117. <font>homemenu3</font>
  2118. <textcolor>ff7777777</textcolor>
  2119. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu4.Count),, episodes]</label>
  2120. <visible>!Player.HasMedia + Container(540).HasFocus(33)</visible>
  2121. </control>
  2122. <control type="label">
  2123. <posx>7</posx>
  2124. <posy>1020</posy>
  2125. <width>500</width>
  2126. <height>20</height>
  2127. <align>left</align>
  2128. <font>homemenu3</font>
  2129. <textcolor>ff7777777</textcolor>
  2130. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu5.Count),, episodes]</label>
  2131. <visible>!Player.HasMedia + Container(540).HasFocus(34)</visible>
  2132. </control>
  2133. <control type="label">
  2134. <posx>7</posx>
  2135. <posy>1020</posy>
  2136. <width>500</width>
  2137. <height>20</height>
  2138. <align>left</align>
  2139. <font>homemenu3</font>
  2140. <textcolor>ff7777777</textcolor>
  2141. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu6.Count),, episodes]</label>
  2142. <visible>!Player.HasMedia + Container(540).HasFocus(35)</visible>
  2143. </control>
  2144. <!-- ------------------------- -->
  2145. <control type="label">
  2146. <posx>7</posx>
  2147. <posy>1050</posy>
  2148. <width>500</width>
  2149. <height>20</height>
  2150. <align>left</align>
  2151. <font>homemenu3</font>
  2152. <textcolor>ff7777777</textcolor>
  2153. <label fallback="-">• $INFO[Window.Property(Episodes.Unwatched),, unwatched]</label>
  2154. <visible>!Player.HasMedia + Container(540).HasFocus(3)</visible>
  2155. </control>
  2156. <!-- Lables TVShows Playlist Unwatched Episodes -->
  2157. <control type="label">
  2158. <posx>7</posx>
  2159. <posy>1050</posy>
  2160. <width>500</width>
  2161. <height>20</height>
  2162. <align>left</align>
  2163. <font>homemenu3</font>
  2164. <textcolor>ff7777777</textcolor>
  2165. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu4.Unwatched),, unwatched]</label>
  2166. <visible>!Player.HasMedia + Container(540).HasFocus(33)</visible>
  2167. </control>
  2168. <control type="label">
  2169. <posx>7</posx>
  2170. <posy>1050</posy>
  2171. <width>500</width>
  2172. <height>20</height>
  2173. <align>left</align>
  2174. <font>homemenu3</font>
  2175. <textcolor>ff7777777</textcolor>
  2176. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu5.Unwatched),, unwatched]</label>
  2177. <visible>!Player.HasMedia + Container(540).HasFocus(34)</visible>
  2178. </control>
  2179. <control type="label">
  2180. <posx>7</posx>
  2181. <posy>1050</posy>
  2182. <width>500</width>
  2183. <height>20</height>
  2184. <align>left</align>
  2185. <font>homemenu3</font>
  2186. <textcolor>ff7777777</textcolor>
  2187. <label fallback="-">• $INFO[Window.Property(PlaylistLastEpisodeMenu6.Unwatched),, unwatched]</label>
  2188. <visible>!Player.HasMedia + Container(540).HasFocus(35)</visible>
  2189. </control>
  2190. <!-- ------------------ -->
  2191. <control type="label">
  2192. <posx>7</posx>
  2193. <posy>990</posy>
  2194. <width>500</width>
  2195. <height>20</height>
  2196. <align>left</align>
  2197. <font>homemenu3</font>
  2198. <textcolor>ff7777777</textcolor>
  2199. <label fallback="-">• $INFO[Window.Property(Movies.Count),, movies]</label>
  2200. <visible>!Player.HasMedia + [Container(540).HasFocus(4) | Container(540).HasFocus(9)]</visible>
  2201. </control>
  2202. <control type="label">
  2203. <posx>7</posx>
  2204. <posy>1020</posy>
  2205. <width>500</width>
  2206. <height>20</height>
  2207. <align>left</align>
  2208. <font>homemenu3</font>
  2209. <textcolor>ff7777777</textcolor>
  2210. <label fallback="-">• $INFO[Window.Property(TVShows.Count),, tv shows]</label>
  2211. <visible>!Player.HasMedia + [Container(540).HasFocus(4) | Container(540).HasFocus(9)]</visible>
  2212. </control>
  2213. <control type="label">
  2214. <posx>7</posx>
  2215. <posy>1050</posy>
  2216. <width>500</width>
  2217. <height>20</height>
  2218. <align>left</align>
  2219. <font>homemenu3</font>
  2220. <textcolor>ff7777777</textcolor>
  2221. <label fallback="-">• $INFO[Window.Property(Episodes.Count),, episodes]</label>
  2222. <visible>!Player.HasMedia + [Container(540).HasFocus(4) | Container(540).HasFocus(9)]</visible>
  2223. </control>
  2224. <control type="label">
  2225. <posx>250</posx>
  2226. <posy>990</posy>
  2227. <width>500</width>
  2228. <height>20</height>
  2229. <align>left</align>
  2230. <font>homemenu3</font>
  2231. <textcolor>ff7777777</textcolor>
  2232. <label fallback="-">• $INFO[Window.Property(Music.ArtistsCount),, artists]</label>
  2233. <visible>!Player.HasMedia</visible>
  2234. </control>
  2235. <control type="label">
  2236. <posx>250</posx>
  2237. <posy>1020</posy>
  2238. <width>500</width>
  2239. <height>20</height>
  2240. <align>left</align>
  2241. <font>homemenu3</font>
  2242. <textcolor>ff7777777</textcolor>
  2243. <label fallback="-">• $INFO[Window.Property(Music.AlbumsCount),, albums]</label>
  2244. <visible>!Player.HasMedia</visible>
  2245. </control>
  2246. <control type="label">
  2247. <posx>250</posx>
  2248. <posy>1050</posy>
  2249. <width>500</width>
  2250. <height>20</height>
  2251. <align>left</align>
  2252. <font>homemenu3</font>
  2253. <textcolor>ff7777777</textcolor>
  2254. <label fallback="-">• $INFO[Window.Property(Music.SongsCount),, songs]</label>
  2255. <visible>!Player.HasMedia</visible>
  2256. </control>
  2257. </control>
  2258. </control>
  2259. <!--Weather Info-->
  2260. <!--Library Totals Place-->
  2261. <control type="group">
  2262. <animation type="Visible" condition="Container(540).HasFocus(7)" reversible="false">
  2263. <effect type="fade" start="0" end="100" time="250" />
  2264. </animation>
  2265. <animation type="Hidden" reversible="false">
  2266. <effect type="fade" start="100" end="0" time="250" />
  2267. </animation>
  2268. <animation type="WindowOpen" condition="Window.Previous(startup)">
  2269. <effect type="slide" start="-2200,0" end="0,0" time="1500" />
  2270. <effect type="fade" start="0" end="100" time="400" />
  2271. </animation>
  2272. <animation type="WindowOpen" condition="!Window.Previous(startup)">
  2273. <effect type="slide" start="-1200,0" end="0,0" time="1050" />
  2274. <effect type="fade" start="0" end="100" time="400" />
  2275. </animation>
  2276. <visible>Container(540).HasFocus(7)</visible>
  2277. <visible>!Player.HasMedia</visible>
  2278. <visible>Skin.HasSetting(HomeTotals)</visible>
  2279. <control type="image">
  2280. <posx>15</posx>
  2281. <posy>961</posy>
  2282. <width>32</width>
  2283. <height>32</height>
  2284. <aspectratio>stretch</aspectratio>
  2285. <texture border="12">Home/extras/weatherinfoicon.png</texture>
  2286. <colordiffuse>ffffffff</colordiffuse>
  2287. </control>
  2288. <control type="label">
  2289. <posx>55</posx>
  2290. <posy>968</posy>
  2291. <width>500</width>
  2292. <height>20</height>
  2293. <align>left</align>
  2294. <font>recent</font>
  2295. <textcolor>ffa0a0a0</textcolor>
  2296. <label fallback="-">weather info</label>
  2297. </control>
  2298. <control type="image">
  2299. <posx>15</posx>
  2300. <posy>993</posy>
  2301. <width>484</width>
  2302. <height>132</height>
  2303. <aspectratio>stretch</aspectratio>
  2304. <texture border="12">whitepanel2.png</texture>
  2305. <colordiffuse>0effffff</colordiffuse>
  2306. </control>
  2307. <control type="group">
  2308. <posx>45</posx>
  2309. <posy>28</posy>
  2310. <control type="label">
  2311. <posx>7</posx>
  2312. <posy>990</posy>
  2313. <width>500</width>
  2314. <height>20</height>
  2315. <align>left</align>
  2316. <font>homemenu3</font>
  2317. <textcolor>ff7777777</textcolor>
  2318. <label fallback="-">• updated $INFO[Window(Weather).Property(Updated)]</label>
  2319. <visible>!Player.HasMedia + Container(540).HasFocus(7)</visible>
  2320. </control>
  2321. <control type="label">
  2322. <posx>7</posx>
  2323. <posy>1020</posy>
  2324. <width>500</width>
  2325. <height>20</height>
  2326. <align>left</align>
  2327. <font>homemenu3</font>
  2328. <textcolor>ff7777777</textcolor>
  2329. <label fallback="-">• location is [LOWERCASE]$INFO[Window(Weather).Property(Location)][/LOWERCASE]</label>
  2330. <visible>!Player.HasMedia + Container(540).HasFocus(7)</visible>
  2331. </control>
  2332. <control type="label">
  2333. <posx>7</posx>
  2334. <posy>1050</posy>
  2335. <width>500</width>
  2336. <height>20</height>
  2337. <align>left</align>
  2338. <font>homemenu3</font>
  2339. <textcolor>ff7777777</textcolor>
  2340. <label fallback="-">• using built-in xbmc weather add-on</label>
  2341. <visible>!Player.HasMedia + Container(540).HasFocus(7) + !system.hasaddon(weather.weatherplus)</visible>
  2342. </control>
  2343. <control type="label">
  2344. <posx>7</posx>
  2345. <posy>1050</posy>
  2346. <width>500</width>
  2347. <height>20</height>
  2348. <align>left</align>
  2349. <font>homemenu3</font>
  2350. <textcolor>ff7777777</textcolor>
  2351. <label fallback="-">• using weather.plus add-on</label>
  2352. <visible>!Player.HasMedia + Container(540).HasFocus(7) + system.hasaddon(weather.weatherplus)</visible>
  2353. </control>
  2354. </control>
  2355. </control>
  2356. <control type="group">
  2357. <visible>Skin.HasSetting(HomeSubMenus)</visible>
  2358. <!--MOVIES-->
  2359.  
  2360. <control type="list" id="640">
  2361. <posx>515</posx>
  2362. <posy>700</posy>
  2363. <width>250</width>
  2364. <height>500</height>
  2365. <onleft>3011</onleft>
  2366. <onright>3010</onright>
  2367. <onup>540</onup>
  2368. <ondown>640</ondown>
  2369. <pagecontrol>641</pagecontrol>
  2370. <scrolltime>300</scrolltime>
  2371. <focusposition>3</focusposition>
  2372. <orientation>vertical</orientation>
  2373. <preloaditems>3</preloaditems>
  2374. <visible>Container(540).HasFocus(2)</visible>
  2375. <animation type="Visible" condition="Container(540).HasFocus(2)" reversible="false">
  2376. <effect type="fade" start="0" end="100" time="250" />
  2377. </animation>
  2378. <animation type="Hidden" reversible="false">
  2379. <effect type="fade" start="100" end="0" time="250" />
  2380. </animation>
  2381. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  2382. <itemlayout height="47" width="250">
  2383. <control type="label">
  2384. <posx>30</posx>
  2385. <posy>1</posy>
  2386. <width>250</width>
  2387. <height>35</height>
  2388. <font>homemenu3</font>
  2389. <textcolor>cf707070</textcolor>
  2390. <align>left</align>
  2391. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2392. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2393. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2394. </control>
  2395. </itemlayout>
  2396.  
  2397. <focusedlayout height="47" width="250">
  2398. <control type="image">
  2399. <posx>0</posx>
  2400. <posy>0</posy>
  2401. <width>250</width>
  2402. <height>47</height>
  2403. <aspectratio>stretch</aspectratio>
  2404. <texture border="14">Home/menufocus2.png</texture>
  2405. <colordiffuse>CFFFFFFF</colordiffuse>
  2406. <visible>Control.HasFocus(640)</visible>
  2407. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  2408. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(640).OnPrevious">Focus</animation>
  2409. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(640).OnNext">Focus</animation>
  2410. </control>
  2411. <control type="label">
  2412. <posx>30</posx>
  2413. <posy>2</posy>
  2414. <width>250</width>
  2415. <height>35</height>
  2416. <font>homemenu3</font>
  2417. <textcolor>cf333379</textcolor>
  2418. <shadowcolor>cf333379</shadowcolor>
  2419. <align>left</align>
  2420. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2421. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(640).OnPrevious">Focus</animation>
  2422. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(640).OnNext">Focus</animation>
  2423. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2424. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3010)">Conditional</animation>
  2425. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3011)">Conditional</animation>
  2426. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2427. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2428. </control>
  2429. <control type="label">
  2430. <posx>30</posx>
  2431. <posy>1</posy>
  2432. <width>250</width>
  2433. <height>35</height>
  2434. <font>homemenu3</font>
  2435. <textcolor>ffffffff</textcolor>
  2436. <align>left</align>
  2437. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2438. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(640).OnPrevious">Focus</animation>
  2439. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(640).OnNext">Focus</animation>
  2440. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2441. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3010)">Conditional</animation>
  2442. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3011)">Conditional</animation>
  2443. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2444. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2445. </control>
  2446. </focusedlayout>
  2447. <content>
  2448.  
  2449. <item id="1">
  2450. <description>TITLES</description>
  2451. <label>by title</label>
  2452. <onclick>xbmc.activatewindow(videolibrary,movietitles,return)</onclick>
  2453. <visible>!Skin.HasSetting(MoviesHomeDefault)</visible>
  2454. </item>
  2455.  
  2456. <item id="2">
  2457. <description>GENRES</description>
  2458. <label>by genre</label>
  2459. <onclick>xbmc.activatewindow(videolibrary,MovieGenres,return)</onclick>
  2460. </item>
  2461.  
  2462. <item id="3">
  2463. <description>YEARS</description>
  2464. <label>by year</label>
  2465. <onclick>xbmc.activatewindow(videolibrary,MovieYears,return)</onclick>
  2466. </item>
  2467.  
  2468. <item id="4">
  2469. <description>STUDIOS</description>
  2470. <label>by studio</label>
  2471. <onclick>xbmc.activatewindow(videolibrary,MovieStudios,return)</onclick>
  2472. </item>
  2473.  
  2474. <item id="5">
  2475. <description>SETS</description>
  2476. <label>by set</label>
  2477. <onclick>xbmc.activatewindow(videolibrary,MovieSets,return)</onclick>
  2478. </item>
  2479.  
  2480. <item id="6">
  2481. <description>DIRECTORS</description>
  2482. <label>by director</label>
  2483. <onclick>xbmc.activatewindow(videolibrary,MovieDirectors,return)</onclick>
  2484. </item>
  2485.  
  2486. <item id="7">
  2487. <description>ACTORS</description>
  2488. <label>by actor</label>
  2489. <onclick>xbmc.activatewindow(videolibrary,MovieActors,return)</onclick>
  2490. </item>
  2491.  
  2492. <item id="8">
  2493. <description>RECENTLY ADDED</description>
  2494. <label>recently added</label>
  2495. <onclick>xbmc.activatewindow(videolibrary,RecentlyAddedMovies,return)</onclick>
  2496. </item>
  2497.  
  2498. <item id="9">
  2499. <description>IN PROGRESS...</description>
  2500. <label>in progress...</label>
  2501. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/moviesinprogress.xsp,return)</onclick>
  2502. </item>
  2503.  
  2504. </content>
  2505. </control>
  2506.  
  2507. <!--TV SHOWS-->
  2508. <control type="list" id="642">
  2509. <posx>515</posx>
  2510. <posy>700</posy>
  2511. <width>250</width>
  2512. <height>500</height>
  2513. <onleft>3013</onleft>
  2514. <onright>3012</onright>
  2515. <onup>540</onup>
  2516. <ondown>642</ondown>
  2517. <pagecontrol>643</pagecontrol>
  2518. <scrolltime>300</scrolltime>
  2519. <focusposition>3</focusposition>
  2520. <orientation>vertical</orientation>
  2521. <preloaditems>3</preloaditems>
  2522. <visible>Container(540).HasFocus(3)</visible>
  2523. <animation type="Visible" condition="Container(540).HasFocus(3)" reversible="false">
  2524. <effect type="fade" start="0" end="100" time="250" />
  2525. </animation>
  2526. <animation type="Hidden" reversible="false">
  2527. <effect type="fade" start="100" end="0" time="250" />
  2528. </animation>
  2529. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  2530. <itemlayout height="47" width="250">
  2531. <control type="label">
  2532. <posx>30</posx>
  2533. <posy>1</posy>
  2534. <width>250</width>
  2535. <height>35</height>
  2536. <font>homemenu3</font>
  2537. <textcolor>cf707070</textcolor>
  2538. <align>left</align>
  2539. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2540. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2541. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2542. </control>
  2543. </itemlayout>
  2544.  
  2545. <focusedlayout height="47" width="250">
  2546. <control type="image">
  2547. <posx>0</posx>
  2548. <posy>0</posy>
  2549. <width>250</width>
  2550. <height>47</height>
  2551. <aspectratio>stretch</aspectratio>
  2552. <texture border="10,10,10,10">Home/menufocus2.png</texture>
  2553. <colordiffuse>CFFFFFFF</colordiffuse>
  2554. <visible>Control.HasFocus(642)</visible>
  2555. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  2556. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(642).OnPrevious">Focus</animation>
  2557. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(642).OnNext">Focus</animation>
  2558. </control>
  2559. <control type="label">
  2560. <posx>30</posx>
  2561. <posy>2</posy>
  2562. <width>250</width>
  2563. <height>35</height>
  2564. <font>homemenu3</font>
  2565. <textcolor>cf333379</textcolor>
  2566. <shadowcolor>cf333379</shadowcolor>
  2567. <align>left</align>
  2568. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2569. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(642).OnPrevious">Focus</animation>
  2570. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(642).OnNext">Focus</animation>
  2571. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2572. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3012)">Conditional</animation>
  2573. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3013)">Conditional</animation>
  2574. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2575. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2576. </control>
  2577. <control type="label">
  2578. <posx>30</posx>
  2579. <posy>1</posy>
  2580. <width>250</width>
  2581. <height>35</height>
  2582. <font>homemenu3</font>
  2583. <textcolor>ffffffff</textcolor>
  2584. <align>left</align>
  2585. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2586. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(642).OnPrevious">Focus</animation>
  2587. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(642).OnNext">Focus</animation>
  2588. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2589. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3012)">Conditional</animation>
  2590. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3013)">Conditional</animation>
  2591. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2592. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2593. </control>
  2594. </focusedlayout>
  2595. <content>
  2596.  
  2597. <item id="1">
  2598. <description>TITLES</description>
  2599. <label>by title</label>
  2600. <onclick>xbmc.activatewindow(videolibrary,TvShowTitles,return)</onclick>
  2601. <visible>!Skin.HasSetting(TVHomeDefault)</visible>
  2602. </item>
  2603.  
  2604. <item id="2">
  2605. <description>GENRES</description>
  2606. <label>by genre</label>
  2607. <onclick>xbmc.activatewindow(videolibrary,TvShowGenres,return)</onclick>
  2608. </item>
  2609.  
  2610. <item id="3">
  2611. <description>YEARS</description>
  2612. <label>by year</label>
  2613. <onclick>xbmc.activatewindow(videolibrary,TvShowYears,return)</onclick>
  2614. </item>
  2615.  
  2616. <item id="4">
  2617. <description>STUDIOS</description>
  2618. <label>by network</label>
  2619. <onclick>xbmc.activatewindow(videolibrary,TvShowStudios,return)</onclick>
  2620. </item>
  2621.  
  2622. <item id="5">
  2623. <description>ACTORS</description>
  2624. <label>by actor</label>
  2625. <onclick>xbmc.activatewindow(videolibrary,TvShowActors,return)</onclick>
  2626. </item>
  2627.  
  2628. <item id="6">
  2629. <description>RECENTLY ADDED</description>
  2630. <label>recently added</label>
  2631. <onclick>xbmc.activatewindow(videolibrary,RecentlyAddedEpisodes,return)</onclick>
  2632. </item>
  2633.  
  2634. <item id="7">
  2635. <description>IN PROGRESS...</description>
  2636. <label>in progress...</label>
  2637. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/episodesinprogress.xsp,return)</onclick>
  2638. </item>
  2639.  
  2640. </content>
  2641. </control>
  2642.  
  2643. <!--VIDEOS-->
  2644. <control type="list" id="644">
  2645. <posx>515</posx>
  2646. <posy>700</posy>
  2647. <width>250</width>
  2648. <height>500</height>
  2649. <onleft>540</onleft>
  2650. <onright>540</onright>
  2651. <onup>540</onup>
  2652. <ondown>644</ondown>
  2653. <pagecontrol>643</pagecontrol>
  2654. <scrolltime>300</scrolltime>
  2655. <focusposition>3</focusposition>
  2656. <orientation>vertical</orientation>
  2657. <preloaditems>3</preloaditems>
  2658. <visible>Container(540).HasFocus(1)</visible>
  2659. <animation type="Visible" condition="Container(540).HasFocus(1)" reversible="false">
  2660. <effect type="fade" start="0" end="100" time="250" />
  2661. </animation>
  2662. <animation type="Hidden" reversible="false">
  2663. <effect type="fade" start="100" end="0" time="250" />
  2664. </animation>
  2665. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  2666. <itemlayout height="47" width="250">
  2667. <control type="label">
  2668. <posx>30</posx>
  2669. <posy>1</posy>
  2670. <width>250</width>
  2671. <height>35</height>
  2672. <font>homemenu3</font>
  2673. <textcolor>cf707070</textcolor>
  2674. <align>left</align>
  2675. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2676. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2677. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2678. </control>
  2679. </itemlayout>
  2680.  
  2681. <focusedlayout height="47" width="250">
  2682. <control type="image">
  2683. <posx>0</posx>
  2684. <posy>0</posy>
  2685. <width>250</width>
  2686. <height>47</height>
  2687. <aspectratio>stretch</aspectratio>
  2688. <texture border="10,10,10,10">Home/menufocus2.png</texture>
  2689. <colordiffuse>CFFFFFFF</colordiffuse>
  2690. <visible>Control.HasFocus(644)</visible>
  2691. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  2692. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(644).OnPrevious">Focus</animation>
  2693. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(644).OnNext">Focus</animation>
  2694. </control>
  2695. <control type="label">
  2696. <posx>30</posx>
  2697. <posy>2</posy>
  2698. <width>250</width>
  2699. <height>35</height>
  2700. <font>homemenu3</font>
  2701. <textcolor>cf333379</textcolor>
  2702. <shadowcolor>cf333379</shadowcolor>
  2703. <align>left</align>
  2704. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2705. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(644).OnPrevious">Focus</animation>
  2706. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(644).OnNext">Focus</animation>
  2707. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2708. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2709. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2710. </control>
  2711. <control type="label">
  2712. <posx>30</posx>
  2713. <posy>1</posy>
  2714. <width>250</width>
  2715. <height>35</height>
  2716. <font>homemenu3</font>
  2717. <textcolor>ffffffff</textcolor>
  2718. <align>left</align>
  2719. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2720. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(644).OnPrevious">Focus</animation>
  2721. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(644).OnNext">Focus</animation>
  2722. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2723. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2724. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2725. </control>
  2726. </focusedlayout>
  2727. <content>
  2728.  
  2729. <item id="1">
  2730. <description>files</description>
  2731. <label>files</label>
  2732. <onclick>xbmc.activatewindow(videolibrary,files,return)</onclick>
  2733. </item>
  2734. <item id="2">
  2735. <description>playlists</description>
  2736. <label>playlists</label>
  2737. <onclick>xbmc.activatewindow(videolibrary,playlists,return)</onclick>
  2738. </item>
  2739. <item id="3">
  2740. <description>add-ons</description>
  2741. <label>online</label>
  2742. <onclick>xbmc.activatewindow(videolibrary,addons://sources/video/,return)</onclick>
  2743. </item>
  2744. <item id="4">
  2745. <description>settings</description>
  2746. <label>settings</label>
  2747. <onclick>xbmc.activatewindow(videossettings,return)</onclick>
  2748. </item>
  2749.  
  2750. </content>
  2751. </control>
  2752.  
  2753. <!--MUSIC-->
  2754. <control type="list" id="646">
  2755. <posx>515</posx>
  2756. <posy>700</posy>
  2757. <width>250</width>
  2758. <height>430</height>
  2759. <onleft>3015</onleft>
  2760. <onright>3014</onright>
  2761. <onup>540</onup>
  2762. <ondown>646</ondown>
  2763. <pagecontrol>643</pagecontrol>
  2764. <scrolltime>300</scrolltime>
  2765. <focusposition>3</focusposition>
  2766. <orientation>vertical</orientation>
  2767. <preloaditems>3</preloaditems>
  2768. <visible>Container(540).HasFocus(4)</visible>
  2769. <animation type="Visible" condition="Container(540).HasFocus(4)" reversible="false">
  2770. <effect type="fade" start="0" end="100" time="250" />
  2771. </animation>
  2772. <animation type="Hidden" reversible="false">
  2773. <effect type="fade" start="100" end="0" time="250" />
  2774. </animation>
  2775. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  2776. <itemlayout height="47" width="250">
  2777. <control type="label">
  2778. <posx>30</posx>
  2779. <posy>1</posy>
  2780. <width>250</width>
  2781. <height>35</height>
  2782. <font>homemenu3</font>
  2783. <textcolor>cf707070</textcolor>
  2784. <align>left</align>
  2785. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2786. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2787. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2788. </control>
  2789. </itemlayout>
  2790. <focusedlayout height="47" width="250">
  2791. <control type="image">
  2792. <posx>0</posx>
  2793. <posy>0</posy>
  2794. <width>250</width>
  2795. <height>47</height>
  2796. <aspectratio>stretch</aspectratio>
  2797. <texture border="10,10,10,10">Home/menufocus2.png</texture>
  2798. <colordiffuse>CFFFFFFF</colordiffuse>
  2799. <visible>Control.HasFocus(646)</visible>
  2800. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  2801. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(646).OnPrevious">Focus</animation>
  2802. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(646).OnNext">Focus</animation>
  2803. </control>
  2804. <control type="label">
  2805. <posx>30</posx>
  2806. <posy>2</posy>
  2807. <width>250</width>
  2808. <height>35</height>
  2809. <font>homemenu3</font>
  2810. <textcolor>cf333379</textcolor>
  2811. <shadowcolor>cf333379</shadowcolor>
  2812. <align>left</align>
  2813. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2814. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(646).OnPrevious">Focus</animation>
  2815. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(646).OnNext">Focus</animation>
  2816. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2817. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3014)">Conditional</animation>
  2818. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3015)">Conditional</animation>
  2819. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2820. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2821. </control>
  2822. <control type="label">
  2823. <posx>30</posx>
  2824. <posy>1</posy>
  2825. <width>250</width>
  2826. <height>35</height>
  2827. <font>homemenu3</font>
  2828. <textcolor>ffffffff</textcolor>
  2829. <align>left</align>
  2830. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2831. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(646).OnPrevious">Focus</animation>
  2832. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(646).OnNext">Focus</animation>
  2833. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2834. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3014)">Conditional</animation>
  2835. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3015)">Conditional</animation>
  2836. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2837. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2838. </control>
  2839. </focusedlayout>
  2840. <content>
  2841.  
  2842. <item id="1">
  2843. <description>Add-Ons</description>
  2844. <label>by artist</label>
  2845. <onclick>xbmc.activatewindow(MusicLibrary,artists,return)</onclick>
  2846. </item>
  2847.  
  2848. <item id="2">
  2849. <description>Settings</description>
  2850. <label>by album</label>
  2851. <onclick>xbmc.activatewindow(MusicLibrary,albums,return)</onclick>
  2852. </item>
  2853.  
  2854. <item id="3">
  2855. <description>Videos</description>
  2856. <label>by song</label>
  2857. <onclick>xbmc.activatewindow(MusicLibrary,songs,return)</onclick>
  2858. </item>
  2859.  
  2860. <item id="4">
  2861. <description>Add-Ons</description>
  2862. <label>by genre</label>
  2863. <onclick>xbmc.activatewindow(MusicLibrary,genres,return)</onclick>
  2864. </item>
  2865.  
  2866. <item id="5">
  2867. <description>Settings</description>
  2868. <label>by year</label>
  2869. <onclick>xbmc.activatewindow(MusicLibrary,years,return)</onclick>
  2870. </item>
  2871.  
  2872. <item id="6">
  2873. <description>Videos</description>
  2874. <label>top 100</label>
  2875. <onclick>xbmc.activatewindow(MusicLibrary,Top100,return)</onclick>
  2876. </item>
  2877.  
  2878. <item id="7">
  2879. <description>Add-Ons</description>
  2880. <label>online</label>
  2881. <onclick>xbmc.activatewindow(musicfiles,addons://sources/audio/,return)</onclick>
  2882. </item>
  2883.  
  2884. <item id="8">
  2885. <description>Settings</description>
  2886. <label>recently added</label>
  2887. <onclick>xbmc.activatewindow(MusicLibrary,RecentlyAddedAlbums,return)</onclick>
  2888. </item>
  2889.  
  2890. <item id="9">
  2891. <description>Videos</description>
  2892. <label>recently played</label>
  2893. <onclick>xbmc.activatewindow(MusicLibrary,RecentlyPlayedAlbums,return)</onclick>
  2894. </item>
  2895.  
  2896. </content>
  2897. </control>
  2898.  
  2899. <!--Settings-->
  2900. <control type="list" id="648">
  2901. <posx>515</posx>
  2902. <posy>700</posy>
  2903. <width>250</width>
  2904. <height>430</height>
  2905. <onleft>540</onleft>
  2906. <onright>540</onright>
  2907. <onup>540</onup>
  2908. <ondown>648</ondown>
  2909. <pagecontrol>643</pagecontrol>
  2910. <scrolltime>300</scrolltime>
  2911. <focusposition>3</focusposition>
  2912. <orientation>vertical</orientation>
  2913. <preloaditems>3</preloaditems>
  2914. <visible>Container(540).HasFocus(9)</visible>
  2915. <animation type="Visible" condition="Container(540).HasFocus(4)" reversible="false">
  2916. <effect type="fade" start="0" end="100" time="250" />
  2917. </animation>
  2918. <animation type="Hidden" reversible="false">
  2919. <effect type="fade" start="100" end="0" time="250" />
  2920. </animation>
  2921. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  2922. <itemlayout height="47" width="250">
  2923. <control type="label">
  2924. <posx>30</posx>
  2925. <posy>1</posy>
  2926. <width>250</width>
  2927. <height>35</height>
  2928. <font>homemenu3</font>
  2929. <textcolor>cf707070</textcolor>
  2930. <align>left</align>
  2931. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2932. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2933. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2934. </control>
  2935. </itemlayout>
  2936. <focusedlayout height="47" width="250">
  2937. <control type="image">
  2938. <posx>0</posx>
  2939. <posy>0</posy>
  2940. <width>250</width>
  2941. <height>47</height>
  2942. <aspectratio>stretch</aspectratio>
  2943. <texture border="10,10,10,10">Home/menufocus2.png</texture>
  2944. <colordiffuse>CFFFFFFF</colordiffuse>
  2945. <visible>Control.HasFocus(648)</visible>
  2946. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  2947. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(648).OnPrevious">Focus</animation>
  2948. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(648).OnNext">Focus</animation>
  2949. </control>
  2950. <control type="label">
  2951. <posx>30</posx>
  2952. <posy>2</posy>
  2953. <width>250</width>
  2954. <height>35</height>
  2955. <font>homemenu3</font>
  2956. <textcolor>cf333379</textcolor>
  2957. <shadowcolor>cf333379</shadowcolor>
  2958. <align>left</align>
  2959. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2960. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(648).OnPrevious">Focus</animation>
  2961. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(648).OnNext">Focus</animation>
  2962. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2963. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2964. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2965. </control>
  2966. <control type="label">
  2967. <posx>30</posx>
  2968. <posy>1</posy>
  2969. <width>250</width>
  2970. <height>35</height>
  2971. <font>homemenu3</font>
  2972. <textcolor>ffffffff</textcolor>
  2973. <align>left</align>
  2974. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  2975. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(648).OnPrevious">Focus</animation>
  2976. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(648).OnNext">Focus</animation>
  2977. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  2978. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  2979. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  2980. </control>
  2981. </focusedlayout>
  2982. <content>
  2983.  
  2984. <item id="1">
  2985. <description>Skin Settings</description>
  2986. <label>Skin Settings</label>
  2987. <onclick>ActivateWindow(56)</onclick>
  2988. </item>
  2989.  
  2990. <item id="2">
  2991. <description>Favorites</description>
  2992. <label>Favorites</label>
  2993. <onclick>ActivateWindow(Favourites)</onclick>
  2994. </item>
  2995.  
  2996. <item id="3">
  2997. <description>File Manager</description>
  2998. <label>File Manager</label>
  2999. <onclick>ActivateWindow(FileManager)</onclick>
  3000. </item>
  3001.  
  3002. <item id="4">
  3003. <description>System Info</description>
  3004. <label>System Info</label>
  3005. <onclick>ActivateWindow(SystemInfo)</onclick>
  3006. </item>
  3007.  
  3008. <item id="5">
  3009. <description>Eject Disc</description>
  3010. <label>Eject Disc</label>
  3011. <onclick>EjectTray()</onclick>
  3012. </item>
  3013.  
  3014. <item id="6">
  3015. <description>Logoff</description>
  3016. <label>Logoff</label>
  3017. <onclick>System.LogOff</onclick>
  3018. <visible>System.HasLoginScreen</visible>
  3019. </item>
  3020.  
  3021. <item id="7">
  3022. <description>Power</description>
  3023. <label>Power</label>
  3024. <onclick>ActivateWindow(ShutdownMenu)</onclick>
  3025. </item>
  3026.  
  3027. </content>
  3028. </control>
  3029.  
  3030. <!--WEATHER-->
  3031. <control type="list" id="650">
  3032. <posx>515</posx>
  3033. <posy>700</posy>
  3034. <width>250</width>
  3035. <height>500</height>
  3036. <onleft>540</onleft>
  3037. <onright>540</onright>
  3038. <onup>540</onup>
  3039. <ondown>650</ondown>
  3040. <pagecontrol>643</pagecontrol>
  3041. <scrolltime>300</scrolltime>
  3042. <focusposition>3</focusposition>
  3043. <orientation>vertical</orientation>
  3044. <preloaditems>3</preloaditems>
  3045. <visible>Container(540).HasFocus(7)</visible>
  3046. <animation type="Visible" condition="Container(540).HasFocus(7)" reversible="false">
  3047. <effect type="fade" start="0" end="100" time="250" />
  3048. </animation>
  3049. <animation type="Hidden" reversible="false">
  3050. <effect type="fade" start="100" end="0" time="250" />
  3051. </animation>
  3052. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3053. <itemlayout height="47" width="250">
  3054. <control type="label">
  3055. <posx>30</posx>
  3056. <posy>1</posy>
  3057. <width>250</width>
  3058. <height>35</height>
  3059. <font>homemenu3</font>
  3060. <textcolor>cf707070</textcolor>
  3061. <align>left</align>
  3062. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3063. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3064. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3065. </control>
  3066. </itemlayout>
  3067.  
  3068. <focusedlayout height="47" width="250">
  3069. <control type="image">
  3070. <posx>0</posx>
  3071. <posy>0</posy>
  3072. <width>250</width>
  3073. <height>47</height>
  3074. <aspectratio>stretch</aspectratio>
  3075. <texture border="10,10,10,10">Home/menufocus2.png</texture>
  3076. <colordiffuse>CFFFFFFF</colordiffuse>
  3077. <visible>Control.HasFocus(650)</visible>
  3078. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  3079. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(650).OnPrevious">Focus</animation>
  3080. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(650).OnNext">Focus</animation>
  3081. </control>
  3082. <control type="label">
  3083. <posx>30</posx>
  3084. <posy>2</posy>
  3085. <width>250</width>
  3086. <height>35</height>
  3087. <font>homemenu3</font>
  3088. <textcolor>cf333379</textcolor>
  3089. <shadowcolor>cf333379</shadowcolor>
  3090. <align>left</align>
  3091. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3092. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(650).OnPrevious">Focus</animation>
  3093. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(650).OnNext">Focus</animation>
  3094. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3095. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3096. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3097. </control>
  3098. <control type="label">
  3099. <posx>30</posx>
  3100. <posy>1</posy>
  3101. <width>250</width>
  3102. <height>35</height>
  3103. <font>homemenu3</font>
  3104. <textcolor>ffffffff</textcolor>
  3105. <align>left</align>
  3106. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3107. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(650).OnPrevious">Focus</animation>
  3108. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(650).OnNext">Focus</animation>
  3109. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3110. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3111. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3112. </control>
  3113. </focusedlayout>
  3114. <content>
  3115.  
  3116. <item id="1">
  3117. <description>refresh</description>
  3118. <label>refresh data</label>
  3119. <onclick>Weather.Refresh</onclick>
  3120. </item>
  3121. <item id="2">
  3122. <description>next location</description>
  3123. <label>next location</label>
  3124. <onclick>Weather.LocationNext</onclick>
  3125. </item>
  3126. <item id="3">
  3127. <description>settings</description>
  3128. <label>settings</label>
  3129. <onclick>xbmc.activatewindow(weathersettings,return)</onclick>
  3130. </item>
  3131.  
  3132. </content>
  3133. </control>
  3134.  
  3135. <!--ADDONS-->
  3136. <control type="list" id="652">
  3137. <posx>515</posx>
  3138. <posy>700</posy>
  3139. <width>250</width>
  3140. <height>500</height>
  3141. <onleft>3017</onleft>
  3142. <onright>540</onright>
  3143. <onup>540</onup>
  3144. <ondown>652</ondown>
  3145. <pagecontrol>643</pagecontrol>
  3146. <scrolltime>300</scrolltime>
  3147. <focusposition>3</focusposition>
  3148. <orientation>vertical</orientation>
  3149. <preloaditems>3</preloaditems>
  3150. <visible>Container(540).HasFocus(8)</visible>
  3151. <animation type="Visible" condition="Container(540).HasFocus(8)" reversible="false">
  3152. <effect type="fade" start="0" end="100" time="250" />
  3153. </animation>
  3154. <animation type="Hidden" reversible="false">
  3155. <effect type="fade" start="100" end="0" time="250" />
  3156. </animation>
  3157. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3158. <itemlayout height="47" width="250">
  3159. <control type="label">
  3160. <posx>30</posx>
  3161. <posy>1</posy>
  3162. <width>250</width>
  3163. <height>35</height>
  3164. <font>homemenu3</font>
  3165. <textcolor>cf707070</textcolor>
  3166. <align>left</align>
  3167. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3168. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3169. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3170. </control>
  3171. </itemlayout>
  3172.  
  3173. <focusedlayout height="47" width="250">
  3174. <control type="image">
  3175. <posx>0</posx>
  3176. <posy>0</posy>
  3177. <width>250</width>
  3178. <height>47</height>
  3179. <aspectratio>stretch</aspectratio>
  3180. <texture border="14">Home/menufocus2.png</texture>
  3181. <colordiffuse>CFFFFFFF</colordiffuse>
  3182. <visible>Control.HasFocus(652)</visible>
  3183. <animation effect="fade" start="0" end="100" time="250" delay="0">visible</animation>
  3184. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(652).OnPrevious">focus</animation>
  3185. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(652).OnNext">focus</animation>
  3186. </control>
  3187. <control type="label">
  3188. <posx>30</posx>
  3189. <posy>2</posy>
  3190. <width>250</width>
  3191. <height>35</height>
  3192. <font>homemenu3</font>
  3193. <textcolor>cf333379</textcolor>
  3194. <shadowcolor>cf333379</shadowcolor>
  3195. <align>left</align>
  3196. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3197. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(652).OnPrevious">Focus</animation>
  3198. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(652).OnNext">Focus</animation>
  3199. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3200. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3016)">Conditional</animation>
  3201. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3017)">Conditional</animation>
  3202. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3203. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3204. </control>
  3205. <control type="label">
  3206. <posx>30</posx>
  3207. <posy>1</posy>
  3208. <width>250</width>
  3209. <height>35</height>
  3210. <font>homemenu3</font>
  3211. <textcolor>ffffffff</textcolor>
  3212. <align>left</align>
  3213. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3214. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(652).OnPrevious">Focus</animation>
  3215. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(652).OnNext">Focus</animation>
  3216. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3217. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3016)">Conditional</animation>
  3218. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3017)">Conditional</animation>
  3219. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3220. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3221. </control>
  3222. </focusedlayout>
  3223. <content>
  3224.  
  3225. <item id="1">
  3226. <description>update addons</description>
  3227. <label>update add-ons</label>
  3228. <onclick>UpdateLocalAddons</onclick>
  3229. </item>
  3230. <item id="2">
  3231. <description>chech updates</description>
  3232. <label>update repos</label>
  3233. <onclick>UpdateAddonRepos</onclick>
  3234. </item>
  3235.  
  3236. </content>
  3237. </control>
  3238.  
  3239. <!--EXTRA-->
  3240. <!--HD MOVIES-->
  3241. <control type="list" id="640">
  3242. <posx>515</posx>
  3243. <posy>700</posy>
  3244. <width>250</width>
  3245. <height>500</height>
  3246. <onleft>3011</onleft>
  3247. <onright>3010</onright>
  3248. <onup>540</onup>
  3249. <ondown>640</ondown>
  3250. <pagecontrol>641</pagecontrol>
  3251. <scrolltime>300</scrolltime>
  3252. <focusposition>3</focusposition>
  3253. <orientation>vertical</orientation>
  3254. <preloaditems>3</preloaditems>
  3255. <visible>Container(540).HasFocus(14)</visible>
  3256. <animation type="Visible" condition="Container(540).HasFocus(14)" reversible="false">
  3257. <effect type="fade" start="0" end="100" time="250" />
  3258. </animation>
  3259. <animation type="Hidden" reversible="false">
  3260. <effect type="fade" start="100" end="0" time="250" />
  3261. </animation>
  3262. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3263. <itemlayout height="47" width="250">
  3264. <control type="label">
  3265. <posx>30</posx>
  3266. <posy>1</posy>
  3267. <width>250</width>
  3268. <height>35</height>
  3269. <font>homemenu3</font>
  3270. <textcolor>cf707070</textcolor>
  3271. <align>left</align>
  3272. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3273. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3274. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3275. </control>
  3276. </itemlayout>
  3277.  
  3278. <focusedlayout height="47" width="250">
  3279. <control type="image">
  3280. <posx>0</posx>
  3281. <posy>0</posy>
  3282. <width>250</width>
  3283. <height>47</height>
  3284. <aspectratio>stretch</aspectratio>
  3285. <texture border="14">Home/menufocus2.png</texture>
  3286. <colordiffuse>CFFFFFFF</colordiffuse>
  3287. <visible>Control.HasFocus(640)</visible>
  3288. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  3289. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(640).OnPrevious">Focus</animation>
  3290. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(640).OnNext">Focus</animation>
  3291. </control>
  3292. <control type="label">
  3293. <posx>30</posx>
  3294. <posy>2</posy>
  3295. <width>250</width>
  3296. <height>35</height>
  3297. <font>homemenu3</font>
  3298. <textcolor>cf333379</textcolor>
  3299. <shadowcolor>cf333379</shadowcolor>
  3300. <align>left</align>
  3301. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3302. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(640).OnPrevious">Focus</animation>
  3303. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(640).OnNext">Focus</animation>
  3304. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3305. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3010)">Conditional</animation>
  3306. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3011)">Conditional</animation>
  3307. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3308. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3309. </control>
  3310. <control type="label">
  3311. <posx>30</posx>
  3312. <posy>1</posy>
  3313. <width>250</width>
  3314. <height>35</height>
  3315. <font>homemenu3</font>
  3316. <textcolor>ffffffff</textcolor>
  3317. <align>left</align>
  3318. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3319. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(640).OnPrevious">Focus</animation>
  3320. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(640).OnNext">Focus</animation>
  3321. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3322. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3010)">Conditional</animation>
  3323. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3011)">Conditional</animation>
  3324. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3325. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3326. </control>
  3327. </focusedlayout>
  3328. <content>
  3329.  
  3330. <item id="1">
  3331. <description>1080p only</description>
  3332. <label>1080p only</label>
  3333. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/hd1080p_hmplayx.xsp,return)</onclick>
  3334. </item>
  3335. <item id="2">
  3336. <description>720p only</description>
  3337. <label>720p only</label>
  3338. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/hd720p_hmplayx.xsp,return)</onclick>
  3339. </item>
  3340. <item id="3">
  3341. <description>widescreen only</description>
  3342. <label>widescreen only</label>
  3343. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/hdwidescreen_hmplayx.xsp,return)</onclick>
  3344. </item>
  3345. <item id="4">
  3346. <description>surround only</description>
  3347. <label>surround only</label>
  3348. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/hdsurroundsound_hmplayx.xsp,return)</onclick>
  3349. </item>
  3350. <item id="5">
  3351. <description>IN PROGRESS...</description>
  3352. <label>in progress...</label>
  3353. <onclick>xbmc.activatewindow(10025,special://skin/extras/playlists/hdmoviesinprogress_hmplayx.xsp,return)</onclick>
  3354. </item>
  3355. </content>
  3356. </control>
  3357.  
  3358. <!--POWER-->
  3359. <control type="list" id="655">
  3360. <posx>515</posx>
  3361. <posy>700</posy>
  3362. <width>250</width>
  3363. <height>500</height>
  3364. <onleft>3011</onleft>
  3365. <onright>3010</onright>
  3366. <onup>540</onup>
  3367. <ondown>640</ondown>
  3368. <pagecontrol>641</pagecontrol>
  3369. <scrolltime>300</scrolltime>
  3370. <focusposition>3</focusposition>
  3371. <orientation>vertical</orientation>
  3372. <preloaditems>3</preloaditems>
  3373. <visible>Container(540).HasFocus(15)</visible>
  3374. <animation type="Visible" condition="Container(540).HasFocus(15)" reversible="false">
  3375. <effect type="fade" start="0" end="100" time="250" />
  3376. </animation>
  3377. <animation type="Hidden" reversible="false">
  3378. <effect type="fade" start="100" end="0" time="250" />
  3379. </animation>
  3380. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3381. <itemlayout height="47" width="250">
  3382. <control type="label">
  3383. <posx>30</posx>
  3384. <posy>1</posy>
  3385. <width>250</width>
  3386. <height>35</height>
  3387. <font>homemenu3</font>
  3388. <textcolor>cf707070</textcolor>
  3389. <align>left</align>
  3390. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3391. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3392. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3393. </control>
  3394. </itemlayout>
  3395.  
  3396. <focusedlayout height="47" width="250">
  3397. <control type="image">
  3398. <posx>0</posx>
  3399. <posy>0</posy>
  3400. <width>250</width>
  3401. <height>47</height>
  3402. <aspectratio>stretch</aspectratio>
  3403. <texture border="14">Home/menufocus2.png</texture>
  3404. <colordiffuse>CFFFFFFF</colordiffuse>
  3405. <visible>Control.HasFocus(655)</visible>
  3406. <animation effect="fade" start="0" end="100" time="250" delay="0">Visible</animation>
  3407. <animation effect="slide" start="0,14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(655).OnPrevious">Focus</animation>
  3408. <animation effect="slide" start="0,-14" end="0,0" time="250" reversible="false" tween="back" easing="out" condition="Container(655).OnNext">Focus</animation>
  3409. </control>
  3410. <control type="label">
  3411. <posx>30</posx>
  3412. <posy>2</posy>
  3413. <width>250</width>
  3414. <height>35</height>
  3415. <font>homemenu3</font>
  3416. <textcolor>cf333379</textcolor>
  3417. <shadowcolor>cf333379</shadowcolor>
  3418. <align>left</align>
  3419. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3420. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(655).OnPrevious">Focus</animation>
  3421. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(655).OnNext">Focus</animation>
  3422. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3423. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3010)">Conditional</animation>
  3424. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3011)">Conditional</animation>
  3425. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3426. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3427. </control>
  3428. <control type="label">
  3429. <posx>30</posx>
  3430. <posy>1</posy>
  3431. <width>250</width>
  3432. <height>35</height>
  3433. <font>homemenu3</font>
  3434. <textcolor>ffffffff</textcolor>
  3435. <align>left</align>
  3436. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3437. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(655).OnPrevious">Focus</animation>
  3438. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(655).OnNext">Focus</animation>
  3439. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3440. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3010)">Conditional</animation>
  3441. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3011)">Conditional</animation>
  3442. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3443. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3444. </control>
  3445. </focusedlayout>
  3446. <content>
  3447.  
  3448. <item id="1">
  3449. <description>Exit</description>
  3450. <label>exit</label>
  3451. <onclick>XBMC.Quit()</onclick>
  3452. </item>
  3453. <item id="2">
  3454. <description>Shutdown</description>
  3455. <label>shutdown</label>
  3456. <onclick>XBMC.Shutdown()</onclick>
  3457. </item>
  3458. <item id="3">
  3459. <description>suspend</description>
  3460. <label>suspend</label>
  3461. <onclick>XBMC.Suspend()</onclick>
  3462. </item>
  3463. <item id="4">
  3464. <description>shutdown timer</description>
  3465. <label>shutdown timer</label>
  3466. <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown())</onclick>
  3467. </item>
  3468. <item id="5">
  3469. <description>shutdown timer cancel</description>
  3470. <label>cancel timer</label>
  3471. <onclick>XBMC.CancelAlarm(shutdowntimer)</onclick>
  3472. <visible>System.HasAlarm(shutdowntimer)</visible>
  3473. </item>
  3474. <!-- <item id="6">
  3475. <description>enter master mode</description>
  3476. <label>enter master mode</label>
  3477. <onclick>xbmc.mastermode</onclick>
  3478. <visible>System.HasLocks</visible>
  3479. </item>
  3480. <item id="7">
  3481. <description>log off profile</description>
  3482. <label>$LOCALIZE[20126] $INFO[system.profilename]</label>
  3483. <onclick>dialog.close(all,true)</onclick>
  3484. <onclick>System.LogOff</onclick>
  3485. <visible>System.HasLoginScreen</visible>
  3486. </item>
  3487. <item id="8">
  3488. <description>Settings</description>
  3489. <label>Settings</label>
  3490. <onclick>xbmc.activatewindow(settings)</onclick>
  3491. <visible>System.HasLoginScreen</visible>
  3492. </item>
  3493. <item id="9">
  3494. <description>File Manager</description>
  3495. <label>File Manager</label>
  3496. <onclick>ActivateWindow(FileManager)</onclick>
  3497. </item> -->
  3498.  
  3499. </content>
  3500. </control>
  3501.  
  3502. <!--Recently Added Movie Playlist 1-->
  3503. <control type="list" id="657">
  3504. <posx>515</posx>
  3505. <posy>700</posy>
  3506. <width>250</width>
  3507. <height>500</height>
  3508. <onleft>540</onleft>
  3509. <onright>540</onright>
  3510. <onup>540</onup>
  3511. <ondown>3030</ondown>
  3512. <pagecontrol>641</pagecontrol>
  3513. <scrolltime>300</scrolltime>
  3514. <focusposition>3</focusposition>
  3515. <orientation>vertical</orientation>
  3516. <preloaditems>3</preloaditems>
  3517. <visible>Container(540).HasFocus(30)</visible>
  3518. <animation type="Visible" condition="Container(540).HasFocus(30)" reversible="false">
  3519. <effect type="fade" start="0" end="100" time="250" />
  3520. </animation>
  3521. <animation type="Hidden" reversible="false">
  3522. <effect type="fade" start="100" end="0" time="250" />
  3523. </animation>
  3524. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3525. <itemlayout height="47" width="250">
  3526. <control type="label">
  3527. <posx>30</posx>
  3528. <posy>1</posy>
  3529. <width>250</width>
  3530. <height>35</height>
  3531. <font>homemenu3</font>
  3532. <textcolor>cf707070</textcolor>
  3533. <align>left</align>
  3534. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3535. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3536. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3537. </control>
  3538. </itemlayout>
  3539.  
  3540. <focusedlayout height="47" width="250">
  3541. <control type="label">
  3542. <posx>30</posx>
  3543. <posy>2</posy>
  3544. <width>250</width>
  3545. <height>35</height>
  3546. <font>homemenu3</font>
  3547. <textcolor>cf333379</textcolor>
  3548. <shadowcolor>cf333379</shadowcolor>
  3549. <align>left</align>
  3550. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3551. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(657).OnPrevious">Focus</animation>
  3552. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(657).OnNext">Focus</animation>
  3553. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3554. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3030)">Conditional</animation>
  3555. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3031)">Conditional</animation>
  3556. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3557. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3558. </control>
  3559. <control type="label">
  3560. <posx>30</posx>
  3561. <posy>1</posy>
  3562. <width>250</width>
  3563. <height>35</height>
  3564. <font>homemenu3</font>
  3565. <textcolor>ffffffff</textcolor>
  3566. <align>left</align>
  3567. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3568. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(657).OnPrevious">Focus</animation>
  3569. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(657).OnNext">Focus</animation>
  3570. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3571. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3030)">Conditional</animation>
  3572. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3031)">Conditional</animation>
  3573. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3574. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3575. </control>
  3576. </focusedlayout>
  3577. <content>
  3578.  
  3579. <item id="1">
  3580. <description>Recently Added</description>
  3581. <label></label>
  3582. <onclick>3030</onclick>
  3583. </item>
  3584. </content>
  3585. </control>
  3586.  
  3587. <!--Recently Added Movie Playlist 2-->
  3588. <control type="list" id="658">
  3589. <posx>515</posx>
  3590. <posy>700</posy>
  3591. <width>250</width>
  3592. <height>500</height>
  3593. <onleft>540</onleft>
  3594. <onright>540</onright>
  3595. <onup>540</onup>
  3596. <ondown>3032</ondown>
  3597. <pagecontrol>641</pagecontrol>
  3598. <scrolltime>300</scrolltime>
  3599. <focusposition>3</focusposition>
  3600. <orientation>vertical</orientation>
  3601. <preloaditems>3</preloaditems>
  3602. <visible>Container(540).HasFocus(31)</visible>
  3603. <animation type="Visible" condition="Container(540).HasFocus(31)" reversible="false">
  3604. <effect type="fade" start="0" end="100" time="250" />
  3605. </animation>
  3606. <animation type="Hidden" reversible="false">
  3607. <effect type="fade" start="100" end="0" time="250" />
  3608. </animation>
  3609. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3610. <itemlayout height="47" width="250">
  3611. <control type="label">
  3612. <posx>30</posx>
  3613. <posy>1</posy>
  3614. <width>250</width>
  3615. <height>35</height>
  3616. <font>homemenu3</font>
  3617. <textcolor>cf707070</textcolor>
  3618. <align>left</align>
  3619. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3620. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3621. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3622. </control>
  3623. </itemlayout>
  3624.  
  3625. <focusedlayout height="47" width="250">
  3626. <control type="label">
  3627. <posx>30</posx>
  3628. <posy>2</posy>
  3629. <width>250</width>
  3630. <height>35</height>
  3631. <font>homemenu3</font>
  3632. <textcolor>cf333379</textcolor>
  3633. <shadowcolor>cf333379</shadowcolor>
  3634. <align>left</align>
  3635. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3636. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(658).OnPrevious">Focus</animation>
  3637. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(658).OnNext">Focus</animation>
  3638. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3639. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3032)">Conditional</animation>
  3640. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3033)">Conditional</animation>
  3641. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3642. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3643. </control>
  3644. <control type="label">
  3645. <posx>30</posx>
  3646. <posy>1</posy>
  3647. <width>250</width>
  3648. <height>35</height>
  3649. <font>homemenu3</font>
  3650. <textcolor>ffffffff</textcolor>
  3651. <align>left</align>
  3652. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3653. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(658).OnPrevious">Focus</animation>
  3654. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(658).OnNext">Focus</animation>
  3655. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3656. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3032)">Conditional</animation>
  3657. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3033)">Conditional</animation>
  3658. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3659. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3660. </control>
  3661. </focusedlayout>
  3662. <content>
  3663.  
  3664. <item id="1">
  3665. <description>Fake Recently Added</description>
  3666. <label></label>
  3667. <onclick>-</onclick>
  3668. </item>
  3669. </content>
  3670. </control>
  3671.  
  3672. <!--Recently Added Movie Playlist 3-->
  3673. <control type="list" id="659">
  3674. <posx>515</posx>
  3675. <posy>700</posy>
  3676. <width>250</width>
  3677. <height>500</height>
  3678. <onleft>540</onleft>
  3679. <onright>540</onright>
  3680. <onup>540</onup>
  3681. <ondown>3034</ondown>
  3682. <pagecontrol>641</pagecontrol>
  3683. <scrolltime>300</scrolltime>
  3684. <focusposition>3</focusposition>
  3685. <orientation>vertical</orientation>
  3686. <preloaditems>3</preloaditems>
  3687. <visible>Container(540).HasFocus(32)</visible>
  3688. <animation type="Visible" condition="Container(540).HasFocus(32)" reversible="false">
  3689. <effect type="fade" start="0" end="100" time="250" />
  3690. </animation>
  3691. <animation type="Hidden" reversible="false">
  3692. <effect type="fade" start="100" end="0" time="250" />
  3693. </animation>
  3694. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3695. <itemlayout height="47" width="250">
  3696. <control type="label">
  3697. <posx>30</posx>
  3698. <posy>1</posy>
  3699. <width>250</width>
  3700. <height>35</height>
  3701. <font>homemenu3</font>
  3702. <textcolor>cf707070</textcolor>
  3703. <align>left</align>
  3704. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3705. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3706. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3707. </control>
  3708. </itemlayout>
  3709.  
  3710. <focusedlayout height="47" width="250">
  3711. <control type="label">
  3712. <posx>30</posx>
  3713. <posy>2</posy>
  3714. <width>250</width>
  3715. <height>35</height>
  3716. <font>homemenu3</font>
  3717. <textcolor>cf333379</textcolor>
  3718. <shadowcolor>cf333379</shadowcolor>
  3719. <align>left</align>
  3720. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3721. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(659).OnPrevious">Focus</animation>
  3722. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(659).OnNext">Focus</animation>
  3723. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3724. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3034)">Conditional</animation>
  3725. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3035)">Conditional</animation>
  3726. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3727. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3728. </control>
  3729. <control type="label">
  3730. <posx>30</posx>
  3731. <posy>1</posy>
  3732. <width>250</width>
  3733. <height>35</height>
  3734. <font>homemenu3</font>
  3735. <textcolor>ffffffff</textcolor>
  3736. <align>left</align>
  3737. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3738. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(659).OnPrevious">Focus</animation>
  3739. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(659).OnNext">Focus</animation>
  3740. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3741. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3034)">Conditional</animation>
  3742. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3035)">Conditional</animation>
  3743. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3744. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3745. </control>
  3746. </focusedlayout>
  3747. <content>
  3748. <item id="1">
  3749. <description>Fake Recently Added</description>
  3750. <label></label>
  3751. <onclick>-</onclick>
  3752. </item>
  3753. </content>
  3754. </control>
  3755.  
  3756.  
  3757. <!--Recently Added TV Playlist 1-->
  3758. <control type="list" id="660">
  3759. <posx>515</posx>
  3760. <posy>700</posy>
  3761. <width>250</width>
  3762. <height>500</height>
  3763. <onleft>540</onleft>
  3764. <onright>540</onright>
  3765. <onup>540</onup>
  3766. <ondown>3036</ondown>
  3767. <pagecontrol>641</pagecontrol>
  3768. <scrolltime>300</scrolltime>
  3769. <focusposition>3</focusposition>
  3770. <orientation>vertical</orientation>
  3771. <preloaditems>3</preloaditems>
  3772. <visible>Container(540).HasFocus(33)</visible>
  3773. <animation type="Visible" condition="Container(540).HasFocus(33)" reversible="false">
  3774. <effect type="fade" start="0" end="100" time="250" />
  3775. </animation>
  3776. <animation type="Hidden" reversible="false">
  3777. <effect type="fade" start="100" end="0" time="250" />
  3778. </animation>
  3779. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3780. <itemlayout height="47" width="250">
  3781. <control type="label">
  3782. <posx>30</posx>
  3783. <posy>1</posy>
  3784. <width>250</width>
  3785. <height>35</height>
  3786. <font>homemenu3</font>
  3787. <textcolor>cf707070</textcolor>
  3788. <align>left</align>
  3789. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3790. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3791. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3792. </control>
  3793. </itemlayout>
  3794.  
  3795. <focusedlayout height="47" width="250">
  3796. <control type="label">
  3797. <posx>30</posx>
  3798. <posy>2</posy>
  3799. <width>250</width>
  3800. <height>35</height>
  3801. <font>homemenu3</font>
  3802. <textcolor>cf333379</textcolor>
  3803. <shadowcolor>cf333379</shadowcolor>
  3804. <align>left</align>
  3805. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3806. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(660).OnPrevious">Focus</animation>
  3807. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(660).OnNext">Focus</animation>
  3808. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3809. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3036)">Conditional</animation>
  3810. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3037)">Conditional</animation>
  3811. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3812. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3813. </control>
  3814. <control type="label">
  3815. <posx>30</posx>
  3816. <posy>1</posy>
  3817. <width>250</width>
  3818. <height>35</height>
  3819. <font>homemenu3</font>
  3820. <textcolor>ffffffff</textcolor>
  3821. <align>left</align>
  3822. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3823. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(660).OnPrevious">Focus</animation>
  3824. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(660).OnNext">Focus</animation>
  3825. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3826. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3036)">Conditional</animation>
  3827. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3037)">Conditional</animation>
  3828. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3829. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3830. </control>
  3831. </focusedlayout>
  3832. <content>
  3833. <item id="1">
  3834. <description>Fake Recently Added</description>
  3835. <label></label>
  3836. <onclick>-</onclick>
  3837. </item>
  3838. </content>
  3839. </control>
  3840.  
  3841.  
  3842. <!--Recently Added TV Playlist 2-->
  3843. <control type="list" id="661">
  3844. <posx>515</posx>
  3845. <posy>700</posy>
  3846. <width>250</width>
  3847. <height>500</height>
  3848. <onleft>540</onleft>
  3849. <onright>540</onright>
  3850. <onup>540</onup>
  3851. <ondown>3038</ondown>
  3852. <pagecontrol>641</pagecontrol>
  3853. <scrolltime>300</scrolltime>
  3854. <focusposition>3</focusposition>
  3855. <orientation>vertical</orientation>
  3856. <preloaditems>3</preloaditems>
  3857. <visible>Container(540).HasFocus(34)</visible>
  3858. <animation type="Visible" condition="Container(540).HasFocus(34)" reversible="false">
  3859. <effect type="fade" start="0" end="100" time="250" />
  3860. </animation>
  3861. <animation type="Hidden" reversible="false">
  3862. <effect type="fade" start="100" end="0" time="250" />
  3863. </animation>
  3864. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3865. <itemlayout height="47" width="250">
  3866. <control type="label">
  3867. <posx>30</posx>
  3868. <posy>1</posy>
  3869. <width>250</width>
  3870. <height>35</height>
  3871. <font>homemenu3</font>
  3872. <textcolor>cf707070</textcolor>
  3873. <align>left</align>
  3874. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3875. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3876. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3877. </control>
  3878. </itemlayout>
  3879.  
  3880. <focusedlayout height="47" width="250">
  3881. <control type="label">
  3882. <posx>30</posx>
  3883. <posy>2</posy>
  3884. <width>250</width>
  3885. <height>35</height>
  3886. <font>homemenu3</font>
  3887. <textcolor>cf333379</textcolor>
  3888. <shadowcolor>cf333379</shadowcolor>
  3889. <align>left</align>
  3890. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3891. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(661).OnPrevious">Focus</animation>
  3892. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(661).OnNext">Focus</animation>
  3893. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3894. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3038)">Conditional</animation>
  3895. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3039)">Conditional</animation>
  3896. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3897. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3898. </control>
  3899. <control type="label">
  3900. <posx>30</posx>
  3901. <posy>1</posy>
  3902. <width>250</width>
  3903. <height>35</height>
  3904. <font>homemenu3</font>
  3905. <textcolor>ffffffff</textcolor>
  3906. <align>left</align>
  3907. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3908. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(661).OnPrevious">Focus</animation>
  3909. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(661).OnNext">Focus</animation>
  3910. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3911. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3038)">Conditional</animation>
  3912. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3039)">Conditional</animation>
  3913. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3914. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3915. </control>
  3916. </focusedlayout>
  3917. <content>
  3918. <item id="1">
  3919. <description>Fake Recently Added</description>
  3920. <label></label>
  3921. <onclick>-</onclick>
  3922. </item>
  3923. </content>
  3924. </control>
  3925.  
  3926. <!--Recently Added TV Playlist 3-->
  3927. <control type="list" id="662">
  3928. <posx>515</posx>
  3929. <posy>700</posy>
  3930. <width>250</width>
  3931. <height>500</height>
  3932. <onleft>540</onleft>
  3933. <onright>540</onright>
  3934. <onup>540</onup>
  3935. <ondown>3040</ondown>
  3936. <pagecontrol>641</pagecontrol>
  3937. <scrolltime>300</scrolltime>
  3938. <focusposition>3</focusposition>
  3939. <orientation>vertical</orientation>
  3940. <preloaditems>3</preloaditems>
  3941. <visible>Container(540).HasFocus(35)</visible>
  3942. <animation type="Visible" condition="Container(540).HasFocus(35)" reversible="false">
  3943. <effect type="fade" start="0" end="100" time="250" />
  3944. </animation>
  3945. <animation type="Hidden" reversible="false">
  3946. <effect type="fade" start="100" end="0" time="250" />
  3947. </animation>
  3948. <animation effect="fade" start="0" end="100" time="600" delay="600">WindowOpen</animation>
  3949. <itemlayout height="47" width="250">
  3950. <control type="label">
  3951. <posx>30</posx>
  3952. <posy>1</posy>
  3953. <width>250</width>
  3954. <height>35</height>
  3955. <font>homemenu3</font>
  3956. <textcolor>cf707070</textcolor>
  3957. <align>left</align>
  3958. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3959. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3960. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3961. </control>
  3962. </itemlayout>
  3963.  
  3964. <focusedlayout height="47" width="250">
  3965. <control type="label">
  3966. <posx>30</posx>
  3967. <posy>2</posy>
  3968. <width>250</width>
  3969. <height>35</height>
  3970. <font>homemenu3</font>
  3971. <textcolor>cf333379</textcolor>
  3972. <shadowcolor>cf333379</shadowcolor>
  3973. <align>left</align>
  3974. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3975. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(662).OnPrevious">Focus</animation>
  3976. <animation effect="fade" start="50" end="100" time="200" delay="100" reversible="false" condition="Container(662).OnNext">Focus</animation>
  3977. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3978. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3040)">Conditional</animation>
  3979. <animation effect="fade" start="100" end="0" time="0" delay="0" condition="Control.HasFocus(3041)">Conditional</animation>
  3980. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3981. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3982. </control>
  3983. <control type="label">
  3984. <posx>30</posx>
  3985. <posy>1</posy>
  3986. <width>250</width>
  3987. <height>35</height>
  3988. <font>homemenu3</font>
  3989. <textcolor>ffffffff</textcolor>
  3990. <align>left</align>
  3991. <label>[LOWERCASE]$INFO[ListItem.Label][/LOWERCASE]</label>
  3992. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(662).OnPrevious">Focus</animation>
  3993. <animation effect="fade" start="50" end="100" time="200" delay="50" reversible="false" condition="Container(662).OnNext">Focus</animation>
  3994. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(540)">Conditional</animation>
  3995. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3040)">Conditional</animation>
  3996. <animation effect="fade" start="100" end="27" time="0" delay="0" condition="Control.HasFocus(3041)">Conditional</animation>
  3997. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  3998. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  3999. </control>
  4000. </focusedlayout>
  4001. <content>
  4002. <item id="1">
  4003. <description>Fake Recently Added</description>
  4004. <label></label>
  4005. <onclick>-</onclick>
  4006. </item>
  4007. </content>
  4008. </control>
  4009.  
  4010.  
  4011.  
  4012. <!-- EXTRA -->
  4013. <!-- ADDONS VOD -->
  4014. <control type="list" id="654">
  4015. <posx>17</posx>
  4016. <posy>674</posy>
  4017. <width>1280</width>
  4018. <height>262</height>
  4019. <onleft>654</onleft>
  4020. <onright>654</onright>
  4021. <spacebetweenitems>2</spacebetweenitems>
  4022. <onup>540</onup>
  4023. <ondown>540</ondown>
  4024. <scrolltime>300</scrolltime>
  4025. <orientation>horizontal</orientation>
  4026. <animation type="Visible" condition="Container(540).HasFocus(13)" reversible="false">
  4027. <effect type="fade" start="0" end="100" time="300" delay="250" />
  4028. </animation>
  4029. <animation type="Hidden" reversible="false">
  4030. <effect type="fade" start="100" end="0" time="100" />
  4031. </animation>
  4032. <animation type="WindowOpen" reversible="false">
  4033. <effect type="fade" start="0" end="100" time="800" delay="800"/>
  4034. </animation>
  4035. <animation type="WindowClose" reversible="false">
  4036. <effect type="fade" start="100" end="0" time="200" />
  4037. </animation>
  4038. <visible>Container(540).HasFocus(13)</visible>
  4039. <itemlayout height="256" width="256">
  4040. <control type="image">
  4041. <posx>0</posx>
  4042. <posy>38</posy>
  4043. <width>222</width>
  4044. <height>222</height>
  4045. <aspectratio>stretch</aspectratio>
  4046. <texture border="7,7,7,7">Home/extras/addonvodbg.png</texture>
  4047. <colordiffuse>10ffffff</colordiffuse>
  4048. </control>
  4049. <control type="image">
  4050. <posx>10</posx>
  4051. <posy>48</posy>
  4052. <width>201</width>
  4053. <height>201</height>
  4054. <aspectratio>stretch</aspectratio>
  4055. <texture background="true" diffuse="poster/squarediffuse.png">$INFO[ListItem.Icon]</texture>
  4056. <colordiffuse>ffffffff</colordiffuse>
  4057. </control>
  4058. </itemlayout>
  4059. <focusedlayout height="256" width="256">
  4060. <control type="image">
  4061. <posx>0</posx>
  4062. <posy>38</posy>
  4063. <width>222</width>
  4064. <height>222</height>
  4065. <aspectratio>stretch</aspectratio>
  4066. <texture border="7,7,7,7">Home/extras/addonvodbg.png</texture>
  4067. <colordiffuse>10ffffff</colordiffuse>
  4068. </control>
  4069. <control type="image">
  4070. <posx>0</posx>
  4071. <posy>38</posy>
  4072. <width>222</width>
  4073. <height>222</height>
  4074. <aspectratio>stretch</aspectratio>
  4075. <texture>Home/extras/addonvodbgfo.png</texture>
  4076. <colordiffuse>ffffffff</colordiffuse>
  4077. <animation effect="fade" start="0" end="100" time="400" delay="0" condition="Control.HasFocus(654)">Conditional</animation>
  4078. <visible>Control.HasFocus(654)</visible>
  4079. </control>
  4080. <control type="image">
  4081. <posx>-12</posx>
  4082. <posy>26</posy>
  4083. <width>245</width>
  4084. <height>245</height>
  4085. <aspectratio>stretch</aspectratio>
  4086. <texture>poster/squareborder.png</texture>
  4087. <colordiffuse>ffffffff</colordiffuse>
  4088. <animation effect="fade" start="0" end="100" time="400" delay="0" condition="Control.HasFocus(654)">Conditional</animation>
  4089. <visible>Control.HasFocus(654)</visible>
  4090. </control>
  4091. <control type="image">
  4092. <posx>10</posx>
  4093. <posy>48</posy>
  4094. <width>201</width>
  4095. <height>201</height>
  4096. <aspectratio>stretch</aspectratio>
  4097. <texture background="true" diffuse="infowrap/albumdiffuse.png">$INFO[ListItem.Icon]</texture>
  4098. <colordiffuse>ffffffff</colordiffuse>
  4099. </control>
  4100. </focusedlayout>
  4101. <content>
  4102. <item id="1">
  4103. <icon>$INFO[system.addonicon(Skin.String(HomeVOD_Addon1))]</icon>
  4104. <label>$INFO[system.addontitle(Skin.String(HomeVOD_Addon1))]</label>
  4105. <onclick>RunAddon($INFO[Skin.String(HomeVOD_Addon1)])</onclick>
  4106. <visible>!IsEmpty(Skin.String(HomeVOD_Addon1))</visible>
  4107. </item>
  4108. <item id="2">
  4109. <icon>$INFO[system.addonicon(Skin.String(HomeVOD_Addon2))]</icon>
  4110. <label>$INFO[system.addontitle(Skin.String(HomeVOD_Addon2))]</label>
  4111. <onclick>RunAddon($INFO[Skin.String(HomeVOD_Addon2)])</onclick>
  4112. <visible>!IsEmpty(Skin.String(HomeVOD_Addon2))</visible>
  4113. </item>
  4114. <item id="3">
  4115. <icon>$INFO[system.addonicon(Skin.String(HomeVOD_Addon3))]</icon>
  4116. <label>$INFO[system.addontitle(Skin.String(HomeVOD_Addon3))]</label>
  4117. <onclick>RunAddon($INFO[Skin.String(HomeVOD_Addon3)])</onclick>
  4118. <visible>!IsEmpty(Skin.String(HomeVOD_Addon3))</visible>
  4119. </item>
  4120. <item id="4">
  4121. <icon>$INFO[system.addonicon(Skin.String(HomeVOD_Addon4))]</icon>
  4122. <label>$INFO[system.addontitle(Skin.String(HomeVOD_Addon4))]</label>
  4123. <onclick>RunAddon($INFO[Skin.String(HomeVOD_Addon4)])</onclick>
  4124. <visible>!IsEmpty(Skin.String(HomeVOD_Addon4))</visible>
  4125. </item>
  4126. <item id="5">
  4127. <icon>$INFO[system.addonicon(Skin.String(HomeVOD_Addon5))]</icon>
  4128. <label>$INFO[system.addontitle(Skin.String(HomeVOD_Addon5))]</label>
  4129. <onclick>RunAddon($INFO[Skin.String(HomeVOD_Addon5)])</onclick>
  4130. <visible>!IsEmpty(Skin.String(HomeVOD_Addon5))</visible>
  4131. </item>
  4132. </content>
  4133. </control>
  4134. </control>
  4135. </control>
  4136. </control>
  4137. <control type="image">
  4138. <posx>-20</posx>
  4139. <posy>90</posy>
  4140. <width>80</width>
  4141. <height>171</height>
  4142. <aspectratio>stretch</aspectratio>
  4143. <texture>Home/iconfade.png</texture>
  4144. <colordiffuse>FFFFFFFF</colordiffuse>
  4145. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  4146. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  4147. </control>
  4148. <control type="image">
  4149. <posx>60r</posx>
  4150. <posy>90</posy>
  4151. <width>80</width>
  4152. <height>171</height>
  4153. <aspectratio>stretch</aspectratio>
  4154. <texture flipx="true">Home/iconfade.png</texture>
  4155. <colordiffuse>FFDDDDDD</colordiffuse>
  4156. <animation effect="fade" start="0" end="100" time="500" delay="1900">WindowOpen</animation>
  4157. <animation effect="fade" start="100" end="0" time="300" delay="0">WindowClose</animation>
  4158. </control>
  4159. <control type="group">
  4160. <animation type="WindowOpen" reversible="false">
  4161. <effect type="fade" start="0" end="100" time="450" delay="600" />
  4162. <effect type="slide" start="-60,0" end="0,0" time="200" delay="600" />
  4163. </animation>
  4164. <animation type="WindowClose" reversible="false">
  4165. <effect type="fade" start="100" end="0" time="450" delay="200" />
  4166. <effect type="slide" start="0,0" end="-60,0" time="200" delay="0" />
  4167. </animation>
  4168. <control type="image">
  4169. <posx>10</posx>
  4170. <posy>150</posy>
  4171. <width>34</width>
  4172. <height>34</height>
  4173. <aspectratio>stretch</aspectratio>
  4174. <texture>Home/extras/leftarrow.png</texture>
  4175. <colordiffuse>48ffffff</colordiffuse>
  4176. <animation effect="fade" time="400" delay="50">Visible</animation>
  4177. <visible>!Container(540).OnPrevious</visible>
  4178. </control>
  4179. <control type="image">
  4180. <posx>10</posx>
  4181. <posy>150</posy>
  4182. <width>34</width>
  4183. <height>34</height>
  4184. <aspectratio>stretch</aspectratio>
  4185. <texture>Home/extras/leftarrow.png</texture>
  4186. <colordiffuse>88ffffff</colordiffuse>
  4187. <animation type="Hidden">
  4188. <effect type="slide" start="-10" end="0" center="auto" time="300" reversible="false" />
  4189. <effect type="fade" start="100" end="0" time="300" reversible="false" />
  4190. <effect type="zoom" start="125" end="100" center="auto" time="300" reversible="false" />
  4191. </animation>
  4192. <visible>Container(540).OnPrevious</visible>
  4193. </control>
  4194. </control>
  4195. <control type="group">
  4196. <animation type="WindowOpen" reversible="false">
  4197. <effect type="fade" start="0" end="100" time="450" delay="600" />
  4198. <effect type="slide" start="60,0" end="0,0" time="200" delay="600" />
  4199. </animation>
  4200. <animation type="WindowClose" reversible="false">
  4201. <effect type="fade" start="100" end="0" time="450" delay="200" />
  4202. <effect type="slide" start="0,0" end="60,0" time="200" delay="0" />
  4203. </animation>
  4204. <control type="image">
  4205. <posx>1235</posx>
  4206. <posy>150</posy>
  4207. <width>34</width>
  4208. <height>34</height>
  4209. <aspectratio>stretch</aspectratio>
  4210. <texture flipx="true">Home/extras/leftarrow.png</texture>
  4211. <colordiffuse>48ffffff</colordiffuse>
  4212. <animation effect="fade" time="400" delay="50">Visible</animation>
  4213. <visible>!Container(540).OnNext</visible>
  4214. </control>
  4215. <control type="image">
  4216. <posx>1235</posx>
  4217. <posy>150</posy>
  4218. <width>34</width>
  4219. <height>34</height>
  4220. <aspectratio>stretch</aspectratio>
  4221. <texture flipx="true">Home/extras/leftarrow.png</texture>
  4222. <colordiffuse>88ffffff</colordiffuse>
  4223. <animation type="Hidden">
  4224. <effect type="slide" start="10" end="0" center="auto" time="300" reversible="false" />
  4225. <effect type="fade" start="100" end="0" time="300" reversible="false" />
  4226. <effect type="zoom" start="125" end="100" center="auto" time="300" reversible="false" />
  4227. </animation>
  4228. <visible>Container(540).OnNext</visible>
  4229. </control>
  4230. </control>
  4231.  
  4232. <control type="image">
  4233. <posx>630</posx>
  4234. <posy>260</posy>
  4235. <width>20</width>
  4236. <height>12</height>
  4237. <aspectratio>stretch</aspectratio>
  4238. <texture>Home/subarrow.png</texture>
  4239. <colordiffuse>FFFFFFFF</colordiffuse>
  4240. <visible>Container(540).HasFocus(1) | Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(8) | Container(540).HasFocus(9) | Container(540).HasFocus(14) | Container(540).HasFocus(15)</visible>
  4241. <visible>Skin.HasSetting(HomeSubMenus)</visible>
  4242. <animation type="WindowOpen" reversible="false">
  4243. <effect type="fade" start="0" end="100" time="450" delay="780" />
  4244. </animation>
  4245. <animation type="WindowClose" reversible="false">
  4246. <effect type="fade" start="100" end="0" time="120" />
  4247. <effect type="slide" start="0,0" end="0,-10" time="150" />
  4248. </animation>
  4249. <animation type="Visible" reversible="false">
  4250. <effect type="fade" start="0" end="100" time="150" delay="250" />
  4251. <effect type="slide" start="0,-10" end="0,0" time="150" delay="250" />
  4252. </animation>
  4253. <animation type="Hidden" reversible="false">
  4254. <effect type="fade" start="100" end="0" time="120" />
  4255. <effect type="slide" start="0,0" end="0,-10" time="150" />
  4256. </animation>
  4257. </control>
  4258. <!--recently added and featured-->
  4259.  
  4260. <control type="group">
  4261. <visible>Skin.HasSetting(HomeRecentlyAdded) | Skin.HasSetting(HomeWatchlist)</visible>
  4262.  
  4263. <!--recently added icon and text-->
  4264. <control type="image">
  4265. <posx>500r</posx>
  4266. <posy>451r</posy>
  4267. <width>32</width>
  4268. <height>32</height>
  4269. <aspectratio>stretch</aspectratio>
  4270. <texture>Home/extras/recenticon.png</texture>
  4271. <colordiffuse>ffffffff</colordiffuse>
  4272. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(14) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(8)" reversible="false">
  4273. <effect type="fade" start="0" end="100" time="250" />
  4274. </animation>
  4275. <animation type="Hidden" reversible="false">
  4276. <effect type="fade" start="100" end="0" time="250" />
  4277. </animation>
  4278. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4279. <animation type="WindowClose" reversible="false">
  4280. <effect type="fade" start="100" end="0" time="200" />
  4281. </animation>
  4282. <visible>Container(540).HasFocus(2) | Container(540).HasFocus(14) | Container(540).HasFocus(3) | Container(540).HasFocus(4)</visible>
  4283. </control>
  4284. <!--recently added movies text-->
  4285. <control type="label">
  4286. <posx>460r</posx>
  4287. <posy>451r</posy>
  4288. <width>250</width>
  4289. <height>32</height>
  4290. <font>recent</font>
  4291. <textcolor>ffa0a0a0</textcolor>
  4292. <align>left</align>
  4293. <label>recently added movies</label>
  4294. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(14)" reversible="false">
  4295. <effect type="fade" start="0" end="100" time="250" />
  4296. </animation>
  4297. <animation type="Hidden" reversible="false">
  4298. <effect type="fade" start="100" end="0" time="250" />
  4299. </animation>
  4300. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4301. <animation type="WindowClose" reversible="false">
  4302. <effect type="fade" start="100" end="0" time="200" />
  4303. </animation>
  4304. <visible>Container(540).HasFocus(2) | Container(540).HasFocus(14)</visible>
  4305. <visible>Skin.HasSetting(HomeRecentlyAddedMovies)</visible>
  4306. </control>
  4307. <!--watchlist movies text-->
  4308. <control type="label">
  4309. <posx>460r</posx>
  4310. <posy>451r</posy>
  4311. <width>250</width>
  4312. <height>32</height>
  4313. <font>recent</font>
  4314. <textcolor>ffa0a0a0</textcolor>
  4315. <align>left</align>
  4316. <label>in progress</label>
  4317. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(14)" reversible="false">
  4318. <effect type="fade" start="0" end="100" time="250" />
  4319. </animation>
  4320. <animation type="Hidden" reversible="false">
  4321. <effect type="fade" start="100" end="0" time="250" />
  4322. </animation>
  4323. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4324. <animation type="WindowClose" reversible="false">
  4325. <effect type="fade" start="100" end="0" time="200" />
  4326. </animation>
  4327. <visible>Container(540).HasFocus(2) | Container(540).HasFocus(14)</visible>
  4328. <visible>Skin.HasSetting(HomeWatchlistMovies)</visible>
  4329. </control>
  4330. <!--recently added episodes text-->
  4331. <control type="label">
  4332. <posx>460r</posx>
  4333. <posy>451r</posy>
  4334. <width>250</width>
  4335. <height>32</height>
  4336. <font>recent</font>
  4337. <textcolor>ffa0a0a0</textcolor>
  4338. <align>left</align>
  4339. <label>recently added episodes</label>
  4340. <animation type="Conditional" condition="Container(540).HasFocus(3)" reversible="false">
  4341. <effect type="fade" start="0" end="100" time="250" />
  4342. </animation>
  4343. <animation type="Hidden" reversible="false">
  4344. <effect type="fade" start="100" end="0" time="250" />
  4345. </animation>
  4346. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4347. <animation type="WindowClose" reversible="false">
  4348. <effect type="fade" start="100" end="0" time="200" />
  4349. </animation>
  4350. <visible>Container(540).HasFocus(3)</visible>
  4351. <visible>Skin.HasSetting(HomeRecentlyAddedEpisodes)</visible>
  4352. </control>
  4353. <!--watchlist episodes text-->
  4354. <control type="label">
  4355. <posx>460r</posx>
  4356. <posy>451r</posy>
  4357. <width>250</width>
  4358. <height>32</height>
  4359. <font>recent</font>
  4360. <textcolor>ffa0a0a0</textcolor>
  4361. <align>left</align>
  4362. <label>currently watching</label>
  4363. <animation type="Conditional" condition="Container(540).HasFocus(3)" reversible="false">
  4364. <effect type="fade" start="0" end="100" time="250" />
  4365. </animation>
  4366. <animation type="Hidden" reversible="false">
  4367. <effect type="fade" start="100" end="0" time="250" />
  4368. </animation>
  4369. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4370. <animation type="WindowClose" reversible="false">
  4371. <effect type="fade" start="100" end="0" time="200" />
  4372. </animation>
  4373. <visible>Container(540).HasFocus(3)</visible>
  4374. <visible>Skin.HasSetting(HomeWatchlistEpisodes)</visible>
  4375. </control>
  4376.  
  4377. <!--recently added albums text-->
  4378. <control type="label">
  4379. <posx>460r</posx>
  4380. <posy>451r</posy>
  4381. <width>250</width>
  4382. <height>32</height>
  4383. <font>recent</font>
  4384. <textcolor>ffa0a0a0</textcolor>
  4385. <align>left</align>
  4386. <label>recently added albums</label>
  4387. <animation type="Conditional" condition="Container(540).HasFocus(4)" reversible="false">
  4388. <effect type="fade" start="0" end="100" time="250" />
  4389. </animation>
  4390. <animation type="Hidden" reversible="false">
  4391. <effect type="fade" start="100" end="0" time="250" />
  4392. </animation>
  4393. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4394. <animation type="WindowClose" reversible="false">
  4395. <effect type="fade" start="100" end="0" time="200" />
  4396. </animation>
  4397. <visible>Container(540).HasFocus(4)</visible>
  4398. <!-- <visible>Skin.HasSetting(HomeRecentlyAddedAlbums)</visible> -->
  4399. </control>
  4400.  
  4401. <!--watchlist albums text-->
  4402. <!-- <control type="label">
  4403. <posx>460r</posx>
  4404. <posy>451r</posy>
  4405. <width>250</width>
  4406. <height>32</height>
  4407. <font>recent</font>
  4408. <textcolor>ffa0a0a0</textcolor>
  4409. <align>left</align>
  4410. <label>latest songs</label>
  4411. <animation type="Conditional" condition="Container(540).HasFocus(4)" reversible="false">
  4412. <effect type="fade" start="0" end="100" time="250" />
  4413. </animation>
  4414. <animation type="Hidden" reversible="false">
  4415. <effect type="fade" start="100" end="0" time="250" />
  4416. </animation>
  4417. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4418. <animation type="WindowClose" reversible="false">
  4419. <effect type="fade" start="100" end="0" time="200" />
  4420. </animation>
  4421. <visible>Container(540).HasFocus(4)</visible>
  4422. <visible>Skin.HasSetting(HomeWatchlistAlbums)</visible>
  4423. </control> -->
  4424. <!--
  4425. <control type="label">
  4426. <posx>460r</posx>
  4427. <posy>451r</posy>
  4428. <width>250</width>
  4429. <height>32</height>
  4430. <font>recent</font>
  4431. <textcolor>ffa0a0a0</textcolor>
  4432. <align>left</align>
  4433. <label>recently added add-ons</label>
  4434. <animation type="Conditional" condition="Container(540).HasFocus(8)" reversible="false">
  4435. <effect type="fade" start="0" end="100" time="250" />
  4436. </animation>
  4437. <animation type="Hidden" reversible="false">
  4438. <effect type="fade" start="100" end="0" time="250" />
  4439. </animation>
  4440. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4441. <animation type="WindowClose" reversible="false">
  4442. <effect type="fade" start="100" end="0" time="200" />
  4443. </animation>
  4444. <visible>Container(540).HasFocus(8)</visible>
  4445. </control>
  4446. -->
  4447.  
  4448. <!--featured icon and text-->
  4449. <control type="image">
  4450. <posx>15</posx>
  4451. <posy>452r</posy>
  4452. <width>32</width>
  4453. <height>32</height>
  4454. <aspectratio>stretch</aspectratio>
  4455. <texture>Home/extras/featuredicon.png</texture>
  4456. <colordiffuse>ffffffff</colordiffuse>
  4457. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(14) | Container(540).HasFocus(3) | Container(540).HasFocus(4)" reversible="false">
  4458. <effect type="fade" start="0" end="100" time="250" />
  4459. </animation>
  4460. <animation type="Hidden" reversible="false">
  4461. <effect type="fade" start="100" end="0" time="250" />
  4462. </animation>
  4463. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4464. <animation type="WindowClose" reversible="false">
  4465. <effect type="fade" start="100" end="0" time="200" />
  4466. </animation>
  4467. <visible>Container(540).HasFocus(2) | Container(540).HasFocus(14) | Container(540).HasFocus(3) | Container(540).HasFocus(4)| Container(540).HasFocus(8)</visible>
  4468. </control>
  4469.  
  4470. <control type="label">
  4471. <posx>55</posx>
  4472. <posy>451r</posy>
  4473. <width>250</width>
  4474. <height>32</height>
  4475. <font>recent</font>
  4476. <textcolor>ffa0a0a0</textcolor>
  4477. <align>left</align>
  4478. <label>featured film</label>
  4479. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(14)" reversible="false">
  4480. <effect type="fade" start="0" end="100" time="250" />
  4481. </animation>
  4482. <animation type="Hidden" reversible="false">
  4483. <effect type="fade" start="100" end="0" time="250" />
  4484. </animation>
  4485. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4486. <animation type="WindowClose" reversible="false">
  4487. <effect type="fade" start="100" end="0" time="200" />
  4488. </animation>
  4489. <visible>Container(540).HasFocus(2) | Container(540).HasFocus(14)</visible>
  4490. </control>
  4491.  
  4492. <control type="label">
  4493. <posx>55</posx>
  4494. <posy>451r</posy>
  4495. <width>250</width>
  4496. <height>32</height>
  4497. <font>recent</font>
  4498. <textcolor>ffa0a0a0</textcolor>
  4499. <align>left</align>
  4500. <label>featured episode</label>
  4501. <animation type="Conditional" condition="Container(540).HasFocus(3)" reversible="false">
  4502. <effect type="fade" start="0" end="100" time="250" />
  4503. </animation>
  4504. <animation type="Hidden" reversible="false">
  4505. <effect type="fade" start="100" end="0" time="250" />
  4506. </animation>
  4507. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4508. <animation type="WindowClose" reversible="false">
  4509. <effect type="fade" start="100" end="0" time="200" />
  4510. </animation>
  4511. <visible>Container(540).HasFocus(3)</visible>
  4512. </control>
  4513.  
  4514. <control type="label">
  4515. <posx>55</posx>
  4516. <posy>451r</posy>
  4517. <width>250</width>
  4518. <height>32</height>
  4519. <font>recent</font>
  4520. <textcolor>ffa0a0a0</textcolor>
  4521. <align>left</align>
  4522. <label>featured song</label>
  4523. <animation type="Conditional" condition="Container(540).HasFocus(4)" reversible="false">
  4524. <effect type="fade" start="0" end="100" time="250" />
  4525. </animation>
  4526. <animation type="Hidden" reversible="false">
  4527. <effect type="fade" start="100" end="0" time="250" />
  4528. </animation>
  4529. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4530. <animation type="WindowClose" reversible="false">
  4531. <effect type="fade" start="100" end="0" time="200" />
  4532. </animation>
  4533. <visible>Container(540).HasFocus(4)</visible>
  4534. </control>
  4535.  
  4536. <control type="label">
  4537. <posx>55</posx>
  4538. <posy>451r</posy>
  4539. <width>250</width>
  4540. <height>32</height>
  4541. <font>recent</font>
  4542. <textcolor>ffa0a0a0</textcolor>
  4543. <align>left</align>
  4544. <label>featured add-on</label>
  4545. <animation type="Conditional" condition="Container(540).HasFocus(4)" reversible="false">
  4546. <effect type="fade" start="0" end="100" time="250" />
  4547. </animation>
  4548. <animation type="Hidden" reversible="false">
  4549. <effect type="fade" start="100" end="0" time="250" />
  4550. </animation>
  4551. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4552. <animation type="WindowClose" reversible="false">
  4553. <effect type="fade" start="100" end="0" time="200" />
  4554. </animation>
  4555. <visible>Container(540).HasFocus(8)</visible>
  4556. </control>
  4557. <include>RecentlyAddedMovies</include>
  4558. <include>RecentlyAddedMoviePlaylist1</include>
  4559. <include>RecentlyAddedMoviePlaylist2</include>
  4560. <include>RecentlyAddedMoviePlaylist3</include>
  4561. <include>RecentlyAddedTVPlaylist1</include>
  4562. <include>RecentlyAddedTVPlaylist2</include>
  4563. <include>RecentlyAddedTVPlaylist3</include>
  4564. <include>RecentlyAddedEpisodes</include>
  4565. <include>RecentlyAddedAlbums</include>
  4566. <include>RecentlyAddedAddons</include>
  4567. <!--Recently Added and Featured Items-->
  4568.  
  4569. <control type="image">
  4570. <posx>500</posx>
  4571. <posy>500</posy>
  4572. <width>320</width>
  4573. <height>180</height>
  4574. <texture background="true">$INFO[Container(1).ListItem.Property(FanartImage)]</texture>
  4575. <fadetime>600</fadetime>
  4576. </control>
  4577. </control>
  4578. <!--recently added movieplaylist1-->
  4579. <control type="group">
  4580. <visible>Skin.HasSetting(HomeRecentlyAdded) + Skin.HasSetting(HomeLatestPlaylist1)</visible>
  4581.  
  4582. <!--recently added icon and text-->
  4583. <control type="image">
  4584. <posx>500r</posx>
  4585. <posy>451r</posy>
  4586. <width>32</width>
  4587. <height>32</height>
  4588. <aspectratio>stretch</aspectratio>
  4589. <texture>Home/extras/recenticon.png</texture>
  4590. <colordiffuse>ffffffff</colordiffuse>
  4591. <animation type="Conditional" condition="Container(540).HasFocus(30)" reversible="false">
  4592. <effect type="fade" start="0" end="100" time="250" />
  4593. </animation>
  4594. <animation type="Hidden" reversible="false">
  4595. <effect type="fade" start="100" end="0" time="250" />
  4596. </animation>
  4597. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4598. <animation type="WindowClose" reversible="false">
  4599. <effect type="fade" start="100" end="0" time="200" />
  4600. </animation>
  4601. <visible>Container(540).HasFocus(30)</visible>
  4602. </control>
  4603. <!--recently added movies text-->
  4604. <control type="label">
  4605. <posx>460r</posx>
  4606. <posy>451r</posy>
  4607. <width>250</width>
  4608. <height>32</height>
  4609. <font>recent</font>
  4610. <textcolor>ffa0a0a0</textcolor>
  4611. <align>left</align>
  4612. <label>recently added movies</label>
  4613. <animation type="Conditional" condition="Container(540).HasFocus(30)" reversible="false">
  4614. <effect type="fade" start="0" end="100" time="250" />
  4615. </animation>
  4616. <animation type="Hidden" reversible="false">
  4617. <effect type="fade" start="100" end="0" time="250" />
  4618. </animation>
  4619. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4620. <animation type="WindowClose" reversible="false">
  4621. <effect type="fade" start="100" end="0" time="200" />
  4622. </animation>
  4623. <visible>Container(540).HasFocus(30)</visible>
  4624. </control>
  4625. <!--featured icon and text-->
  4626. <control type="image">
  4627. <posx>15</posx>
  4628. <posy>452r</posy>
  4629. <width>32</width>
  4630. <height>32</height>
  4631. <aspectratio>stretch</aspectratio>
  4632. <texture>Home/extras/featuredicon.png</texture>
  4633. <colordiffuse>ffffffff</colordiffuse>
  4634. <animation type="Conditional" condition="Container(540).HasFocus(30)" reversible="false">
  4635. <effect type="fade" start="0" end="100" time="250" />
  4636. </animation>
  4637. <animation type="Hidden" reversible="false">
  4638. <effect type="fade" start="100" end="0" time="250" />
  4639. </animation>
  4640. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4641. <animation type="WindowClose" reversible="false">
  4642. <effect type="fade" start="100" end="0" time="200" />
  4643. </animation>
  4644. <visible>Container(540).HasFocus(30)</visible>
  4645. </control>
  4646.  
  4647. <control type="label">
  4648. <posx>55</posx>
  4649. <posy>451r</posy>
  4650. <width>250</width>
  4651. <height>32</height>
  4652. <font>recent</font>
  4653. <textcolor>ffa0a0a0</textcolor>
  4654. <align>left</align>
  4655. <label>featured film</label>
  4656. <animation type="Conditional" condition="Container(540).HasFocus(30)" reversible="false">
  4657. <effect type="fade" start="0" end="100" time="250" />
  4658. </animation>
  4659. <animation type="Hidden" reversible="false">
  4660. <effect type="fade" start="100" end="0" time="250" />
  4661. </animation>
  4662. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4663. <animation type="WindowClose" reversible="false">
  4664. <effect type="fade" start="100" end="0" time="200" />
  4665. </animation>
  4666. <visible>Container(540).HasFocus(30)</visible>
  4667. </control>
  4668. <!--Recently Added and Featured Items-->
  4669.  
  4670. <control type="image">
  4671. <posx>500</posx>
  4672. <posy>500</posy>
  4673. <width>320</width>
  4674. <height>180</height>
  4675. <texture background="true">$INFO[Container(1).ListItem.Property(FanartImage)]</texture>
  4676. <fadetime>600</fadetime>
  4677. </control>
  4678. </control>
  4679.  
  4680. <!--recently added movieplaylist2-->
  4681. <control type="group">
  4682. <visible>Skin.HasSetting(HomeRecentlyAdded) + Skin.HasSetting(HomeLatestPlaylist2)</visible>
  4683.  
  4684. <!--recently added icon and text-->
  4685. <control type="image">
  4686. <posx>500r</posx>
  4687. <posy>451r</posy>
  4688. <width>32</width>
  4689. <height>32</height>
  4690. <aspectratio>stretch</aspectratio>
  4691. <texture>Home/extras/recenticon.png</texture>
  4692. <colordiffuse>ffffffff</colordiffuse>
  4693. <animation type="Conditional" condition="Container(540).HasFocus(31)" reversible="false">
  4694. <effect type="fade" start="0" end="100" time="250" />
  4695. </animation>
  4696. <animation type="Hidden" reversible="false">
  4697. <effect type="fade" start="100" end="0" time="250" />
  4698. </animation>
  4699. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4700. <animation type="WindowClose" reversible="false">
  4701. <effect type="fade" start="100" end="0" time="200" />
  4702. </animation>
  4703. <visible>Container(540).HasFocus(31)</visible>
  4704. </control>
  4705. <!--recently added movies text-->
  4706. <control type="label">
  4707. <posx>460r</posx>
  4708. <posy>451r</posy>
  4709. <width>250</width>
  4710. <height>32</height>
  4711. <font>recent</font>
  4712. <textcolor>ffa0a0a0</textcolor>
  4713. <align>left</align>
  4714. <label>recently added movies</label>
  4715. <animation type="Conditional" condition="Container(540).HasFocus(31)" reversible="false">
  4716. <effect type="fade" start="0" end="100" time="250" />
  4717. </animation>
  4718. <animation type="Hidden" reversible="false">
  4719. <effect type="fade" start="100" end="0" time="250" />
  4720. </animation>
  4721. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4722. <animation type="WindowClose" reversible="false">
  4723. <effect type="fade" start="100" end="0" time="200" />
  4724. </animation>
  4725. <visible>Container(540).HasFocus(31)</visible>
  4726. </control>
  4727. <!--featured icon and text-->
  4728. <control type="image">
  4729. <posx>15</posx>
  4730. <posy>452r</posy>
  4731. <width>32</width>
  4732. <height>32</height>
  4733. <aspectratio>stretch</aspectratio>
  4734. <texture>Home/extras/featuredicon.png</texture>
  4735. <colordiffuse>ffffffff</colordiffuse>
  4736. <animation type="Conditional" condition="Container(540).HasFocus(31)" reversible="false">
  4737. <effect type="fade" start="0" end="100" time="250" />
  4738. </animation>
  4739. <animation type="Hidden" reversible="false">
  4740. <effect type="fade" start="100" end="0" time="250" />
  4741. </animation>
  4742. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4743. <animation type="WindowClose" reversible="false">
  4744. <effect type="fade" start="100" end="0" time="200" />
  4745. </animation>
  4746. <visible>Container(540).HasFocus(31)</visible>
  4747. </control>
  4748.  
  4749. <control type="label">
  4750. <posx>55</posx>
  4751. <posy>451r</posy>
  4752. <width>250</width>
  4753. <height>32</height>
  4754. <font>recent</font>
  4755. <textcolor>ffa0a0a0</textcolor>
  4756. <align>left</align>
  4757. <label>featured film</label>
  4758. <animation type="Conditional" condition="Container(540).HasFocus(31)" reversible="false">
  4759. <effect type="fade" start="0" end="100" time="250" />
  4760. </animation>
  4761. <animation type="Hidden" reversible="false">
  4762. <effect type="fade" start="100" end="0" time="250" />
  4763. </animation>
  4764. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4765. <animation type="WindowClose" reversible="false">
  4766. <effect type="fade" start="100" end="0" time="200" />
  4767. </animation>
  4768. <visible>Container(540).HasFocus(31)</visible>
  4769. </control>
  4770. <!--Recently Added and Featured Items-->
  4771.  
  4772. <control type="image">
  4773. <posx>500</posx>
  4774. <posy>500</posy>
  4775. <width>320</width>
  4776. <height>180</height>
  4777. <texture background="true">$INFO[Container(1).ListItem.Property(FanartImage)]</texture>
  4778. <fadetime>600</fadetime>
  4779. </control>
  4780. </control>
  4781.  
  4782.  
  4783. <!--recently added movieplaylist3-->
  4784. <control type="group">
  4785. <visible>Skin.HasSetting(HomeRecentlyAdded) + Skin.HasSetting(HomeLatestPlaylist3)</visible>
  4786.  
  4787. <!--recently added icon and text-->
  4788. <control type="image">
  4789. <posx>500r</posx>
  4790. <posy>451r</posy>
  4791. <width>32</width>
  4792. <height>32</height>
  4793. <aspectratio>stretch</aspectratio>
  4794. <texture>Home/extras/recenticon.png</texture>
  4795. <colordiffuse>ffffffff</colordiffuse>
  4796. <animation type="Conditional" condition="Container(540).HasFocus(32)" reversible="false">
  4797. <effect type="fade" start="0" end="100" time="250" />
  4798. </animation>
  4799. <animation type="Hidden" reversible="false">
  4800. <effect type="fade" start="100" end="0" time="250" />
  4801. </animation>
  4802. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4803. <animation type="WindowClose" reversible="false">
  4804. <effect type="fade" start="100" end="0" time="200" />
  4805. </animation>
  4806. <visible>Container(540).HasFocus(32)</visible>
  4807. </control>
  4808. <!--recently added movies text-->
  4809. <control type="label">
  4810. <posx>460r</posx>
  4811. <posy>451r</posy>
  4812. <width>250</width>
  4813. <height>32</height>
  4814. <font>recent</font>
  4815. <textcolor>ffa0a0a0</textcolor>
  4816. <align>left</align>
  4817. <label>recently added movies</label>
  4818. <animation type="Conditional" condition="Container(540).HasFocus(32)" reversible="false">
  4819. <effect type="fade" start="0" end="100" time="250" />
  4820. </animation>
  4821. <animation type="Hidden" reversible="false">
  4822. <effect type="fade" start="100" end="0" time="250" />
  4823. </animation>
  4824. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4825. <animation type="WindowClose" reversible="false">
  4826. <effect type="fade" start="100" end="0" time="200" />
  4827. </animation>
  4828. <visible>Container(540).HasFocus(32)</visible>
  4829. </control>
  4830. <!--featured icon and text-->
  4831. <control type="image">
  4832. <posx>15</posx>
  4833. <posy>452r</posy>
  4834. <width>32</width>
  4835. <height>32</height>
  4836. <aspectratio>stretch</aspectratio>
  4837. <texture>Home/extras/featuredicon.png</texture>
  4838. <colordiffuse>ffffffff</colordiffuse>
  4839. <animation type="Conditional" condition="Container(540).HasFocus(32)" reversible="false">
  4840. <effect type="fade" start="0" end="100" time="250" />
  4841. </animation>
  4842. <animation type="Hidden" reversible="false">
  4843. <effect type="fade" start="100" end="0" time="250" />
  4844. </animation>
  4845. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4846. <animation type="WindowClose" reversible="false">
  4847. <effect type="fade" start="100" end="0" time="200" />
  4848. </animation>
  4849. <visible>Container(540).HasFocus(32)</visible>
  4850. </control>
  4851.  
  4852. <control type="label">
  4853. <posx>55</posx>
  4854. <posy>451r</posy>
  4855. <width>250</width>
  4856. <height>32</height>
  4857. <font>recent</font>
  4858. <textcolor>ffa0a0a0</textcolor>
  4859. <align>left</align>
  4860. <label>featured film</label>
  4861. <animation type="Conditional" condition="Container(540).HasFocus(32)" reversible="false">
  4862. <effect type="fade" start="0" end="100" time="250" />
  4863. </animation>
  4864. <animation type="Hidden" reversible="false">
  4865. <effect type="fade" start="100" end="0" time="250" />
  4866. </animation>
  4867. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4868. <animation type="WindowClose" reversible="false">
  4869. <effect type="fade" start="100" end="0" time="200" />
  4870. </animation>
  4871. <visible>Container(540).HasFocus(32)</visible>
  4872. </control>
  4873. <!--Recently Added and Featured Items-->
  4874.  
  4875. <control type="image">
  4876. <posx>500</posx>
  4877. <posy>500</posy>
  4878. <width>320</width>
  4879. <height>180</height>
  4880. <texture background="true">$INFO[Container(1).ListItem.Property(FanartImage)]</texture>
  4881. <fadetime>600</fadetime>
  4882. </control>
  4883. </control>
  4884.  
  4885. <!--recently added TVplaylist1-->
  4886. <control type="group">
  4887. <visible>Skin.HasSetting(HomeRecentlyAdded) + Skin.HasSetting(HomeLatestTVPlaylist1)</visible>
  4888.  
  4889. <!--recently added icon and text-->
  4890. <control type="image">
  4891. <posx>500r</posx>
  4892. <posy>451r</posy>
  4893. <width>32</width>
  4894. <height>32</height>
  4895. <aspectratio>stretch</aspectratio>
  4896. <texture>Home/extras/recenticon.png</texture>
  4897. <colordiffuse>ffffffff</colordiffuse>
  4898. <animation type="Conditional" condition="Container(540).HasFocus(33)" reversible="false">
  4899. <effect type="fade" start="0" end="100" time="250" />
  4900. </animation>
  4901. <animation type="Hidden" reversible="false">
  4902. <effect type="fade" start="100" end="0" time="250" />
  4903. </animation>
  4904. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4905. <animation type="WindowClose" reversible="false">
  4906. <effect type="fade" start="100" end="0" time="200" />
  4907. </animation>
  4908. <visible>Container(540).HasFocus(33)</visible>
  4909. </control>
  4910. <!--recently added movies text-->
  4911. <control type="label">
  4912. <posx>460r</posx>
  4913. <posy>451r</posy>
  4914. <width>250</width>
  4915. <height>32</height>
  4916. <font>recent</font>
  4917. <textcolor>ffa0a0a0</textcolor>
  4918. <align>left</align>
  4919. <label>recently added episodes</label>
  4920. <animation type="Conditional" condition="Container(540).HasFocus(33)" reversible="false">
  4921. <effect type="fade" start="0" end="100" time="250" />
  4922. </animation>
  4923. <animation type="Hidden" reversible="false">
  4924. <effect type="fade" start="100" end="0" time="250" />
  4925. </animation>
  4926. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4927. <animation type="WindowClose" reversible="false">
  4928. <effect type="fade" start="100" end="0" time="200" />
  4929. </animation>
  4930. <visible>Container(540).HasFocus(33)</visible>
  4931. </control>
  4932. <!--featured icon and text-->
  4933. <control type="image">
  4934. <posx>15</posx>
  4935. <posy>452r</posy>
  4936. <width>32</width>
  4937. <height>32</height>
  4938. <aspectratio>stretch</aspectratio>
  4939. <texture>Home/extras/featuredicon.png</texture>
  4940. <colordiffuse>ffffffff</colordiffuse>
  4941. <animation type="Conditional" condition="Container(540).HasFocus(33)" reversible="false">
  4942. <effect type="fade" start="0" end="100" time="250" />
  4943. </animation>
  4944. <animation type="Hidden" reversible="false">
  4945. <effect type="fade" start="100" end="0" time="250" />
  4946. </animation>
  4947. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4948. <animation type="WindowClose" reversible="false">
  4949. <effect type="fade" start="100" end="0" time="200" />
  4950. </animation>
  4951. <visible>Container(540).HasFocus(33)</visible>
  4952. </control>
  4953.  
  4954. <control type="label">
  4955. <posx>55</posx>
  4956. <posy>451r</posy>
  4957. <width>250</width>
  4958. <height>32</height>
  4959. <font>recent</font>
  4960. <textcolor>ffa0a0a0</textcolor>
  4961. <align>left</align>
  4962. <label>featured episode</label>
  4963. <animation type="Conditional" condition="Container(540).HasFocus(33)" reversible="false">
  4964. <effect type="fade" start="0" end="100" time="250" />
  4965. </animation>
  4966. <animation type="Hidden" reversible="false">
  4967. <effect type="fade" start="100" end="0" time="250" />
  4968. </animation>
  4969. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  4970. <animation type="WindowClose" reversible="false">
  4971. <effect type="fade" start="100" end="0" time="200" />
  4972. </animation>
  4973. <visible>Container(540).HasFocus(33)</visible>
  4974. </control>
  4975. <!--Recently Added and Featured Items-->
  4976.  
  4977. <control type="image">
  4978. <posx>500</posx>
  4979. <posy>500</posy>
  4980. <width>320</width>
  4981. <height>180</height>
  4982. <texture background="true">$INFO[Container(1).ListItem.Property(FanartImage)]</texture>
  4983. <fadetime>600</fadetime>
  4984. </control>
  4985. </control>
  4986.  
  4987. <!--recently added TVplaylist2-->
  4988. <control type="group">
  4989. <visible>Skin.HasSetting(HomeRecentlyAdded) + Skin.HasSetting(HomeLatestTVPlaylist2)</visible>
  4990.  
  4991. <!--recently added icon and text-->
  4992. <control type="image">
  4993. <posx>500r</posx>
  4994. <posy>451r</posy>
  4995. <width>32</width>
  4996. <height>32</height>
  4997. <aspectratio>stretch</aspectratio>
  4998. <texture>Home/extras/recenticon.png</texture>
  4999. <colordiffuse>ffffffff</colordiffuse>
  5000. <animation type="Conditional" condition="Container(540).HasFocus(34)" reversible="false">
  5001. <effect type="fade" start="0" end="100" time="250" />
  5002. </animation>
  5003. <animation type="Hidden" reversible="false">
  5004. <effect type="fade" start="100" end="0" time="250" />
  5005. </animation>
  5006. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5007. <animation type="WindowClose" reversible="false">
  5008. <effect type="fade" start="100" end="0" time="200" />
  5009. </animation>
  5010. <visible>Container(540).HasFocus(34)</visible>
  5011. </control>
  5012. <!--recently added movies text-->
  5013. <control type="label">
  5014. <posx>460r</posx>
  5015. <posy>451r</posy>
  5016. <width>250</width>
  5017. <height>32</height>
  5018. <font>recent</font>
  5019. <textcolor>ffa0a0a0</textcolor>
  5020. <align>left</align>
  5021. <label>recently added episodes</label>
  5022. <animation type="Conditional" condition="Container(540).HasFocus(34)" reversible="false">
  5023. <effect type="fade" start="0" end="100" time="250" />
  5024. </animation>
  5025. <animation type="Hidden" reversible="false">
  5026. <effect type="fade" start="100" end="0" time="250" />
  5027. </animation>
  5028. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5029. <animation type="WindowClose" reversible="false">
  5030. <effect type="fade" start="100" end="0" time="200" />
  5031. </animation>
  5032. <visible>Container(540).HasFocus(34)</visible>
  5033. </control>
  5034. <!--featured icon and text-->
  5035. <control type="image">
  5036. <posx>15</posx>
  5037. <posy>452r</posy>
  5038. <width>32</width>
  5039. <height>32</height>
  5040. <aspectratio>stretch</aspectratio>
  5041. <texture>Home/extras/featuredicon.png</texture>
  5042. <colordiffuse>ffffffff</colordiffuse>
  5043. <animation type="Conditional" condition="Container(540).HasFocus(34)" reversible="false">
  5044. <effect type="fade" start="0" end="100" time="250" />
  5045. </animation>
  5046. <animation type="Hidden" reversible="false">
  5047. <effect type="fade" start="100" end="0" time="250" />
  5048. </animation>
  5049. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5050. <animation type="WindowClose" reversible="false">
  5051. <effect type="fade" start="100" end="0" time="200" />
  5052. </animation>
  5053. <visible>Container(540).HasFocus(34)</visible>
  5054. </control>
  5055.  
  5056. <control type="label">
  5057. <posx>55</posx>
  5058. <posy>451r</posy>
  5059. <width>250</width>
  5060. <height>32</height>
  5061. <font>recent</font>
  5062. <textcolor>ffa0a0a0</textcolor>
  5063. <align>left</align>
  5064. <label>featured episode</label>
  5065. <animation type="Conditional" condition="Container(540).HasFocus(34)" reversible="false">
  5066. <effect type="fade" start="0" end="100" time="250" />
  5067. </animation>
  5068. <animation type="Hidden" reversible="false">
  5069. <effect type="fade" start="100" end="0" time="250" />
  5070. </animation>
  5071. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5072. <animation type="WindowClose" reversible="false">
  5073. <effect type="fade" start="100" end="0" time="200" />
  5074. </animation>
  5075. <visible>Container(540).HasFocus(34)</visible>
  5076. </control>
  5077. <!--Recently Added and Featured Items-->
  5078.  
  5079. <control type="image">
  5080. <posx>500</posx>
  5081. <posy>500</posy>
  5082. <width>320</width>
  5083. <height>180</height>
  5084. <texture background="true">$INFO[Container(1).ListItem.Property(FanartImage)]</texture>
  5085. <fadetime>600</fadetime>
  5086. </control>
  5087. </control>
  5088.  
  5089. <!--recently added TVplaylist3-->
  5090. <control type="group">
  5091. <visible>Skin.HasSetting(HomeRecentlyAdded) + Skin.HasSetting(HomeLatestTVPlaylist3)</visible>
  5092.  
  5093. <!--recently added icon and text-->
  5094. <control type="image">
  5095. <posx>500r</posx>
  5096. <posy>451r</posy>
  5097. <width>32</width>
  5098. <height>32</height>
  5099. <aspectratio>stretch</aspectratio>
  5100. <texture>Home/extras/recenticon.png</texture>
  5101. <colordiffuse>ffffffff</colordiffuse>
  5102. <animation type="Conditional" condition="Container(540).HasFocus(35)" reversible="false">
  5103. <effect type="fade" start="0" end="100" time="250" />
  5104. </animation>
  5105. <animation type="Hidden" reversible="false">
  5106. <effect type="fade" start="100" end="0" time="250" />
  5107. </animation>
  5108. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5109. <animation type="WindowClose" reversible="false">
  5110. <effect type="fade" start="100" end="0" time="200" />
  5111. </animation>
  5112. <visible>Container(540).HasFocus(35)</visible>
  5113. </control>
  5114. <!--recently added movies text-->
  5115. <control type="label">
  5116. <posx>460r</posx>
  5117. <posy>451r</posy>
  5118. <width>250</width>
  5119. <height>32</height>
  5120. <font>recent</font>
  5121. <textcolor>ffa0a0a0</textcolor>
  5122. <align>left</align>
  5123. <label>recently added episodes</label>
  5124. <animation type="Conditional" condition="Container(540).HasFocus(35)" reversible="false">
  5125. <effect type="fade" start="0" end="100" time="250" />
  5126. </animation>
  5127. <animation type="Hidden" reversible="false">
  5128. <effect type="fade" start="100" end="0" time="250" />
  5129. </animation>
  5130. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5131. <animation type="WindowClose" reversible="false">
  5132. <effect type="fade" start="100" end="0" time="200" />
  5133. </animation>
  5134. <visible>Container(540).HasFocus(35)</visible>
  5135. </control>
  5136. <!--featured icon and text-->
  5137. <control type="image">
  5138. <posx>15</posx>
  5139. <posy>452r</posy>
  5140. <width>32</width>
  5141. <height>32</height>
  5142. <aspectratio>stretch</aspectratio>
  5143. <texture>Home/extras/featuredicon.png</texture>
  5144. <colordiffuse>ffffffff</colordiffuse>
  5145. <animation type="Conditional" condition="Container(540).HasFocus(35)" reversible="false">
  5146. <effect type="fade" start="0" end="100" time="250" />
  5147. </animation>
  5148. <animation type="Hidden" reversible="false">
  5149. <effect type="fade" start="100" end="0" time="250" />
  5150. </animation>
  5151. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5152. <animation type="WindowClose" reversible="false">
  5153. <effect type="fade" start="100" end="0" time="200" />
  5154. </animation>
  5155. <visible>Container(540).HasFocus(35)</visible>
  5156. </control>
  5157.  
  5158. <control type="label">
  5159. <posx>55</posx>
  5160. <posy>451r</posy>
  5161. <width>250</width>
  5162. <height>32</height>
  5163. <font>recent</font>
  5164. <textcolor>ffa0a0a0</textcolor>
  5165. <align>left</align>
  5166. <label>featured episode</label>
  5167. <animation type="Conditional" condition="Container(540).HasFocus(35)" reversible="false">
  5168. <effect type="fade" start="0" end="100" time="250" />
  5169. </animation>
  5170. <animation type="Hidden" reversible="false">
  5171. <effect type="fade" start="100" end="0" time="250" />
  5172. </animation>
  5173. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5174. <animation type="WindowClose" reversible="false">
  5175. <effect type="fade" start="100" end="0" time="200" />
  5176. </animation>
  5177. <visible>Container(540).HasFocus(35)</visible>
  5178. </control>
  5179. <!--Recently Added and Featured Items-->
  5180.  
  5181. <control type="image">
  5182. <posx>500</posx>
  5183. <posy>500</posy>
  5184. <width>320</width>
  5185. <height>180</height>
  5186. <texture background="true">$INFO[Container(1).ListItem.Property(FanartImage)]</texture>
  5187. <fadetime>600</fadetime>
  5188. </control>
  5189. </control>
  5190.  
  5191.  
  5192.  
  5193.  
  5194.  
  5195. <!--System Info on Settings Home-->
  5196. <control type="group">
  5197. <visible>Skin.HasSetting(HomeSystemInfo)</visible>
  5198. <control type="image">
  5199. <posx>500r</posx>
  5200. <posy>451r</posy>
  5201. <width>32</width>
  5202. <height>32</height>
  5203. <aspectratio>stretch</aspectratio>
  5204. <texture>Home/extras/systemicon.png</texture>
  5205. <colordiffuse>ffffffff</colordiffuse>
  5206. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5207. <effect type="fade" start="0" end="100" time="250" />
  5208. </animation>
  5209. <animation type="Hidden" reversible="false">
  5210. <effect type="fade" start="100" end="0" time="250" />
  5211. </animation>
  5212. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5213. <animation type="WindowClose" reversible="false">
  5214. <effect type="fade" start="100" end="0" time="200" />
  5215. </animation>
  5216. <visible>Container(540).HasFocus(9)</visible>
  5217. </control>
  5218.  
  5219. <control type="label">
  5220. <posx>460r</posx>
  5221. <posy>451r</posy>
  5222. <width>200</width>
  5223. <height>32</height>
  5224. <font>recent</font>
  5225. <textcolor>ffa0a0a0</textcolor>
  5226. <align>left</align>
  5227. <label>system info</label>
  5228. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5229. <effect type="fade" start="0" end="100" time="250" />
  5230. </animation>
  5231. <animation type="Hidden" reversible="false">
  5232. <effect type="fade" start="100" end="0" time="250" />
  5233. </animation>
  5234. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5235. <animation type="WindowClose" reversible="false">
  5236. <effect type="fade" start="100" end="0" time="200" />
  5237. </animation>
  5238. <visible>Container(540).HasFocus(9)</visible>
  5239. </control>
  5240.  
  5241. <control type="group">
  5242. <posx>800</posx>
  5243. <posy>326</posy>
  5244. <animation type="Visible" condition="Container(540).HasFocus(9)" reversible="false">
  5245. <effect type="fade" start="0" end="100" time="250" />
  5246. </animation>
  5247. <animation type="Hidden" reversible="false">
  5248. <effect type="fade" start="100" end="0" time="250" />
  5249. </animation>
  5250. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5251. <animation type="WindowClose" reversible="false">
  5252. <effect type="fade" start="100" end="0" time="200" />
  5253. </animation>
  5254. <visible>Container(540).HasFocus(9)</visible>
  5255.  
  5256. <control type="image">
  5257. <posx>-20</posx>
  5258. <posy>-17</posy>
  5259. <width>484</width>
  5260. <height>338</height>
  5261. <aspectratio>stretch</aspectratio>
  5262. <texture border="12">whitepanel2.png</texture>
  5263. <colordiffuse>0effffff</colordiffuse>
  5264. </control>
  5265.  
  5266. <control type="label">
  5267. <posx>0</posx>
  5268. <posy>0</posy>
  5269. <width>460</width>
  5270. <height>20</height>
  5271. <align>left</align>
  5272. <font>homemenu3</font>
  5273. <scroll>false</scroll>
  5274. <textcolor>ff7777777</textcolor>
  5275. <visible>Container(540).HasFocus(9)</visible>
  5276. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]Date:[/COLOR] $INFO[System.Date][/LOWERCASE]</label>
  5277. </control>
  5278. <control type="label">
  5279. <posx>0</posx>
  5280. <posy>40</posy>
  5281. <width>460</width>
  5282. <height>20</height>
  5283. <align>left</align>
  5284. <font>homemenu3</font>
  5285. <scroll>false</scroll>
  5286. <textcolor>ff7777777</textcolor>
  5287. <visible>Container(540).HasFocus(9)</visible>
  5288. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]Uptime:[/COLOR] $INFO[System.Uptime][/LOWERCASE]</label>
  5289. </control>
  5290. <control type="label">
  5291. <posx>0</posx>
  5292. <posy>80</posy>
  5293. <width>460</width>
  5294. <height>20</height>
  5295. <align>left</align>
  5296. <font>homemenu3</font>
  5297. <textcolor>ff7777777</textcolor>
  5298. <visible>Container(540).HasFocus(9)</visible>
  5299. <visible>SubString(System.ScreenResolution,1920x1080)</visible>
  5300. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]Display Mode:[/COLOR] True 1080p[/LOWERCASE]</label>
  5301. </control>
  5302. <control type="label">
  5303. <posx>0</posx>
  5304. <posy>80</posy>
  5305. <width>460</width>
  5306. <height>20</height>
  5307. <align>left</align>
  5308. <font>homemenu3</font>
  5309. <textcolor>ff7777777</textcolor>
  5310. <visible>Container(540).HasFocus(9)</visible>
  5311. <visible>SubString(System.ScreenResolution,1280x720)</visible>
  5312. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]Display Mode:[/COLOR] True 720p[/LOWERCASE]</label>
  5313. </control>
  5314. <control type="label">
  5315. <posx>0</posx>
  5316. <posy>80</posy>
  5317. <width>460</width>
  5318. <height>20</height>
  5319. <align>left</align>
  5320. <font>homemenu3</font>
  5321. <textcolor>ff7777777</textcolor>
  5322. <visible>Container(540).HasFocus(9)</visible>
  5323. <visible>!SubString(System.ScreenResolution,1280x720) + !SubString(System.ScreenResolution,1920x1080)</visible>
  5324. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]Display Mode:[/COLOR] [COLOR red]NOT TRUE HD[/COLOR] $INFO[System.ScreenWidth]x$INFO[System.ScreenHeight][/LOWERCASE]</label>
  5325. </control>
  5326. <control type="label">
  5327. <posx>0</posx>
  5328. <posy>120</posy>
  5329. <width>460</width>
  5330. <height>20</height>
  5331. <align>left</align>
  5332. <font>homemenu3</font>
  5333. <scroll>false</scroll>
  5334. <textcolor>ff7777777</textcolor>
  5335. <visible>Container(540).HasFocus(9)</visible>
  5336. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]FPS:[/COLOR] $INFO[System.FPS][/LOWERCASE]</label>
  5337. </control>
  5338. <control type="label">
  5339. <posx>0</posx>
  5340. <posy>160</posy>
  5341. <width>460</width>
  5342. <height>20</height>
  5343. <align>left</align>
  5344. <font>homemenu3</font>
  5345. <scroll>false</scroll>
  5346. <textcolor>ff7777777</textcolor>
  5347. <visible>Container(540).HasFocus(9)</visible>
  5348. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]CPU:[/COLOR] $INFO[System.CpuFrequency][/LOWERCASE]</label>
  5349. </control>
  5350. <control type="label">
  5351. <posx>0</posx>
  5352. <posy>200</posy>
  5353. <width>460</width>
  5354. <height>20</height>
  5355. <align>left</align>
  5356. <font>homemenu3</font>
  5357. <scroll>false</scroll>
  5358. <textcolor>ff7777777</textcolor>
  5359. <visible>Container(540).HasFocus(9)</visible>
  5360. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]Free RAM:[/COLOR] $INFO[System.FreeMemory][/LOWERCASE]</label>
  5361. </control>
  5362. <control type="label">
  5363. <posx>0</posx>
  5364. <posy>240</posy>
  5365. <width>460</width>
  5366. <height>20</height>
  5367. <align>left</align>
  5368. <font>homemenu3</font>
  5369. <scroll>false</scroll>
  5370. <textcolor>ff7777777</textcolor>
  5371. <visible>Container(540).HasFocus(9)</visible>
  5372. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]XBMC version:[/COLOR] $INFO[System.BuildVersion][/LOWERCASE]</label>
  5373. </control>
  5374. <control type="label">
  5375. <posx>0</posx>
  5376. <posy>280</posy>
  5377. <width>360</width>
  5378. <height>20</height>
  5379. <align>left</align>
  5380. <font>homemenu3</font>
  5381. <textcolor>ff7777777</textcolor>
  5382. <wrapmultiline>true</wrapmultiline>
  5383. <visible>Container(540).HasFocus(9)</visible>
  5384. <label fallback="-">[LOWERCASE][COLOR=ffa0a0a0]Internet:[/COLOR][/LOWERCASE]</label>
  5385. </control>
  5386. <control type="label">
  5387. <posx>90</posx>
  5388. <posy>280</posy>
  5389. <width>360</width>
  5390. <height>20</height>
  5391. <align>left</align>
  5392. <font>homemenu3</font>
  5393. <textcolor>ff7777777</textcolor>
  5394. <scroll>true</scroll>
  5395. <scrollspeed>50</scrollspeed>
  5396. <scrollsuffix>-</scrollsuffix>
  5397. <visible>Container(540).HasFocus(9)</visible>
  5398. <label fallback="-">[LOWERCASE]$INFO[System.InternetState] [/LOWERCASE]</label>
  5399. </control>
  5400. </control>
  5401.  
  5402. <!--Storage Space Info on Settings Home-->
  5403. <control type="image">
  5404. <posx>15</posx>
  5405. <posy>451r</posy>
  5406. <width>32</width>
  5407. <height>32</height>
  5408. <aspectratio>stretch</aspectratio>
  5409. <texture>Home/extras/spaceicon.png</texture>
  5410. <colordiffuse>ffffffff</colordiffuse>
  5411. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5412. <effect type="fade" start="0" end="100" time="250" />
  5413. </animation>
  5414. <animation type="Hidden" reversible="false">
  5415. <effect type="fade" start="100" end="0" time="250" />
  5416. </animation>
  5417. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5418. <animation type="WindowClose" reversible="false">
  5419. <effect type="fade" start="100" end="0" time="200" />
  5420. </animation>
  5421. <visible>Container(540).HasFocus(9)</visible>
  5422. </control>
  5423.  
  5424. <control type="label">
  5425. <posx>55</posx>
  5426. <posy>451r</posy>
  5427. <width>200</width>
  5428. <height>32</height>
  5429. <font>recent</font>
  5430. <textcolor>ffa0a0a0</textcolor>
  5431. <align>left</align>
  5432. <label>storage space info</label>
  5433. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5434. <effect type="fade" start="0" end="100" time="250" />
  5435. </animation>
  5436. <animation type="Hidden" reversible="false">
  5437. <effect type="fade" start="100" end="0" time="250" />
  5438. </animation>
  5439. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5440. <animation type="WindowClose" reversible="false">
  5441. <effect type="fade" start="100" end="0" time="200" />
  5442. </animation>
  5443. <visible>Container(540).HasFocus(9)</visible>
  5444. </control>
  5445.  
  5446. <control type="group">
  5447. <posx>35</posx>
  5448. <posy>326</posy>
  5449. <animation type="Conditional" condition="Container(540).HasFocus(9)" reversible="false">
  5450. <effect type="fade" start="0" end="100" time="250" />
  5451. </animation>
  5452. <animation type="Hidden" reversible="false">
  5453. <effect type="fade" start="100" end="0" time="250" />
  5454. </animation>
  5455. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5456. <animation type="WindowClose" reversible="false">
  5457. <effect type="fade" start="100" end="0" time="200" />
  5458. </animation>
  5459. <visible>Container(540).HasFocus(9)</visible>
  5460.  
  5461. <control type="image">
  5462. <posx>-20</posx>
  5463. <posy>-17</posy>
  5464. <width>484</width>
  5465. <height>220</height>
  5466. <aspectratio>stretch</aspectratio>
  5467. <texture border="12">whitepanel2.png</texture>
  5468. <colordiffuse>0effffff</colordiffuse>
  5469. </control>
  5470.  
  5471. <control type="label">
  5472. <posx>0</posx>
  5473. <posy>0</posy>
  5474. <width>500</width>
  5475. <height>20</height>
  5476. <align>left</align>
  5477. <font>homemenu3</font>
  5478. <textcolor>ff7777777</textcolor>
  5479. <visible>Container(540).HasFocus(9)</visible>
  5480. <label fallback="-">• [LOWERCASE]$INFO[System.UsedSpacePercent][/LOWERCASE]</label>
  5481. </control>
  5482. <control type="label">
  5483. <posx>0</posx>
  5484. <posy>40</posy>
  5485. <width>500</width>
  5486. <height>20</height>
  5487. <align>left</align>
  5488. <font>homemenu3</font>
  5489. <textcolor>ff7777777</textcolor>
  5490. <visible>Container(540).HasFocus(9)</visible>
  5491. <label fallback="-">• [LOWERCASE]$INFO[System.FreeSpacePercent][/LOWERCASE]</label>
  5492. </control>
  5493. <control type="label">
  5494. <posx>0</posx>
  5495. <posy>80</posy>
  5496. <width>500</width>
  5497. <height>20</height>
  5498. <align>left</align>
  5499. <font>homemenu3</font>
  5500. <textcolor>ff7777777</textcolor>
  5501. <visible>Container(540).HasFocus(9)</visible>
  5502. <label fallback="-">• [LOWERCASE]$INFO[System.TotalSpace][/LOWERCASE]</label>
  5503. </control>
  5504. <control type="label">
  5505. <posx>0</posx>
  5506. <posy>120</posy>
  5507. <width>500</width>
  5508. <height>20</height>
  5509. <align>left</align>
  5510. <font>homemenu3</font>
  5511. <textcolor>ff7777777</textcolor>
  5512. <visible>Container(540).HasFocus(9)</visible>
  5513. <label fallback="-">• [LOWERCASE]$INFO[System.UsedSpace][/LOWERCASE]</label>
  5514. </control>
  5515. <control type="label">
  5516. <posx>0</posx>
  5517. <posy>160</posy>
  5518. <width>500</width>
  5519. <height>20</height>
  5520. <align>left</align>
  5521. <font>homemenu3</font>
  5522. <textcolor>ff7777777</textcolor>
  5523. <visible>Container(540).HasFocus(9)</visible>
  5524. <label fallback="-">• [LOWERCASE]$INFO[System.FreeSpace][/LOWERCASE]</label>
  5525. </control>
  5526. </control>
  5527. </control>
  5528.  
  5529. <!--Current Weather Info on Weather Home-->
  5530. <control type="group">
  5531. <visible>Skin.HasSetting(HomeWeatherInfo)</visible>
  5532. <control type="image">
  5533. <posx>15</posx>
  5534. <posy>451r</posy>
  5535. <width>32</width>
  5536. <height>32</height>
  5537. <aspectratio>stretch</aspectratio>
  5538. <texture>Home/extras/currentweathericon.png</texture>
  5539. <colordiffuse>ffffffff</colordiffuse>
  5540. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5541. <effect type="fade" start="0" end="100" time="250" />
  5542. </animation>
  5543. <animation type="Hidden" reversible="false">
  5544. <effect type="fade" start="100" end="0" time="250" />
  5545. </animation>
  5546. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5547. <animation type="WindowClose" reversible="false">
  5548. <effect type="fade" start="100" end="0" time="200" />
  5549. </animation>
  5550. <visible>Container(540).HasFocus(7)</visible>
  5551. </control>
  5552.  
  5553. <control type="label">
  5554. <posx>55</posx>
  5555. <posy>451r</posy>
  5556. <width>200</width>
  5557. <height>32</height>
  5558. <font>recent</font>
  5559. <textcolor>ffa0a0a0</textcolor>
  5560. <align>left</align>
  5561. <label>current weather</label>
  5562. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5563. <effect type="fade" start="0" end="100" time="250" />
  5564. </animation>
  5565. <animation type="Hidden" reversible="false">
  5566. <effect type="fade" start="100" end="0" time="250" />
  5567. </animation>
  5568. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5569. <animation type="WindowClose" reversible="false">
  5570. <effect type="fade" start="100" end="0" time="200" />
  5571. </animation>
  5572. <visible>Container(540).HasFocus(7)</visible>
  5573. </control>
  5574.  
  5575. <control type="group">
  5576. <posx>35</posx>
  5577. <posy>323</posy>
  5578. <animation type="Conditional" condition="Container(540).HasFocus(7)" reversible="false">
  5579. <effect type="fade" start="0" end="100" time="250" />
  5580. </animation>
  5581. <animation type="Hidden" reversible="false">
  5582. <effect type="fade" start="100" end="0" time="250" />
  5583. </animation>
  5584. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5585. <animation type="WindowClose" reversible="false">
  5586. <effect type="fade" start="100" end="0" time="200" />
  5587. </animation>
  5588. <visible>Container(540).HasFocus(7)</visible>
  5589.  
  5590. <control type="image">
  5591. <posx>-20</posx>
  5592. <posy>-17</posy>
  5593. <width>484</width>
  5594. <height>220</height>
  5595. <aspectratio>stretch</aspectratio>
  5596. <texture border="12">whitepanel2.png</texture>
  5597. <colordiffuse>0effffff</colordiffuse>
  5598. </control>
  5599.  
  5600. <control type="image">
  5601. <description>current weather icon</description>
  5602. <posx>10</posx>
  5603. <posy>5</posy>
  5604. <height>180</height>
  5605. <width>180</width>
  5606. <texture>$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture>
  5607. <visible>!Skin.HasSetting(weatherwindowanimated)</visible>
  5608. </control>
  5609. <control type="label">
  5610. <description>current temp value</description>
  5611. <posx>220</posx>
  5612. <posy>25</posy>
  5613. <width>300</width>
  5614. <height>30</height>
  5615. <font>weatherlarge</font>
  5616. <align>left</align>
  5617. <aligny>center</aligny>
  5618. <label>$INFO[Window(Weather).Property(Current.Temperature)][COLOR=BBE0E0E0]$INFO[System.TemperatureUnits][/COLOR]</label>
  5619. <textcolor>ffffffff</textcolor>
  5620. </control>
  5621. <control type="label">
  5622. <description>conditions label</description>
  5623. <posx>220</posx>
  5624. <posy>85</posy>
  5625. <width>250</width>
  5626. <info>Window(Weather).Property(Day0.Outlook)</info>
  5627. <font>context</font>
  5628. <align>left</align>
  5629. <textcolor>dfDDDDDD</textcolor>
  5630. </control>
  5631.  
  5632. <control type="label">
  5633. <posx>220</posx>
  5634. <posy>130</posy>
  5635. <width>500</width>
  5636. <height>20</height>
  5637. <align>left</align>
  5638. <font>homemenu3</font>
  5639. <textcolor>ffffffff</textcolor>
  5640. <label fallback="-">[COLOR=BBE0E0E0]Feels Like:[/COLOR] $INFO[Window(Weather).Property(Current.FeelsLike)] $INFO[System.TemperatureUnits]</label>
  5641. </control>
  5642. <control type="label">
  5643. <posx>220</posx>
  5644. <posy>160</posy>
  5645. <width>500</width>
  5646. <height>20</height>
  5647. <align>left</align>
  5648. <font>homemenu3</font>
  5649. <textcolor>ffffffff</textcolor>
  5650. <label fallback="-">[COLOR=BBE0E0E0]Humidity:[/COLOR] $INFO[Window(Weather).Property(Current.Humidity)]</label>
  5651. </control>
  5652. </control>
  5653.  
  5654. <!--Future Weather Info on Weather Home-->
  5655. <control type="image">
  5656. <posx>500r</posx>
  5657. <posy>451r</posy>
  5658. <width>32</width>
  5659. <height>32</height>
  5660. <aspectratio>stretch</aspectratio>
  5661. <texture>Home/extras/futureweathericon.png</texture>
  5662. <colordiffuse>ffffffff</colordiffuse>
  5663. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5664. <effect type="fade" start="0" end="100" time="250" />
  5665. </animation>
  5666. <animation type="Hidden" reversible="false">
  5667. <effect type="fade" start="100" end="0" time="250" />
  5668. </animation>
  5669. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5670. <animation type="WindowClose" reversible="false">
  5671. <effect type="fade" start="100" end="0" time="200" />
  5672. </animation>
  5673. <visible>Container(540).HasFocus(7)</visible>
  5674. </control>
  5675.  
  5676. <control type="label">
  5677. <posx>460r</posx>
  5678. <posy>451r</posy>
  5679. <width>260</width>
  5680. <height>32</height>
  5681. <font>recent</font>
  5682. <textcolor>ffa0a0a0</textcolor>
  5683. <align>left</align>
  5684. <label>future weather forcast</label>
  5685. <animation type="Conditional" condition="Container(540).HasFocus(2) | Container(540).HasFocus(3) | Container(540).HasFocus(4) | Container(540).HasFocus(7) | Container(540).HasFocus(9)" reversible="false">
  5686. <effect type="fade" start="0" end="100" time="250" />
  5687. </animation>
  5688. <animation type="Hidden" reversible="false">
  5689. <effect type="fade" start="100" end="0" time="250" />
  5690. </animation>
  5691. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5692. <animation type="WindowClose" reversible="false">
  5693. <effect type="fade" start="100" end="0" time="200" />
  5694. </animation>
  5695. <visible>Container(540).HasFocus(7)</visible>
  5696. </control>
  5697.  
  5698. <control type="group">
  5699. <describtion>Day 0 Info</describtion>
  5700. <posx>780</posx>
  5701. <posy>310</posy>
  5702. <animation type="Conditional" condition="Container(540).HasFocus(7)" reversible="false">
  5703. <effect type="fade" start="0" end="100" time="250" />
  5704. </animation>
  5705. <animation type="Hidden" reversible="false">
  5706. <effect type="fade" start="100" end="0" time="250" />
  5707. </animation>
  5708. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5709. <animation type="WindowClose" reversible="false">
  5710. <effect type="fade" start="100" end="0" time="200" />
  5711. </animation>
  5712. <visible>Container(540).HasFocus(7)</visible>
  5713.  
  5714. <control type="image">
  5715. <posx>0</posx>
  5716. <posy>0</posy>
  5717. <width>484</width>
  5718. <height>104</height>
  5719. <aspectratio>stretch</aspectratio>
  5720. <texture>Home/extras/recentnf.png</texture>
  5721. <colordiffuse>ffffffff</colordiffuse>
  5722. </control>
  5723. <control type="image">
  5724. <posx>19</posx>
  5725. <posy>12</posy>
  5726. <width>75</width>
  5727. <height>75</height>
  5728. <aspectratio>stretch</aspectratio>
  5729. <texture>$INFO[Window(Weather).Property(Day0.OutlookIcon)]</texture>
  5730. <colordiffuse>ffffffff</colordiffuse>
  5731. </control>
  5732. <control type="label">
  5733. <posx>105</posx>
  5734. <posy>12</posy>
  5735. <width>350</width>
  5736. <height>35</height>
  5737. <font>homemenu3</font>
  5738. <textcolor>BBE0E0E0</textcolor>
  5739. <align>left</align>
  5740. <label>$INFO[Window(Weather).Property(Day0.Title)]</label>
  5741. <scroll>false</scroll>
  5742. </control>
  5743. <control type="label">
  5744. <posx>106</posx>
  5745. <posy>35</posy>
  5746. <width>350</width>
  5747. <height>35</height>
  5748. <font>recent2</font>
  5749. <textcolor>BBE0E0E0</textcolor>
  5750. <align>left</align>
  5751. <label>Low: [COLOR=White]$INFO[Window(Weather).Property(Day0.LowTemp)] $INFO[System.TemperatureUnits][/COLOR] High: [COLOR=White]$INFO[Window(Weather).Property(Day0.HighTemp)] $INFO[System.TemperatureUnits][/COLOR]</label>
  5752. </control>
  5753. <control type="label">
  5754. <posx>106</posx>
  5755. <posy>55</posy>
  5756. <width>350</width>
  5757. <height>35</height>
  5758. <font>recent2</font>
  5759. <textcolor>BBE0E0E0</textcolor>
  5760. <align>left</align>
  5761. <label>$INFO[Window(Weather).Property(Day0.Outlook)]</label>
  5762. </control>
  5763. </control>
  5764.  
  5765. <control type="group">
  5766. <describtion>Day 1 Info</describtion>
  5767. <posx>780</posx>
  5768. <posy>410</posy>
  5769. <animation type="Conditional" condition="Container(540).HasFocus(7)" reversible="false">
  5770. <effect type="fade" start="0" end="100" time="250" />
  5771. </animation>
  5772. <animation type="Hidden" reversible="false">
  5773. <effect type="fade" start="100" end="0" time="250" />
  5774. </animation>
  5775. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5776. <animation type="WindowClose" reversible="false">
  5777. <effect type="fade" start="100" end="0" time="200" />
  5778. </animation>
  5779. <visible>Container(540).HasFocus(7)</visible>
  5780.  
  5781. <control type="image">
  5782. <posx>0</posx>
  5783. <posy>0</posy>
  5784. <width>484</width>
  5785. <height>104</height>
  5786. <aspectratio>stretch</aspectratio>
  5787. <texture>Home/extras/recentnf.png</texture>
  5788. <colordiffuse>ffffffff</colordiffuse>
  5789. </control>
  5790. <control type="image">
  5791. <posx>19</posx>
  5792. <posy>12</posy>
  5793. <width>75</width>
  5794. <height>75</height>
  5795. <aspectratio>stretch</aspectratio>
  5796. <texture>$INFO[Window(Weather).Property(Day1.OutlookIcon)]</texture>
  5797. <colordiffuse>ffffffff</colordiffuse>
  5798. </control>
  5799. <control type="label">
  5800. <posx>105</posx>
  5801. <posy>12</posy>
  5802. <width>350</width>
  5803. <height>35</height>
  5804. <font>homemenu3</font>
  5805. <textcolor>BBE0E0E0</textcolor>
  5806. <align>left</align>
  5807. <label>$INFO[Window(Weather).Property(Day1.Title)]</label>
  5808. <scroll>false</scroll>
  5809. </control>
  5810. <control type="label">
  5811. <posx>106</posx>
  5812. <posy>35</posy>
  5813. <width>350</width>
  5814. <height>35</height>
  5815. <font>recent2</font>
  5816. <textcolor>BBE0E0E0</textcolor>
  5817. <align>left</align>
  5818. <label>Low: [COLOR=White]$INFO[Window(Weather).Property(Day1.LowTemp)] $INFO[System.TemperatureUnits][/COLOR] High: [COLOR=White]$INFO[Window(Weather).Property(Day1.HighTemp)] $INFO[System.TemperatureUnits][/COLOR]</label>
  5819. </control>
  5820. <control type="label">
  5821. <posx>106</posx>
  5822. <posy>55</posy>
  5823. <width>350</width>
  5824. <height>35</height>
  5825. <font>recent2</font>
  5826. <textcolor>BBE0E0E0</textcolor>
  5827. <align>left</align>
  5828. <label>$INFO[Window(Weather).Property(Day1.Outlook)]</label>
  5829. </control>
  5830. </control>
  5831.  
  5832. <control type="group">
  5833. <describtion>Day 2 Info</describtion>
  5834. <posx>780</posx>
  5835. <posy>510</posy>
  5836. <animation type="Conditional" condition="Container(540).HasFocus(7)" reversible="false">
  5837. <effect type="fade" start="0" end="100" time="250" />
  5838. </animation>
  5839. <animation type="Hidden" reversible="false">
  5840. <effect type="fade" start="100" end="0" time="250" />
  5841. </animation>
  5842. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5843. <animation type="WindowClose" reversible="false">
  5844. <effect type="fade" start="100" end="0" time="200" />
  5845. </animation>
  5846. <visible>Container(540).HasFocus(7)</visible>
  5847.  
  5848. <control type="image">
  5849. <posx>0</posx>
  5850. <posy>0</posy>
  5851. <width>484</width>
  5852. <height>104</height>
  5853. <aspectratio>stretch</aspectratio>
  5854. <texture>Home/extras/recentnf.png</texture>
  5855. <colordiffuse>ffffffff</colordiffuse>
  5856. </control>
  5857. <control type="image">
  5858. <posx>19</posx>
  5859. <posy>12</posy>
  5860. <width>75</width>
  5861. <height>75</height>
  5862. <aspectratio>stretch</aspectratio>
  5863. <texture>$INFO[Window(Weather).Property(Day2.OutlookIcon)]</texture>
  5864. <colordiffuse>ffffffff</colordiffuse>
  5865. </control>
  5866. <control type="label">
  5867. <posx>105</posx>
  5868. <posy>12</posy>
  5869. <width>350</width>
  5870. <height>35</height>
  5871. <font>homemenu3</font>
  5872. <textcolor>BBE0E0E0</textcolor>
  5873. <align>left</align>
  5874. <label>$INFO[Window(Weather).Property(Day2.Title)]</label>
  5875. <scroll>false</scroll>
  5876. </control>
  5877. <control type="label">
  5878. <posx>106</posx>
  5879. <posy>35</posy>
  5880. <width>350</width>
  5881. <height>35</height>
  5882. <font>recent2</font>
  5883. <textcolor>BBE0E0E0</textcolor>
  5884. <align>left</align>
  5885. <label>Low: [COLOR=White]$INFO[Window(Weather).Property(Day2.LowTemp)] $INFO[System.TemperatureUnits][/COLOR] High: [COLOR=White]$INFO[Window(Weather).Property(Day2.HighTemp)] $INFO[System.TemperatureUnits][/COLOR]</label>
  5886. </control>
  5887. <control type="label">
  5888. <posx>106</posx>
  5889. <posy>55</posy>
  5890. <width>350</width>
  5891. <height>35</height>
  5892. <font>recent2</font>
  5893. <textcolor>BBE0E0E0</textcolor>
  5894. <align>left</align>
  5895. <label>$INFO[Window(Weather).Property(Day2.Outlook)]</label>
  5896. </control>
  5897. </control>
  5898.  
  5899. <control type="group">
  5900. <describtion>Day 3 Info</describtion>
  5901. <posx>780</posx>
  5902. <posy>610</posy>
  5903. <animation type="Conditional" condition="Container(540).HasFocus(7)" reversible="false">
  5904. <effect type="fade" start="0" end="100" time="250" />
  5905. </animation>
  5906. <animation type="Hidden" reversible="false">
  5907. <effect type="fade" start="100" end="0" time="250" />
  5908. </animation>
  5909. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  5910. <animation type="WindowClose" reversible="false">
  5911. <effect type="fade" start="100" end="0" time="200" />
  5912. </animation>
  5913. <visible>Container(540).HasFocus(7)</visible>
  5914.  
  5915. <control type="image">
  5916. <posx>0</posx>
  5917. <posy>0</posy>
  5918. <width>484</width>
  5919. <height>104</height>
  5920. <aspectratio>stretch</aspectratio>
  5921. <texture>Home/extras/recentnf.png</texture>
  5922. <colordiffuse>ffffffff</colordiffuse>
  5923. </control>
  5924. <control type="image">
  5925. <posx>19</posx>
  5926. <posy>12</posy>
  5927. <width>75</width>
  5928. <height>75</height>
  5929. <aspectratio>stretch</aspectratio>
  5930. <texture>$INFO[Window(Weather).Property(Day3.OutlookIcon)]</texture>
  5931. <colordiffuse>ffffffff</colordiffuse>
  5932. </control>
  5933. <control type="label">
  5934. <posx>105</posx>
  5935. <posy>12</posy>
  5936. <width>350</width>
  5937. <height>35</height>
  5938. <font>homemenu3</font>
  5939. <textcolor>BBE0E0E0</textcolor>
  5940. <align>left</align>
  5941. <label>$INFO[Window(Weather).Property(Day3.Title)]</label>
  5942. <scroll>false</scroll>
  5943. </control>
  5944. <control type="label">
  5945. <posx>106</posx>
  5946. <posy>35</posy>
  5947. <width>350</width>
  5948. <height>35</height>
  5949. <font>recent2</font>
  5950. <textcolor>BBE0E0E0</textcolor>
  5951. <align>left</align>
  5952. <label>Low: [COLOR=White]$INFO[Window(Weather).Property(Day3.LowTemp)] $INFO[System.TemperatureUnits][/COLOR] High: [COLOR=White]$INFO[Window(Weather).Property(Day3.HighTemp)] $INFO[System.TemperatureUnits][/COLOR]</label>
  5953. </control>
  5954. <control type="label">
  5955. <posx>106</posx>
  5956. <posy>55</posy>
  5957. <width>350</width>
  5958. <height>35</height>
  5959. <font>recent2</font>
  5960. <textcolor>BBE0E0E0</textcolor>
  5961. <align>left</align>
  5962. <label>$INFO[Window(Weather).Property(Day3.Outlook)]</label>
  5963. </control>
  5964. </control>
  5965. </control>
  5966.  
  5967. <!--play disc label home-->
  5968. <control type="image">
  5969. <animation type="Hidden">
  5970. <effect type="fade" start="100" end="0" time="200" delay="0" reversible="true"/>
  5971. </animation>
  5972. <animation type="Visible">
  5973. <effect type="fade" start="0" end="100" time="200" delay="0" reversible="true"/>
  5974. </animation>
  5975. <animation type="WindowOpen" reversible="false">
  5976. <effect type="fade" start="0" end="100" time="350" delay="950"/>
  5977. </animation>
  5978. <animation type="WindowClose" reversible="false">
  5979. <effect type="fade" start="100" end="0" time="200" />
  5980. </animation>
  5981. <posx>0</posx>
  5982. <posy>460</posy>
  5983. <width>1280</width>
  5984. <height>159</height>
  5985. <aspectratio>stretch</aspectratio>
  5986. <texture>Home/menuback.png</texture>
  5987. <colordiffuse>FFFFFFFF</colordiffuse>
  5988. <visible>Container(540).HasFocus(12) + Skin.HasSetting(Disclabel)</visible>
  5989. </control>
  5990. <control type="image">
  5991. <animation type="Hidden">
  5992. <effect type="fade" start="100" end="0" time="200" delay="0" reversible="true"/>
  5993. </animation>
  5994. <animation type="Visible">
  5995. <effect type="fade" start="0" end="100" time="200" delay="0" reversible="true"/>
  5996. </animation>
  5997. <animation type="WindowOpen" reversible="false">
  5998. <effect type="fade" start="0" end="100" time="350" delay="950"/>
  5999. </animation>
  6000. <animation type="WindowClose" reversible="false">
  6001. <effect type="fade" start="100" end="0" time="200" />
  6002. </animation>
  6003. <posx>0</posx>
  6004. <posy>300</posy>
  6005. <width>1280</width>
  6006. <height>159</height>
  6007. <aspectratio>stretch</aspectratio>
  6008. <texture flipy="true">Home/menuback.png</texture>
  6009. <colordiffuse>FFFFFFFF</colordiffuse>
  6010. <visible>Container(540).HasFocus(12) + Skin.HasSetting(Disclabel)</visible>
  6011. </control>
  6012. <control type="label">
  6013. <animation type="Hidden">
  6014. <effect type="fade" start="100" end="0" time="200" delay="0" reversible="true"/>
  6015. </animation>
  6016. <animation type="Visible">
  6017. <effect type="fade" start="0" end="100" time="200" delay="0" reversible="true"/>
  6018. </animation>
  6019. <animation type="WindowOpen" reversible="false">
  6020. <effect type="fade" start="0" end="100" time="350" delay="950"/>
  6021. </animation>
  6022. <animation type="WindowClose" reversible="false">
  6023. <effect type="fade" start="100" end="0" time="200" />
  6024. </animation>
  6025. <posx>0</posx>
  6026. <posy>450</posy>
  6027. <width>1280</width>
  6028. <height>20</height>
  6029. <align>center</align>
  6030. <font>labeltitlehome</font>
  6031. <textcolor>time</textcolor>
  6032. <visible>Container(540).HasFocus(12) + Skin.HasSetting(Disclabel)</visible>
  6033. <label>$INFO[System.DVDLabel]</label>
  6034. </control>
  6035.  
  6036. <!--now playing icon and text-->
  6037. <control type="image">
  6038. <posx>15</posx>
  6039. <posy>179r</posy>
  6040. <width>32</width>
  6041. <height>32</height>
  6042. <aspectratio>stretch</aspectratio>
  6043. <texture>Home/extras/nowplayingicon.png</texture>
  6044. <colordiffuse>ffffffff</colordiffuse>
  6045. <animation type="Hidden" reversible="false">
  6046. <effect type="fade" start="100" end="0" time="250" />
  6047. </animation>
  6048. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  6049. <animation type="WindowClose" reversible="false">
  6050. <effect type="fade" start="100" end="0" time="200" />
  6051. </animation>
  6052. <visible>Player.HasMedia</visible>
  6053. </control>
  6054.  
  6055. <control type="label">
  6056. <posx>55</posx>
  6057. <posy>179r</posy>
  6058. <width>200</width>
  6059. <height>32</height>
  6060. <font>recent</font>
  6061. <textcolor>ffa0a0a0</textcolor>
  6062. <align>left</align>
  6063. <label>now playing</label>
  6064. <animation type="Hidden" reversible="false">
  6065. <effect type="fade" start="100" end="0" time="250" />
  6066. </animation>
  6067. <animation effect="fade" start="0" end="100" time="900" delay="800">WindowOpen</animation>
  6068. <animation type="WindowClose" reversible="false">
  6069. <effect type="fade" start="100" end="0" time="200" />
  6070. </animation>
  6071. <visible>Player.HasMedia</visible>
  6072. </control>
  6073.  
  6074.  
  6075.  
  6076. <!--RSS-->
  6077. <control type="image">
  6078. <posx>0</posx>
  6079. <posy>53</posy>
  6080. <width>1280</width>
  6081. <height>45</height>
  6082. <aspectratio>stretch</aspectratio>
  6083. <texture>Home/rssbar.png</texture>
  6084. <animation type="WindowClose" reversible="false">
  6085. <effect type="fade" start="100" end="0" time="450" delay="200" />
  6086. <effect type="slide" start="0,0" end="0,-60" time="450" delay="0" />
  6087. </animation>
  6088. <animation type="WindowOpen" reversible="false">
  6089. <effect type="fade" start="100" end="100" time="450" delay="200" />
  6090. <effect type="slide" start="0,-60" end="0,0" time="450" delay="500" />
  6091. </animation>
  6092. </control>
  6093. <control type="rss">
  6094. <description>RSS Feed</description>
  6095. <posx>0</posx>
  6096. <posy>55.5</posy>
  6097. <width>1280</width>
  6098. <font>rss</font>
  6099. <urlset>1</urlset>
  6100. <titlecolor>RSStitle</titlecolor>
  6101. <headlinecolor>RSStext2</headlinecolor>
  6102. <textcolor>HomeMenuGrey</textcolor>
  6103. <animation type="WindowClose" reversible="false">
  6104. <effect type="fade" start="100" end="0" time="450" delay="200" />
  6105. <effect type="slide" start="0,0" end="0,-60" time="450" delay="0" />
  6106. </animation>
  6107. <animation type="WindowOpen" reversible="false">
  6108. <effect type="fade" start="100" end="100" time="450" delay="200" />
  6109. <effect type="slide" start="0,-60" end="0,0" time="450" delay="500" />
  6110. </animation>
  6111. </control>
  6112.  
  6113. <include>nav</include>
  6114. <include>MusicOverlayHome</include>
  6115. <include>VideoOverlayHome</include>
  6116.  
  6117. </controls>
  6118.  
  6119. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement