Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.36 KB | None | 0 0
  1. <includes>
  2. <include name="HomeRecentlyAddedInfo">
  3. <control type="group">
  4. <visible>!Window.IsVisible(Favourites)</visible>
  5. <include>VisibleFadeEffect</include>
  6. <animation effect="fade" time="300" delay="1000">WindowOpen</animation>
  7. <animation effect="fade" time="200">WindowClose</animation>
  8. <control type="group">
  9. <posx>275r</posx>
  10. <posy>50</posy>
  11. <visible>Library.HasContent(Movies)</visible>
  12. <visible>[Container(9000).Hasfocus(2) + !Skin.HasSetting(HomeMenuNoMoviesButton)] | Container(9000).Hasfocus(10)</visible>
  13. <include>VisibleFadeEffect</include>
  14. <animation effect="slide" time="0" start="0,0" end="-260,0" condition="[Library.HasContent(TVShows) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuNoTVShowsButton)]]">Conditional</animation>
  15. <control type="image">
  16. <description>background</description>
  17. <posx>0</posx>
  18. <posy>0</posy>
  19. <width>250</width>
  20. <height>440</height>
  21. <texture border="10">RecentAddedback.png</texture>
  22. </control>
  23. <control type="label">
  24. <description>Title label</description>
  25. <posx>10</posx>
  26. <posy>5</posy>
  27. <height>20</height>
  28. <width>230</width>
  29. <label>31323</label>
  30. <align>left</align>
  31. <aligny>center</aligny>
  32. <font>font12_title</font>
  33. <textcolor>white</textcolor>
  34. <shadowcolor>black</shadowcolor>
  35. </control>
  36. <control type="image">
  37. <description>Main Icon -3</description>
  38. <posx>165</posx>
  39. <posy>60</posy>
  40. <width>75</width>
  41. <height>110</height>
  42. <aspectratio align="left">keep</aspectratio>
  43. <texture background="true">$INFO[Container(8000).ListItem(3).Thumb]</texture>
  44. <bordertexture border="8">ThumbShadow.png</bordertexture>
  45. <bordersize>8</bordersize>
  46. </control>
  47. <control type="image">
  48. <description>Main Icon -2</description>
  49. <posx>130</posx>
  50. <posy>50</posy>
  51. <width>86</width>
  52. <height>130</height>
  53. <aspectratio align="left">keep</aspectratio>
  54. <texture background="true">$INFO[Container(8000).ListItem(2).Thumb]</texture>
  55. <bordertexture border="8">ThumbShadow.png</bordertexture>
  56. <bordersize>8</bordersize>
  57. </control>
  58. <control type="image">
  59. <description>Main Icon -1</description>
  60. <posx>80</posx>
  61. <posy>40</posy>
  62. <width>100</width>
  63. <height>150</height>
  64. <aspectratio align="left">keep</aspectratio>
  65. <texture background="true">$INFO[Container(8000).ListItem(1).Thumb]</texture>
  66. <bordertexture border="8">ThumbShadow.png</bordertexture>
  67. <bordersize>8</bordersize>
  68. </control>
  69. <control type="image">
  70. <description>Main Icon</description>
  71. <posx>10</posx>
  72. <posy>25</posy>
  73. <width>120</width>
  74. <height>180</height>
  75. <aspectratio align="left">keep</aspectratio>
  76. <texture background="true">$INFO[Container(8000).ListItem.Thumb]</texture>
  77. <bordertexture border="8">ThumbShadow.png</bordertexture>
  78. <bordersize>8</bordersize>
  79. </control>
  80. <control type="list" id="8000">
  81. <posx>0</posx>
  82. <posy>200</posy>
  83. <width>250</width>
  84. <height>230</height>
  85. <onleft>9000</onleft>
  86. <onright>8001</onright>
  87. <onup>8000</onup>
  88. <ondown>8000</ondown>
  89. <viewtype label="535">list</viewtype>
  90. <pagecontrol>-</pagecontrol>
  91. <scrolltime>0</scrolltime>
  92. <itemlayout height="23" width="230">
  93. <control type="label">
  94. <posx>10</posx>
  95. <posy>0</posy>
  96. <width>230</width>
  97. <height>23</height>
  98. <font>font12</font>
  99. <textcolor>white</textcolor>
  100. <shadowcolor>black</shadowcolor>
  101. <selectedcolor>selected</selectedcolor>
  102. <align>left</align>
  103. <aligny>center</aligny>
  104. <label>$INFO[ListItem.Label]</label>
  105. </control>
  106. </itemlayout>
  107. <focusedlayout height="23" width="230">
  108. <control type="image">
  109. <posx>0</posx>
  110. <posy>0</posy>
  111. <width>250</width>
  112. <height>23</height>
  113. <texture border="0,2,0,2">MenuItemFO.png</texture>
  114. <visible>Control.HasFocus(8000)</visible>
  115. <include>VisibleFadeEffect</include>
  116. </control>
  117. <control type="label">
  118. <posx>10</posx>
  119. <posy>0</posy>
  120. <width>230</width>
  121. <height>23</height>
  122. <font>font12</font>
  123. <textcolor>white</textcolor>
  124. <shadowcolor>black</shadowcolor>
  125. <selectedcolor>selected</selectedcolor>
  126. <align>left</align>
  127. <aligny>center</aligny>
  128. <label>$INFO[ListItem.Label]</label>
  129. </control>
  130. </focusedlayout>
  131. <content>
  132. <item id="1">
  133. <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
  134. <label2></label2>
  135. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.1.Path)])</onclick>
  136. <icon>-</icon>
  137. <thumb>$INFO[Window.Property(LatestMovie.1.Thumb)]</thumb>
  138. </item>
  139. <item id="2">
  140. <label>$INFO[Window.Property(LatestMovie.2.Title)]</label>
  141. <label2></label2>
  142. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.2.Path)])</onclick>
  143. <icon>-</icon>
  144. <thumb>$INFO[Window.Property(LatestMovie.2.Thumb)]</thumb>
  145. </item>
  146. <item id="3">
  147. <label>$INFO[Window.Property(LatestMovie.3.Title)]</label>
  148. <label2></label2>
  149. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.3.Path)])</onclick>
  150. <icon>-</icon>
  151. <thumb>$INFO[Window.Property(LatestMovie.3.Thumb)]</thumb>
  152. </item>
  153. <item id="4">
  154. <label>$INFO[Window.Property(LatestMovie.4.Title)]</label>
  155. <label2></label2>
  156. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.4.Path)])</onclick>
  157. <icon>-</icon>
  158. <thumb>$INFO[Window.Property(LatestMovie.4.Thumb)]</thumb>
  159. </item>
  160. <item id="5">
  161. <label>$INFO[Window.Property(LatestMovie.5.Title)]</label>
  162. <label2></label2>
  163. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.5.Path)])</onclick>
  164. <icon>-</icon>
  165. <thumb>$INFO[Window.Property(LatestMovie.5.Thumb)]</thumb>
  166. </item>
  167. <item id="6">
  168. <label>$INFO[Window.Property(LatestMovie.6.Title)]</label>
  169. <label2></label2>
  170. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.6.Path)])</onclick>
  171. <icon>-</icon>
  172. <thumb>$INFO[Window.Property(LatestMovie.6.Thumb)]</thumb>
  173. </item>
  174. <item id="7">
  175. <label>$INFO[Window.Property(LatestMovie.7.Title)]</label>
  176. <label2></label2>
  177. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.7.Path)])</onclick>
  178. <icon>-</icon>
  179. <thumb>$INFO[Window.Property(LatestMovie.7.Thumb)]</thumb>
  180. </item>
  181. <item id="8">
  182. <label>$INFO[Window.Property(LatestMovie.8.Title)]</label>
  183. <label2></label2>
  184. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.8.Path)])</onclick>
  185. <icon>-</icon>
  186. <thumb>$INFO[Window.Property(LatestMovie.8.Thumb)]</thumb>
  187. </item>
  188. <item id="9">
  189. <label>$INFO[Window.Property(LatestMovie.9.Title)]</label>
  190. <label2></label2>
  191. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.9.Path)])</onclick>
  192. <icon>-</icon>
  193. <thumb>$INFO[Window.Property(LatestMovie.9.Thumb)]</thumb>
  194. </item>
  195. <item id="10">
  196. <label>$INFO[Window.Property(LatestMovie.10.Title)]</label>
  197. <label2></label2>
  198. <onclick>PlayMedia($INFO[Window.Property(LatestMovie.10.Path)])</onclick>
  199. <icon>-</icon>
  200. <thumb>$INFO[Window.Property(LatestMovie.10.Thumb)]</thumb>
  201. </item>
  202. </content>
  203. </control>
  204.  
  205.  
  206.  
  207. </control>
  208. </control>
  209.  
  210. <control type="group">
  211. <visible>!Window.IsVisible(Favourites)</visible>
  212. <include>VisibleFadeEffect</include>
  213. <animation effect="fade" time="300" delay="1000">WindowOpen</animation>
  214. <animation effect="fade" time="200">WindowClose</animation>
  215.  
  216.  
  217.  
  218.  
  219. <control type="group">
  220. <posx>550r</posx>
  221. <posy>50</posy>
  222. <visible>Library.HasContent(MusicVideos)</visible>
  223. <visible>[Container(9000).Hasfocus(2) + !Skin.HasSetting(HomeMenuNoMoviesButton)] | Container(9000).Hasfocus(12)</visible>
  224. <include>VisibleFadeEffect</include>
  225. <animation effect="slide" time="0" start="0,0" end="-260,0" condition="[Library.HasContent(TVShows) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuMusicVideosButton)]]">Conditional</animation>
  226. <control type="image">
  227. <description>background</description>
  228. <posx>0</posx>
  229. <posy>0</posy>
  230. <width>260</width>
  231. <height>330</height>
  232. <texture border="15">RecentAddedBack.png</texture>
  233. </control>
  234. <control type="label">
  235. <description>Title label</description>
  236. <posx>10</posx>
  237. <posy>8</posy>
  238. <height>20</height>
  239. <width>240</width>
  240. <label>31323</label>
  241. <align>center</align>
  242. <aligny>center</aligny>
  243. <font>font12_title</font>
  244. <textcolor>white</textcolor>
  245. <shadowcolor>black</shadowcolor>
  246. </control>
  247. <control type="image">
  248. <description>Main Icon -3</description>
  249. <posx>170</posx>
  250. <posy>65</posy>
  251. <width>75</width>
  252. <height>110</height>
  253. <aspectratio align="left">keep</aspectratio>
  254. <texture background="true">$INFO[Window.Property(LatestMusicVideo.4.Thumb)]</texture>
  255. <bordertexture border="8">ThumbShadow.png</bordertexture>
  256. <bordersize>8</bordersize>
  257. </control>
  258. <control type="image">
  259. <description>Main Icon -2</description>
  260. <posx>135</posx>
  261. <posy>55</posy>
  262. <width>86</width>
  263. <height>130</height>
  264. <aspectratio align="left">keep</aspectratio>
  265. <texture background="true">$INFO[Window.Property(LatestMusicVideo.3.Thumb)]</texture>
  266. <bordertexture border="8">ThumbShadow.png</bordertexture>
  267. <bordersize>8</bordersize>
  268. </control>
  269. <control type="image">
  270. <description>Main Icon -1</description>
  271. <posx>85</posx>
  272. <posy>45</posy>
  273. <width>100</width>
  274. <height>150</height>
  275. <aspectratio align="left">keep</aspectratio>
  276. <texture background="true">$INFO[Window.Property(LatestMusicVideo.2.Thumb)]</texture>
  277. <bordertexture border="8">ThumbShadow.png</bordertexture>
  278. <bordersize>8</bordersize>
  279. </control>
  280. <control type="image">
  281. <description>Main Icon</description>
  282. <posx>15</posx>
  283. <posy>30</posy>
  284. <width>120</width>
  285. <height>180</height>
  286. <aspectratio align="left">keep</aspectratio>
  287. <texture background="true">$INFO[Window.Property(LatestMusicVideo.1.Thumb)]</texture>
  288. <bordertexture border="8">ThumbShadow.png</bordertexture>
  289. <bordersize>8</bordersize>
  290. </control>
  291. <control type="list" id="8000">
  292. <posx>10</posx>
  293. <posy>208</posy>
  294. <width>240</width>
  295. <height>114</height>
  296. <onleft>9000</onleft>
  297. <onright>8001</onright>
  298. <onup>8000</onup>
  299. <ondown>8000</ondown>
  300. <viewtype label="535">list</viewtype>
  301. <pagecontrol>-</pagecontrol>
  302. <scrolltime>0</scrolltime>
  303. <itemlayout height="28" width="240">
  304. <control type="image">
  305. <posx>0</posx>
  306. <posy>0</posy>
  307. <width>240</width>
  308. <height>29</height>
  309. <texture border="0,2,0,2">MenuItemNF.png</texture>
  310. </control>
  311. <control type="label">
  312. <posx>5</posx>
  313. <posy>0</posy>
  314. <width>230</width>
  315. <height>28</height>
  316. <font>font12</font>
  317. <textcolor>white</textcolor>
  318. <shadowcolor>black</shadowcolor>
  319. <selectedcolor>selected</selectedcolor>
  320. <align>left</align>
  321. <aligny>center</aligny>
  322. <label>$INFO[ListItem.Label]</label>
  323. </control>
  324. </itemlayout>
  325. <focusedlayout height="28" width="240">
  326. <control type="image">
  327. <posx>0</posx>
  328. <posy>0</posy>
  329. <width>240</width>
  330. <height>29</height>
  331. <texture border="0,2,0,2">MenuItemNF.png</texture>
  332. <visible>!Control.HasFocus(8000)</visible>
  333. </control>
  334. <control type="image">
  335. <posx>0</posx>
  336. <posy>0</posy>
  337. <width>240</width>
  338. <height>28</height>
  339. <texture border="0,2,0,2">MenuItemFO.png</texture>
  340. <visible>Control.HasFocus(8000)</visible>
  341. <include>VisibleFadeEffect</include>
  342. </control>
  343. <control type="label">
  344. <posx>5</posx>
  345. <posy>0</posy>
  346. <width>230</width>
  347. <height>28</height>
  348. <font>font12</font>
  349. <textcolor>white</textcolor>
  350. <shadowcolor>black</shadowcolor>
  351. <selectedcolor>selected</selectedcolor>
  352. <align>left</align>
  353. <aligny>center</aligny>
  354. <label>$INFO[ListItem.Label]</label>
  355. </control>
  356. </focusedlayout>
  357. <content>
  358. <item id="1">
  359. <label>$INFO[Window.Property(LatestMusicVideo.1.Title)]</label>
  360. <label2></label2>
  361. <onclick>PlayMedia($ESCINFO[Window.Property(LatestMusicVideo.1.Path)])</onclick>
  362. <icon>-</icon>
  363. <thumb>-</thumb>
  364. </item>
  365. <item id="2">
  366. <label>$INFO[Window.Property(LatestMusicVideo.2.Title)]</label>
  367. <label2></label2>
  368. <onclick>PlayMedia($ESCINFO[Window.Property(LatestMusicVideo.2.Path)])</onclick>
  369. <icon>-</icon>
  370. <thumb>-</thumb>
  371. </item>
  372. <item id="3">
  373. <label>$INFO[Window.Property(LatestMusicVideo.3.Title)]</label>
  374. <label2></label2>
  375. <onclick>PlayMedia($ESCINFO[Window.Property(LatestMusicVideo.3.Path)])</onclick>
  376. <icon>-</icon>
  377. <thumb>-</thumb>
  378. </item>
  379. <item id="4">
  380. <label>$INFO[Window.Property(LatestMusicVideo.4.Title)]</label>
  381. <label2></label2>
  382. <onclick>PlayMedia($ESCINFO[Window.Property(LatestMusicVideo.4.Path)])</onclick>
  383. <icon>-</icon>
  384. <thumb>-</thumb>
  385. </item>
  386. </content>
  387. </control>
  388. </control>
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419. <control type="group">
  420. <posx>275r</posx>
  421. <posy>50</posy>
  422. <visible>Library.HasContent(TVShows)</visible>
  423. <visible>[Container(9000).Hasfocus(2) + !Skin.HasSetting(HomeMenuNoTVShowsButton)] | Container(9000).Hasfocus(11)</visible>
  424. <include>VisibleFadeEffect</include>
  425. <control type="image">
  426. <description>background</description>
  427. <posx>0</posx>
  428. <posy>0</posy>
  429. <width>250</width>
  430. <height>440</height>
  431. <texture border="10">RecentAddedback.png</texture>
  432. </control>
  433. <control type="label">
  434. <description>Title label</description>
  435. <posx>10</posx>
  436. <posy>5</posy>
  437. <height>20</height>
  438. <width>230</width>
  439. <label>31324</label>
  440. <align>left</align>
  441. <aligny>center</aligny>
  442. <font>font12_title</font>
  443. <textcolor>white</textcolor>
  444. <shadowcolor>black</shadowcolor>
  445. </control>
  446. <control type="image">
  447. <description>Main Icon</description>
  448. <posx>10</posx>
  449. <posy>30</posy>
  450. <width>230</width>
  451. <height>120</height>
  452. <aspectratio>keep</aspectratio>
  453. <texture background="true">$INFO[Window.Property(LatestEpisode.1.Thumb)]</texture>
  454. <visible>!Control.HasFocus(8001)</visible>
  455. <include>VisibleFadeEffect</include>
  456. </control>
  457. <control type="image">
  458. <description>Main Icon</description>
  459. <posx>10</posx>
  460. <posy>30</posy>
  461. <width>230</width>
  462. <height>120</height>
  463. <aspectratio>keep</aspectratio>
  464. <fadetime>200</fadetime>
  465. <texture background="true">$INFO[Container(8001).ListItem.Thumb]</texture>
  466. <visible>Control.HasFocus(8001)</visible>
  467. <include>VisibleFadeEffect</include>
  468. </control>
  469. <control type="list" id="8001">
  470. <posx>0</posx>
  471. <posy>155</posy>
  472. <width>250</width>
  473. <height>400</height>
  474. <onleft>8000</onleft>
  475. <onright>8001</onright>
  476. <onup>8001</onup>
  477. <ondown>8001</ondown>
  478. <viewtype label="535">list</viewtype>
  479. <pagecontrol>-</pagecontrol>
  480. <scrolltime>0</scrolltime>
  481. <itemlayout height="34" width="230">
  482. <control type="label">
  483. <posx>10</posx>
  484. <posy>2</posy>
  485. <width>230</width>
  486. <height>10</height>
  487. <font>font10</font>
  488. <textcolor>grey</textcolor>
  489. <shadowcolor>black</shadowcolor>
  490. <selectedcolor>selected</selectedcolor>
  491. <align>left</align>
  492. <aligny>center</aligny>
  493. <label>$INFO[ListItem.Label2]</label>
  494. </control>
  495. <control type="label">
  496. <posx>10</posx>
  497. <posy>12</posy>
  498. <width>230</width>
  499. <height>20</height>
  500. <font>font12</font>
  501. <textcolor>white</textcolor>
  502. <shadowcolor>black</shadowcolor>
  503. <selectedcolor>selected</selectedcolor>
  504. <align>left</align>
  505. <aligny>center</aligny>
  506. <label>$INFO[ListItem.Label]</label>
  507. </control>
  508. </itemlayout>
  509. <focusedlayout height="34" width="230">
  510. <control type="image">
  511. <posx>0</posx>
  512. <posy>0</posy>
  513. <width>250</width>
  514. <height>34</height>
  515. <texture border="0,2,0,2">MenuItemFO.png</texture>
  516. <visible>Control.HasFocus(8001)</visible>
  517. <include>VisibleFadeEffect</include>
  518. </control>
  519. <control type="label">
  520. <posx>10</posx>
  521. <posy>2</posy>
  522. <width>230</width>
  523. <height>10</height>
  524. <font>font10</font>
  525. <textcolor>grey</textcolor>
  526. <shadowcolor>black</shadowcolor>
  527. <selectedcolor>selected</selectedcolor>
  528. <align>left</align>
  529. <aligny>center</aligny>
  530. <label>$INFO[ListItem.Label2]</label>
  531. </control>
  532. <control type="label">
  533. <posx>10</posx>
  534. <posy>12</posy>
  535. <width>230</width>
  536. <height>20</height>
  537. <font>font12</font>
  538. <textcolor>white</textcolor>
  539. <shadowcolor>black</shadowcolor>
  540. <selectedcolor>selected</selectedcolor>
  541. <align>left</align>
  542. <aligny>center</aligny>
  543. <label>$INFO[ListItem.Label]</label>
  544. </control>
  545. </focusedlayout>
  546. <content>
  547. <item id="1">
  548. <label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
  549. <label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
  550. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.1.Path)])</onclick>
  551. <icon>-</icon>
  552. <thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb>
  553. </item>
  554. <item id="2">
  555. <label>$INFO[Window.Property(LatestEpisode.2.EpisodeTitle)]</label>
  556. <label2>$INFO[Window.Property(LatestEpisode.2.ShowTitle)] - $INFO[Window.Property(LatestEpisode.2.EpisodeNo)]</label2>
  557. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.2.Path)])</onclick>
  558. <icon>-</icon>
  559. <thumb>$INFO[Window.Property(LatestEpisode.2.Thumb)]</thumb>
  560. </item>
  561. <item id="3">
  562. <label>$INFO[Window.Property(LatestEpisode.3.EpisodeTitle)]</label>
  563. <label2>$INFO[Window.Property(LatestEpisode.3.ShowTitle)] - $INFO[Window.Property(LatestEpisode.3.EpisodeNo)]</label2>
  564. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.3.Path)])</onclick>
  565. <icon>-</icon>
  566. <thumb>$INFO[Window.Property(LatestEpisode.3.Thumb)]</thumb>
  567. </item>
  568. <item id="4">
  569. <label>$INFO[Window.Property(LatestEpisode.4.EpisodeTitle)]</label>
  570. <label2>$INFO[Window.Property(LatestEpisode.4.ShowTitle)] - $INFO[Window.Property(LatestEpisode.4.EpisodeNo)]</label2>
  571. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.4.Path)])</onclick>
  572. <icon>-</icon>
  573. <thumb>$INFO[Window.Property(LatestEpisode.4.Thumb)]</thumb>
  574. </item>
  575. <item id="5">
  576. <label2>$INFO[Window.Property(LatestEpisode.5.ShowTitle)] - $INFO[Window.Property(LatestEpisode.5.EpisodeNo)]</label2>
  577. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.5.Path)])</onclick>
  578. <icon>-</icon>
  579. <thumb>$INFO[Window.Property(LatestEpisode.5.Thumb)]</thumb>
  580. <label>$INFO[Window.Property(LatestEpisode.5.EpisodeTitle)]</label>
  581. </item>
  582. <item id="6">
  583. <label2>$INFO[Window.Property(LatestEpisode.6.ShowTitle)] - $INFO[Window.Property(LatestEpisode.6.EpisodeNo)]</label2>
  584. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.6.Path)])</onclick>
  585. <icon>-</icon>
  586. <thumb>$INFO[Window.Property(LatestEpisode.6.Thumb)]</thumb>
  587. <label>$INFO[Window.Property(LatestEpisode.6.EpisodeTitle)]</label>
  588. </item>
  589. <item id="7">
  590. <label2>$INFO[Window.Property(LatestEpisode.7.ShowTitle)] - $INFO[Window.Property(LatestEpisode.7.EpisodeNo)]</label2>
  591. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.7.Path)])</onclick>
  592. <icon>-</icon>
  593. <thumb>$INFO[Window.Property(LatestEpisode.7.Thumb)]</thumb>
  594. <label>$INFO[Window.Property(LatestEpisode.7.EpisodeTitle)]</label>
  595. </item>
  596. <item id="8">
  597. <label2>$INFO[Window.Property(LatestEpisode.8.ShowTitle)] - $INFO[Window.Property(LatestEpisode.8.EpisodeNo)]</label2>
  598. <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.8.Path)])</onclick>
  599. <icon>-</icon>
  600. <thumb>$INFO[Window.Property(LatestEpisode.8.Thumb)]</thumb>
  601. <label>$INFO[Window.Property(LatestEpisode.8.EpisodeTitle)]</label>
  602. </item>
  603.  
  604.  
  605. </content>
  606. </control>
  607. </control>
  608. </control>
  609. </include>
  610. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement