Advertisement
Guest User

View_50_list.xml

a guest
Sep 1st, 2016
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 101.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <includes>
  3. <!-- Video List -->
  4. <include name="VideoList">
  5. <control type="group">
  6. <visible>Control.IsVisible(50) + !Window.IsActive(addoninformation)</visible>
  7. <include>ViewAnimation</include>
  8. <control type="group">
  9. <left>100</left>
  10. <top>-40</top>
  11. <control type="image">
  12. <description>background image</description>
  13. <left>-32</left>
  14. <top>1020</top>
  15. <width>1204</width>
  16. <height>904</height>
  17. <texture border="40">panel_reflect.png</texture>
  18. </control>
  19. <control type="image">
  20. <description>background image</description>
  21. <left>-32</left>
  22. <top>148</top>
  23. <width>1204</width>
  24. <height>904</height>
  25. <texture border="40">listpanel_back.png</texture>
  26. </control>
  27. <control type="panel" id="50">
  28. <left>0</left>
  29. <top>180</top>
  30. <width>1140</width>
  31. <height>840</height>
  32. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  33. <onleft>SetFocus(9050)</onleft>
  34. <onright>60</onright>
  35. <onup>50</onup>
  36. <ondown>50</ondown>
  37. <viewtype label="535">list</viewtype>
  38. <pagecontrol>60</pagecontrol>
  39. <scrolltime tween="quadratic" easing="out">200</scrolltime>
  40. <itemlayout height="120" width="1140" condition="Container.Content(movies)">
  41. <control type="image">
  42. <top>62</top>
  43. <width>1140</width>
  44. <height>60</height>
  45. <texture border="1">separator2.png</texture>
  46. </control>
  47. <control type="image">
  48. <left>15</left>
  49. <top>8</top>
  50. <width>105</width>
  51. <height>105</height>
  52. <aspectratio>keep</aspectratio>
  53. <texture fallback="flags/studios/default-studio.png">$VAR[StudioIconVar]</texture>
  54. <colordiffuse>grey2</colordiffuse>
  55. </control>
  56. <control type="label">
  57. <left>135</left>
  58. <top>0</top>
  59. <width>790</width>
  60. <height>70</height>
  61. <font>font30</font>
  62. <textcolor>grey2</textcolor>
  63. <selectedcolor>selected</selectedcolor>
  64. <align>left</align>
  65. <aligny>center</aligny>
  66. <label>$INFO[ListItem.Label]</label>
  67. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Genre)">Conditional</animation>
  68. </control>
  69. <control type="label">
  70. <left>135</left>
  71. <top>55</top>
  72. <width>790</width>
  73. <height>60</height>
  74. <font>font15</font>
  75. <textcolor>grey3</textcolor>
  76. <selectedcolor>selected</selectedcolor>
  77. <align>left</align>
  78. <aligny>center</aligny>
  79. <label>$VAR[VideoListLabel2Var]</label>
  80. </control>
  81. <control type="image">
  82. <left>935</left>
  83. <top>46</top>
  84. <width>42</width>
  85. <height>28</height>
  86. <aspectratio>keep</aspectratio>
  87. <texture>$VAR[UnFocusHDIndicator]</texture>
  88. <colordiffuse>grey2</colordiffuse>
  89. <visible>StringCompare(ListItem.Label2,ListItem.Rating) | StringCompare(ListItem.Label2,ListItem.Year)</visible>
  90. </control>
  91. <control type="label">
  92. <width>1060</width>
  93. <height>116</height>
  94. <font>font30</font>
  95. <align>right</align>
  96. <textcolor>grey2</textcolor>
  97. <selectedcolor>selected</selectedcolor>
  98. <aligny>center</aligny>
  99. <label>$INFO[ListItem.Rating]</label>
  100. <visible>[StringCompare(ListItem.Label2,ListItem.Rating) + !Skin.HasSetting(Enable.HideRatings)] | StringCompare(Container.SortMethod,$LOCALIZE[563])</visible>
  101. </control>
  102. <control type="label">
  103. <left>5</left>
  104. <width>1060</width>
  105. <height>116</height>
  106. <font>font15</font>
  107. <align>right</align>
  108. <textcolor>grey2</textcolor>
  109. <selectedcolor>selected</selectedcolor>
  110. <aligny>center</aligny>
  111. <label>$VAR[VideoListLabelVar]</label>
  112. <visible>[!StringCompare(ListItem.Label2,ListItem.Rating) | Skin.HasSetting(Enable.HideRatings)] + !StringCompare(Container.SortMethod,$LOCALIZE[563])</visible>
  113. </control>
  114. <control type="image">
  115. <left>1076</left>
  116. <top>28</top>
  117. <width>64</width>
  118. <height>64</height>
  119. <aspectratio>keep</aspectratio>
  120. <texture>$VAR[ListItem.Overlay]</texture>
  121. </control>
  122. </itemlayout>
  123. <focusedlayout height="120" width="1140" condition="Container.Content(movies)">
  124. <control type="image">
  125. <top>62</top>
  126. <width>1140</width>
  127. <height>60</height>
  128. <texture border="1">separator2.png</texture>
  129. </control>
  130. <control type="image">
  131. <left>0</left>
  132. <top>0</top>
  133. <width>1140</width>
  134. <height>120</height>
  135. <texture border="4">listselect_fo.png</texture>
  136. <visible>Control.HasFocus(50)</visible>
  137. <include>VisibleFadeEffect</include>
  138. </control>
  139. <control type="image">
  140. <left>15</left>
  141. <top>8</top>
  142. <width>105</width>
  143. <height>105</height>
  144. <aspectratio>keep</aspectratio>
  145. <texture fallback="flags/studios/default-studio.png">$VAR[StudioIconVar]</texture>
  146. </control>
  147. <control type="label">
  148. <left>135</left>
  149. <width>790</width>
  150. <height>70</height>
  151. <font>font30</font>
  152. <textcolor>white</textcolor>
  153. <selectedcolor>selected</selectedcolor>
  154. <align>left</align>
  155. <aligny>center</aligny>
  156. <label>$INFO[ListItem.Label]</label>
  157. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Genre)">Conditional</animation>
  158. </control>
  159. <control type="label">
  160. <left>135</left>
  161. <top>55</top>
  162. <width>790</width>
  163. <height>60</height>
  164. <font>font15</font>
  165. <textcolor>white</textcolor>
  166. <selectedcolor>selected</selectedcolor>
  167. <align>left</align>
  168. <aligny>center</aligny>
  169. <label>$VAR[VideoListLabel2Var]</label>
  170. </control>
  171. <control type="image">
  172. <left>935</left>
  173. <top>46</top>
  174. <width>42</width>
  175. <height>28</height>
  176. <aspectratio>keep</aspectratio>
  177. <texture>$VAR[UnFocusHDIndicator]</texture>
  178. <visible>StringCompare(ListItem.Label2,ListItem.Rating) | StringCompare(ListItem.Label2,ListItem.Year)</visible>
  179. </control>
  180. <control type="label">
  181. <width>1060</width>
  182. <height>116</height>
  183. <font>font30</font>
  184. <align>right</align>
  185. <textcolor>white</textcolor>
  186. <selectedcolor>selected</selectedcolor>
  187. <aligny>center</aligny>
  188. <label>$INFO[ListItem.Rating]</label>
  189. <visible>[StringCompare(ListItem.Label2,ListItem.Rating) + !Skin.HasSetting(Enable.HideRatings)] | StringCompare(Container.SortMethod,$LOCALIZE[563])</visible>
  190. </control>
  191. <control type="label">
  192. <left>5</left>
  193. <width>1060</width>
  194. <height>116</height>
  195. <font>font15</font>
  196. <align>right</align>
  197. <textcolor>white</textcolor>
  198. <selectedcolor>selected</selectedcolor>
  199. <aligny>center</aligny>
  200. <label>$VAR[VideoListLabelVar]</label>
  201. <visible>[!StringCompare(ListItem.Label2,ListItem.Rating) | Skin.HasSetting(Enable.HideRatings)] + !StringCompare(Container.SortMethod,$LOCALIZE[563])</visible>
  202. </control>
  203. <control type="image">
  204. <left>1076</left>
  205. <top>28</top>
  206. <width>64</width>
  207. <height>64</height>
  208. <aspectratio>keep</aspectratio>
  209. <texture>$VAR[ListItem.Overlay]</texture>
  210. </control>
  211. </focusedlayout>
  212. <itemlayout height="120" width="1140" condition="Container.Content(episodes)">
  213. <control type="image">
  214. <top>62</top>
  215. <width>1140</width>
  216. <height>60</height>
  217. <texture border="1">separator2.png</texture>
  218. </control>
  219. <control type="image">
  220. <left>15</left>
  221. <top>8</top>
  222. <width>105</width>
  223. <height>105</height>
  224. <aspectratio>keep</aspectratio>
  225. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  226. <colordiffuse>grey2</colordiffuse>
  227. <visible>SubString(ListItem.Icon,Default,left)</visible>
  228. </control>
  229. <control type="image">
  230. <left>15</left>
  231. <top>8</top>
  232. <width>105</width>
  233. <height>105</height>
  234. <aspectratio>keep</aspectratio>
  235. <texture background="true">$INFO[ListItem.Icon]</texture>
  236. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  237. </control>
  238. <control type="label">
  239. <left>135</left>
  240. <top>0</top>
  241. <width>790</width>
  242. <height>70</height>
  243. <font>font30</font>
  244. <textcolor>grey2</textcolor>
  245. <selectedcolor>selected</selectedcolor>
  246. <align>left</align>
  247. <aligny>center</aligny>
  248. <label>$INFO[ListItem.Label]</label>
  249. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Premiered)">Conditional</animation>
  250. </control>
  251. <control type="label">
  252. <left>135</left>
  253. <top>55</top>
  254. <width>790</width>
  255. <height>60</height>
  256. <font>font15</font>
  257. <textcolor>grey3</textcolor>
  258. <selectedcolor>selected</selectedcolor>
  259. <align>left</align>
  260. <aligny>center</aligny>
  261. <label>$VAR[VideoListLabel2Var]</label>
  262. </control>
  263. <control type="image">
  264. <left>935</left>
  265. <top>46</top>
  266. <width>42</width>
  267. <height>28</height>
  268. <aspectratio>keep</aspectratio>
  269. <texture>$VAR[UnFocusHDIndicator]</texture>
  270. <colordiffuse>grey2</colordiffuse>
  271. <visible>StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  272. </control>
  273. <control type="label">
  274. <width>1060</width>
  275. <height>116</height>
  276. <font>font30</font>
  277. <align>right</align>
  278. <textcolor>grey2</textcolor>
  279. <selectedcolor>selected</selectedcolor>
  280. <aligny>center</aligny>
  281. <label>$INFO[ListItem.Label2]</label>
  282. <visible>StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  283. </control>
  284. <control type="label">
  285. <left>5</left>
  286. <width>1060</width>
  287. <height>116</height>
  288. <font>font15</font>
  289. <align>right</align>
  290. <textcolor>grey2</textcolor>
  291. <selectedcolor>selected</selectedcolor>
  292. <aligny>center</aligny>
  293. <label>$INFO[ListItem.Label2]</label>
  294. <visible>!StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  295. </control>
  296. <control type="image">
  297. <left>1076</left>
  298. <top>28</top>
  299. <width>64</width>
  300. <height>64</height>
  301. <aspectratio>keep</aspectratio>
  302. <texture>$VAR[ListItem.Overlay]</texture>
  303. </control>
  304. </itemlayout>
  305. <focusedlayout height="120" width="1140" condition="Container.Content(episodes)">
  306. <control type="image">
  307. <top>62</top>
  308. <width>1140</width>
  309. <height>60</height>
  310. <texture border="1">separator2.png</texture>
  311. </control>
  312. <control type="image">
  313. <left>0</left>
  314. <top>0</top>
  315. <width>1140</width>
  316. <height>120</height>
  317. <texture border="4">listselect_fo.png</texture>
  318. <visible>Control.HasFocus(50)</visible>
  319. <include>VisibleFadeEffect</include>
  320. </control>
  321. <control type="image">
  322. <left>15</left>
  323. <top>8</top>
  324. <width>105</width>
  325. <height>105</height>
  326. <aspectratio>keep</aspectratio>
  327. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  328. <visible>SubString(ListItem.Icon,Default,left)</visible>
  329. </control>
  330. <control type="image">
  331. <left>15</left>
  332. <top>8</top>
  333. <width>105</width>
  334. <height>105</height>
  335. <aspectratio>keep</aspectratio>
  336. <texture background="true">$INFO[ListItem.Icon]</texture>
  337. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  338. </control>
  339. <control type="label">
  340. <left>135</left>
  341. <top>0</top>
  342. <width>790</width>
  343. <height>70</height>
  344. <font>font30</font>
  345. <textcolor>white</textcolor>
  346. <selectedcolor>selected</selectedcolor>
  347. <align>left</align>
  348. <aligny>center</aligny>
  349. <label>$INFO[ListItem.Label]</label>
  350. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Premiered)">Conditional</animation>
  351. </control>
  352. <control type="label">
  353. <left>135</left>
  354. <top>55</top>
  355. <width>790</width>
  356. <height>60</height>
  357. <font>font15</font>
  358. <textcolor>white</textcolor>
  359. <selectedcolor>selected</selectedcolor>
  360. <align>left</align>
  361. <aligny>center</aligny>
  362. <label>$VAR[VideoListLabel2Var]</label>
  363. </control>
  364. <control type="image">
  365. <left>935</left>
  366. <top>46</top>
  367. <width>42</width>
  368. <height>28</height>
  369. <aspectratio>keep</aspectratio>
  370. <texture>$VAR[UnFocusHDIndicator]</texture>
  371. <visible>StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  372. </control>
  373. <control type="label">
  374. <width>1060</width>
  375. <height>116</height>
  376. <font>font30</font>
  377. <align>right</align>
  378. <textcolor>white</textcolor>
  379. <selectedcolor>selected</selectedcolor>
  380. <aligny>center</aligny>
  381. <label>$INFO[ListItem.Label2]</label>
  382. <visible>StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  383. </control>
  384. <control type="label">
  385. <left>5</left>
  386. <width>1060</width>
  387. <height>116</height>
  388. <font>font15</font>
  389. <align>right</align>
  390. <textcolor>white</textcolor>
  391. <selectedcolor>selected</selectedcolor>
  392. <aligny>center</aligny>
  393. <label>$INFO[ListItem.Label2]</label>
  394. <visible>!StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  395. </control>
  396. <control type="image">
  397. <left>1076</left>
  398. <top>28</top>
  399. <width>64</width>
  400. <height>64</height>
  401. <aspectratio>keep</aspectratio>
  402. <texture>$VAR[ListItem.Overlay]</texture>
  403. </control>
  404. </focusedlayout>
  405. <itemlayout height="120" width="1140" condition="Container.Content(tvshows)">
  406. <control type="image">
  407. <top>62</top>
  408. <width>1140</width>
  409. <height>60</height>
  410. <texture border="1">separator2.png</texture>
  411. </control>
  412. <control type="image">
  413. <left>15</left>
  414. <top>8</top>
  415. <width>105</width>
  416. <height>105</height>
  417. <aspectratio>keep</aspectratio>
  418. <texture fallback="flags/studios/default-studio.png">$VAR[StudioIconVar]</texture>
  419. <colordiffuse>grey2</colordiffuse>
  420. </control>
  421. <control type="label">
  422. <left>135</left>
  423. <top>0</top>
  424. <width>790</width>
  425. <height>70</height>
  426. <font>font30</font>
  427. <textcolor>grey2</textcolor>
  428. <selectedcolor>selected</selectedcolor>
  429. <align>left</align>
  430. <aligny>center</aligny>
  431. <label>$INFO[ListItem.Label]</label>
  432. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Genre)">Conditional</animation>
  433. </control>
  434. <control type="label">
  435. <left>135</left>
  436. <top>55</top>
  437. <width>790</width>
  438. <height>60</height>
  439. <font>font15</font>
  440. <textcolor>grey3</textcolor>
  441. <selectedcolor>selected</selectedcolor>
  442. <align>left</align>
  443. <aligny>center</aligny>
  444. <label>$VAR[VideoListLabel2Var]</label>
  445. </control>
  446. <control type="label">
  447. <width>1060</width>
  448. <height>116</height>
  449. <font>font15</font>
  450. <align>right</align>
  451. <textcolor>grey2</textcolor>
  452. <selectedcolor>selected</selectedcolor>
  453. <aligny>center</aligny>
  454. <label>$INFO[ListItem.Label2]</label>
  455. </control>
  456. <control type="image">
  457. <left>1076</left>
  458. <top>28</top>
  459. <width>64</width>
  460. <height>64</height>
  461. <aspectratio>keep</aspectratio>
  462. <texture>$VAR[ListItem.Overlay]</texture>
  463. </control>
  464. <control type="group">
  465. <description>Unwatched episodes</description>
  466. <left>1076</left>
  467. <top>0</top>
  468. <control type="image">
  469. <left>0</left>
  470. <top>28</top>
  471. <width>64</width>
  472. <height>64</height>
  473. <texture>overlays/list/OverlayUnWatched.png</texture>
  474. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0) + IsEmpty(ListItem.Overlay)</visible>
  475. </control>
  476. <control type="label">
  477. <left>-18</left>
  478. <top>0</top>
  479. <width>100</width>
  480. <height>120</height>
  481. <font>font12_title</font>
  482. <align>center</align>
  483. <aligny>center</aligny>
  484. <label>$VAR[ListOverlayEpisodesVar]</label>
  485. <textcolor>grey3</textcolor>
  486. <textoffsetx>18</textoffsetx>
  487. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
  488. </control>
  489. </control>
  490. </itemlayout>
  491. <focusedlayout height="120" width="1140" condition="Container.Content(tvshows)">
  492. <control type="image">
  493. <top>62</top>
  494. <width>1140</width>
  495. <height>60</height>
  496. <texture border="1">separator2.png</texture>
  497. </control>
  498. <control type="image">
  499. <left>0</left>
  500. <top>0</top>
  501. <width>1140</width>
  502. <height>120</height>
  503. <texture border="4">listselect_fo.png</texture>
  504. <visible>Control.HasFocus(50)</visible>
  505. <include>VisibleFadeEffect</include>
  506. </control>
  507. <control type="image">
  508. <left>15</left>
  509. <top>8</top>
  510. <width>105</width>
  511. <height>105</height>
  512. <aspectratio>keep</aspectratio>
  513. <texture fallback="flags/studios/default-studio.png">$VAR[StudioIconVar]</texture>
  514. </control>
  515. <control type="label">
  516. <left>135</left>
  517. <top>0</top>
  518. <width>790</width>
  519. <height>70</height>
  520. <font>font30</font>
  521. <textcolor>white</textcolor>
  522. <selectedcolor>selected</selectedcolor>
  523. <align>left</align>
  524. <aligny>center</aligny>
  525. <label>$INFO[ListItem.Label]</label>
  526. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Genre)">Conditional</animation>
  527. </control>
  528. <control type="label">
  529. <left>135</left>
  530. <top>55</top>
  531. <width>790</width>
  532. <height>60</height>
  533. <font>font15</font>
  534. <textcolor>white</textcolor>
  535. <selectedcolor>selected</selectedcolor>
  536. <align>left</align>
  537. <aligny>center</aligny>
  538. <label>$VAR[VideoListLabel2Var]</label>
  539. </control>
  540. <control type="label">
  541. <width>1060</width>
  542. <height>116</height>
  543. <font>font15</font>
  544. <align>right</align>
  545. <textcolor>white</textcolor>
  546. <selectedcolor>selected</selectedcolor>
  547. <aligny>center</aligny>
  548. <label>$INFO[ListItem.Label2]</label>
  549. </control>
  550. <control type="image">
  551. <left>1076</left>
  552. <top>28</top>
  553. <width>64</width>
  554. <height>64</height>
  555. <aspectratio>keep</aspectratio>
  556. <texture>$VAR[ListItem.Overlay]</texture>
  557. </control>
  558. <control type="group">
  559. <description>Unwatched episodes</description>
  560. <left>1076</left>
  561. <top>0</top>
  562. <control type="image">
  563. <left>0</left>
  564. <top>28</top>
  565. <width>64</width>
  566. <height>64</height>
  567. <texture>overlays/list/OverlayUnWatched.png</texture>
  568. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0) + IsEmpty(ListItem.Overlay)</visible>
  569. </control>
  570. <control type="label">
  571. <left>-18</left>
  572. <top>0</top>
  573. <width>100</width>
  574. <height>120</height>
  575. <font>font12_title</font>
  576. <align>center</align>
  577. <aligny>center</aligny>
  578. <label>$VAR[ListOverlayEpisodesVar]</label>
  579. <textcolor>white</textcolor>
  580. <textoffsetx>18</textoffsetx>
  581. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
  582. </control>
  583. </control>
  584. </focusedlayout>
  585. <itemlayout height="120" width="1140" condition="Container.Content(seasons)">
  586. <control type="image">
  587. <top>62</top>
  588. <width>1140</width>
  589. <height>60</height>
  590. <texture border="1">separator2.png</texture>
  591. </control>
  592. <control type="image">
  593. <left>15</left>
  594. <top>8</top>
  595. <width>105</width>
  596. <height>105</height>
  597. <aspectratio>keep</aspectratio>
  598. <texture background="true">$INFO[ListItem.Icon]</texture>
  599. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  600. </control>
  601. <control type="image">
  602. <left>15</left>
  603. <top>8</top>
  604. <width>105</width>
  605. <height>105</height>
  606. <aspectratio>keep</aspectratio>
  607. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  608. <colordiffuse>grey2</colordiffuse>
  609. <visible>SubString(ListItem.Icon,Default,left)</visible>
  610. </control>
  611. <control type="label">
  612. <left>135</left>
  613. <width>960</width>
  614. <height>120</height>
  615. <font>font30</font>
  616. <textcolor>grey2</textcolor>
  617. <selectedcolor>selected</selectedcolor>
  618. <align>left</align>
  619. <aligny>center</aligny>
  620. <label>$INFO[ListItem.Label]</label>
  621. </control>
  622. <control type="label">
  623. <width>1060</width>
  624. <height>116</height>
  625. <font>font15</font>
  626. <align>right</align>
  627. <textcolor>grey2</textcolor>
  628. <selectedcolor>selected</selectedcolor>
  629. <aligny>center</aligny>
  630. <label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[20453]]</label>
  631. </control>
  632. <control type="image">
  633. <left>1076</left>
  634. <top>28</top>
  635. <width>64</width>
  636. <height>64</height>
  637. <aspectratio>keep</aspectratio>
  638. <texture>$VAR[ListItem.Overlay]</texture>
  639. </control>
  640. <control type="group">
  641. <description>Unwatched episodes</description>
  642. <left>1076</left>
  643. <top>0</top>
  644. <control type="image">
  645. <left>0</left>
  646. <top>28</top>
  647. <width>64</width>
  648. <height>64</height>
  649. <texture>overlays/list/OverlayUnWatched.png</texture>
  650. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0) + IsEmpty(ListItem.Overlay)</visible>
  651. </control>
  652. <control type="label">
  653. <left>-18</left>
  654. <top>0</top>
  655. <width>100</width>
  656. <height>120</height>
  657. <font>font12_title</font>
  658. <align>center</align>
  659. <aligny>center</aligny>
  660. <label>$VAR[ListOverlayEpisodesVar]</label>
  661. <textcolor>grey3</textcolor>
  662. <textoffsetx>18</textoffsetx>
  663. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
  664. </control>
  665. </control>
  666. </itemlayout>
  667. <focusedlayout height="120" width="1140" condition="Container.Content(seasons)">
  668. <control type="image">
  669. <top>62</top>
  670. <width>1140</width>
  671. <height>60</height>
  672. <texture border="1">separator2.png</texture>
  673. </control>
  674. <control type="image">
  675. <left>0</left>
  676. <top>0</top>
  677. <width>1140</width>
  678. <height>120</height>
  679. <texture border="4">listselect_fo.png</texture>
  680. <visible>Control.HasFocus(50)</visible>
  681. <include>VisibleFadeEffect</include>
  682. </control>
  683. <control type="image">
  684. <left>15</left>
  685. <top>8</top>
  686. <width>105</width>
  687. <height>105</height>
  688. <aspectratio>keep</aspectratio>
  689. <texture background="true">$INFO[ListItem.Icon]</texture>
  690. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  691. </control>
  692. <control type="image">
  693. <left>15</left>
  694. <top>8</top>
  695. <width>105</width>
  696. <height>105</height>
  697. <aspectratio>keep</aspectratio>
  698. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  699. <visible>SubString(ListItem.Icon,Default,left)</visible>
  700. </control>
  701. <control type="label">
  702. <left>135</left>
  703. <width>960</width>
  704. <height>120</height>
  705. <font>font30</font>
  706. <textcolor>white</textcolor>
  707. <selectedcolor>selected</selectedcolor>
  708. <align>left</align>
  709. <aligny>center</aligny>
  710. <label>$INFO[ListItem.Label]</label>
  711. </control>
  712. <control type="label">
  713. <width>1060</width>
  714. <height>116</height>
  715. <font>font15</font>
  716. <align>right</align>
  717. <textcolor>white</textcolor>
  718. <selectedcolor>selected</selectedcolor>
  719. <aligny>center</aligny>
  720. <label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[20453]]</label>
  721. </control>
  722. <control type="image">
  723. <left>1076</left>
  724. <top>28</top>
  725. <width>64</width>
  726. <height>64</height>
  727. <aspectratio>keep</aspectratio>
  728. <texture>$VAR[ListItem.Overlay]</texture>
  729. </control>
  730. <control type="group">
  731. <description>Unwatched episodes</description>
  732. <left>1076</left>
  733. <top>0</top>
  734. <control type="image">
  735. <left>0</left>
  736. <top>28</top>
  737. <width>64</width>
  738. <height>64</height>
  739. <texture>overlays/list/OverlayUnWatched.png</texture>
  740. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0) + IsEmpty(ListItem.Overlay)</visible>
  741. </control>
  742. <control type="label">
  743. <left>-18</left>
  744. <top>0</top>
  745. <width>100</width>
  746. <height>120</height>
  747. <font>font12_title</font>
  748. <align>center</align>
  749. <aligny>center</aligny>
  750. <label>$VAR[ListOverlayEpisodesVar]</label>
  751. <textcolor>white</textcolor>
  752. <textoffsetx>18</textoffsetx>
  753. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
  754. </control>
  755. </control>
  756. </focusedlayout>
  757. <itemlayout height="120" width="1140" condition="Container.Content(addons)">
  758. <control type="image">
  759. <top>60</top>
  760. <width>1140</width>
  761. <height>60</height>
  762. <texture border="1">separator2.png</texture>
  763. </control>
  764. <control type="image">
  765. <left>15</left>
  766. <top>8</top>
  767. <width>105</width>
  768. <height>105</height>
  769. <aspectratio>keep</aspectratio>
  770. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  771. <colordiffuse>grey2</colordiffuse>
  772. <visible>SubString(ListItem.Icon,Default,left)</visible>
  773. </control>
  774. <control type="image">
  775. <left>15</left>
  776. <top>8</top>
  777. <width>105</width>
  778. <height>105</height>
  779. <aspectratio>keep</aspectratio>
  780. <texture background="true">$INFO[ListItem.Icon]</texture>
  781. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  782. </control>
  783. <control type="label">
  784. <left>135</left>
  785. <width>905</width>
  786. <height>70</height>
  787. <font>font30</font>
  788. <textcolor>grey2</textcolor>
  789. <selectedcolor>selected</selectedcolor>
  790. <align>left</align>
  791. <aligny>center</aligny>
  792. <label>$INFO[ListItem.Label]</label>
  793. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  794. </control>
  795. <control type="label">
  796. <left>135</left>
  797. <top>50</top>
  798. <width>905</width>
  799. <height>60</height>
  800. <font>font15</font>
  801. <textcolor>grey3</textcolor>
  802. <selectedcolor>selected</selectedcolor>
  803. <align>left</align>
  804. <aligny>center</aligny>
  805. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  806. </control>
  807. <control type="label">
  808. <left>60</left>
  809. <width>1060</width>
  810. <height>120</height>
  811. <font>font15</font>
  812. <align>right</align>
  813. <textcolor>grey2</textcolor>
  814. <selectedcolor>selected</selectedcolor>
  815. <aligny>center</aligny>
  816. <label>$INFO[ListItem.Label2]</label>
  817. </control>
  818. </itemlayout>
  819. <focusedlayout height="120" width="1140" condition="Container.Content(addons)">
  820. <control type="image">
  821. <top>60</top>
  822. <width>1140</width>
  823. <height>60</height>
  824. <texture border="1">separator2.png</texture>
  825. </control>
  826. <control type="image">
  827. <left>0</left>
  828. <top>0</top>
  829. <width>1140</width>
  830. <height>120</height>
  831. <texture border="4">listselect_fo.png</texture>
  832. <visible>Control.HasFocus(50)</visible>
  833. <include>VisibleFadeEffect</include>
  834. </control>
  835. <control type="image">
  836. <left>15</left>
  837. <top>8</top>
  838. <width>105</width>
  839. <height>105</height>
  840. <aspectratio>keep</aspectratio>
  841. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  842. <visible>SubString(ListItem.Icon,Default,left)</visible>
  843. </control>
  844. <control type="image">
  845. <left>15</left>
  846. <top>8</top>
  847. <width>105</width>
  848. <height>105</height>
  849. <aspectratio>keep</aspectratio>
  850. <texture background="true">$INFO[ListItem.Icon]</texture>
  851. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  852. </control>
  853. <control type="label">
  854. <left>135</left>
  855. <width>905</width>
  856. <height>70</height>
  857. <font>font30</font>
  858. <textcolor>white</textcolor>
  859. <selectedcolor>selected</selectedcolor>
  860. <align>left</align>
  861. <aligny>center</aligny>
  862. <label>$INFO[ListItem.Label]</label>
  863. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  864. </control>
  865. <control type="label">
  866. <left>135</left>
  867. <top>50</top>
  868. <width>905</width>
  869. <height>60</height>
  870. <font>font15</font>
  871. <textcolor>white</textcolor>
  872. <selectedcolor>selected</selectedcolor>
  873. <align>left</align>
  874. <aligny>center</aligny>
  875. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  876. </control>
  877. <control type="label">
  878. <left>60</left>
  879. <width>1060</width>
  880. <height>120</height>
  881. <font>font15</font>
  882. <align>right</align>
  883. <textcolor>white</textcolor>
  884. <selectedcolor>selected</selectedcolor>
  885. <aligny>center</aligny>
  886. <label>$INFO[ListItem.Label2]</label>
  887. </control>
  888. </focusedlayout>
  889. <itemlayout height="120" width="1140" condition="![Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(addons) | Container.Content(seasons)]">
  890. <control type="image">
  891. <top>62</top>
  892. <width>1140</width>
  893. <height>60</height>
  894. <texture border="1">separator2.png</texture>
  895. </control>
  896. <control type="image">
  897. <left>15</left>
  898. <top>8</top>
  899. <width>105</width>
  900. <height>105</height>
  901. <aspectratio>keep</aspectratio>
  902. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  903. <colordiffuse>grey2</colordiffuse>
  904. <visible>SubString(ListItem.Icon,Default,left) + !Container.Content(studios)</visible>
  905. </control>
  906. <control type="image">
  907. <left>15</left>
  908. <top>8</top>
  909. <width>105</width>
  910. <height>105</height>
  911. <aspectratio>keep</aspectratio>
  912. <texture fallback="flags/studios/default-studio.png">$INFO[ListItem.Label,flags/studios/,.png]</texture>
  913. <colordiffuse>grey2</colordiffuse>
  914. <visible>SubString(ListItem.Icon,Default,left) + Container.Content(studios)</visible>
  915. </control>
  916. <control type="image">
  917. <left>15</left>
  918. <top>8</top>
  919. <width>105</width>
  920. <height>105</height>
  921. <aspectratio>keep</aspectratio>
  922. <texture background="true">$INFO[ListItem.Icon]</texture>
  923. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  924. </control>
  925. <control type="label">
  926. <left>135</left>
  927. <top>0</top>
  928. <width>960</width>
  929. <height>120</height>
  930. <font>font30</font>
  931. <textcolor>grey2</textcolor>
  932. <selectedcolor>selected</selectedcolor>
  933. <align>left</align>
  934. <aligny>center</aligny>
  935. <label>$INFO[ListItem.Label]</label>
  936. </control>
  937. <control type="label">
  938. <left>100</left>
  939. <width>960</width>
  940. <height>120</height>
  941. <font>font15</font>
  942. <align>right</align>
  943. <textcolor>grey2</textcolor>
  944. <selectedcolor>selected</selectedcolor>
  945. <aligny>center</aligny>
  946. <label>$VAR[VideoListLabelVar]</label>
  947. </control>
  948. <control type="image">
  949. <left>1076</left>
  950. <top>28</top>
  951. <width>64</width>
  952. <height>64</height>
  953. <aspectratio>keep</aspectratio>
  954. <texture>$VAR[ListItem.Overlay]</texture>
  955. </control>
  956. </itemlayout>
  957. <focusedlayout height="120" width="1140" condition="![Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(addons) | Container.Content(seasons)]">
  958. <control type="image">
  959. <top>62</top>
  960. <width>1140</width>
  961. <height>60</height>
  962. <texture border="1">separator2.png</texture>
  963. </control>
  964. <control type="image">
  965. <left>0</left>
  966. <top>0</top>
  967. <width>1140</width>
  968. <height>120</height>
  969. <texture border="4">listselect_fo.png</texture>
  970. <visible>Control.HasFocus(50)</visible>
  971. <include>VisibleFadeEffect</include>
  972. </control>
  973. <control type="image">
  974. <left>15</left>
  975. <top>8</top>
  976. <width>105</width>
  977. <height>105</height>
  978. <aspectratio>keep</aspectratio>
  979. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  980. <visible>SubString(ListItem.Icon,Default,left) + !Container.Content(studios)</visible>
  981. </control>
  982. <control type="image">
  983. <left>15</left>
  984. <top>8</top>
  985. <width>105</width>
  986. <height>105</height>
  987. <aspectratio>keep</aspectratio>
  988. <texture fallback="flags/studios/default-studio.png">$INFO[ListItem.Label,flags/studios/,.png]</texture>
  989. <visible>SubString(ListItem.Icon,Default,left) + Container.Content(studios)</visible>
  990. </control>
  991. <control type="image">
  992. <left>15</left>
  993. <top>8</top>
  994. <width>105</width>
  995. <height>105</height>
  996. <aspectratio>keep</aspectratio>
  997. <texture background="true">$INFO[ListItem.Icon]</texture>
  998. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  999. </control>
  1000. <control type="label">
  1001. <left>135</left>
  1002. <top>0</top>
  1003. <width>960</width>
  1004. <height>120</height>
  1005. <font>font30</font>
  1006. <textcolor>white</textcolor>
  1007. <selectedcolor>selected</selectedcolor>
  1008. <align>left</align>
  1009. <aligny>center</aligny>
  1010. <label>$INFO[ListItem.Label]</label>
  1011. </control>
  1012. <control type="label">
  1013. <left>100</left>
  1014. <width>960</width>
  1015. <height>120</height>
  1016. <font>font15</font>
  1017. <align>right</align>
  1018. <textcolor>white</textcolor>
  1019. <selectedcolor>selected</selectedcolor>
  1020. <aligny>center</aligny>
  1021. <label>$VAR[VideoListLabelVar]</label>
  1022. </control>
  1023. <control type="image">
  1024. <left>1076</left>
  1025. <top>28</top>
  1026. <width>64</width>
  1027. <height>64</height>
  1028. <aspectratio>keep</aspectratio>
  1029. <texture>$VAR[ListItem.Overlay]</texture>
  1030. </control>
  1031. </focusedlayout>
  1032. </control>
  1033. <control type="scrollbar" id="60">
  1034. <left>1140</left>
  1035. <top>180</top>
  1036. <width>14</width>
  1037. <height>840</height>
  1038. <onup>60</onup>
  1039. <ondown>60</ondown>
  1040. <onleft>50</onleft>
  1041. <onright condition="!Control.IsVisible(62)">SetProperty(MediaMenu,True,home)</onright>
  1042. <onright condition="!Control.IsVisible(62)">SetFocus(9050)</onright>
  1043. <onright condition="Control.IsVisible(62)">62</onright>
  1044. <texturesliderbackground>-</texturesliderbackground>
  1045. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  1046. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  1047. <showonepage>false</showonepage>
  1048. <orientation>vertical</orientation>
  1049. </control>
  1050. </control>
  1051. <control type="group">
  1052. <left>1296</left>
  1053. <top>155</top>
  1054. <visible>![Container.Content(genres) | Container.Content(episodes)]</visible>
  1055. <include>VisibleFadeEffect</include>
  1056. <control type="image">
  1057. <width>570</width>
  1058. <height>835</height>
  1059. <aspectratio aligny="bottom">keep</aspectratio>
  1060. <texture background="true">$VAR[PosterThumb]</texture>
  1061. <fadetime>IconCrossfadeTime</fadetime>
  1062. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  1063. <bordersize>20</bordersize>
  1064. </control>
  1065. <control type="image">
  1066. <top>795</top>
  1067. <width>570</width>
  1068. <height>835</height>
  1069. <aspectratio aligny="top">keep</aspectratio>
  1070. <fadetime>IconCrossfadeTime</fadetime>
  1071. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true">$VAR[PosterThumb]</texture>
  1072. <bordersize>20</bordersize>
  1073. </control>
  1074. </control>
  1075. <control type="group">
  1076. <left>1296</left>
  1077. <top>155</top>
  1078. <visible>Container.Content(genres)</visible>
  1079. <include>VisibleFadeEffect</include>
  1080. <control type="image">
  1081. <width>570</width>
  1082. <height>835</height>
  1083. <aspectratio aligny="bottom">keep</aspectratio>
  1084. <texture background="true" fallback="special://skin/extras/moviegenres/Default.jpg">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.jpg]</texture>
  1085. <fadetime>IconCrossfadeTime</fadetime>
  1086. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  1087. <bordersize>20</bordersize>
  1088. </control>
  1089. <control type="image">
  1090. <top>795</top>
  1091. <width>570</width>
  1092. <height>835</height>
  1093. <aspectratio aligny="top">keep</aspectratio>
  1094. <fadetime>IconCrossfadeTime</fadetime>
  1095. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true" fallback="special://skin/extras/moviegenres/Default.jpg">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.jpg]</texture>
  1096. <bordersize>20</bordersize>
  1097. </control>
  1098. </control>
  1099. <control type="group">
  1100. <left>1280</left>
  1101. <top>-40</top>
  1102. <visible>Container.Content(episodes)</visible>
  1103. <include>VisibleFadeEffect</include>
  1104. <control type="image">
  1105. <description>background image</description>
  1106. <top>1020</top>
  1107. <width>570</width>
  1108. <height>904</height>
  1109. <texture border="40">panel_reflect.png</texture>
  1110. </control>
  1111. <control type="image">
  1112. <description>background image</description>
  1113. <top>148</top>
  1114. <width>570</width>
  1115. <height>904</height>
  1116. <texture border="40">listpanel_back.png</texture>
  1117. </control>
  1118. <control type="image">
  1119. <top>148</top>
  1120. <width>570</width>
  1121. <height>348</height>
  1122. <aspectratio>scale</aspectratio>
  1123. <texture background="true">$INFO[ListItem.Icon]</texture>
  1124. <fadetime>IconCrossfadeTime</fadetime>
  1125. <bordersize>32</bordersize>
  1126. </control>
  1127. <control type="image">
  1128. <left>32</left>
  1129. <top>406</top>
  1130. <width>506</width>
  1131. <height>60</height>
  1132. <texture border="1">separator2.png</texture>
  1133. </control>
  1134. <control type="image">
  1135. <left>32</left>
  1136. <top>500</top>
  1137. <width>506</width>
  1138. <height>60</height>
  1139. <texture border="1">separator2.png</texture>
  1140. </control>
  1141. <control type="group">
  1142. <top>465</top>
  1143. <control type="image">
  1144. <left>32</left>
  1145. <colordiffuse>grey2</colordiffuse>
  1146. <include>MediaFlagVars</include>
  1147. <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  1148. <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  1149. </control>
  1150. <control type="image">
  1151. <left>217</left>
  1152. <colordiffuse>grey2</colordiffuse>
  1153. <include>MediaFlagVars</include>
  1154. <texture>$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  1155. <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  1156. </control>
  1157. <control type="image">
  1158. <left>402</left>
  1159. <colordiffuse>grey2</colordiffuse>
  1160. <include>MediaFlagVars</include>
  1161. <texture>$VAR[SourceFlagVar,flags/video/,.png]</texture>
  1162. <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  1163. </control>
  1164. </control>
  1165. <control type="textbox" id="70">
  1166. <label>$VAR[VideoPlotVar]</label>
  1167. <top>560</top>
  1168. <left>47</left>
  1169. <width>476</width>
  1170. <height>458</height>
  1171. <font>font15_textbox</font>
  1172. <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll) + !Control.HasFocus(62)</autoscroll>
  1173. <include>ShowCaseInfoPanelButtonsValues</include>
  1174. <pagecontrol>62</pagecontrol>
  1175. </control>
  1176. <control type="scrollbar" id="62">
  1177. <left>538</left>
  1178. <top>560</top>
  1179. <width>14</width>
  1180. <height>460</height>
  1181. <onup>PageUp(70)</onup>
  1182. <ondown>PageUp(70)</ondown>
  1183. <onleft>50</onleft>
  1184. <onright>SetProperty(MediaMenu,True,home)</onright>
  1185. <onright>SetFocus(9050)</onright>
  1186. <texturesliderbackground>-</texturesliderbackground>
  1187. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  1188. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  1189. <showonepage>false</showonepage>
  1190. <orientation>vertical</orientation>
  1191. </control>
  1192. </control>
  1193. </control>
  1194. </include>
  1195. <!-- Music List -->
  1196. <include name="MusicList">
  1197. <control type="group">
  1198. <visible>Control.IsVisible(50) + !Window.IsActive(addoninformation)</visible>
  1199. <include>ViewAnimation</include>
  1200. <control type="group">
  1201. <left>100</left>
  1202. <top>-40</top>
  1203. <control type="image">
  1204. <description>background image</description>
  1205. <left>-32</left>
  1206. <top>1020</top>
  1207. <width>1204</width>
  1208. <height>904</height>
  1209. <texture border="40">panel_reflect.png</texture>
  1210. </control>
  1211. <control type="image">
  1212. <description>background image</description>
  1213. <left>-32</left>
  1214. <top>148</top>
  1215. <width>1204</width>
  1216. <height>904</height>
  1217. <texture border="40">listpanel_back.png</texture>
  1218. </control>
  1219. <control type="panel" id="50">
  1220. <left>0</left>
  1221. <top>180</top>
  1222. <width>1140</width>
  1223. <height>840</height>
  1224. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  1225. <onleft>SetFocus(9050)</onleft>
  1226. <onright>60</onright>
  1227. <onup>50</onup>
  1228. <ondown>50</ondown>
  1229. <viewtype label="535">list</viewtype>
  1230. <pagecontrol>60</pagecontrol>
  1231. <scrolltime tween="quadratic" easing="out">200</scrolltime>
  1232. <itemlayout height="120" width="1140" condition="Container.Content(albums) | Container.Content(songs)">
  1233. <control type="image">
  1234. <top>60</top>
  1235. <width>1140</width>
  1236. <height>60</height>
  1237. <texture border="1">separator2.png</texture>
  1238. </control>
  1239. <control type="image">
  1240. <left>15</left>
  1241. <top>8</top>
  1242. <width>105</width>
  1243. <height>105</height>
  1244. <aspectratio>keep</aspectratio>
  1245. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1246. <colordiffuse>grey2</colordiffuse>
  1247. <visible>!Container.Content(songs) + SubString(ListItem.Icon,Default,left)</visible>
  1248. </control>
  1249. <control type="image">
  1250. <left>15</left>
  1251. <top>8</top>
  1252. <width>105</width>
  1253. <height>105</height>
  1254. <aspectratio>keep</aspectratio>
  1255. <texture background="true">$INFO[ListItem.Icon]</texture>
  1256. <visible>!Container.Content(songs) + !SubString(ListItem.Icon,Default,left)</visible>
  1257. </control>
  1258. <control type="label">
  1259. <left>15</left>
  1260. <top>8</top>
  1261. <width>105</width>
  1262. <height>105</height>
  1263. <font>font45caps_title</font>
  1264. <textcolor>grey2</textcolor>
  1265. <selectedcolor>selected</selectedcolor>
  1266. <align>center</align>
  1267. <aligny>center</aligny>
  1268. <label>[B]$INFO[ListItem.Tracknumber][/B]</label>
  1269. <visible>Container.Content(songs)</visible>
  1270. </control>
  1271. <control type="label">
  1272. <left>135</left>
  1273. <width>985</width>
  1274. <height>70</height>
  1275. <font>font30</font>
  1276. <textcolor>grey2</textcolor>
  1277. <selectedcolor>selected</selectedcolor>
  1278. <align>left</align>
  1279. <aligny>center</aligny>
  1280. <label>$VAR[MusicListLabel3Var]</label>
  1281. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Artist)">Conditional</animation>
  1282. </control>
  1283. <control type="label">
  1284. <left>135</left>
  1285. <top>50</top>
  1286. <width>810</width>
  1287. <height>60</height>
  1288. <font>font15</font>
  1289. <textcolor>grey3</textcolor>
  1290. <selectedcolor>selected</selectedcolor>
  1291. <align>left</align>
  1292. <aligny>center</aligny>
  1293. <label>$INFO[ListItem.Artist]</label>
  1294. </control>
  1295. <control type="label">
  1296. <left>60</left>
  1297. <width>1060</width>
  1298. <height>70</height>
  1299. <font>font30</font>
  1300. <align>right</align>
  1301. <textcolor>grey2</textcolor>
  1302. <selectedcolor>selected</selectedcolor>
  1303. <aligny>center</aligny>
  1304. <label fallback="• • • •">$VAR[MusicListLabel4Var]</label>
  1305. <visible>!IsEmpty(ListItem.Title)</visible>
  1306. </control>
  1307. <control type="image">
  1308. <left>950</left>
  1309. <top>50</top>
  1310. <width>180</width>
  1311. <height>70</height>
  1312. <aspectratio>keep</aspectratio>
  1313. <colordiffuse>grey3</colordiffuse>
  1314. <texture>flags/rating/0.png</texture>
  1315. <visible>!IsEmpty(ListItem.Title) + ![ListItem.IsPlaying | ListItem.IsSelected] + StringCompare(ListItem.StarRating,rating0.png)</visible>
  1316. </control>
  1317. <control type="image">
  1318. <left>950</left>
  1319. <top>50</top>
  1320. <width>180</width>
  1321. <height>70</height>
  1322. <aspectratio>keep</aspectratio>
  1323. <colordiffuse>themecolor</colordiffuse>
  1324. <texture>$INFO[ListItem.StarRating]</texture>
  1325. <visible>!IsEmpty(ListItem.Title) + ![ListItem.IsPlaying | ListItem.IsSelected] + !StringCompare(ListItem.StarRating,rating0.png)</visible>
  1326. </control>
  1327. <control type="image">
  1328. <left>950</left>
  1329. <top>50</top>
  1330. <width>180</width>
  1331. <height>70</height>
  1332. <aspectratio>keep</aspectratio>
  1333. <colordiffuse>selected</colordiffuse>
  1334. <texture>$INFO[ListItem.StarRating]</texture>
  1335. <visible>!IsEmpty(ListItem.Title) + [ListItem.IsPlaying | ListItem.IsSelected]</visible>
  1336. </control>
  1337. </itemlayout>
  1338. <focusedlayout height="120" width="1140" condition="Container.Content(albums) | Container.Content(songs)">
  1339. <control type="image">
  1340. <top>60</top>
  1341. <width>1140</width>
  1342. <height>60</height>
  1343. <texture border="1">separator2.png</texture>
  1344. </control>
  1345. <control type="image">
  1346. <left>0</left>
  1347. <top>0</top>
  1348. <width>1140</width>
  1349. <height>120</height>
  1350. <texture border="4">listselect_fo.png</texture>
  1351. <visible>Control.HasFocus(50)</visible>
  1352. <include>VisibleFadeEffect</include>
  1353. </control>
  1354. <control type="image">
  1355. <left>15</left>
  1356. <top>8</top>
  1357. <width>105</width>
  1358. <height>105</height>
  1359. <aspectratio>keep</aspectratio>
  1360. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1361. <visible>!Container.Content(songs) + SubString(ListItem.Icon,Default,left)</visible>
  1362. </control>
  1363. <control type="image">
  1364. <left>15</left>
  1365. <top>8</top>
  1366. <width>105</width>
  1367. <height>105</height>
  1368. <aspectratio>keep</aspectratio>
  1369. <texture background="true">$INFO[ListItem.Icon]</texture>
  1370. <visible>!Container.Content(songs) + !SubString(ListItem.Icon,Default,left)</visible>
  1371. </control>
  1372. <control type="label">
  1373. <left>15</left>
  1374. <top>8</top>
  1375. <width>105</width>
  1376. <height>105</height>
  1377. <font>font45caps_title</font>
  1378. <textcolor>white</textcolor>
  1379. <selectedcolor>selected</selectedcolor>
  1380. <align>center</align>
  1381. <aligny>center</aligny>
  1382. <label>[B]$INFO[ListItem.Tracknumber][/B]</label>
  1383. <visible>Container.Content(songs)</visible>
  1384. </control>
  1385. <control type="label">
  1386. <left>135</left>
  1387. <width>985</width>
  1388. <height>70</height>
  1389. <font>font30</font>
  1390. <textcolor>white</textcolor>
  1391. <selectedcolor>selected</selectedcolor>
  1392. <align>left</align>
  1393. <aligny>center</aligny>
  1394. <label>$VAR[MusicListLabel3Var]</label>
  1395. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Artist)">Conditional</animation>
  1396. </control>
  1397. <control type="label">
  1398. <left>135</left>
  1399. <top>50</top>
  1400. <width>810</width>
  1401. <height>60</height>
  1402. <font>font15</font>
  1403. <textcolor>white</textcolor>
  1404. <selectedcolor>selected</selectedcolor>
  1405. <align>left</align>
  1406. <aligny>center</aligny>
  1407. <label>$INFO[ListItem.Artist]</label>
  1408. </control>
  1409. <control type="label">
  1410. <left>60</left>
  1411. <width>1060</width>
  1412. <height>70</height>
  1413. <font>font30</font>
  1414. <align>right</align>
  1415. <textcolor>white</textcolor>
  1416. <selectedcolor>selected</selectedcolor>
  1417. <aligny>center</aligny>
  1418. <label fallback="• • • •">$VAR[MusicListLabel4Var]</label>
  1419. <visible>!IsEmpty(ListItem.Title)</visible>
  1420. </control>
  1421. <control type="image">
  1422. <left>950</left>
  1423. <top>50</top>
  1424. <width>180</width>
  1425. <height>70</height>
  1426. <aspectratio>keep</aspectratio>
  1427. <colordiffuse>$VAR[StarRatingDiffuseVar]</colordiffuse>
  1428. <texture>$INFO[ListItem.StarRating]</texture>
  1429. <visible>!IsEmpty(ListItem.Title)</visible>
  1430. </control>
  1431. </focusedlayout>
  1432. <itemlayout height="120" width="1140" condition="Container.Content(addons)">
  1433. <control type="image">
  1434. <top>60</top>
  1435. <width>1140</width>
  1436. <height>60</height>
  1437. <texture border="1">separator2.png</texture>
  1438. </control>
  1439. <control type="image">
  1440. <left>15</left>
  1441. <top>8</top>
  1442. <width>105</width>
  1443. <height>105</height>
  1444. <aspectratio>keep</aspectratio>
  1445. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1446. <colordiffuse>grey2</colordiffuse>
  1447. <visible>SubString(ListItem.Icon,Default,left)</visible>
  1448. </control>
  1449. <control type="image">
  1450. <left>15</left>
  1451. <top>8</top>
  1452. <width>105</width>
  1453. <height>105</height>
  1454. <aspectratio>keep</aspectratio>
  1455. <texture background="true">$INFO[ListItem.Icon]</texture>
  1456. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  1457. </control>
  1458. <control type="label">
  1459. <left>135</left>
  1460. <width>905</width>
  1461. <height>70</height>
  1462. <font>font30</font>
  1463. <textcolor>grey2</textcolor>
  1464. <selectedcolor>selected</selectedcolor>
  1465. <align>left</align>
  1466. <aligny>center</aligny>
  1467. <label>$INFO[ListItem.Label]</label>
  1468. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  1469. </control>
  1470. <control type="label">
  1471. <left>135</left>
  1472. <top>50</top>
  1473. <width>905</width>
  1474. <height>60</height>
  1475. <font>font15</font>
  1476. <textcolor>grey3</textcolor>
  1477. <selectedcolor>selected</selectedcolor>
  1478. <align>left</align>
  1479. <aligny>center</aligny>
  1480. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  1481. </control>
  1482. <control type="label">
  1483. <left>60</left>
  1484. <width>1060</width>
  1485. <height>120</height>
  1486. <font>font15</font>
  1487. <align>right</align>
  1488. <textcolor>grey2</textcolor>
  1489. <selectedcolor>selected</selectedcolor>
  1490. <aligny>center</aligny>
  1491. <label>$INFO[ListItem.Label2]</label>
  1492. </control>
  1493. </itemlayout>
  1494. <focusedlayout height="120" width="1140" condition="Container.Content(addons)">
  1495. <control type="image">
  1496. <top>60</top>
  1497. <width>1140</width>
  1498. <height>60</height>
  1499. <texture border="1">separator2.png</texture>
  1500. </control>
  1501. <control type="image">
  1502. <left>0</left>
  1503. <top>0</top>
  1504. <width>1140</width>
  1505. <height>120</height>
  1506. <texture border="4">listselect_fo.png</texture>
  1507. <visible>Control.HasFocus(50)</visible>
  1508. <include>VisibleFadeEffect</include>
  1509. </control>
  1510. <control type="image">
  1511. <left>15</left>
  1512. <top>8</top>
  1513. <width>105</width>
  1514. <height>105</height>
  1515. <aspectratio>keep</aspectratio>
  1516. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1517. <visible>SubString(ListItem.Icon,Default,left)</visible>
  1518. </control>
  1519. <control type="image">
  1520. <left>15</left>
  1521. <top>8</top>
  1522. <width>105</width>
  1523. <height>105</height>
  1524. <aspectratio>keep</aspectratio>
  1525. <texture background="true">$INFO[ListItem.Icon]</texture>
  1526. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  1527. </control>
  1528. <control type="label">
  1529. <left>135</left>
  1530. <width>905</width>
  1531. <height>70</height>
  1532. <font>font30</font>
  1533. <textcolor>white</textcolor>
  1534. <selectedcolor>selected</selectedcolor>
  1535. <align>left</align>
  1536. <aligny>center</aligny>
  1537. <label>$INFO[ListItem.Label]</label>
  1538. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  1539. </control>
  1540. <control type="label">
  1541. <left>135</left>
  1542. <top>50</top>
  1543. <width>905</width>
  1544. <height>60</height>
  1545. <font>font15</font>
  1546. <textcolor>white</textcolor>
  1547. <selectedcolor>selected</selectedcolor>
  1548. <align>left</align>
  1549. <aligny>center</aligny>
  1550. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  1551. </control>
  1552. <control type="label">
  1553. <left>60</left>
  1554. <width>1060</width>
  1555. <height>120</height>
  1556. <font>font15</font>
  1557. <align>right</align>
  1558. <textcolor>white</textcolor>
  1559. <selectedcolor>selected</selectedcolor>
  1560. <aligny>center</aligny>
  1561. <label>$INFO[ListItem.Label2]</label>
  1562. </control>
  1563. </focusedlayout>
  1564. <itemlayout height="120" width="1140" condition="![Container.Content(albums) | Container.Content(songs) | Container.Content(addons)]">
  1565. <control type="image">
  1566. <top>60</top>
  1567. <width>1140</width>
  1568. <height>60</height>
  1569. <texture border="1">separator2.png</texture>
  1570. </control>
  1571. <control type="image">
  1572. <left>15</left>
  1573. <top>8</top>
  1574. <width>105</width>
  1575. <height>105</height>
  1576. <aspectratio>keep</aspectratio>
  1577. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1578. <colordiffuse>grey2</colordiffuse>
  1579. <visible>SubString(ListItem.Icon,Default,left)</visible>
  1580. </control>
  1581. <control type="image">
  1582. <left>15</left>
  1583. <top>8</top>
  1584. <width>105</width>
  1585. <height>105</height>
  1586. <aspectratio>keep</aspectratio>
  1587. <texture background="true">$INFO[ListItem.Icon]</texture>
  1588. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  1589. </control>
  1590. <control type="label">
  1591. <left>135</left>
  1592. <top>0</top>
  1593. <width>1005</width>
  1594. <height>120</height>
  1595. <font>font30</font>
  1596. <textcolor>grey2</textcolor>
  1597. <selectedcolor>selected</selectedcolor>
  1598. <align>left</align>
  1599. <aligny>center</aligny>
  1600. <label>$INFO[ListItem.Label]</label>
  1601. </control>
  1602. <control type="label">
  1603. <left>60</left>
  1604. <width>1005</width>
  1605. <height>120</height>
  1606. <font>font15</font>
  1607. <align>right</align>
  1608. <textcolor>grey2</textcolor>
  1609. <selectedcolor>selected</selectedcolor>
  1610. <aligny>center</aligny>
  1611. <label>$INFO[ListItem.Label2]</label>
  1612. </control>
  1613. </itemlayout>
  1614. <focusedlayout height="120" width="1140" condition="![Container.Content(albums) | Container.Content(songs) | Container.Content(addons)]">
  1615. <control type="image">
  1616. <top>60</top>
  1617. <width>1140</width>
  1618. <height>60</height>
  1619. <texture border="1">separator2.png</texture>
  1620. </control>
  1621. <control type="image">
  1622. <left>0</left>
  1623. <top>0</top>
  1624. <width>1140</width>
  1625. <height>120</height>
  1626. <texture border="4">listselect_fo.png</texture>
  1627. <visible>Control.HasFocus(50)</visible>
  1628. <include>VisibleFadeEffect</include>
  1629. </control>
  1630. <control type="image">
  1631. <left>15</left>
  1632. <top>8</top>
  1633. <width>105</width>
  1634. <height>105</height>
  1635. <aspectratio>keep</aspectratio>
  1636. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1637. <visible>SubString(ListItem.Icon,Default,left)</visible>
  1638. </control>
  1639. <control type="image">
  1640. <left>15</left>
  1641. <top>8</top>
  1642. <width>105</width>
  1643. <height>105</height>
  1644. <aspectratio>keep</aspectratio>
  1645. <texture background="true">$INFO[ListItem.Icon]</texture>
  1646. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  1647. </control>
  1648. <control type="label">
  1649. <left>135</left>
  1650. <top>0</top>
  1651. <width>1005</width>
  1652. <height>120</height>
  1653. <font>font30</font>
  1654. <textcolor>white</textcolor>
  1655. <selectedcolor>selected</selectedcolor>
  1656. <align>left</align>
  1657. <aligny>center</aligny>
  1658. <label>$INFO[ListItem.Label]</label>
  1659. </control>
  1660. <control type="label">
  1661. <left>60</left>
  1662. <width>1005</width>
  1663. <height>120</height>
  1664. <font>font15</font>
  1665. <align>right</align>
  1666. <textcolor>white</textcolor>
  1667. <selectedcolor>selected</selectedcolor>
  1668. <aligny>center</aligny>
  1669. <label>$INFO[ListItem.Label2]</label>
  1670. </control>
  1671. </focusedlayout>
  1672. </control>
  1673. <control type="scrollbar" id="60">
  1674. <left>1140</left>
  1675. <top>180</top>
  1676. <width>14</width>
  1677. <height>840</height>
  1678. <onup>60</onup>
  1679. <ondown>60</ondown>
  1680. <onleft>50</onleft>
  1681. <onright>9002</onright>
  1682. <texturesliderbackground>-</texturesliderbackground>
  1683. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  1684. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  1685. <showonepage>false</showonepage>
  1686. <orientation>vertical</orientation>
  1687. </control>
  1688. </control>
  1689. <control type="group">
  1690. <left>1296</left>
  1691. <top>155</top>
  1692. <visible>!Container.Content(genres)</visible>
  1693. <control type="image">
  1694. <width>570</width>
  1695. <height>835</height>
  1696. <aspectratio aligny="bottom">keep</aspectratio>
  1697. <texture background="true">$INFO[ListItem.Icon]</texture>
  1698. <fadetime>IconCrossfadeTime</fadetime>
  1699. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  1700. <bordersize>20</bordersize>
  1701. </control>
  1702. <control type="image">
  1703. <top>795</top>
  1704. <width>570</width>
  1705. <height>835</height>
  1706. <aspectratio aligny="top">keep</aspectratio>
  1707. <fadetime>IconCrossfadeTime</fadetime>
  1708. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  1709. <bordersize>20</bordersize>
  1710. </control>
  1711. </control>
  1712. <control type="group">
  1713. <left>1296</left>
  1714. <top>155</top>
  1715. <visible>Container.Content(genres)</visible>
  1716. <control type="image">
  1717. <width>570</width>
  1718. <height>835</height>
  1719. <aspectratio aligny="bottom">keep</aspectratio>
  1720. <texture background="true" fallback="special://skin/extras/musicgenres/Default.jpg">$INFO[ListItem.Label,special://skin/extras/musicgenres/,.jpg]</texture>
  1721. <fadetime>IconCrossfadeTime</fadetime>
  1722. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  1723. <bordersize>20</bordersize>
  1724. </control>
  1725. <control type="image">
  1726. <top>795</top>
  1727. <width>570</width>
  1728. <height>835</height>
  1729. <aspectratio aligny="top">keep</aspectratio>
  1730. <fadetime>IconCrossfadeTime</fadetime>
  1731. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true" fallback="special://skin/extras/musicgenres/Default.jpg">$INFO[ListItem.Label,special://skin/extras/musicgenres/,.jpg]</texture>
  1732. <bordersize>20</bordersize>
  1733. </control>
  1734. </control>
  1735. </control>
  1736. </include>
  1737. <!-- Addon List -->
  1738. <include name="AddonList">
  1739. <control type="group">
  1740. <visible>Control.IsVisible(50) + !Window.IsActive(addoninformation)</visible>
  1741. <include>ViewAnimation</include>
  1742. <control type="group">
  1743. <left>100</left>
  1744. <top>-40</top>
  1745. <control type="image">
  1746. <description>background image</description>
  1747. <left>-32</left>
  1748. <top>1020</top>
  1749. <width>1204</width>
  1750. <height>904</height>
  1751. <texture border="40">panel_reflect.png</texture>
  1752. </control>
  1753. <control type="image">
  1754. <description>background image</description>
  1755. <left>-32</left>
  1756. <top>148</top>
  1757. <width>1204</width>
  1758. <height>904</height>
  1759. <texture border="40">listpanel_back.png</texture>
  1760. </control>
  1761. <control type="panel" id="50">
  1762. <left>0</left>
  1763. <top>180</top>
  1764. <width>1140</width>
  1765. <height>840</height>
  1766. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  1767. <onleft>SetFocus(9050)</onleft>
  1768. <onright>60</onright>
  1769. <onup>50</onup>
  1770. <ondown>50</ondown>
  1771. <viewtype label="535">list</viewtype>
  1772. <pagecontrol>60</pagecontrol>
  1773. <scrolltime tween="quadratic" easing="out">200</scrolltime>
  1774. <itemlayout height="120" width="1140">
  1775. <control type="image">
  1776. <top>60</top>
  1777. <width>1140</width>
  1778. <height>60</height>
  1779. <texture border="1">separator2.png</texture>
  1780. </control>
  1781. <control type="image">
  1782. <left>15</left>
  1783. <top>8</top>
  1784. <width>105</width>
  1785. <height>105</height>
  1786. <aspectratio>keep</aspectratio>
  1787. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1788. <colordiffuse>grey2</colordiffuse>
  1789. <visible>SubString(ListItem.Icon,Default,left)</visible>
  1790. </control>
  1791. <control type="image">
  1792. <left>15</left>
  1793. <top>8</top>
  1794. <width>105</width>
  1795. <height>105</height>
  1796. <aspectratio>keep</aspectratio>
  1797. <texture background="true">$INFO[ListItem.Icon]</texture>
  1798. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  1799. </control>
  1800. <control type="label">
  1801. <left>135</left>
  1802. <top>0</top>
  1803. <width>985</width>
  1804. <height>70</height>
  1805. <font>font30</font>
  1806. <textcolor>grey2</textcolor>
  1807. <selectedcolor>selected</selectedcolor>
  1808. <align>left</align>
  1809. <aligny>center</aligny>
  1810. <label>$INFO[ListItem.Label]</label>
  1811. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  1812. </control>
  1813. <control type="label">
  1814. <left>135</left>
  1815. <top>50</top>
  1816. <width>985</width>
  1817. <height>60</height>
  1818. <font>font15</font>
  1819. <textcolor>grey3</textcolor>
  1820. <selectedcolor>selected</selectedcolor>
  1821. <align>left</align>
  1822. <aligny>center</aligny>
  1823. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  1824. </control>
  1825. <control type="label">
  1826. <left>60</left>
  1827. <top>0</top>
  1828. <width>1060</width>
  1829. <height>120</height>
  1830. <font>font15</font>
  1831. <align>right</align>
  1832. <textcolor>grey2</textcolor>
  1833. <selectedcolor>selected</selectedcolor>
  1834. <aligny>center</aligny>
  1835. <label>$INFO[ListItem.Label2]</label>
  1836. </control>
  1837. </itemlayout>
  1838. <focusedlayout height="120" width="1140">
  1839. <control type="image">
  1840. <top>60</top>
  1841. <width>1140</width>
  1842. <height>60</height>
  1843. <texture border="1">separator2.png</texture>
  1844. </control>
  1845. <control type="image">
  1846. <left>0</left>
  1847. <top>0</top>
  1848. <width>1140</width>
  1849. <height>120</height>
  1850. <texture border="4">listselect_fo.png</texture>
  1851. <visible>Control.HasFocus(50)</visible>
  1852. <include>VisibleFadeEffect</include>
  1853. </control>
  1854. <control type="image">
  1855. <left>15</left>
  1856. <top>8</top>
  1857. <width>105</width>
  1858. <height>105</height>
  1859. <aspectratio>keep</aspectratio>
  1860. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  1861. <visible>SubString(ListItem.Icon,Default,left)</visible>
  1862. </control>
  1863. <control type="image">
  1864. <left>15</left>
  1865. <top>8</top>
  1866. <width>105</width>
  1867. <height>105</height>
  1868. <aspectratio>keep</aspectratio>
  1869. <texture background="true">$INFO[ListItem.Icon]</texture>
  1870. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  1871. </control>
  1872. <control type="label">
  1873. <left>135</left>
  1874. <top>0</top>
  1875. <width>985</width>
  1876. <height>70</height>
  1877. <font>font30</font>
  1878. <textcolor>white</textcolor>
  1879. <selectedcolor>selected</selectedcolor>
  1880. <align>left</align>
  1881. <aligny>center</aligny>
  1882. <label>$INFO[ListItem.Label]</label>
  1883. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  1884. </control>
  1885. <control type="label">
  1886. <left>135</left>
  1887. <top>50</top>
  1888. <width>985</width>
  1889. <height>60</height>
  1890. <font>font15</font>
  1891. <textcolor>white</textcolor>
  1892. <selectedcolor>selected</selectedcolor>
  1893. <align>left</align>
  1894. <aligny>center</aligny>
  1895. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  1896. </control>
  1897. <control type="label">
  1898. <left>60</left>
  1899. <top>0</top>
  1900. <width>1060</width>
  1901. <height>120</height>
  1902. <font>font15</font>
  1903. <align>right</align>
  1904. <textcolor>white</textcolor>
  1905. <selectedcolor>selected</selectedcolor>
  1906. <aligny>center</aligny>
  1907. <label>$INFO[ListItem.Label2]</label>
  1908. </control>
  1909. </focusedlayout>
  1910. </control>
  1911. <control type="scrollbar" id="60">
  1912. <left>1140</left>
  1913. <top>180</top>
  1914. <width>14</width>
  1915. <height>840</height>
  1916. <onup>60</onup>
  1917. <ondown>60</ondown>
  1918. <onleft>50</onleft>
  1919. <onright>9002</onright>
  1920. <texturesliderbackground>-</texturesliderbackground>
  1921. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  1922. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  1923. <showonepage>false</showonepage>
  1924. <orientation>vertical</orientation>
  1925. </control>
  1926. </control>
  1927. <control type="group">
  1928. <left>1296</left>
  1929. <top>155</top>
  1930. <control type="image">
  1931. <width>570</width>
  1932. <height>835</height>
  1933. <aspectratio aligny="bottom">keep</aspectratio>
  1934. <texture background="true">$INFO[ListItem.Icon]</texture>
  1935. <fadetime>IconCrossfadeTime</fadetime>
  1936. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  1937. <bordersize>20</bordersize>
  1938. </control>
  1939. <control type="image">
  1940. <top>795</top>
  1941. <width>570</width>
  1942. <height>835</height>
  1943. <aspectratio aligny="top">keep</aspectratio>
  1944. <fadetime>IconCrossfadeTime</fadetime>
  1945. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  1946. <bordersize>20</bordersize>
  1947. </control>
  1948. </control>
  1949. </control>
  1950. </include>
  1951. <!-- Picture List -->
  1952. <include name="PictureList">
  1953. <control type="group">
  1954. <visible>Control.IsVisible(50)</visible>
  1955. <include>ViewAnimation</include>
  1956. <control type="group">
  1957. <left>100</left>
  1958. <top>-40</top>
  1959. <control type="image">
  1960. <description>background image</description>
  1961. <left>-32</left>
  1962. <top>1020</top>
  1963. <width>1204</width>
  1964. <height>904</height>
  1965. <texture border="40">panel_reflect.png</texture>
  1966. </control>
  1967. <control type="image">
  1968. <description>background image</description>
  1969. <left>-32</left>
  1970. <top>148</top>
  1971. <width>1204</width>
  1972. <height>904</height>
  1973. <texture border="40">listpanel_back.png</texture>
  1974. </control>
  1975. <control type="panel" id="50">
  1976. <left>0</left>
  1977. <top>180</top>
  1978. <width>1140</width>
  1979. <height>840</height>
  1980. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  1981. <onleft>SetFocus(9050)</onleft>
  1982. <onright>60</onright>
  1983. <onup>50</onup>
  1984. <ondown>50</ondown>
  1985. <viewtype label="535">list</viewtype>
  1986. <pagecontrol>60</pagecontrol>
  1987. <scrolltime tween="quadratic" easing="out">200</scrolltime>
  1988. <itemlayout height="120" width="1140" condition="Container.Content(addons)">
  1989. <control type="image">
  1990. <top>60</top>
  1991. <width>1140</width>
  1992. <height>60</height>
  1993. <texture border="1">separator2.png</texture>
  1994. </control>
  1995. <control type="image">
  1996. <left>15</left>
  1997. <top>8</top>
  1998. <width>105</width>
  1999. <height>105</height>
  2000. <aspectratio>keep</aspectratio>
  2001. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  2002. <colordiffuse>grey2</colordiffuse>
  2003. <visible>SubString(ListItem.Icon,Default,left)</visible>
  2004. </control>
  2005. <control type="image">
  2006. <left>15</left>
  2007. <top>8</top>
  2008. <width>105</width>
  2009. <height>105</height>
  2010. <aspectratio>keep</aspectratio>
  2011. <texture background="true">$INFO[ListItem.Icon]</texture>
  2012. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  2013. </control>
  2014. <control type="label">
  2015. <left>135</left>
  2016. <top>0</top>
  2017. <width>985</width>
  2018. <height>70</height>
  2019. <font>font30</font>
  2020. <textcolor>grey2</textcolor>
  2021. <selectedcolor>selected</selectedcolor>
  2022. <align>left</align>
  2023. <aligny>center</aligny>
  2024. <label>$INFO[ListItem.Label]</label>
  2025. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  2026. </control>
  2027. <control type="label">
  2028. <left>135</left>
  2029. <top>50</top>
  2030. <width>985</width>
  2031. <height>60</height>
  2032. <font>font15</font>
  2033. <textcolor>grey3</textcolor>
  2034. <selectedcolor>selected</selectedcolor>
  2035. <align>left</align>
  2036. <aligny>center</aligny>
  2037. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  2038. </control>
  2039. <control type="label">
  2040. <left>60</left>
  2041. <top>0</top>
  2042. <width>1060</width>
  2043. <height>120</height>
  2044. <font>font15</font>
  2045. <align>right</align>
  2046. <textcolor>grey2</textcolor>
  2047. <selectedcolor>selected</selectedcolor>
  2048. <aligny>center</aligny>
  2049. <label>$INFO[ListItem.Label2]</label>
  2050. </control>
  2051. </itemlayout>
  2052. <focusedlayout height="120" width="1140" condition="Container.Content(addons)">
  2053. <control type="image">
  2054. <top>60</top>
  2055. <width>1140</width>
  2056. <height>60</height>
  2057. <texture border="1">separator2.png</texture>
  2058. </control>
  2059. <control type="image">
  2060. <left>0</left>
  2061. <top>0</top>
  2062. <width>1140</width>
  2063. <height>120</height>
  2064. <texture border="4">listselect_fo.png</texture>
  2065. <visible>Control.HasFocus(50)</visible>
  2066. <include>VisibleFadeEffect</include>
  2067. </control>
  2068. <control type="image">
  2069. <left>15</left>
  2070. <top>8</top>
  2071. <width>105</width>
  2072. <height>105</height>
  2073. <aspectratio>keep</aspectratio>
  2074. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  2075. <visible>SubString(ListItem.Icon,Default,left)</visible>
  2076. </control>
  2077. <control type="image">
  2078. <left>15</left>
  2079. <top>8</top>
  2080. <width>105</width>
  2081. <height>105</height>
  2082. <aspectratio>keep</aspectratio>
  2083. <texture background="true">$INFO[ListItem.Icon]</texture>
  2084. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  2085. </control>
  2086. <control type="label">
  2087. <left>135</left>
  2088. <top>0</top>
  2089. <width>985</width>
  2090. <height>70</height>
  2091. <font>font30</font>
  2092. <textcolor>white</textcolor>
  2093. <selectedcolor>selected</selectedcolor>
  2094. <align>left</align>
  2095. <aligny>center</aligny>
  2096. <label>$INFO[ListItem.Label]</label>
  2097. <animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(ListItem.Property(Addon.Summary))">Conditional</animation>
  2098. </control>
  2099. <control type="label">
  2100. <left>135</left>
  2101. <top>50</top>
  2102. <width>985</width>
  2103. <height>60</height>
  2104. <font>font15</font>
  2105. <textcolor>white</textcolor>
  2106. <selectedcolor>selected</selectedcolor>
  2107. <align>left</align>
  2108. <aligny>center</aligny>
  2109. <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  2110. </control>
  2111. <control type="label">
  2112. <left>60</left>
  2113. <top>0</top>
  2114. <width>1060</width>
  2115. <height>120</height>
  2116. <font>font15</font>
  2117. <align>right</align>
  2118. <textcolor>white</textcolor>
  2119. <selectedcolor>selected</selectedcolor>
  2120. <aligny>center</aligny>
  2121. <label>$INFO[ListItem.Label2]</label>
  2122. </control>
  2123. </focusedlayout>
  2124. <itemlayout height="120" width="1140" condition="!Container.Content(addons)">
  2125. <control type="image">
  2126. <top>60</top>
  2127. <width>1140</width>
  2128. <height>60</height>
  2129. <texture border="1">separator2.png</texture>
  2130. </control>
  2131. <control type="image">
  2132. <left>15</left>
  2133. <top>8</top>
  2134. <width>105</width>
  2135. <height>105</height>
  2136. <aspectratio>keep</aspectratio>
  2137. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  2138. <colordiffuse>grey2</colordiffuse>
  2139. <visible>SubString(ListItem.Icon,Default,left)</visible>
  2140. </control>
  2141. <control type="image">
  2142. <left>15</left>
  2143. <top>8</top>
  2144. <width>105</width>
  2145. <height>105</height>
  2146. <aspectratio>keep</aspectratio>
  2147. <texture background="true">$INFO[ListItem.Icon]</texture>
  2148. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  2149. </control>
  2150. <control type="label">
  2151. <left>135</left>
  2152. <top>0</top>
  2153. <width>1005</width>
  2154. <height>120</height>
  2155. <font>font30</font>
  2156. <textcolor>grey2</textcolor>
  2157. <selectedcolor>selected</selectedcolor>
  2158. <align>left</align>
  2159. <aligny>center</aligny>
  2160. <label>$INFO[ListItem.Label]</label>
  2161. </control>
  2162. <control type="label">
  2163. <left>115</left>
  2164. <top>0</top>
  2165. <width>1005</width>
  2166. <height>120</height>
  2167. <font>font15</font>
  2168. <align>right</align>
  2169. <textcolor>grey2</textcolor>
  2170. <selectedcolor>selected</selectedcolor>
  2171. <aligny>center</aligny>
  2172. <label>$INFO[ListItem.Label2]</label>
  2173. </control>
  2174. </itemlayout>
  2175. <focusedlayout height="120" width="1140" condition="!Container.Content(addons)">
  2176. <control type="image">
  2177. <top>60</top>
  2178. <width>1140</width>
  2179. <height>60</height>
  2180. <texture border="1">separator2.png</texture>
  2181. </control>
  2182. <control type="image">
  2183. <left>0</left>
  2184. <top>0</top>
  2185. <width>1140</width>
  2186. <height>120</height>
  2187. <texture border="4">listselect_fo.png</texture>
  2188. <visible>Control.HasFocus(50)</visible>
  2189. <include>VisibleFadeEffect</include>
  2190. </control>
  2191. <control type="image">
  2192. <left>15</left>
  2193. <top>8</top>
  2194. <width>105</width>
  2195. <height>105</height>
  2196. <aspectratio>keep</aspectratio>
  2197. <texture background="true">$INFO[ListItem.Icon,views/list/]</texture>
  2198. <visible>SubString(ListItem.Icon,Default,left)</visible>
  2199. </control>
  2200. <control type="image">
  2201. <left>15</left>
  2202. <top>8</top>
  2203. <width>105</width>
  2204. <height>105</height>
  2205. <aspectratio>keep</aspectratio>
  2206. <texture background="true">$INFO[ListItem.Icon]</texture>
  2207. <visible>!SubString(ListItem.Icon,Default,left)</visible>
  2208. </control>
  2209. <control type="label">
  2210. <left>135</left>
  2211. <top>0</top>
  2212. <width>1005</width>
  2213. <height>120</height>
  2214. <font>font30</font>
  2215. <textcolor>white</textcolor>
  2216. <selectedcolor>selected</selectedcolor>
  2217. <align>left</align>
  2218. <aligny>center</aligny>
  2219. <label>$INFO[ListItem.Label]</label>
  2220. </control>
  2221. <control type="label">
  2222. <left>115</left>
  2223. <top>0</top>
  2224. <width>1005</width>
  2225. <height>120</height>
  2226. <font>font15</font>
  2227. <align>right</align>
  2228. <textcolor>white</textcolor>
  2229. <selectedcolor>selected</selectedcolor>
  2230. <aligny>center</aligny>
  2231. <label>$INFO[ListItem.Label2]</label>
  2232. </control>
  2233. </focusedlayout>
  2234. </control>
  2235. <control type="scrollbar" id="60">
  2236. <left>1140</left>
  2237. <top>180</top>
  2238. <width>14</width>
  2239. <height>840</height>
  2240. <onup>60</onup>
  2241. <ondown>60</ondown>
  2242. <onleft>50</onleft>
  2243. <onright>9002</onright>
  2244. <texturesliderbackground>-</texturesliderbackground>
  2245. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  2246. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  2247. <showonepage>false</showonepage>
  2248. <orientation>vertical</orientation>
  2249. </control>
  2250. </control>
  2251. <control type="group">
  2252. <left>1296</left>
  2253. <top>155</top>
  2254. <control type="image">
  2255. <width>570</width>
  2256. <height>835</height>
  2257. <aspectratio aligny="bottom">keep</aspectratio>
  2258. <texture background="true">$INFO[ListItem.Icon]</texture>
  2259. <fadetime>IconCrossfadeTime</fadetime>
  2260. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  2261. <bordersize>20</bordersize>
  2262. </control>
  2263. <control type="image">
  2264. <top>795</top>
  2265. <width>570</width>
  2266. <height>835</height>
  2267. <aspectratio aligny="top">keep</aspectratio>
  2268. <fadetime>IconCrossfadeTime</fadetime>
  2269. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  2270. <bordersize>20</bordersize>
  2271. </control>
  2272. </control>
  2273. </control>
  2274. </include>
  2275. <!-- Slim VideoList-->
  2276. <include name="SlimVideoList">
  2277. <control type="group">
  2278. <visible>Control.IsVisible(50) + !Window.IsActive(addoninformation)</visible>
  2279. <include>ViewAnimation</include>
  2280. <control type="group">
  2281. <left>100</left>
  2282. <top>-40</top>
  2283. <control type="image">
  2284. <description>background image</description>
  2285. <left>-32</left>
  2286. <top>1020</top>
  2287. <width>1204</width>
  2288. <height>904</height>
  2289. <texture border="40">panel_reflect.png</texture>
  2290. </control>
  2291. <control type="image">
  2292. <description>background image</description>
  2293. <left>-32</left>
  2294. <top>148</top>
  2295. <width>1204</width>
  2296. <height>904</height>
  2297. <texture border="40">listpanel_back.png</texture>
  2298. </control>
  2299. <control type="panel" id="50">
  2300. <left>0</left>
  2301. <top>180</top>
  2302. <width>1140</width>
  2303. <height>840</height>
  2304. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  2305. <onleft>SetFocus(9050)</onleft>
  2306. <onright>60</onright>
  2307. <onup>50</onup>
  2308. <ondown>50</ondown>
  2309. <viewtype label="535">list</viewtype>
  2310. <pagecontrol>60</pagecontrol>
  2311. <scrolltime tween="quadratic" easing="out">200</scrolltime>
  2312. <itemlayout height="60" width="1140" condition="!Container.Content(addons)">
  2313. <control type="image">
  2314. <top>2</top>
  2315. <width>1140</width>
  2316. <height>60</height>
  2317. <texture border="1">separator2.png</texture>
  2318. </control>
  2319. <control type="label">
  2320. <left>30</left>
  2321. <width>895</width>
  2322. <height>60</height>
  2323. <font>font15</font>
  2324. <textcolor>grey2</textcolor>
  2325. <selectedcolor>selected</selectedcolor>
  2326. <align>left</align>
  2327. <aligny>center</aligny>
  2328. <label>$INFO[ListItem.Label]</label>
  2329. </control>
  2330. <control type="image">
  2331. <left>960</left>
  2332. <top>17</top>
  2333. <width>42</width>
  2334. <height>28</height>
  2335. <aspectratio>keep</aspectratio>
  2336. <texture>$VAR[UnFocusHDIndicator]</texture>
  2337. <colordiffuse>grey2</colordiffuse>
  2338. <visible>StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  2339. </control>
  2340. <control type="label">
  2341. <left>5</left>
  2342. <width>1060</width>
  2343. <height>60</height>
  2344. <font>font15</font>
  2345. <align>right</align>
  2346. <textcolor>grey2</textcolor>
  2347. <selectedcolor>selected</selectedcolor>
  2348. <aligny>center</aligny>
  2349. <label>$INFO[ListItem.Label2]</label>
  2350. </control>
  2351. <control type="image">
  2352. <left>1076</left>
  2353. <top>0</top>
  2354. <width>64</width>
  2355. <height>64</height>
  2356. <aspectratio>keep</aspectratio>
  2357. <texture>$VAR[ListItem.Overlay]</texture>
  2358. </control>
  2359. <control type="group">
  2360. <description>Unwatched episodes</description>
  2361. <left>1076</left>
  2362. <top>0</top>
  2363. <visible>Container.Content(seasons) | Container.Content(tvshows)</visible>
  2364. <control type="image">
  2365. <left>0</left>
  2366. <top>-2</top>
  2367. <width>64</width>
  2368. <height>64</height>
  2369. <texture>overlays/list/OverlayUnWatched.png</texture>
  2370. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0) + IsEmpty(ListItem.Overlay)</visible>
  2371. </control>
  2372. <control type="label">
  2373. <left>32</left>
  2374. <top>0</top>
  2375. <width>100</width>
  2376. <height>62</height>
  2377. <font>font12_title</font>
  2378. <align>center</align>
  2379. <aligny>center</aligny>
  2380. <label>$VAR[ListOverlayEpisodesVar]</label>
  2381. <textcolor>grey3</textcolor>
  2382. <textoffsetx>18</textoffsetx>
  2383. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
  2384. </control>
  2385. </control>
  2386. </itemlayout>
  2387. <focusedlayout height="60" width="1140" condition="!Container.Content(addons)">
  2388. <control type="image">
  2389. <top>2</top>
  2390. <width>1140</width>
  2391. <height>60</height>
  2392. <texture border="1">separator2.png</texture>
  2393. </control>
  2394. <control type="image">
  2395. <width>1140</width>
  2396. <height>60</height>
  2397. <texture border="4">listselect_fo.png</texture>
  2398. <visible>Control.HasFocus(50)</visible>
  2399. <include>VisibleFadeEffect</include>
  2400. </control>
  2401. <control type="label">
  2402. <left>30</left>
  2403. <width>895</width>
  2404. <height>60</height>
  2405. <font>font15</font>
  2406. <textcolor>white</textcolor>
  2407. <selectedcolor>selected</selectedcolor>
  2408. <align>left</align>
  2409. <aligny>center</aligny>
  2410. <label>$INFO[ListItem.Label]</label>
  2411. </control>
  2412. <control type="image">
  2413. <left>960</left>
  2414. <top>17</top>
  2415. <width>42</width>
  2416. <height>28</height>
  2417. <aspectratio>keep</aspectratio>
  2418. <texture>$VAR[UnFocusHDIndicator]</texture>
  2419. <visible>StringCompare(ListItem.Label2,ListItem.Rating)</visible>
  2420. </control>
  2421. <control type="label">
  2422. <left>5</left>
  2423. <width>1060</width>
  2424. <height>60</height>
  2425. <font>font15</font>
  2426. <align>right</align>
  2427. <textcolor>white</textcolor>
  2428. <selectedcolor>selected</selectedcolor>
  2429. <aligny>center</aligny>
  2430. <label>$INFO[ListItem.Label2]</label>
  2431. </control>
  2432. <control type="image">
  2433. <left>1076</left>
  2434. <top>0</top>
  2435. <width>64</width>
  2436. <height>64</height>
  2437. <aspectratio>keep</aspectratio>
  2438. <texture fallback="overlays/list/">$VAR[ListItem.Overlay]</texture>
  2439. </control>
  2440. <control type="group">
  2441. <description>Unwatched episodes</description>
  2442. <left>1076</left>
  2443. <top>0</top>
  2444. <visible>Container.Content(seasons) | Container.Content(tvshows)</visible>
  2445. <control type="image">
  2446. <left>0</left>
  2447. <top>-2</top>
  2448. <width>64</width>
  2449. <height>64</height>
  2450. <texture>overlays/list/OverlayUnWatched.png</texture>
  2451. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0) + IsEmpty(ListItem.Overlay)</visible>
  2452. </control>
  2453. <control type="label">
  2454. <left>32</left>
  2455. <top>0</top>
  2456. <width>100</width>
  2457. <height>62</height>
  2458. <font>font12_title</font>
  2459. <align>center</align>
  2460. <aligny>center</aligny>
  2461. <label>$VAR[ListOverlayEpisodesVar]</label>
  2462. <textoffsetx>18</textoffsetx>
  2463. <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
  2464. </control>
  2465. </control>
  2466. </focusedlayout>
  2467. <itemlayout height="60" width="1140" condition="Container.Content(addons)">
  2468. <control type="image">
  2469. <top>2</top>
  2470. <width>1140</width>
  2471. <height>60</height>
  2472. <texture border="1">separator2.png</texture>
  2473. </control>
  2474. <control type="label">
  2475. <left>30</left>
  2476. <width>1080</width>
  2477. <height>60</height>
  2478. <font>font15</font>
  2479. <textcolor>grey2</textcolor>
  2480. <selectedcolor>selected</selectedcolor>
  2481. <align>left</align>
  2482. <aligny>center</aligny>
  2483. <label>$INFO[ListItem.Label]</label>
  2484. </control>
  2485. <control type="label">
  2486. <left>30</left>
  2487. <width>1080</width>
  2488. <height>60</height>
  2489. <font>font15</font>
  2490. <align>right</align>
  2491. <textcolor>grey2</textcolor>
  2492. <selectedcolor>selected</selectedcolor>
  2493. <aligny>center</aligny>
  2494. <label>$INFO[ListItem.Label2]</label>
  2495. </control>
  2496. </itemlayout>
  2497. <focusedlayout height="60" width="1140" condition="Container.Content(addons)">
  2498. <control type="image">
  2499. <top>2</top>
  2500. <width>1140</width>
  2501. <height>60</height>
  2502. <texture border="1">separator2.png</texture>
  2503. </control>
  2504. <control type="image">
  2505. <width>1140</width>
  2506. <height>60</height>
  2507. <texture border="4">listselect_fo.png</texture>
  2508. <visible>Control.HasFocus(50)</visible>
  2509. <include>VisibleFadeEffect</include>
  2510. </control>
  2511. <control type="label">
  2512. <left>30</left>
  2513. <width>1080</width>
  2514. <height>60</height>
  2515. <font>font15</font>
  2516. <textcolor>white</textcolor>
  2517. <selectedcolor>selected</selectedcolor>
  2518. <align>left</align>
  2519. <aligny>center</aligny>
  2520. <label>$INFO[ListItem.Label]</label>
  2521. </control>
  2522. <control type="label">
  2523. <left>30</left>
  2524. <width>1080</width>
  2525. <height>60</height>
  2526. <font>font15</font>
  2527. <align>right</align>
  2528. <textcolor>white</textcolor>
  2529. <selectedcolor>selected</selectedcolor>
  2530. <aligny>center</aligny>
  2531. <label>$INFO[ListItem.Label2]</label>
  2532. </control>
  2533. </focusedlayout>
  2534. </control>
  2535. <control type="scrollbar" id="60">
  2536. <left>1140</left>
  2537. <top>180</top>
  2538. <width>14</width>
  2539. <height>840</height>
  2540. <onup>60</onup>
  2541. <ondown>60</ondown>
  2542. <onleft>50</onleft>
  2543. <onright>SetProperty(MediaMenu,True,home)</onright>
  2544. <onright>SetFocus(9050)</onright>
  2545. <texturesliderbackground>-</texturesliderbackground>
  2546. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  2547. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  2548. <showonepage>false</showonepage>
  2549. <orientation>vertical</orientation>
  2550. </control>
  2551. </control>
  2552. <control type="group">
  2553. <left>1296</left>
  2554. <top>155</top>
  2555. <control type="image">
  2556. <width>570</width>
  2557. <height>835</height>
  2558. <aspectratio aligny="bottom">keep</aspectratio>
  2559. <texture background="true">$VAR[PosterThumb]</texture>
  2560. <fadetime>IconCrossfadeTime</fadetime>
  2561. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  2562. <bordersize>20</bordersize>
  2563. </control>
  2564. <control type="image">
  2565. <top>795</top>
  2566. <width>570</width>
  2567. <height>835</height>
  2568. <aspectratio aligny="top">keep</aspectratio>
  2569. <fadetime>IconCrossfadeTime</fadetime>
  2570. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true">$VAR[PosterThumb]</texture>
  2571. <bordersize>20</bordersize>
  2572. </control>
  2573. </control>
  2574. </control>
  2575. </include>
  2576. <!-- Slim MusicList-->
  2577. <include name="SlimMusicList">
  2578. <control type="group">
  2579. <visible>Control.IsVisible(50) + !Window.IsActive(addoninformation)</visible>
  2580. <include>ViewAnimation</include>
  2581. <control type="group">
  2582. <left>100</left>
  2583. <top>-40</top>
  2584. <control type="image">
  2585. <description>background image</description>
  2586. <left>-32</left>
  2587. <top>1020</top>
  2588. <width>1204</width>
  2589. <height>904</height>
  2590. <texture border="40">panel_reflect.png</texture>
  2591. </control>
  2592. <control type="image">
  2593. <description>background image</description>
  2594. <left>-32</left>
  2595. <top>148</top>
  2596. <width>1204</width>
  2597. <height>904</height>
  2598. <texture border="40">listpanel_back.png</texture>
  2599. </control>
  2600. <control type="panel" id="50">
  2601. <left>0</left>
  2602. <top>180</top>
  2603. <width>1140</width>
  2604. <height>840</height>
  2605. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  2606. <onleft>SetFocus(9050)</onleft>
  2607. <onright>60</onright>
  2608. <onup>50</onup>
  2609. <ondown>50</ondown>
  2610. <viewtype label="535">list</viewtype>
  2611. <pagecontrol>60</pagecontrol>
  2612. <scrolltime tween="quadratic" easing="out">200</scrolltime>
  2613. <itemlayout height="60" width="1140" condition="Container.Content(albums) | Container.Content(songs)">
  2614. <control type="image">
  2615. <top>2</top>
  2616. <width>1140</width>
  2617. <height>60</height>
  2618. <texture border="1">separator2.png</texture>
  2619. </control>
  2620. <control type="image">
  2621. <left>5</left>
  2622. <top>5</top>
  2623. <width>180</width>
  2624. <height>50</height>
  2625. <aspectratio align="right">keep</aspectratio>
  2626. <texture fallback="rating0.png">$INFO[ListItem.StarRating]</texture>
  2627. <colordiffuse>grey3</colordiffuse>
  2628. <visible>!IsEmpty(ListItem.Title)</visible>
  2629. </control>
  2630. <control type="label">
  2631. <left>200</left>
  2632. <width>900</width>
  2633. <height>60</height>
  2634. <font>font15</font>
  2635. <textcolor>grey2</textcolor>
  2636. <selectedcolor>selected</selectedcolor>
  2637. <align>left</align>
  2638. <aligny>center</aligny>
  2639. <label>$INFO[ListItem.Label]</label>
  2640. </control>
  2641. <control type="label">
  2642. <left>210</left>
  2643. <width>900</width>
  2644. <height>60</height>
  2645. <font>font15</font>
  2646. <align>right</align>
  2647. <textcolor>grey2</textcolor>
  2648. <selectedcolor>selected</selectedcolor>
  2649. <aligny>center</aligny>
  2650. <label>$INFO[ListItem.Label2]</label>
  2651. </control>
  2652. </itemlayout>
  2653. <focusedlayout height="60" width="1140" condition="Container.Content(albums) | Container.Content(songs)">
  2654. <control type="image">
  2655. <top>2</top>
  2656. <width>1140</width>
  2657. <height>60</height>
  2658. <texture border="1">separator2.png</texture>
  2659. </control>
  2660. <control type="image">
  2661. <width>1140</width>
  2662. <height>60</height>
  2663. <texture border="4">listselect_fo.png</texture>
  2664. <visible>Control.HasFocus(50)</visible>
  2665. <include>VisibleFadeEffect</include>
  2666. </control>
  2667. <control type="image">
  2668. <left>5</left>
  2669. <top>5</top>
  2670. <width>180</width>
  2671. <height>50</height>
  2672. <aspectratio align="right">keep</aspectratio>
  2673. <texture fallback="rating0.png">$INFO[ListItem.StarRating]</texture>
  2674. <visible>!IsEmpty(ListItem.Title)</visible>
  2675. </control>
  2676. <control type="label">
  2677. <left>200</left>
  2678. <width>900</width>
  2679. <height>60</height>
  2680. <font>font15</font>
  2681. <textcolor>white</textcolor>
  2682. <selectedcolor>selected</selectedcolor>
  2683. <align>left</align>
  2684. <aligny>center</aligny>
  2685. <label>$INFO[ListItem.Label]</label>
  2686. </control>
  2687. <control type="label">
  2688. <left>210</left>
  2689. <width>900</width>
  2690. <height>60</height>
  2691. <font>font15</font>
  2692. <align>right</align>
  2693. <textcolor>white</textcolor>
  2694. <selectedcolor>selected</selectedcolor>
  2695. <aligny>center</aligny>
  2696. <label>$INFO[ListItem.Label2]</label>
  2697. </control>
  2698. </focusedlayout>
  2699. <itemlayout height="60" width="1140" condition="![Container.Content(albums) | Container.Content(songs)]">
  2700. <control type="image">
  2701. <top>2</top>
  2702. <width>1140</width>
  2703. <height>60</height>
  2704. <texture border="1">separator2.png</texture>
  2705. </control>
  2706. <control type="label">
  2707. <left>30</left>
  2708. <width>1080</width>
  2709. <height>60</height>
  2710. <font>font15</font>
  2711. <textcolor>grey2</textcolor>
  2712. <selectedcolor>selected</selectedcolor>
  2713. <align>left</align>
  2714. <aligny>center</aligny>
  2715. <label>$INFO[ListItem.Label]</label>
  2716. </control>
  2717. <control type="label">
  2718. <left>30</left>
  2719. <width>1080</width>
  2720. <height>60</height>
  2721. <font>font15</font>
  2722. <align>right</align>
  2723. <textcolor>grey2</textcolor>
  2724. <selectedcolor>selected</selectedcolor>
  2725. <aligny>center</aligny>
  2726. <label>$INFO[ListItem.Label2]</label>
  2727. </control>
  2728. </itemlayout>
  2729. <focusedlayout height="60" width="1140" condition="![Container.Content(albums) | Container.Content(songs)]">
  2730. <control type="image">
  2731. <top>2</top>
  2732. <width>1140</width>
  2733. <height>60</height>
  2734. <texture border="1">separator2.png</texture>
  2735. </control>
  2736. <control type="image">
  2737. <width>1140</width>
  2738. <height>60</height>
  2739. <texture border="4">listselect_fo.png</texture>
  2740. <visible>Control.HasFocus(50)</visible>
  2741. <include>VisibleFadeEffect</include>
  2742. </control>
  2743. <control type="label">
  2744. <left>30</left>
  2745. <width>1080</width>
  2746. <height>60</height>
  2747. <font>font15</font>
  2748. <textcolor>white</textcolor>
  2749. <selectedcolor>selected</selectedcolor>
  2750. <align>left</align>
  2751. <aligny>center</aligny>
  2752. <label>$INFO[ListItem.Label]</label>
  2753. </control>
  2754. <control type="label">
  2755. <left>30</left>
  2756. <width>1080</width>
  2757. <height>60</height>
  2758. <font>font15</font>
  2759. <align>right</align>
  2760. <textcolor>white</textcolor>
  2761. <selectedcolor>selected</selectedcolor>
  2762. <aligny>center</aligny>
  2763. <label>$INFO[ListItem.Label2]</label>
  2764. </control>
  2765. </focusedlayout>
  2766. </control>
  2767. <control type="scrollbar" id="60">
  2768. <left>1140</left>
  2769. <top>180</top>
  2770. <width>14</width>
  2771. <height>840</height>
  2772. <onup>60</onup>
  2773. <ondown>60</ondown>
  2774. <onleft>50</onleft>
  2775. <onright>SetProperty(MediaMenu,True,home)</onright>
  2776. <onright>SetFocus(9050)</onright>
  2777. <texturesliderbackground>-</texturesliderbackground>
  2778. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  2779. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  2780. <showonepage>false</showonepage>
  2781. <orientation>vertical</orientation>
  2782. </control>
  2783. </control>
  2784. <control type="group">
  2785. <left>1296</left>
  2786. <top>155</top>
  2787. <control type="image">
  2788. <width>570</width>
  2789. <height>835</height>
  2790. <aspectratio aligny="bottom">keep</aspectratio>
  2791. <texture background="true">$VAR[PosterThumb]</texture>
  2792. <fadetime>IconCrossfadeTime</fadetime>
  2793. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  2794. <bordersize>20</bordersize>
  2795. </control>
  2796. <control type="image">
  2797. <top>795</top>
  2798. <width>570</width>
  2799. <height>835</height>
  2800. <aspectratio aligny="top">keep</aspectratio>
  2801. <fadetime>IconCrossfadeTime</fadetime>
  2802. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true">$VAR[PosterThumb]</texture>
  2803. <bordersize>20</bordersize>
  2804. </control>
  2805. </control>
  2806. </control>
  2807. </include>
  2808. <!-- Slim List-->
  2809. <include name="SlimList">
  2810. <control type="group">
  2811. <visible>Control.IsVisible(50) + !Window.IsActive(addoninformation)</visible>
  2812. <include>ViewAnimation</include>
  2813. <control type="group">
  2814. <left>100</left>
  2815. <top>-40</top>
  2816. <control type="image">
  2817. <description>background image</description>
  2818. <left>-32</left>
  2819. <top>1020</top>
  2820. <width>1204</width>
  2821. <height>904</height>
  2822. <texture border="40">panel_reflect.png</texture>
  2823. </control>
  2824. <control type="image">
  2825. <description>background image</description>
  2826. <left>-32</left>
  2827. <top>148</top>
  2828. <width>1204</width>
  2829. <height>904</height>
  2830. <texture border="40">listpanel_back.png</texture>
  2831. </control>
  2832. <control type="panel" id="50">
  2833. <left>0</left>
  2834. <top>180</top>
  2835. <width>1140</width>
  2836. <height>840</height>
  2837. <onleft>SetProperty(MediaMenu,True,home)</onleft>
  2838. <onleft>SetFocus(9050)</onleft>
  2839. <onright>60</onright>
  2840. <onup>50</onup>
  2841. <ondown>50</ondown>
  2842. <viewtype label="535">list</viewtype>
  2843. <pagecontrol>60</pagecontrol>
  2844. <scrolltime tween="quadratic" easing="out">200</scrolltime>
  2845. <itemlayout height="60" width="1140">
  2846. <control type="image">
  2847. <top>2</top>
  2848. <width>1140</width>
  2849. <height>60</height>
  2850. <texture border="1">separator2.png</texture>
  2851. </control>
  2852. <control type="label">
  2853. <left>30</left>
  2854. <width>1080</width>
  2855. <height>60</height>
  2856. <font>font15</font>
  2857. <textcolor>grey2</textcolor>
  2858. <selectedcolor>selected</selectedcolor>
  2859. <align>left</align>
  2860. <aligny>center</aligny>
  2861. <label>$INFO[ListItem.Label]</label>
  2862. </control>
  2863. <control type="label">
  2864. <left>30</left>
  2865. <width>1080</width>
  2866. <height>60</height>
  2867. <font>font15</font>
  2868. <align>right</align>
  2869. <textcolor>grey2</textcolor>
  2870. <selectedcolor>selected</selectedcolor>
  2871. <aligny>center</aligny>
  2872. <label>$INFO[ListItem.Label2]</label>
  2873. </control>
  2874. </itemlayout>
  2875. <focusedlayout height="60" width="1140">
  2876. <control type="image">
  2877. <top>2</top>
  2878. <width>1140</width>
  2879. <height>60</height>
  2880. <texture border="1">separator2.png</texture>
  2881. </control>
  2882. <control type="image">
  2883. <width>1140</width>
  2884. <height>60</height>
  2885. <texture border="4">listselect_fo.png</texture>
  2886. <visible>Control.HasFocus(50)</visible>
  2887. <include>VisibleFadeEffect</include>
  2888. </control>
  2889. <control type="label">
  2890. <left>30</left>
  2891. <width>1080</width>
  2892. <height>60</height>
  2893. <font>font15</font>
  2894. <textcolor>white</textcolor>
  2895. <selectedcolor>selected</selectedcolor>
  2896. <align>left</align>
  2897. <aligny>center</aligny>
  2898. <label>$INFO[ListItem.Label]</label>
  2899. </control>
  2900. <control type="label">
  2901. <left>30</left>
  2902. <width>1080</width>
  2903. <height>60</height>
  2904. <font>font15</font>
  2905. <align>right</align>
  2906. <textcolor>white</textcolor>
  2907. <selectedcolor>selected</selectedcolor>
  2908. <aligny>center</aligny>
  2909. <label>$INFO[ListItem.Label2]</label>
  2910. </control>
  2911. </focusedlayout>
  2912. </control>
  2913. <control type="scrollbar" id="60">
  2914. <left>1140</left>
  2915. <top>180</top>
  2916. <width>14</width>
  2917. <height>840</height>
  2918. <onup>60</onup>
  2919. <ondown>60</ondown>
  2920. <onleft>50</onleft>
  2921. <onright>SetProperty(MediaMenu,True,home)</onright>
  2922. <onright>SetFocus(9050)</onright>
  2923. <texturesliderbackground>-</texturesliderbackground>
  2924. <texturesliderbar colordiffuse="55ffffff" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  2925. <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  2926. <showonepage>false</showonepage>
  2927. <orientation>vertical</orientation>
  2928. </control>
  2929. </control>
  2930. <control type="group">
  2931. <left>1296</left>
  2932. <top>155</top>
  2933. <control type="image">
  2934. <width>570</width>
  2935. <height>835</height>
  2936. <aspectratio aligny="bottom">keep</aspectratio>
  2937. <texture background="true">$VAR[PosterThumb]</texture>
  2938. <fadetime>IconCrossfadeTime</fadetime>
  2939. <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  2940. <bordersize>20</bordersize>
  2941. </control>
  2942. <control type="image">
  2943. <top>795</top>
  2944. <width>570</width>
  2945. <height>835</height>
  2946. <aspectratio aligny="top">keep</aspectratio>
  2947. <fadetime>IconCrossfadeTime</fadetime>
  2948. <texture diffuse="thumbs/thumb_reflect.png" flipy="true" background="true">$VAR[PosterThumb]</texture>
  2949. <bordersize>20</bordersize>
  2950. </control>
  2951. </control>
  2952. </control>
  2953. </include>
  2954. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement