Advertisement
Guest User

Untitled

a guest
May 18th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.78 KB | None | 0 0
  1. <includes>
  2. <include name="HomeRecentlyAddedInfo">
  3. <control type="group" id="9003">
  4. <onup>20</onup>
  5. <ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
  6. <ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
  7. <visible>!Window.IsVisible(Favourites)</visible>
  8. <include>VisibleFadeEffect</include>
  9. <animation effect="fade" time="300" delay="1000">WindowOpen</animation>
  10. <animation effect="fade" time="200">WindowClose</animation>
  11. <control type="group">
  12. <posx>190</posx>
  13. <posy>50</posy>
  14. <visible>Library.HasContent(Movies)</visible>
  15. <visible>Container(9000).Hasfocus(10) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
  16. <include>VisibleFadeEffect</include>
  17. <control type="label">
  18. <description>Title label</description>
  19. <posx>180</posx>
  20. <posy>220</posy>
  21. <height>20</height>
  22. <width>540</width>
  23. <label>20386</label>
  24. <align>center</align>
  25. <aligny>center</aligny>
  26. <font>font12_title</font>
  27. <textcolor>white</textcolor>
  28. <shadowcolor>black</shadowcolor>
  29. </control>
  30. <control type="list" id="8000">
  31. <animation effect="slide" start="0,0" end="90,0" time="0" condition="StringCompare(Container
  32.  
  33. (8000).NumItems,4)">conditional</animation>
  34. <animation effect="slide" start="0,0" end="180,0" time="0" condition="StringCompare(Container
  35.  
  36. (8000).NumItems,3)">conditional</animation>
  37. <animation effect="slide" start="0,0" end="270,0" time="0" condition="StringCompare(Container
  38.  
  39. (8000).NumItems,2)">conditional</animation>
  40. <animation effect="slide" start="0,0" end="360,0" time="0" condition="StringCompare(Container
  41.  
  42. (8000).NumItems,1)">conditional</animation>
  43. <posx>0</posx>
  44. <posy>0</posy>
  45. <width>900</width>
  46. <height>220</height>
  47. <onleft>8000</onleft>
  48. <onright>8000</onright>
  49. <onup>20</onup>
  50. <ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
  51. <ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
  52. <viewtype label="535">list</viewtype>
  53. <pagecontrol>-</pagecontrol>
  54. <scrolltime>200</scrolltime>
  55. <orientation>Horizontal</orientation>
  56. <itemlayout height="220" width="180">
  57. <control type="image">
  58. <description>background</description>
  59. <posx>0</posx>
  60. <posy>0</posy>
  61. <width>180</width>
  62. <height>220</height>
  63. <texture border="15">RecentAddedBack.png</texture>
  64. </control>
  65. <control type="image">
  66. <posx>10</posx>
  67. <posy>10</posy>
  68. <width>160</width>
  69. <height>170</height>
  70. <texture background="true">$INFO[ListItem.Icon]</texture>
  71. <bordertexture border="5">button-nofocus.png</bordertexture>
  72. <bordersize>5</bordersize>
  73. </control>
  74. <control type="label">
  75. <posx>90</posx>
  76. <posy>185</posy>
  77. <width>150</width>
  78. <height>20</height>
  79. <font>font12</font>
  80. <textcolor>white</textcolor>
  81. <shadowcolor>black</shadowcolor>
  82. <selectedcolor>selected</selectedcolor>
  83. <align>center</align>
  84. <aligny>center</aligny>
  85. <label>$INFO[ListItem.Label]</label>
  86. </control>
  87. </itemlayout>
  88. <focusedlayout height="220" width="180">
  89. <control type="image">
  90. <description>background</description>
  91. <posx>0</posx>
  92. <posy>0</posy>
  93. <width>180</width>
  94. <height>220</height>
  95. <texture border="15">RecentAddedBack.png</texture>
  96. </control>
  97. <control type="image">
  98. <posx>10</posx>
  99. <posy>10</posy>
  100. <width>160</width>
  101. <height>170</height>
  102. <texture background="true">$INFO[ListItem.Icon]</texture>
  103. <bordertexture border="5">folder-focus.png</bordertexture>
  104. <bordersize>5</bordersize>
  105. <visible>Control.HasFocus(8000)</visible>
  106. </control>
  107. <control type="image">
  108. <posx>10</posx>
  109. <posy>10</posy>
  110. <width>160</width>
  111. <height>170</height>
  112. <texture>$INFO[ListItem.Icon]</texture>
  113. <bordertexture border="5">button-nofocus.png</bordertexture>
  114. <bordersize>5</bordersize>
  115. <visible>!Control.HasFocus(8000)</visible>
  116. </control>
  117. <control type="label">
  118. <posx>90</posx>
  119. <posy>185</posy>
  120. <width>150</width>
  121. <height>20</height>
  122. <font>font12</font>
  123. <textcolor>white</textcolor>
  124. <shadowcolor>black</shadowcolor>
  125. <selectedcolor>selected</selectedcolor>
  126. <align>center</align>
  127. <aligny>center</aligny>
  128. <label>$INFO[ListItem.Label]</label>
  129. </control>
  130. <control type="label">
  131. <posx>90</posx>
  132. <posy>185</posy>
  133. <width>150</width>
  134. <height>20</height>
  135. <font>font12</font>
  136. <textcolor>blue</textcolor>
  137. <selectedcolor>selected</selectedcolor>
  138. <align>center</align>
  139. <aligny>center</aligny>
  140. <label>$INFO[ListItem.Label]</label>
  141. <visible>Control.HasFocus(8000)</visible>
  142. </control>
  143. </focusedlayout>
  144. <content>
  145.  
  146.  
  147.  
  148.  
  149. <item>
  150. <label>$INFO[Window.Property(RecentMovie.1.Title)]</label>
  151. <label2/>
  152. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.1.Path)])</onclick>
  153. <icon>$INFO[Window.Property(RecentMovie.1.Art(poster))]</icon>
  154. <thumb>-</thumb>
  155. <visible>!IsEmpty(Window.Property(RecentMovie.1.Title))</visible>
  156. </item>
  157.  
  158.  
  159. <item>
  160. <label>$INFO[Window.Property(RecentMovie.2.Title)]</label>
  161. <label2></label2>
  162. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.2.File)])</onclick>
  163. <icon>$INFO[Window.Property(RecentMovie.2.Art(poster))]</icon>
  164. <thumb>-</thumb>
  165. <visible>!IsEmpty(Window.Property(RecentMovie.2.Title))</visible>
  166. </item>
  167.  
  168. <item>
  169. <label>$INFO[Window.Property(RecentMovie.3.Title)]</label>
  170. <label2></label2>
  171. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.3.File)])</onclick>
  172. <icon>$INFO[Window.Property(RecentMovie.3.Art(poster))]</icon>
  173. <thumb>-</thumb>
  174. <visible>!IsEmpty(Window.Property(RecentMovie.3.Title))</visible>
  175. </item>
  176.  
  177. <item>
  178. <label>$INFO[Window.Property(RecentMovie.4.Title)]</label>
  179. <label2></label2>
  180. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.4.File)])</onclick>
  181. <icon>$INFO[Window.Property(RecentMovie.4.Art(poster))]</icon>
  182. <thumb>-</thumb>
  183. <visible>!IsEmpty(Window.Property(RecentMovie.4.Title))</visible>
  184. </item>
  185.  
  186. <item>
  187. <label>$INFO[Window.Property(RecentMovie.5.Title)]</label>
  188. <label2></label2>
  189. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.5.File)])</onclick>
  190. <icon>$INFO[Window.Property(RecentMovie.5.Art(poster))]</icon>
  191. <thumb>-</thumb>
  192. <visible>!IsEmpty(Window.Property(RecentMovie.5.Title))</visible>
  193. </item>
  194.  
  195. <item>
  196. <label>$INFO[Window.Property(RecentMovie.6.Title)]</label>
  197. <label2></label2>
  198. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.6.File)])</onclick>
  199. <icon>$INFO[Window.Property(RecentMovie.6.Art(poster))]</icon>
  200. <thumb>-</thumb>
  201. <visible>!IsEmpty(Window.Property(RecentMovie.6.Title))</visible>
  202. </item>
  203.  
  204. <item>
  205. <label>$INFO[Window.Property(RecentMovie.7.Title)]</label>
  206. <label2></label2>
  207. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.7.File)])</onclick>
  208. <icon>$INFO[Window.Property(RecentMovie.7.Art(poster))]</icon>
  209. <thumb>-</thumb>
  210. <visible>!IsEmpty(Window.Property(RecentMovie.7.Title))</visible>
  211. </item>
  212.  
  213. <item>
  214. <label>$INFO[Window.Property(RecentMovie.8.Title)]</label>
  215. <label2></label2>
  216. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.8.File)])</onclick>
  217. <icon>$INFO[Window.Property(RecentMovie.8.Art(poster))]</icon>
  218. <thumb>-</thumb>
  219. <visible>!IsEmpty(Window.Property(RecentMovie.8.Title))</visible>
  220. </item>
  221.  
  222. <item>
  223. <label>$INFO[Window.Property(RecentMovie.9.Title)]</label>
  224. <label2></label2>
  225. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.9.File)])</onclick>
  226. <icon>$INFO[Window.Property(RecentMovie.9.Art(poster))]</icon>
  227. <thumb>-</thumb>
  228. <visible>!IsEmpty(Window.Property(RecentMovie.9.Title))</visible>
  229. </item>
  230.  
  231.  
  232.  
  233. <item>
  234. <label>$INFO[Window.Property(RecentMovie.11.Title)]</label>
  235. <label2></label2>
  236. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.11.File)])</onclick>
  237. <icon>$INFO[Window.Property(RecentMovie.11.Art(poster))]</icon>
  238. <thumb>-</thumb>
  239. <visible>!IsEmpty(Window.Property(RecentMovie.11.Title))</visible>
  240. </item>
  241.  
  242.  
  243. <item>
  244. <label>$INFO[Window.Property(RecentMovie.12.Title)]</label>
  245. <label2></label2>
  246. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.12.File)])</onclick>
  247. <icon>$INFO[Window.Property(RecentMovie.12.Art(poster))]</icon>
  248. <thumb>-</thumb>
  249. <visible>!IsEmpty(Window.Property(RecentMovie.12.Title))</visible>
  250. </item>
  251.  
  252.  
  253. <item>
  254. <label>$INFO[Window.Property(RecentMovie.13.Title)]</label>
  255. <label2></label2>
  256. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.13.File)])</onclick>
  257. <icon>$INFO[Window.Property(RecentMovie.13.Art(poster))]</icon>
  258. <thumb>-</thumb>
  259. <visible>!IsEmpty(Window.Property(RecentMovie.13.Title))</visible>
  260. </item>
  261.  
  262.  
  263. <item>
  264. <label>$INFO[Window.Property(RecentMovie.14.Title)]</label>
  265. <label2></label2>
  266. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.14.File)])</onclick>
  267. <icon>$INFO[Window.Property(RecentMovie.14.Art(poster))]</icon>
  268. <thumb>-</thumb>
  269. <visible>!IsEmpty(Window.Property(RecentMovie.14.Title))</visible>
  270. </item>
  271.  
  272.  
  273. <item>
  274. <label>$INFO[Window.Property(RecentMovie.15.Title)]</label>
  275. <label2></label2>
  276. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.15.File)])</onclick>
  277. <icon>$INFO[Window.Property(RecentMovie.15.Art(poster))]</icon>
  278. <thumb>-</thumb>
  279. <visible>!IsEmpty(Window.Property(RecentMovie.15.Title))</visible>
  280. </item>
  281.  
  282.  
  283. <item>
  284. <label>$INFO[Window.Property(RecentMovie.16.Title)]</label>
  285. <label2></label2>
  286. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.16.File)])</onclick>
  287. <icon>$INFO[Window.Property(RecentMovie.16.Art(poster))]</icon>
  288. <thumb>-</thumb>
  289. <visible>!IsEmpty(Window.Property(RecentMovie.16.Title))</visible>
  290. </item>
  291.  
  292.  
  293. <item>
  294. <label>$INFO[Window.Property(RecentMovie.17.Title)]</label>
  295. <label2></label2>
  296. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.17.File)])</onclick>
  297. <icon>$INFO[Window.Property(RecentMovie.17.Art(poster))]</icon>
  298. <thumb>-</thumb>
  299. <visible>!IsEmpty(Window.Property(RecentMovie.17.Title))</visible>
  300. </item>
  301.  
  302.  
  303. <item>
  304. <label>$INFO[Window.Property(RecentMovie.18.Title)]</label>
  305. <label2></label2>
  306. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.18.File)])</onclick>
  307. <icon>$INFO[Window.Property(RecentMovie.18.Art(poster))]</icon>
  308. <thumb>-</thumb>
  309. <visible>!IsEmpty(Window.Property(RecentMovie.18.Title))</visible>
  310. </item>
  311.  
  312.  
  313. <item>
  314. <label>$INFO[Window.Property(RecentMovie.19.Title)]</label>
  315. <label2></label2>
  316. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.19.File)])</onclick>
  317. <icon>$INFO[Window.Property(RecentMovie.19.Art(poster))]</icon>
  318. <thumb>-</thumb>
  319. <visible>!IsEmpty(Window.Property(RecentMovie.19.Title))</visible>
  320. </item>
  321.  
  322.  
  323. <item>
  324. <label>$INFO[Window.Property(RecentMovie.20.Title)]</label>
  325. <label2></label2>
  326. <onclick>PlayMedia($ESCINFO[Window.Property(RecentMovie.20.File)])</onclick>
  327. <icon>$INFO[Window.Property(RecentMovie.20.Art(poster))]</icon>
  328. <thumb>-</thumb>
  329. <visible>!IsEmpty(Window.Property(RecentMovie.20.Title))</visible>
  330. </item>
  331.  
  332. </content>
  333. </control>
  334. <control type="button">
  335. <description>left Arrow</description>
  336. <posx>-40</posx>
  337. <posy>90</posy>
  338. <width>30</width>
  339. <height>40</height>
  340. <texturefocus>arrow-big-left.png</texturefocus>
  341. <texturenofocus>arrow-big-left.png</texturenofocus>
  342. <onclick>Control.Move(8000,-1)</onclick>
  343. <visible>Control.HasFocus(8000) + Container(8000).HasPrevious</visible>
  344. <include>VisibleFadeEffect</include>
  345. </control>
  346. <control type="button">
  347. <description>right Arrow</description>
  348. <posx>910</posx>
  349. <posy>90</posy>
  350. <width>30</width>
  351. <height>40</height>
  352. <texturefocus>arrow-big-right.png</texturefocus>
  353. <texturenofocus>arrow-big-right.png</texturenofocus>
  354. <onclick>Control.Move(8000,1)</onclick>
  355. <visible>Control.HasFocus(8000) + Container(8000).HasNext</visible>
  356. <include>VisibleFadeEffect</include>
  357. </control>
  358. </control>
  359. <control type="group">
  360. <posx>160</posx>
  361. <posy>50</posy>
  362. <visible>Library.HasContent(TVShows)</visible>
  363. <visible>Container(9000).Hasfocus(11) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
  364. <include>VisibleFadeEffect</include>
  365. <control type="label">
  366. <description>Title label</description>
  367. <posx>240</posx>
  368. <posy>220</posy>
  369. <height>20</height>
  370. <width>480</width>
  371. <label>20387</label>
  372. <align>center</align>
  373. <aligny>center</aligny>
  374. <font>font12_title</font>
  375. <textcolor>white</textcolor>
  376. <shadowcolor>black</shadowcolor>
  377. </control>
  378. <control type="list" id="8001">
  379. <animation effect="slide" start="0,0" end="120,0" time="0" condition="StringCompare(Container
  380.  
  381. (8001).NumItems,3)">conditional</animation>
  382. <animation effect="slide" start="0,0" end="240,0" time="0" condition="StringCompare(Container
  383.  
  384. (8001).NumItems,2)">conditional</animation>
  385. <animation effect="slide" start="0,0" end="360,0" time="0" condition="StringCompare(Container
  386.  
  387. (8001).NumItems,1)">conditional</animation>
  388. <posx>0</posx>
  389. <posy>0</posy>
  390. <width>960</width>
  391. <height>240</height>
  392. <onleft>8001</onleft>
  393. <onright>8001</onright>
  394. <onup>20</onup>
  395. <ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
  396. <ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
  397. <viewtype label="535">list</viewtype>
  398. <pagecontrol>-</pagecontrol>
  399. <scrolltime>200</scrolltime>
  400. <orientation>Horizontal</orientation>
  401. <focusposition>1</focusposition>
  402. <movement>2</movement>
  403. <itemlayout height="220" width="240">
  404. <control type="image">
  405. <description>background</description>
  406. <posx>0</posx>
  407. <posy>0</posy>
  408. <width>240</width>
  409. <height>220</height>
  410. <texture border="15">RecentAddedBack.png</texture>
  411. </control>
  412. <control type="image">
  413. <posx>10</posx>
  414. <posy>10</posy>
  415. <width>220</width>
  416. <height>155</height>
  417. <aspectratio>scale</aspectratio>
  418. <texture background="true">$INFO[ListItem.Icon]</texture>
  419. <bordertexture border="5">button-nofocus.png</bordertexture>
  420. <bordersize>5</bordersize>
  421. </control>
  422. <control type="label">
  423. <posx>120</posx>
  424. <posy>168</posy>
  425. <width>200</width>
  426. <height>20</height>
  427. <font>font10</font>
  428. <textcolor>grey2</textcolor>
  429. <shadowcolor>black</shadowcolor>
  430. <selectedcolor>selected</selectedcolor>
  431. <align>center</align>
  432. <aligny>center</aligny>
  433. <label>$INFO[ListItem.Label2]</label>
  434. </control>
  435. <control type="label">
  436. <posx>120</posx>
  437. <posy>185</posy>
  438. <width>200</width>
  439. <height>20</height>
  440. <font>font12</font>
  441. <textcolor>white</textcolor>
  442. <shadowcolor>black</shadowcolor>
  443. <selectedcolor>selected</selectedcolor>
  444. <align>center</align>
  445. <aligny>center</aligny>
  446. <label>$INFO[ListItem.Label]</label>
  447. </control>
  448. </itemlayout>
  449. <focusedlayout height="220" width="240">
  450. <control type="image">
  451. <description>background</description>
  452. <posx>0</posx>
  453. <posy>0</posy>
  454. <width>240</width>
  455. <height>220</height>
  456. <texture border="15">RecentAddedBack.png</texture>
  457. </control>
  458. <control type="image">
  459. <posx>10</posx>
  460. <posy>10</posy>
  461. <width>220</width>
  462. <height>155</height>
  463. <aspectratio>scale</aspectratio>
  464. <texture background="true">$INFO[ListItem.Icon]</texture>
  465. <bordertexture border="5">folder-focus.png</bordertexture>
  466. <bordersize>5</bordersize>
  467. <visible>Control.HasFocus(8001)</visible>
  468. </control>
  469. <control type="image">
  470. <posx>10</posx>
  471. <posy>10</posy>
  472. <width>220</width>
  473. <height>155</height>
  474. <aspectratio>scale</aspectratio>
  475. <texture>$INFO[ListItem.Icon]</texture>
  476. <bordertexture border="5">button-nofocus.png</bordertexture>
  477. <bordersize>5</bordersize>
  478. <visible>!Control.HasFocus(8001)</visible>
  479. </control>
  480. <control type="label">
  481. <posx>50</posx>
  482. <posy>168</posy>
  483. <width>200</width>
  484. <height>20</height>
  485. <font>font10</font>
  486. <textcolor>grey2</textcolor>
  487. <shadowcolor>black</shadowcolor>
  488. <selectedcolor>selected</selectedcolor>
  489. <align>center</align>
  490. <aligny>center</aligny>
  491. <label>$INFO[ListItem.Label2]</label>
  492. </control>
  493. <control type="label">
  494. <posx>50</posx>
  495. <posy>185</posy>
  496. <width>200</width>
  497. <height>20</height>
  498. <font>font12</font>
  499. <textcolor>white</textcolor>
  500. <shadowcolor>black</shadowcolor>
  501. <selectedcolor>selected</selectedcolor>
  502. <align>center</align>
  503. <aligny>center</aligny>
  504. <label>$INFO[ListItem.Label]</label>
  505. </control>
  506. <control type="label">
  507. <posx>50</posx>
  508. <posy>185</posy>
  509. <width>200</width>
  510. <height>20</height>
  511. <font>font12</font>
  512. <textcolor>blue</textcolor>
  513. <selectedcolor>selected</selectedcolor>
  514. <align>center</align>
  515. <aligny>center</aligny>
  516. <label>$INFO[ListItem.Label]</label>
  517. <visible>Control.HasFocus(8001)</visible>
  518. </control>
  519. </focusedlayout>
  520. <content>
  521.  
  522.  
  523.  
  524.  
  525. <item>
  526. <label>$INFO[Window.Property(RecentEpisode.1.EpisodeTitle)]</label>
  527. <label2>$INFO[Window.Property(RecentEpisode.1.ShowTitle)] - $INFO[Window.Property(RecentEpisode.1.EpisodeNo)]</label2>
  528. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.1.Path)])</onclick>
  529. <icon>-</icon>
  530. <thumb>$INFO[Window.Property(RecentEpisode.1.Thumb)]</thumb>
  531. <visible>!IsEmpty(Window.Property(RecentEpisode.1.EpisodeTitle))</visible>
  532. </item>
  533.  
  534. <item>
  535. <label>$INFO[Window.Property(RecentEpisode.2.Title)]</label>
  536. <label2>$INFO[Window.Property(RecentEpisode.2.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.2.EpisodeNo)]</label2>
  537. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.2.File)])</onclick>
  538. <icon>-</icon>
  539. <thumb>$INFO[Window.Property(RecentEpisode.2.Art(thumb))]</thumb>
  540. <visible>!IsEmpty(Window.Property(RecentEpisode.2.Title))</visible>
  541. </item>
  542.  
  543. <item>
  544. <label>$INFO[Window.Property(RecentEpisode.3.Title)]</label>
  545. <label2>$INFO[Window.Property(RecentEpisode.3.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.3.EpisodeNo)]</label2>
  546. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.3.File)])</onclick>
  547. <icon>-</icon>
  548. <thumb>$INFO[Window.Property(RecentEpisode.3.Art(thumb))]</thumb>
  549. <visible>!IsEmpty(Window.Property(RecentEpisode.3.Title))</visible>
  550. </item>
  551.  
  552. <item>
  553. <label>$INFO[Window.Property(RecentEpisode.4.Title)]</label>
  554. <label2>$INFO[Window.Property(RecentEpisode.4.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.4.EpisodeNo)]</label2>
  555. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.4.File)])</onclick>
  556. <icon>-</icon>
  557. <thumb>$INFO[Window.Property(RecentEpisode.4.Art(thumb))]</thumb>
  558. <visible>!IsEmpty(Window.Property(RecentEpisode.4.Title))</visible>
  559. </item>
  560.  
  561. <item>
  562. <label>$INFO[Window.Property(RecentEpisode.5.Title)]</label>
  563. <label2>$INFO[Window.Property(RecentEpisode.5.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.5.EpisodeNo)]</label2>
  564. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.5.File)])</onclick>
  565. <icon>-</icon>
  566. <thumb>$INFO[Window.Property(RecentEpisode.5.Art(thumb))]</thumb>
  567. <visible>!IsEmpty(Window.Property(RecentEpisode.5.Title))</visible>
  568. </item>
  569.  
  570. <item>
  571. <label>$INFO[Window.Property(RecentEpisode.6.Title)]</label>
  572. <label2>$INFO[Window.Property(RecentEpisode.6.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.6.EpisodeNo)]</label2>
  573. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.6.File)])</onclick>
  574. <icon>-</icon>
  575. <thumb>$INFO[Window.Property(RecentEpisode.6.Art(thumb))]</thumb>
  576. <visible>!IsEmpty(Window.Property(RecentEpisode.6.Title))</visible>
  577. </item>
  578.  
  579. <item>
  580. <label>$INFO[Window.Property(RecentEpisode.7.Title)]</label>
  581. <label2>$INFO[Window.Property(RecentEpisode.7.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.7.EpisodeNo)]</label2>
  582. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.7.File)])</onclick>
  583. <icon>-</icon>
  584. <thumb>$INFO[Window.Property(RecentEpisode.7.Art(thumb))]</thumb>
  585. <visible>!IsEmpty(Window.Property(RecentEpisode.7.Title))</visible>
  586. </item>
  587.  
  588. <item>
  589. <label>$INFO[Window.Property(RecentEpisode.8.Title)]</label>
  590. <label2>$INFO[Window.Property(RecentEpisode.8.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.8.EpisodeNo)]</label2>
  591. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.8.File)])</onclick>
  592. <icon>-</icon>
  593. <thumb>$INFO[Window.Property(RecentEpisode.8.Art(thumb))]</thumb>
  594. <visible>!IsEmpty(Window.Property(RecentEpisode.8.Title))</visible>
  595. </item>
  596.  
  597. <item>
  598. <label>$INFO[Window.Property(RecentEpisode.9.Title)]</label>
  599. <label2>$INFO[Window.Property(RecentEpisode.9.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.9.EpisodeNo)]</label2>
  600. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.9.File)])</onclick>
  601. <icon>-</icon>
  602. <thumb>$INFO[Window.Property(RecentEpisode.9.Art(thumb))]</thumb>
  603. <visible>!IsEmpty(Window.Property(RecentEpisode.9.Title))</visible>
  604. </item>
  605.  
  606. <item>
  607. <label>$INFO[Window.Property(RecentEpisode.10.Title)]</label>
  608. <label2>$INFO[Window.Property(RecentEpisode.10.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.10.EpisodeNo)]</label2>
  609. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.10.File)])</onclick>
  610. <icon>-</icon>
  611. <thumb>$INFO[Window.Property(RecentEpisode.10.Art(thumb))]</thumb>
  612. <visible>!IsEmpty(Window.Property(RecentEpisode.10.Title))</visible>
  613. </item>
  614.  
  615. <item>
  616. <label>$INFO[Window.Property(RecentEpisode.11.Title)]</label>
  617. <label2>$INFO[Window.Property(RecentEpisode.11.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.11.EpisodeNo)]</label2>
  618. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.11.File)])</onclick>
  619. <icon>-</icon>
  620. <thumb>$INFO[Window.Property(RecentEpisode.11.Art(thumb))]</thumb>
  621. <visible>!IsEmpty(Window.Property(RecentEpisode.11.Title))</visible>
  622. </item>
  623.  
  624. <item>
  625. <label>$INFO[Window.Property(RecentEpisode.12.Title)]</label>
  626. <label2>$INFO[Window.Property(RecentEpisode.12.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.12.EpisodeNo)]</label2>
  627. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.12.File)])</onclick>
  628. <icon>-</icon>
  629. <thumb>$INFO[Window.Property(RecentEpisode.12.Art(thumb))]</thumb>
  630. <visible>!IsEmpty(Window.Property(RecentEpisode.12.Title))</visible>
  631. </item>
  632.  
  633. <item>
  634. <label>$INFO[Window.Property(RecentEpisode.13.Title)]</label>
  635. <label2>$INFO[Window.Property(RecentEpisode.13.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.13.EpisodeNo)]</label2>
  636. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.13.File)])</onclick>
  637. <icon>-</icon>
  638. <thumb>$INFO[Window.Property(RecentEpisode.13.Art(thumb))]</thumb>
  639. <visible>!IsEmpty(Window.Property(RecentEpisode.13.Title))</visible>
  640. </item>
  641.  
  642. <item>
  643. <label>$INFO[Window.Property(RecentEpisode.14.Title)]</label>
  644. <label2>$INFO[Window.Property(RecentEpisode.14.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.14.EpisodeNo)]</label2>
  645. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.14.File)])</onclick>
  646. <icon>-</icon>
  647. <thumb>$INFO[Window.Property(RecentEpisode.14.Art(thumb))]</thumb>
  648. <visible>!IsEmpty(Window.Property(RecentEpisode.14.Title))</visible>
  649. </item>
  650.  
  651. <item>
  652. <label>$INFO[Window.Property(RecentEpisode.15.Title)]</label>
  653. <label2>$INFO[Window.Property(RecentEpisode.15.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.15.EpisodeNo)]</label2>
  654. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.15.File)])</onclick>
  655. <icon>-</icon>
  656. <thumb>$INFO[Window.Property(RecentEpisode.15.Art(thumb))]</thumb>
  657. <visible>!IsEmpty(Window.Property(RecentEpisode.15.Title))</visible>
  658. </item>
  659.  
  660. <item>
  661. <label>$INFO[Window.Property(RecentEpisode.16.Title)]</label>
  662. <label2>$INFO[Window.Property(RecentEpisode.16.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.16.EpisodeNo)]</label2>
  663. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.16.File)])</onclick>
  664. <icon>-</icon>
  665. <thumb>$INFO[Window.Property(RecentEpisode.16.Art(thumb))]</thumb>
  666. <visible>!IsEmpty(Window.Property(RecentEpisode.16.Title))</visible>
  667. </item>
  668.  
  669. <item>
  670. <label>$INFO[Window.Property(RecentEpisode.17.Title)]</label>
  671. <label2>$INFO[Window.Property(RecentEpisode.17.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.17.EpisodeNo)]</label2>
  672. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.17.File)])</onclick>
  673. <icon>-</icon>
  674. <thumb>$INFO[Window.Property(RecentEpisode.17.Art(thumb))]</thumb>
  675. <visible>!IsEmpty(Window.Property(RecentEpisode.17.Title))</visible>
  676. </item>
  677.  
  678. <item>
  679. <label>$INFO[Window.Property(RecentEpisode.18.Title)]</label>
  680. <label2>$INFO[Window.Property(RecentEpisode.18.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.18.EpisodeNo)]</label2>
  681. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.18.File)])</onclick>
  682. <icon>-</icon>
  683. <thumb>$INFO[Window.Property(RecentEpisode.18.Art(thumb))]</thumb>
  684. <visible>!IsEmpty(Window.Property(RecentEpisode.18.Title))</visible>
  685. </item>
  686.  
  687. <item>
  688. <label>$INFO[Window.Property(RecentEpisode.19.Title)]</label>
  689. <label2>$INFO[Window.Property(RecentEpisode.19.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.19.EpisodeNo)]</label2>
  690. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.19.File)])</onclick>
  691. <icon>-</icon>
  692. <thumb>$INFO[Window.Property(RecentEpisode.19.Art(thumb))]</thumb>
  693. <visible>!IsEmpty(Window.Property(RecentEpisode.19.Title))</visible>
  694. </item>
  695.  
  696. <item>
  697. <label>$INFO[Window.Property(RecentEpisode.20.Title)]</label>
  698. <label2>$INFO[Window.Property(RecentEpisode.20.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.20.EpisodeNo)]</label2>
  699. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.20.File)])</onclick>
  700. <icon>-</icon>
  701. <thumb>$INFO[Window.Property(RecentEpisode.20.Art(thumb))]</thumb>
  702. <visible>!IsEmpty(Window.Property(RecentEpisode.20.Title))</visible>
  703. </item>
  704.  
  705. <item>
  706. <label>$INFO[Window.Property(RecentEpisode.21.Title)]</label>
  707. <label2>$INFO[Window.Property(RecentEpisode.21.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.21.EpisodeNo)]</label2>
  708. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.21.File)])</onclick>
  709. <icon>-</icon>
  710. <thumb>$INFO[Window.Property(RecentEpisode.21.Art(thumb))]</thumb>
  711. <visible>!IsEmpty(Window.Property(RecentEpisode.21.Title))</visible>
  712. </item>
  713.  
  714. <item>
  715. <label>$INFO[Window.Property(RecentEpisode.22.Title)]</label>
  716. <label2>$INFO[Window.Property(RecentEpisode.22.TVshowTitle)] - $INFO[Window.Property(RecentEpisode.22.EpisodeNo)]</label2>
  717. <onclick>PlayMedia($ESCINFO[Window.Property(RecentEpisode.22.File)])</onclick>
  718. <icon>-</icon>
  719. <thumb>$INFO[Window.Property(RecentEpisode.22.Art(thumb))]</thumb>
  720. <visible>!IsEmpty(Window.Property(RecentEpisode.22.Title))</visible>
  721. </item>
  722.  
  723. </content>
  724. </control>
  725. <control type="button">
  726. <description>left Arrow</description>
  727. <posx>-40</posx>
  728. <posy>90</posy>
  729. <width>30</width>
  730. <height>40</height>
  731. <texturefocus>arrow-big-left.png</texturefocus>
  732. <texturenofocus>arrow-big-left.png</texturenofocus>
  733. <onclick>Control.Move(8001,-1)</onclick>
  734. <visible>Control.HasFocus(8001) + Container(8001).HasPrevious</visible>
  735. <include>VisibleFadeEffect</include>
  736. </control>
  737. <control type="button">
  738. <description>right Arrow</description>
  739. <posx>970</posx>
  740. <posy>90</posy>
  741. <width>30</width>
  742. <height>40</height>
  743. <texturefocus>arrow-big-right.png</texturefocus>
  744. <texturenofocus>arrow-big-right.png</texturenofocus>
  745. <onclick>Control.Move(8001,1)</onclick>
  746. <visible>Control.HasFocus(8001) + Container(8001).HasNext</visible>
  747. <include>VisibleFadeEffect</include>
  748. </control>
  749. </control>
  750. <control type="group">
  751. <posx>240</posx>
  752. <posy>50</posy>
  753. <visible>Library.HasContent(Music)</visible>
  754. <visible>Container(9000).Hasfocus(3) + !Skin.HasSetting(HomepageHideRecentlyAddedAlbums)</visible>
  755. <include>VisibleFadeEffect</include>
  756. <control type="label">
  757. <description>Title label</description>
  758. <posx>160</posx>
  759. <posy>220</posy>
  760. <height>20</height>
  761. <width>480</width>
  762. <label>359</label>
  763. <align>center</align>
  764. <aligny>center</aligny>
  765. <font>font12_title</font>
  766. <textcolor>white</textcolor>
  767. <shadowcolor>black</shadowcolor>
  768. </control>
  769. <control type="list" id="8002">
  770. <animation effect="slide" start="0,0" end="100,0" time="0" condition="StringCompare(Container
  771.  
  772. (8002).NumItems,3)">conditional</animation>
  773. <animation effect="slide" start="0,0" end="200,0" time="0" condition="StringCompare(Container
  774.  
  775. (8002).NumItems,2)">conditional</animation>
  776. <animation effect="slide" start="0,0" end="300,0" time="0" condition="StringCompare(Container
  777.  
  778. (8002).NumItems,1)">conditional</animation>
  779. <posx>0</posx>
  780. <posy>0</posy>
  781. <width>800</width>
  782. <height>240</height>
  783. <onleft>8002</onleft>
  784. <onright>8002</onright>
  785. <onup>20</onup>
  786. <ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
  787. <ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
  788. <viewtype label="535">list</viewtype>
  789. <pagecontrol>-</pagecontrol>
  790. <scrolltime>200</scrolltime>
  791. <orientation>Horizontal</orientation>
  792. <itemlayout height="220" width="200">
  793. <control type="image">
  794. <description>background</description>
  795. <posx>0</posx>
  796. <posy>0</posy>
  797. <width>200</width>
  798. <height>220</height>
  799. <texture border="15">RecentAddedBack.png</texture>
  800. </control>
  801. <control type="image">
  802. <posx>10</posx>
  803. <posy>10</posy>
  804. <width>180</width>
  805. <height>155</height>
  806. <aspectratio>keep</aspectratio>
  807. <texture background="true">$INFO[ListItem.Icon]</texture>
  808. <bordertexture border="5">button-nofocus.png</bordertexture>
  809. <bordersize>5</bordersize>
  810. </control>
  811. <control type="label">
  812. <posx>100</posx>
  813. <posy>170</posy>
  814. <width>180</width>
  815. <height>20</height>
  816. <font>font10</font>
  817. <textcolor>grey2</textcolor>
  818. <shadowcolor>black</shadowcolor>
  819. <selectedcolor>selected</selectedcolor>
  820. <align>center</align>
  821. <aligny>center</aligny>
  822. <label>$INFO[ListItem.Label2]</label>
  823. </control>
  824. <control type="label">
  825. <posx>100</posx>
  826. <posy>190</posy>
  827. <width>180</width>
  828. <height>20</height>
  829. <font>font12</font>
  830. <textcolor>white</textcolor>
  831. <shadowcolor>black</shadowcolor>
  832. <selectedcolor>selected</selectedcolor>
  833. <align>center</align>
  834. <aligny>center</aligny>
  835. <label>$INFO[ListItem.Label]</label>
  836. </control>
  837. </itemlayout>
  838. <focusedlayout height="220" width="200">
  839. <control type="image">
  840. <description>background</description>
  841. <posx>0</posx>
  842. <posy>0</posy>
  843. <width>200</width>
  844. <height>220</height>
  845. <texture border="15">RecentAddedBack.png</texture>
  846. </control>
  847. <control type="image">
  848. <posx>10</posx>
  849. <posy>10</posy>
  850. <width>180</width>
  851. <height>155</height>
  852. <aspectratio>keep</aspectratio>
  853. <texture background="true">$INFO[ListItem.Icon]</texture>
  854. <bordertexture border="5">folder-focus.png</bordertexture>
  855. <bordersize>5</bordersize>
  856. <visible>Control.HasFocus(8002)</visible>
  857. </control>
  858. <control type="image">
  859. <posx>10</posx>
  860. <posy>10</posy>
  861. <width>180</width>
  862. <height>155</height>
  863. <aspectratio>keep</aspectratio>
  864. <texture background="true">$INFO[ListItem.Icon]</texture>
  865. <bordertexture border="5">button-nofocus.png</bordertexture>
  866. <bordersize>5</bordersize>
  867. <visible>!Control.HasFocus(8002)</visible>
  868. </control>
  869. <control type="label">
  870. <posx>100</posx>
  871. <posy>170</posy>
  872. <width>180</width>
  873. <height>20</height>
  874. <font>font10</font>
  875. <textcolor>grey2</textcolor>
  876. <shadowcolor>black</shadowcolor>
  877. <selectedcolor>selected</selectedcolor>
  878. <align>center</align>
  879. <aligny>center</aligny>
  880. <label>$INFO[ListItem.Label2]</label>
  881. </control>
  882. <control type="label">
  883. <posx>100</posx>
  884. <posy>190</posy>
  885. <width>180</width>
  886. <height>20</height>
  887. <font>font12</font>
  888. <textcolor>white</textcolor>
  889. <shadowcolor>black</shadowcolor>
  890. <selectedcolor>selected</selectedcolor>
  891. <align>center</align>
  892. <aligny>center</aligny>
  893. <label>$INFO[ListItem.Label]</label>
  894. </control>
  895. <control type="label">
  896. <posx>100</posx>
  897. <posy>190</posy>
  898. <width>180</width>
  899. <height>20</height>
  900. <font>font12</font>
  901. <textcolor>blue</textcolor>
  902. <selectedcolor>selected</selectedcolor>
  903. <align>center</align>
  904. <aligny>center</aligny>
  905. <label>$INFO[ListItem.Label]</label>
  906. <visible>Control.HasFocus(8002)</visible>
  907. </control>
  908. </focusedlayout>
  909. <content>
  910. <item>
  911. <label>$INFO[Window.Property(LatestAlbum.1.Title)]</label>
  912. <label2>$INFO[Window.Property(LatestAlbum.1.Artist)]</label2>
  913. <onclick>PlayList.Clear</onclick>
  914. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.1.Path)]&quot;)</onclick>
  915. <icon>-</icon>
  916. <thumb>$INFO[Window.Property(LatestAlbum.1.Thumb)]</thumb>
  917. <visible>!IsEmpty(Window.Property(LatestAlbum.1.Title))</visible>
  918. </item>
  919. <item>
  920. <label>$INFO[Window.Property(LatestAlbum.2.Title)]</label>
  921. <label2>$INFO[Window.Property(LatestAlbum.2.Artist)]</label2>
  922. <onclick>PlayList.Clear</onclick>
  923. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.2.Path)]&quot;)</onclick>
  924. <icon>-</icon>
  925. <thumb>$INFO[Window.Property(LatestAlbum.2.Thumb)]</thumb>
  926. <visible>!IsEmpty(Window.Property(LatestAlbum.2.Title))</visible>
  927. </item>
  928. <item>
  929. <label>$INFO[Window.Property(LatestAlbum.3.Title)]</label>
  930. <label2>$INFO[Window.Property(LatestAlbum.3.Artist)]</label2>
  931. <onclick>PlayList.Clear</onclick>
  932. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.3.Path)]&quot;)</onclick>
  933. <icon>-</icon>
  934. <thumb>$INFO[Window.Property(LatestAlbum.3.Thumb)]</thumb>
  935. <visible>!IsEmpty(Window.Property(LatestAlbum.3.Title))</visible>
  936. </item>
  937. <item>
  938. <label>$INFO[Window.Property(LatestAlbum.4.Title)]</label>
  939. <label2>$INFO[Window.Property(LatestAlbum.4.Artist)]</label2>
  940. <onclick>PlayList.Clear</onclick>
  941. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.4.Path)]&quot;)</onclick>
  942. <icon>-</icon>
  943. <thumb>$INFO[Window.Property(LatestAlbum.4.Thumb)]</thumb>
  944. <visible>!IsEmpty(Window.Property(LatestAlbum.4.Title))</visible>
  945. </item>
  946. <item>
  947. <label>$INFO[Window.Property(LatestAlbum.5.Title)]</label>
  948. <label2>$INFO[Window.Property(LatestAlbum.5.Artist)]</label2>
  949. <onclick>PlayList.Clear</onclick>
  950. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.5.Path)]&quot;)</onclick>
  951. <icon>-</icon>
  952. <thumb>$INFO[Window.Property(LatestAlbum.5.Thumb)]</thumb>
  953. <visible>!IsEmpty(Window.Property(LatestAlbum.5.Title))</visible>
  954. </item>
  955. <item>
  956. <label>$INFO[Window.Property(LatestAlbum.6.Title)]</label>
  957. <label2>$INFO[Window.Property(LatestAlbum.6.Artist)]</label2>
  958. <onclick>PlayList.Clear</onclick>
  959. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.6.Path)]&quot;)</onclick>
  960. <icon>-</icon>
  961. <thumb>$INFO[Window.Property(LatestAlbum.6.Thumb)]</thumb>
  962. <visible>!IsEmpty(Window.Property(LatestAlbum.6.Title))</visible>
  963. </item>
  964. <item>
  965. <label>$INFO[Window.Property(LatestAlbum.7.Title)]</label>
  966. <label2>$INFO[Window.Property(LatestAlbum.7.Artist)]</label2>
  967. <onclick>PlayList.Clear</onclick>
  968. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.7.Path)]&quot;)</onclick>
  969. <icon>-</icon>
  970. <thumb>$INFO[Window.Property(LatestAlbum.7.Thumb)]</thumb>
  971. <visible>!IsEmpty(Window.Property(LatestAlbum.7.Title))</visible>
  972. </item>
  973. <item>
  974. <label>$INFO[Window.Property(LatestAlbum.8.Title)]</label>
  975. <label2>$INFO[Window.Property(LatestAlbum.8.Artist)]</label2>
  976. <onclick>PlayList.Clear</onclick>
  977. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.8.Path)]&quot;)</onclick>
  978. <icon>-</icon>
  979. <thumb>$INFO[Window.Property(LatestAlbum.8.Thumb)]</thumb>
  980. <visible>!IsEmpty(Window.Property(LatestAlbum.8.Title))</visible>
  981. </item>
  982. <item>
  983. <label>$INFO[Window.Property(LatestAlbum.9.Title)]</label>
  984. <label2>$INFO[Window.Property(LatestAlbum.9.Artist)]</label2>
  985. <onclick>PlayList.Clear</onclick>
  986. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.9.Path)]&quot;)</onclick>
  987. <icon>-</icon>
  988. <thumb>$INFO[Window.Property(LatestAlbum.9.Thumb)]</thumb>
  989. <visible>!IsEmpty(Window.Property(LatestAlbum.9.Title))</visible>
  990. </item>
  991. <item>
  992. <label>$INFO[Window.Property(LatestAlbum.10.Title)]</label>
  993. <label2>$INFO[Window.Property(LatestAlbum.10.Artist)]</label2>
  994. <onclick>PlayList.Clear</onclick>
  995. <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.10.Path)]&quot;)</onclick>
  996. <icon>-</icon>
  997. <thumb>$INFO[Window.Property(LatestAlbum.10.Thumb)]</thumb>
  998. <visible>!IsEmpty(Window.Property(LatestAlbum.10.Title))</visible>
  999. </item>
  1000. </content>
  1001. </control>
  1002. <control type="button">
  1003. <description>left Arrow</description>
  1004. <posx>-40</posx>
  1005. <posy>90</posy>
  1006. <width>30</width>
  1007. <height>40</height>
  1008. <texturefocus>arrow-big-left.png</texturefocus>
  1009. <texturenofocus>arrow-big-left.png</texturenofocus>
  1010. <onclick>Control.Move(8002,-1)</onclick>
  1011. <visible>Control.HasFocus(8002) + Container(8002).HasPrevious</visible>
  1012. <include>VisibleFadeEffect</include>
  1013. </control>
  1014. <control type="button">
  1015. <description>right Arrow</description>
  1016. <posx>810</posx>
  1017. <posy>90</posy>
  1018. <width>30</width>
  1019. <height>40</height>
  1020. <texturefocus>arrow-big-right.png</texturefocus>
  1021. <texturenofocus>arrow-big-right.png</texturenofocus>
  1022. <onclick>Control.Move(8002,1)</onclick>
  1023. <visible>Control.HasFocus(8002) + Container(8002).HasNext</visible>
  1024. <include>VisibleFadeEffect</include>
  1025. </control>
  1026. </control>
  1027. </control>
  1028. </include>
  1029. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement