Guest User

mod

a guest
Jan 20th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 86.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <includes>
  3. <include name="Furniture_Scrollbar">
  4. <control type="scrollbar" id="60">
  5. <onback>50</onback>
  6. <centerright>60</centerright>
  7. <posy>PosterPad</posy>
  8. <height>PosterH</height>
  9. <width>8</width>
  10. <onleft>50</onleft>
  11. <onright condition="!Skin.HasSetting(global.kioskmode)">9000</onright>
  12. <texturesliderbackground border="4" colordiffuse="Dark4">scrollbar/scrollv.png</texturesliderbackground>
  13. <texturesliderbar border="4" colordiffuse="Dark3">scrollbar/scrollv.png</texturesliderbar>
  14. <texturesliderbarfocus border="4" colordiffuse="Dark2">scrollbar/scrollv.png</texturesliderbarfocus>
  15. <animation effect="fade" start="100" end="33" time="400" condition="!Control.HasFocus(60) + !Container.Scrolling">Conditional</animation>
  16. </control>
  17. </include>
  18.  
  19. <include name="Furniture_Scrollbar_Horizontal">
  20. <control type="scrollbar" id="60">
  21. <onback>50</onback>
  22. <left>SidePad</left>
  23. <width>1760</width>
  24. <bottom>200</bottom>
  25. <orientation>horizontal</orientation>
  26. <height>8</height>
  27. <onup>50</onup>
  28. <ondown condition="!Skin.HasSetting(global.kioskmode)">9000</ondown>
  29. <texturesliderbackground border="4" colordiffuse="Dark4">scrollbar/scrollv.png</texturesliderbackground>
  30. <texturesliderbar border="4" colordiffuse="Dark3">scrollbar/scrollv.png</texturesliderbar>
  31. <texturesliderbarfocus border="4" colordiffuse="Dark2">scrollbar/scrollv.png</texturesliderbarfocus>
  32. <animation effect="fade" start="100" end="33" time="400" condition="!Control.HasFocus(60) + !Container.Scrolling">Conditional</animation>
  33. </control>
  34. </include>
  35.  
  36.  
  37. <include name="Furniture_ButtonBack">
  38. <width>64</width>
  39. <height>64</height>
  40. <animation type="Focus" reversible="false">
  41. <effect type="zoom" start="75" end="100" center="auto" time="200"/>
  42. </animation>
  43. </include>
  44.  
  45. <include name="Furniture_ButtonBack_Circle">
  46. <width>64</width>
  47. <height>64</height>
  48. <texture colordiffuse="Dark1">common/circle.png</texture>
  49. </include>
  50.  
  51. <!-- Flags -->
  52. <variable name="Flagstar1">
  53. <value condition="IntegerGreaterThan(ListItem.Rating,1)">star10</value>
  54. <value condition="IntegerGreaterThan(ListItem.Rating,0)">star5</value>
  55. <value>star0</value>
  56. </variable>
  57. <variable name="Flagstar2">
  58. <value condition="IntegerGreaterThan(ListItem.Rating,3)">star10</value>
  59. <value condition="IntegerGreaterThan(ListItem.Rating,2)">star5</value>
  60. <value>star0</value>
  61. </variable>
  62. <variable name="Flagstar3">
  63. <value condition="IntegerGreaterThan(ListItem.Rating,5)">star10</value>
  64. <value condition="IntegerGreaterThan(ListItem.Rating,4)">star5</value>
  65. <value>star0</value>
  66. </variable>
  67. <variable name="Flagstar4">
  68. <value condition="IntegerGreaterThan(ListItem.Rating,7)">star10</value>
  69. <value condition="IntegerGreaterThan(ListItem.Rating,6)">star5</value>
  70. <value>star0</value>
  71. </variable>
  72. <variable name="Flagstar5">
  73. <value condition="IntegerGreaterThan(ListItem.Rating,9)">star10</value>
  74. <value condition="IntegerGreaterThan(ListItem.Rating,8)">star5</value>
  75. <value>star0</value>
  76. </variable>
  77. <variable name="HubFlagstar1">
  78. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,1)">star10</value>
  79. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,0)">star5</value>
  80. <value>star0</value>
  81. </variable>
  82. <variable name="HubFlagstar2">
  83. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,3)">star10</value>
  84. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,2)">star5</value>
  85. <value>star0</value>
  86. </variable>
  87. <variable name="HubFlagstar3">
  88. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,5)">star10</value>
  89. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,4)">star5</value>
  90. <value>star0</value>
  91. </variable>
  92. <variable name="HubFlagstar4">
  93. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,7)">star10</value>
  94. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,6)">star5</value>
  95. <value>star0</value>
  96. </variable>
  97. <variable name="HubFlagstar5">
  98. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,9)">star10</value>
  99. <value condition="IntegerGreaterThan(Container(9500).ListItem.Rating,8)">star5</value>
  100. <value>star0</value>
  101. </variable>
  102.  
  103. <variable name="HomeFlagstar1">
  104. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,1)">star10</value>
  105. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,0)">star5</value>
  106. <value>star0</value>
  107. </variable>
  108. <variable name="HomeFlagstar2">
  109. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,3)">star10</value>
  110. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,2)">star5</value>
  111. <value>star0</value>
  112. </variable>
  113. <variable name="HomeFlagstar3">
  114. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,5)">star10</value>
  115. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,4)">star5</value>
  116. <value>star0</value>
  117. </variable>
  118. <variable name="HomeFlagstar4">
  119. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,7)">star10</value>
  120. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,6)">star5</value>
  121. <value>star0</value>
  122. </variable>
  123. <variable name="HomeFlagstar5">
  124. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,9)">star10</value>
  125. <value condition="IntegerGreaterThan(Container(301).ListItem.Rating,8)">star5</value>
  126. <value>star0</value>
  127. </variable>
  128.  
  129. <!-- MusicFlags -->
  130. <variable name="MusicFlagstar5">
  131. <value condition="StringCompare(ListItem.StarRating,rating5.png)">star10</value>
  132. <value>star0</value>
  133. </variable>
  134. <variable name="MusicFlagstar4">
  135. <value condition="StringCompare(ListItem.StarRating,rating5.png)">star10</value>
  136. <value condition="StringCompare(ListItem.StarRating,rating4.png)">star10</value>
  137. <value>star0</value>
  138. </variable>
  139. <variable name="MusicFlagstar3">
  140. <value condition="StringCompare(ListItem.StarRating,rating5.png)">star10</value>
  141. <value condition="StringCompare(ListItem.StarRating,rating4.png)">star10</value>
  142. <value condition="StringCompare(ListItem.StarRating,rating3.png)">star10</value>
  143. <value>star0</value>
  144. </variable>
  145. <variable name="MusicFlagstar2">
  146. <value condition="StringCompare(ListItem.StarRating,rating5.png)">star10</value>
  147. <value condition="StringCompare(ListItem.StarRating,rating4.png)">star10</value>
  148. <value condition="StringCompare(ListItem.StarRating,rating3.png)">star10</value>
  149. <value condition="StringCompare(ListItem.StarRating,rating2.png)">star10</value>
  150. <value>star0</value>
  151. </variable>
  152. <variable name="MusicFlagstar1">
  153. <value condition="StringCompare(ListItem.StarRating,rating5.png)">star10</value>
  154. <value condition="StringCompare(ListItem.StarRating,rating4.png)">star10</value>
  155. <value condition="StringCompare(ListItem.StarRating,rating3.png)">star10</value>
  156. <value condition="StringCompare(ListItem.StarRating,rating2.png)">star10</value>
  157. <value condition="StringCompare(ListItem.StarRating,rating1.png)">star10</value>
  158. <value>star0</value>
  159. </variable>
  160.  
  161. <!-- MusicOSDFlags -->
  162. <variable name="OSDMusicFlagstar5">
  163. <value condition="StringCompare(Player.StarRating,rating5.png)">star10</value>
  164. <value>star0</value>
  165. </variable>
  166. <variable name="OSDMusicFlagstar4">
  167. <value condition="StringCompare(Player.StarRating,rating5.png)">star10</value>
  168. <value condition="StringCompare(Player.StarRating,rating4.png)">star10</value>
  169. <value>star0</value>
  170. </variable>
  171. <variable name="OSDMusicFlagstar3">
  172. <value condition="StringCompare(Player.StarRating,rating5.png)">star10</value>
  173. <value condition="StringCompare(Player.StarRating,rating4.png)">star10</value>
  174. <value condition="StringCompare(Player.StarRating,rating3.png)">star10</value>
  175. <value>star0</value>
  176. </variable>
  177. <variable name="OSDMusicFlagstar2">
  178. <value condition="StringCompare(Player.StarRating,rating5.png)">star10</value>
  179. <value condition="StringCompare(Player.StarRating,rating4.png)">star10</value>
  180. <value condition="StringCompare(Player.StarRating,rating3.png)">star10</value>
  181. <value condition="StringCompare(Player.StarRating,rating2.png)">star10</value>
  182. <value>star0</value>
  183. </variable>
  184. <variable name="OSDMusicFlagstar1">
  185. <value condition="StringCompare(Player.StarRating,rating5.png)">star10</value>
  186. <value condition="StringCompare(Player.StarRating,rating4.png)">star10</value>
  187. <value condition="StringCompare(Player.StarRating,rating3.png)">star10</value>
  188. <value condition="StringCompare(Player.StarRating,rating2.png)">star10</value>
  189. <value condition="StringCompare(Player.StarRating,rating1.png)">star10</value>
  190. <value>star0</value>
  191. </variable>
  192. <variable name="ClearLogoTopVar">
  193. <value condition="!IsEmpty(ListItem.Art(clearlogo))">$INFO[ListItem.Art(clearlogo)]</value>
  194. <value condition="!IsEmpty(ListItem.Art(tvshow.clearlogo))">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
  195. <value condition="!IsEmpty(Container(9500).ListItem.Art(clearlogo))">$INFO[Container(9500).ListItem.Art(clearlogo)]</value>
  196. <value condition="!IsEmpty(Container(9500).ListItem.Art(tvshow.clearlogo))">$INFO[Container(9500).ListItem.Art(tvshow.clearlogo)]</value>
  197. </variable>
  198. <include name="Furniture_Flags">
  199. <control type="grouplist">
  200. <visible>!Skin.HasSetting(furniture.flags)</visible>
  201. <visible>!Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml)</visible>
  202. <visible>!Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)</visible>
  203. <visible>Container.Content(movies) | Container.Content(episodes) | Container.Content(tvshows) | Container.Content(seasons)</visible>
  204. <visible>!stringcompare(ListItem.Label,..)</visible>
  205. <include>Animation.FadeIn</include>
  206. <include>Animation.FadeOut</include>
  207. <left>SidePad</left>
  208. <centerbottom>NavBarPad</centerbottom>
  209. <width>1600</width>
  210. <height>120</height>
  211. <orientation>horizontal</orientation>
  212. <align>left</align>
  213. <itemgap>24</itemgap>
  214. <usecontrolcoords>true</usecontrolcoords>
  215. <control type="group">
  216. <visible>substring(ListItem.Path,videodb://movies/sets,left) | !Skin.HasSetting(furniture.flagicons) | Container.Content(tvshows) | Container.Content(seasons) | IsEmpty(ListItem.VideoResolution)</visible>
  217. <centertop>50%</centertop>
  218. <width>64</width>
  219. <height>64</height>
  220. <control type="image" description="button back">
  221. <width>64</width>
  222. <height>64</height>
  223. <texture border="32" colordiffuse="Dark1">common/circle.png</texture>
  224. </control>
  225. <control type="label">
  226. <width>64</width>
  227. <height>64</height>
  228. <align>center</align>
  229. <aligny>center</aligny>
  230. <label>$VAR[HDSD]</label>
  231. <font>SmallBold</font>
  232. <textcolor>Light1</textcolor>
  233. <visible>!substring(ListItem.Path,videodb://movies/sets,left)</visible>
  234. </control>
  235. <control type="image">
  236. <width>64</width>
  237. <height>64</height>
  238. <texture colordiffuse="Light1">flags/sets.png</texture>
  239. <visible>substring(ListItem.Path,videodb://movies/sets,left)</visible>
  240. </control>
  241. </control>
  242. <control type="image">
  243. <width>88</width>
  244. <height>64</height>
  245. <centertop>50%</centertop>
  246. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  247. <aspectratio align="center">keep</aspectratio>
  248. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.VideoResolution) + !substring(ListItem.Path,videodb://movies/sets,left)</visible>
  249. </control>
  250.  
  251. <control type="image">
  252. <width>64</width>
  253. <height>64</height>
  254. <centertop>50%</centertop>
  255. <texture colordiffuse="Dark1">flags/$VAR[Flagstar1].png</texture>
  256. </control>
  257. <control type="image">
  258. <posx>-48</posx>
  259. <width>64</width>
  260. <height>64</height>
  261. <centertop>50%</centertop>
  262. <texture colordiffuse="Dark1">flags/$VAR[Flagstar2].png</texture>
  263. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  264. </control>
  265. <control type="image">
  266. <posx>-48</posx>
  267. <width>64</width>
  268. <height>64</height>
  269. <centertop>50%</centertop>
  270. <texture colordiffuse="Dark1">flags/$VAR[Flagstar3].png</texture>
  271. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  272. </control>
  273. <control type="image">
  274. <posx>-48</posx>
  275. <width>64</width>
  276. <height>64</height>
  277. <centertop>50%</centertop>
  278. <texture colordiffuse="Dark1">flags/$VAR[Flagstar4].png</texture>
  279. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  280. </control>
  281. <control type="image">
  282. <posx>-48</posx>
  283. <width>64</width>
  284. <height>64</height>
  285. <centertop>50%</centertop>
  286. <texture colordiffuse="Dark1">flags/$VAR[Flagstar5].png</texture>
  287. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  288. </control>
  289. <control type="label">
  290. <left>-16</left>
  291. <width min="48">auto</width>
  292. <centertop>50%</centertop>
  293. <height>64</height>
  294. <align>left</align>
  295. <aligny>center</aligny>
  296. <label>$INFO[ListItem.Rating]</label>
  297. <font>Flag</font>
  298. <textcolor>Dark1</textcolor>
  299. <visible>Skin.HasSetting(furniture.numericrating)</visible>
  300. </control>
  301.  
  302. <control type="image">
  303. <width>48</width>
  304. <height>64</height>
  305. <centertop>50%</centertop>
  306. <texture colordiffuse="Dark1">flags/airing.png</texture>
  307. <aspectratio align="left">scale</aspectratio>
  308. <visible>Container.Content(tvshows) | Container.Content(seasons)</visible>
  309. </control>
  310. <control type="label">
  311. <width min="128">auto</width>
  312. <centertop>50%</centertop>
  313. <height>64</height>
  314. <align>left</align>
  315. <aligny>center</aligny>
  316. <label>$VAR[LabelNextAiredDetails]</label>
  317. <font>Flag</font>
  318. <textcolor>Dark2</textcolor>
  319. <visible>Container.Content(tvshows) | Container.Content(seasons)</visible>
  320. </control>
  321.  
  322. <control type="image">
  323. <width>88</width>
  324. <height>64</height>
  325. <centertop>50%</centertop>
  326. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[ListItem.VideoCodec,flags/source/,.png]</texture>
  327. <aspectratio align="center">keep</aspectratio>
  328. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.VideoCodec)</visible>
  329. </control>
  330. <control type="image">
  331. <width>88</width>
  332. <height>64</height>
  333. <centertop>50%</centertop>
  334. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  335. <aspectratio align="center">keep</aspectratio>
  336. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.VideoAspect)</visible>
  337. </control>
  338. <control type="image">
  339. <width>88</width>
  340. <height>64</height>
  341. <centertop>50%</centertop>
  342. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  343. <aspectratio align="center">keep</aspectratio>
  344. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.AudioCodec)</visible>
  345. </control>
  346. <control type="image">
  347. <width>88</width>
  348. <height>64</height>
  349. <centertop>50%</centertop>
  350. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[ListItem.AudioChannels,flags/channels/,.png]</texture>
  351. <aspectratio align="center">keep</aspectratio>
  352. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.AudioChannels)</visible>
  353. </control>
  354.  
  355.  
  356.  
  357. <control type="image">
  358. <width>48</width>
  359. <height>64</height>
  360. <centertop>50%</centertop>
  361. <texture colordiffuse="Dark1">flags/video.png</texture>
  362. <aspectratio align="left">scale</aspectratio>
  363. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.VideoResolution)</visible>
  364. </control>
  365. <control type="label">
  366. <width min="128">auto</width>
  367. <centertop>50%</centertop>
  368. <height>64</height>
  369. <align>left</align>
  370. <aligny>center</aligny>
  371. <label>$INFO[ListItem.VideoCodec,, • ]$INFO[ListItem.VideoResolution]$INFO[ListItem.VideoAspect, • ,]</label>
  372. <font>Flag</font>
  373. <textcolor>Dark1</textcolor>
  374. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.VideoResolution)</visible>
  375. </control>
  376. <control type="image">
  377. <width>48</width>
  378. <centertop>50%</centertop>
  379. <height>64</height>
  380. <texture colordiffuse="Dark1">flags/audio.png</texture>
  381. <aspectratio align="left">scale</aspectratio>
  382. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.AudioCodec)</visible>
  383. </control>
  384. <control type="label">
  385. <width>auto</width>
  386. <centertop>50%</centertop>
  387. <height>64</height>
  388. <align>left</align>
  389. <aligny>center</aligny>
  390. <label>$INFO[ListItem.AudioCodec]$VAR[LabelAudioChannels, • ,]</label>
  391. <font>Flag</font>
  392. <textcolor>Dark1</textcolor>
  393. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.AudioCodec)</visible>
  394. </control>
  395. <control type="image">
  396. <width>48</width>
  397. <height>64</height>
  398. <centertop>50%</centertop>
  399. <texture colordiffuse="Dark1">flags/time.png</texture>
  400. <aspectratio align="left">scale</aspectratio>
  401. <visible>!IsEmpty(ListItem.Duration) + [Control.IsVisible(500) | Control.IsVisible(53) | Control.IsVisible(52) | Control.IsVisible(55)]</visible>
  402. </control>
  403. <control type="label">
  404. <width>auto</width>
  405. <centertop>50%</centertop>
  406. <height>64</height>
  407. <align>left</align>
  408. <aligny>center</aligny>
  409. <label>$INFO[ListItem.Duration,, $LOCALIZE[31102] ]</label>
  410. <font>Flag</font>
  411. <textcolor>Dark1</textcolor>
  412. <visible>!IsEmpty(ListItem.Duration) + [Control.IsVisible(500) | Control.IsVisible(53) | Control.IsVisible(52) | Control.IsVisible(55)]</visible>
  413. </control>
  414. <control type="image">
  415. <width>64</width>
  416. <centertop>50%</centertop>
  417. <height>64</height>
  418. <texture colordiffuse="Dark1">flags/3D.png</texture>
  419. <visible>ListItem.IsStereoscopic</visible>
  420. </control>
  421.  
  422. <control type="image">
  423. <width>64</width>
  424. <centertop>50%</centertop>
  425. <height>64</height>
  426. <texture colordiffuse="Dark1">flags/bluray.png</texture>
  427. <visible>[substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip) | substring(ListItem.FilenameAndPath,bd25) | substring(ListItem.FilenameAndPath,bd50)]</visible>
  428. </control>
  429. <control type="image">
  430. <width>95</width>
  431. <centertop>50%</centertop>
  432. <height>64</height>
  433. <texture colordiffuse="Dark1">flags/hddvd.png</texture>
  434. <visible>substring(ListItem.FilenameAndPath,hddvd)</visible>
  435. </control>
  436. <control type="image">
  437. <width>64</width>
  438. <centertop>50%</centertop>
  439. <height>64</height>
  440. <texture colordiffuse="Dark1">flags/dvd.png</texture>
  441. <visible>substring(ListItem.FilenameAndPath,dvd) + !substring(ListItem.FilenameAndPath,hddvd)</visible>
  442. </control>
  443.  
  444. <!--<control type="image">
  445. <width>64</width>
  446. <centertop>50%</centertop>
  447. <height>64</height>
  448. <texture colordiffuse="Dark1">flags/imdb.png</texture>
  449. <visible>!IsEmpty(ListItem.Top250)</visible>
  450. </control>-->
  451.  
  452. <!--Skinhelper-->
  453. <control type="group">
  454. <height>80</height>
  455. <width>85</width>
  456. <bottom>15</bottom>
  457. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.IMDB.Top250), 0)</visible>
  458. <!--<control type="image">
  459. <width>84</width>
  460. <texture border="5">diffuse/paneltitan.png</texture>
  461. <colordiffuse>Black</colordiffuse>
  462. <aspectratio>stretch</aspectratio>
  463. </control>
  464. <control type="image">
  465. <width>85</width>
  466. <bordersize>2</bordersize>
  467. <texture border="5">diffuse/paneltitan.png</texture>
  468. <colordiffuse>FF727272</colordiffuse>
  469. <aspectratio>stretch</aspectratio>
  470. </control>-->
  471. <control type="image">
  472. <width>84</width>
  473. <height>60</height>
  474. <bordersize>2</bordersize>
  475. <texture>flags/imdb_logo_250.png</texture>
  476. </control>
  477. <control type="label">
  478. <top>50</top>
  479. <width>84</width>
  480. <height>64</height>
  481. <align>center</align>
  482. <aligny>center</aligny>
  483. <font>flag</font>
  484. <textcolor>Dark1</textcolor>
  485. <label>$INFO[Window(Home).Property(SkinHelper.IMDB.Top250)]</label>
  486. </control>
  487. </control>
  488. <control type="group">
  489. <height>80</height>
  490. <width>85</width>
  491. <bottom>15</bottom>
  492. <visible>!IsEmpty(ListItem.Rating)</visible>
  493. <!--<control type="image">
  494. <width>84</width>
  495. <texture border="5">diffuse/paneltitan.png</texture>
  496. <colordiffuse>Black</colordiffuse>
  497. <aspectratio>stretch</aspectratio>
  498. <visible>!IsEmpty(ListItem.Rating)</visible>
  499. </control>
  500. <control type="image">
  501. <width>85</width>
  502. <bordersize>2</bordersize>
  503. <texture border="5">diffuse/paneltitan.png</texture>
  504. <colordiffuse>FF727272</colordiffuse>
  505. <aspectratio>stretch</aspectratio>
  506. <visible>!IsEmpty(ListItem.Rating)</visible>
  507. </control>-->
  508. <control type="image">
  509. <top>0</top>
  510. <width>84</width>
  511. <height>60</height>
  512. <bordersize>2</bordersize>
  513. <texture>flags/imdb_logo.png</texture>
  514. <visible>!IsEmpty(ListItem.Rating)</visible>
  515. </control>
  516. <control type="label">
  517. <top>50</top>
  518. <width>84</width>
  519. <height>64</height>
  520. <align>center</align>
  521. <aligny>center</aligny>
  522. <font>flag</font>
  523. <textcolor>Dark1</textcolor>
  524. <label>$INFO[ListItem.Rating]</label>
  525. <visible>!IsEmpty(ListItem.Rating)</visible>
  526. </control>
  527. </control>
  528.  
  529.  
  530. <control type="group">
  531. <height>80</height>
  532. <width>85</width>
  533. <bottom>20</bottom>
  534. <control type="image">
  535. <description>Certified Fresh logo 75%+ only</description>
  536. <width>60</width>
  537. <height>60</height>
  538. <aligny>center</aligny>
  539. <centertop>50%</centertop>
  540. <texture>flags/certified.png</texture>
  541. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter),74)</visible>
  542. </control>
  543. <control type="image">
  544. <description>Tomato logo Between 60-74% only</description>
  545. <width>60</width>
  546. <height>60</height>
  547. <aligny>center</aligny>
  548. <centertop>50%</centertop>
  549. <texture>flags/fresh.png</texture>
  550. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter),59) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter),74)</visible>
  551. </control>
  552. <control type="image">
  553. <description>Rotten logo 59% or less</description>
  554. <width>60</width>
  555. <height>60</height>
  556. <aligny>center</aligny>
  557. <centertop>50%</centertop>
  558. <texture>flags/rotten.png</texture>
  559. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter),0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter),59)</visible>
  560. </control>
  561. <control type="label">
  562. <width>70</width>
  563. <height>64</height>
  564. <left>-3</left>
  565. <top>55</top>
  566. <align>center</align>
  567. <aligny>center</aligny>
  568. <font>Flag</font>
  569. <textcolor>Dark1</textcolor>
  570. <label>$INFO[Window(Home).Property(SkinHelper.RottenTomatoesMeter),,%]</label>
  571. </control>
  572. </control>
  573. <control type="group">
  574. <height>80</height>
  575. <width>85</width>
  576. <bottom>20</bottom>
  577. <control type="image">
  578. <description>Popcorn Logo</description>
  579. <width>60</width>
  580. <height>60</height>
  581. <aligny>center</aligny>
  582. <centertop>50%</centertop>
  583. <texture>flags/popcorn.png</texture>
  584. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59)</visible>
  585. </control>
  586. <control type="image">
  587. <description>Popcorn - Rotten Logo</description>
  588. <width>60</width>
  589. <height>60</height>
  590. <aligny>center</aligny>
  591. <centertop>50%</centertop>
  592. <texture>flags/spilt.png</texture>
  593. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59)</visible>
  594. </control>
  595. <control type="label">
  596. <width>70</width>
  597. <height>64</height>
  598. <left>-3</left>
  599. <top>55</top>
  600. <align>center</align>
  601. <aligny>center</aligny>
  602. <font>Flag</font>
  603. <textcolor>Dark1</textcolor>
  604. <label>$INFO[Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter),,%]</label>
  605. </control>
  606. </control>
  607.  
  608. <!--Metacritic-->
  609. <control type="group">
  610. <height>80</height>
  611. <width>85</width>
  612. <bottom>20</bottom>
  613. <control type="image">
  614. <width>60</width>
  615. <centertop>50%</centertop>
  616. <height>60</height>
  617. <texture>flags/metacritic.png</texture>
  618. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.MetaCritic.Rating), 0)</visible>
  619. </control>
  620. <control type="label">
  621. <width>70</width>
  622. <height>64</height>
  623. <left>-4</left>
  624. <top>55</top>
  625. <align>center</align>
  626. <aligny>center</aligny>
  627. <font>Flag</font>
  628. <textcolor>Dark1</textcolor>
  629. <label>$INFO[Window(Home).Property(SkinHelper.MetaCritic.Rating)]</label>
  630. </control>
  631. </control>
  632.  
  633. </control>
  634. </include>
  635. <include name="Furniture_Hub_Flags">
  636. <control type="grouplist">
  637. <visible>!Skin.HasSetting(furniture.flags)</visible>
  638. <include>Animation.FadeIn</include>
  639. <include>Animation.FadeOut</include>
  640. <left>SidePad</left>
  641. <centerbottom>NavBarPad</centerbottom>
  642. <width>1400</width>
  643. <height>64</height>
  644. <orientation>horizontal</orientation>
  645. <align>left</align>
  646. <itemgap>24</itemgap>
  647. <usecontrolcoords>true</usecontrolcoords>
  648. <control type="group">
  649. <visible>!Skin.HasSetting(furniture.flagicons) | IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  650. <width>64</width>
  651. <height>64</height>
  652. <control type="image" description="button back">
  653. <width>64</width>
  654. <height>64</height>
  655. <texture border="32" colordiffuse="Dark1">common/circle.png</texture>
  656. </control>
  657. <control type="label">
  658. <width>64</width>
  659. <height>64</height>
  660. <align>center</align>
  661. <aligny>center</aligny>
  662. <label>$VAR[HDSD]</label>
  663. <font>SmallBold</font>
  664. <textcolor>Light1</textcolor>
  665. <visible>!substring(Container(9500).ListItem.Path,videodb://movies/sets,left)</visible>
  666. </control>
  667. <control type="image">
  668. <width>64</width>
  669. <height>64</height>
  670. <texture colordiffuse="Light1">flags/sets.png</texture>
  671. <visible>substring(Container(9500).ListItem.Path,videodb://movies/sets,left)</visible>
  672. </control>
  673. </control>
  674. <control type="image">
  675. <width>88</width>
  676. <height>64</height>
  677. <centertop>50%</centertop>
  678. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.VideoResolution,flags/resolution/,.png]</texture>
  679. <aspectratio align="center">keep</aspectratio>
  680. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  681. </control>
  682.  
  683. <control type="image">
  684. <width>64</width>
  685. <height>64</height>
  686. <centertop>50%</centertop>
  687. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar1].png</texture>
  688. </control>
  689. <control type="image">
  690. <posx>-48</posx>
  691. <width>64</width>
  692. <height>64</height>
  693. <centertop>50%</centertop>
  694. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar2].png</texture>
  695. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  696. </control>
  697. <control type="image">
  698. <posx>-48</posx>
  699. <width>64</width>
  700. <height>64</height>
  701. <centertop>50%</centertop>
  702. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar3].png</texture>
  703. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  704. </control>
  705. <control type="image">
  706. <posx>-48</posx>
  707. <width>64</width>
  708. <height>64</height>
  709. <centertop>50%</centertop>
  710. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar4].png</texture>
  711. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  712. </control>
  713. <control type="image">
  714. <posx>-48</posx>
  715. <width>64</width>
  716. <height>64</height>
  717. <centertop>50%</centertop>
  718. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar5].png</texture>
  719. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  720. </control>
  721. <control type="label">
  722. <left>-16</left>
  723. <width min="48">auto</width>
  724. <centertop>50%</centertop>
  725. <height>64</height>
  726. <align>left</align>
  727. <aligny>center</aligny>
  728. <label>$INFO[Container(9500).ListItem.Rating]</label>
  729. <font>Flag</font>
  730. <textcolor>Dark1</textcolor>
  731. <visible>Skin.HasSetting(furniture.numericrating)</visible>
  732. </control>
  733.  
  734. <control type="image">
  735. <width>88</width>
  736. <height>64</height>
  737. <centertop>50%</centertop>
  738. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.VideoCodec,flags/source/,.png]</texture>
  739. <aspectratio align="center">keep</aspectratio>
  740. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoCodec)</visible>
  741. </control>
  742. <control type="image">
  743. <width>88</width>
  744. <height>64</height>
  745. <centertop>50%</centertop>
  746. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  747. <aspectratio align="center">keep</aspectratio>
  748. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoAspect)</visible>
  749. </control>
  750. <control type="image">
  751. <width>88</width>
  752. <height>64</height>
  753. <centertop>50%</centertop>
  754. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.AudioCodec,flags/audio/,.png]</texture>
  755. <aspectratio align="center">keep</aspectratio>
  756. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioCodec)</visible>
  757. </control>
  758. <control type="image">
  759. <width>88</width>
  760. <height>64</height>
  761. <centertop>50%</centertop>
  762. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.AudioChannels,flags/channels/,.png]</texture>
  763. <aspectratio align="center">keep</aspectratio>
  764. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioChannels)</visible>
  765. </control>
  766.  
  767. <control type="image">
  768. <width>48</width>
  769. <height>64</height>
  770. <texture colordiffuse="Dark1">flags/video.png</texture>
  771. <aspectratio align="left">scale</aspectratio>
  772. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  773. </control>
  774. <control type="label">
  775. <width min="128">auto</width>
  776. <height>64</height>
  777. <align>left</align>
  778. <aligny>center</aligny>
  779. <label>$INFO[Container(9500).ListItem.VideoCodec,, • ]$INFO[Container(9500).ListItem.VideoResolution]$INFO[Container(9500).ListItem.VideoAspect, • ,]</label>
  780. <font>Flag</font>
  781. <textcolor>Dark1</textcolor>
  782. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  783. </control>
  784. <control type="image">
  785. <width>48</width>
  786. <height>64</height>
  787. <texture colordiffuse="Dark1">flags/audio.png</texture>
  788. <aspectratio align="left">scale</aspectratio>
  789. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioCodec)</visible>
  790. </control>
  791. <control type="label">
  792. <width min="128">auto</width>
  793. <height>64</height>
  794. <align>left</align>
  795. <aligny>center</aligny>
  796. <label>$INFO[Container(9500).ListItem.AudioCodec]$VAR[LabelHubAudioChannels, • ,]</label>
  797. <font>Flag</font>
  798. <textcolor>Dark1</textcolor>
  799. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioCodec)</visible>
  800. </control>
  801.  
  802. <control type="image">
  803. <width>64</width>
  804. <height>64</height>
  805. <texture colordiffuse="Dark1">flags/3D.png</texture>
  806. <visible>Container(9500).ListItem.IsStereoscopic</visible>
  807. </control>
  808. <control type="image">
  809. <width>64</width>
  810. <height>64</height>
  811. <texture colordiffuse="Dark1">flags/bluray.png</texture>
  812. <visible>[substring(Container(9500).ListItem.FilenameAndPath,bluray) | substring(Container(9500).ListItem.FilenameAndPath,bdrip) | substring(Container(9500).ListItem.FilenameAndPath,bd25) | substring(Container(9500).ListItem.FilenameAndPath,bd50)]</visible>
  813. </control>
  814. <control type="image">
  815. <width>95</width>
  816. <centertop>50%</centertop>
  817. <height>64</height>
  818. <texture colordiffuse="Dark1">flags/hddvd.png</texture>
  819. <visible>substring(Container(9500).ListItem.FilenameAndPath,hddvd)</visible>
  820. </control>
  821. <control type="image">
  822. <width>64</width>
  823. <centertop>50%</centertop>
  824. <height>64</height>
  825. <texture colordiffuse="Dark1">flags/dvd.png</texture>
  826. <visible>substring(Container(9500).ListItem.FilenameAndPath,dvd) + !substring(Container(9500).ListItem.FilenameAndPath,hddvd)</visible>
  827. </control>
  828.  
  829. <control type="image">
  830. <width>64</width>
  831. <centertop>50%</centertop>
  832. <height>64</height>
  833. <texture colordiffuse="Dark1">flags/imdb.png</texture>
  834. <visible>!IsEmpty(Container(9500).ListItem.Top250)</visible>
  835. </control>
  836.  
  837.  
  838.  
  839. </control>
  840. </include>
  841. <include name="Furniture_Home_Flags">
  842. <control type="grouplist">
  843. <visible>!Skin.HasSetting(furniture.flags)</visible>
  844. <visible>Control.HasFocus(301)</visible>
  845. <include>Animation.FadeIn</include>
  846. <include>Animation.FadeOut</include>
  847. <left>SidePad</left>
  848. <centerbottom>NavBarPad</centerbottom>
  849. <width>1400</width>
  850. <height>64</height>
  851. <orientation>horizontal</orientation>
  852. <align>left</align>
  853. <itemgap>24</itemgap>
  854. <usecontrolcoords>true</usecontrolcoords>
  855. <control type="group">
  856. <visible>!Skin.HasSetting(furniture.flagicons) | IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  857. <width>64</width>
  858. <height>64</height>
  859. <control type="image" description="button back">
  860. <width>64</width>
  861. <height>64</height>
  862. <texture border="32" colordiffuse="Dark1">common/circle.png</texture>
  863. </control>
  864. <control type="label">
  865. <width>64</width>
  866. <height>64</height>
  867. <align>center</align>
  868. <aligny>center</aligny>
  869. <label>$VAR[HDSD]</label>
  870. <font>SmallBold</font>
  871. <textcolor>Light1</textcolor>
  872. <visible>!substring(Container(301).ListItem.Path,videodb://movies/sets,left)</visible>
  873. </control>
  874. <control type="image">
  875. <width>64</width>
  876. <height>64</height>
  877. <texture colordiffuse="Light1">flags/sets.png</texture>
  878. <visible>substring(Container(301).ListItem.Path,videodb://movies/sets,left)</visible>
  879. </control>
  880. </control>
  881. <control type="image">
  882. <width>88</width>
  883. <height>64</height>
  884. <centertop>50%</centertop>
  885. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.VideoResolution,flags/resolution/,.png]</texture>
  886. <aspectratio align="center">keep</aspectratio>
  887. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  888. </control>
  889.  
  890. <control type="image">
  891. <width>64</width>
  892. <height>64</height>
  893. <centertop>50%</centertop>
  894. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar1].png</texture>
  895. </control>
  896. <control type="image">
  897. <posx>-48</posx>
  898. <width>64</width>
  899. <height>64</height>
  900. <centertop>50%</centertop>
  901. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar2].png</texture>
  902. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  903. </control>
  904. <control type="image">
  905. <posx>-48</posx>
  906. <width>64</width>
  907. <height>64</height>
  908. <centertop>50%</centertop>
  909. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar3].png</texture>
  910. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  911. </control>
  912. <control type="image">
  913. <posx>-48</posx>
  914. <width>64</width>
  915. <height>64</height>
  916. <centertop>50%</centertop>
  917. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar4].png</texture>
  918. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  919. </control>
  920. <control type="image">
  921. <posx>-48</posx>
  922. <width>64</width>
  923. <height>64</height>
  924. <centertop>50%</centertop>
  925. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar5].png</texture>
  926. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  927. </control>
  928. <control type="label">
  929. <left>-16</left>
  930. <width min="48">auto</width>
  931. <centertop>50%</centertop>
  932. <height>64</height>
  933. <align>left</align>
  934. <aligny>center</aligny>
  935. <label>$INFO[Container(301).ListItem.Rating]</label>
  936. <font>Flag</font>
  937. <textcolor>Dark1</textcolor>
  938. <visible>Skin.HasSetting(furniture.numericrating)</visible>
  939. </control>
  940.  
  941. <control type="image">
  942. <width>88</width>
  943. <height>64</height>
  944. <centertop>50%</centertop>
  945. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.VideoCodec,flags/source/,.png]</texture>
  946. <aspectratio align="center">keep</aspectratio>
  947. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoCodec)</visible>
  948. </control>
  949. <control type="image">
  950. <width>88</width>
  951. <height>64</height>
  952. <centertop>50%</centertop>
  953. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  954. <aspectratio align="center">keep</aspectratio>
  955. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoAspect)</visible>
  956. </control>
  957. <control type="image">
  958. <width>88</width>
  959. <height>64</height>
  960. <centertop>50%</centertop>
  961. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.AudioCodec,flags/audio/,.png]</texture>
  962. <aspectratio align="center">keep</aspectratio>
  963. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioCodec)</visible>
  964. </control>
  965. <control type="image">
  966. <width>88</width>
  967. <height>64</height>
  968. <centertop>50%</centertop>
  969. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.AudioChannels,flags/channels/,.png]</texture>
  970. <aspectratio align="center">keep</aspectratio>
  971. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioChannels)</visible>
  972. </control>
  973.  
  974. <control type="image">
  975. <width>48</width>
  976. <height>64</height>
  977. <texture colordiffuse="Dark1">flags/video.png</texture>
  978. <aspectratio align="left">scale</aspectratio>
  979. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  980. </control>
  981. <control type="label">
  982. <width min="128">auto</width>
  983. <height>64</height>
  984. <align>left</align>
  985. <aligny>center</aligny>
  986. <label>$INFO[Container(301).ListItem.VideoCodec,, • ]$INFO[Container(301).ListItem.VideoResolution]$INFO[Container(301).ListItem.VideoAspect, • ,]</label>
  987. <font>Flag</font>
  988. <textcolor>Dark1</textcolor>
  989. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  990. </control>
  991. <control type="image">
  992. <width>48</width>
  993. <height>64</height>
  994. <texture colordiffuse="Dark1">flags/audio.png</texture>
  995. <aspectratio align="left">scale</aspectratio>
  996. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioCodec)</visible>
  997. </control>
  998. <control type="label">
  999. <width min="128">auto</width>
  1000. <height>64</height>
  1001. <align>left</align>
  1002. <aligny>center</aligny>
  1003. <label>$INFO[Container(301).ListItem.AudioCodec]$VAR[LabelHomeAudioChannels, • ,]</label>
  1004. <font>Flag</font>
  1005. <textcolor>Dark1</textcolor>
  1006. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioCodec)</visible>
  1007. </control>
  1008.  
  1009. <control type="image">
  1010. <width>64</width>
  1011. <height>64</height>
  1012. <texture colordiffuse="Dark1">flags/3D.png</texture>
  1013. <visible>Container(301).ListItem.IsStereoscopic</visible>
  1014. </control>
  1015. <control type="image">
  1016. <width>64</width>
  1017. <height>64</height>
  1018. <texture colordiffuse="Dark1">flags/bluray.png</texture>
  1019. <visible>[substring(Container(301).ListItem.FilenameAndPath,bluray) | substring(Container(301).ListItem.FilenameAndPath,bdrip) | substring(Container(301).ListItem.FilenameAndPath,bd25) | substring(Container(301).ListItem.FilenameAndPath,bd50)]</visible>
  1020. </control>
  1021. <control type="image">
  1022. <width>95</width>
  1023. <centertop>50%</centertop>
  1024. <height>64</height>
  1025. <texture colordiffuse="Dark1">flags/hddvd.png</texture>
  1026. <visible>substring(Container(301).ListItem.FilenameAndPath,hddvd)</visible>
  1027. </control>
  1028. <control type="image">
  1029. <width>64</width>
  1030. <centertop>50%</centertop>
  1031. <height>64</height>
  1032. <texture colordiffuse="Dark1">flags/dvd.png</texture>
  1033. <visible>substring(Container(301).ListItem.FilenameAndPath,dvd) + !substring(Container(301).ListItem.FilenameAndPath,hddvd)</visible>
  1034. </control>
  1035.  
  1036. <control type="image">
  1037. <width>64</width>
  1038. <centertop>50%</centertop>
  1039. <height>64</height>
  1040. <texture colordiffuse="Dark1">flags/imdb.png</texture>
  1041. <visible>!IsEmpty(Container(301).ListItem.Top250)</visible>
  1042. </control>
  1043.  
  1044.  
  1045.  
  1046. </control>
  1047. </include>
  1048.  
  1049. <variable name="HeaderIcon">
  1050. <value condition="Player.Muted">special://skin/extras/icons/mute.png</value>
  1051. <value condition="Window.IsVisible(DialogButtonMenu.xml)">special://skin/extras/icons/power.png</value>
  1052. <value condition="Window.IsVisible(DialogFavourites.xml)">special://skin/extras/icons/favourites.png</value>
  1053. <value condition="Window.IsVisible(EventLog.xml)">special://skin/extras/icons/antenna.png</value>
  1054. <value condition="Window.IsVisible(1103) | Window.IsVisible(1104) | Window.IsVisible(1105)">special://skin/extras/icons/director.png</value>
  1055. <value condition="Player.HasAudio + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/songs.png</value>
  1056. <value condition="Player.HasVideo + VideoPlayer.Content(livetv) + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/livetv.png</value>
  1057. <value condition="Player.HasVideo + VideoPlayer.Content(movies) + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/film.png</value>
  1058. <value condition="Player.HasVideo + VideoPlayer.Content(episodes) + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/tv.png</value>
  1059. <value condition="Player.HasVideo + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/eye.png</value>
  1060. <value condition="Window.IsVisible(script-script.extendedinfo-YoutubeList.xml)">special://skin/extras/icons/youtube.png</value>
  1061. <value condition="Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-VideoList.xml) | Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)">special://skin/extras/icons/info.png</value>
  1062. <value condition="Window.IsVisible(script-NextAired-TVGuide.xml) | Window.IsVisible(script-NextAired-TVGuide2.xml)">special://skin/extras/icons/tvguide.png</value>
  1063. <value condition="SubString(Container.FolderPath,sources://,Left)">special://skin/extras/icons/files.png</value>
  1064. <value condition="SubString(Container.FolderPath,special://videoplaylists/,Left)">special://skin/extras/icons/playlist.png</value>
  1065. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/)">special://skin/extras/icons/playlist.png</value>
  1066. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/video/)">special://skin/extras/icons/playlist.png</value>
  1067. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/music/)">special://skin/extras/icons/playlist.png</value>
  1068. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/mixed/)">special://skin/extras/icons/playlist.png</value>
  1069. <value condition="Window.IsVisible(MyMusicPlaylistEditor.xml) | Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)">special://skin/extras/icons/songs.png</value>
  1070. <value condition="SubString(Container.FolderPath,library://video/movies/,Left)">special://skin/extras/icons/film.png</value>
  1071. <value condition="SubString(Container.FolderPath,library://video/tvshows/,Left)">special://skin/extras/icons/tv.png</value>
  1072. <value condition="SubString(Container.FolderPath,videodb://movies/,Left)">special://skin/extras/icons/film.png</value>
  1073. <value condition="SubString(Container.FolderPath,videodb://tvshows/,Left)">special://skin/extras/icons/tv.png</value>
  1074. <value condition="SubString(Container.FolderPath,plugin://,Left)">special://skin/extras/icons/video-addons.png</value>
  1075. <value condition="Container.Content(movies)">special://skin/extras/icons/film.png</value>
  1076. <value condition="Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)">special://skin/extras/icons/tv.png</value>
  1077. <value condition="Container.Content(songs)">special://skin/extras/icons/songs.png</value>
  1078. <value condition="Container.Content(livetv)">special://skin/extras/icons/livetv.png</value>
  1079. <value condition="Container.Content(files)">special://skin/extras/icons/files.png</value>
  1080. <value condition="Container.Content(plugins)">special://skin/extras/icons/video-addons.png</value>
  1081. <value condition="Container.Content(addons)">special://skin/extras/icons/addons.png</value>
  1082. <value condition="SubString(Container.FolderPath,videodb://musicvideos/,Left)">special://skin/extras/icons/musicvideo.png</value>
  1083. <value condition="Window.IsVisible(Custom_SetCustomColor.xml)">special://skin/extras/icons/wand.png</value>
  1084. <value condition="Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRRecordings.xml)">special://skin/extras/icons/livetv.png</value>
  1085. <value condition="Window.IsVisible(MyMusicPlaylistEditor.xml) | Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)">special://skin/extras/icons/songs.png</value>
  1086. <value condition="Window.IsVisible(MyPics.xml)">special://skin/extras/icons/pictures.png</value>
  1087. <value condition="Window.IsVisible(MyPrograms.xml) | Window.IsVisible(AddonBrowser.xml)">special://skin/extras/icons/addons.png</value>
  1088. <value condition="Window.IsVisible(weather)">special://skin/extras/icons/sun.png</value>
  1089. <value condition="Window.IsVisible(SettingsSystemInfo.xml) | Window.IsVisible(SettingsCategory.xml) | Window.IsVisible(settings) | Window.IsVisible(SkinSettings.xml)">special://skin/extras/icons/settings.png</value>
  1090. <value condition="Window.IsVisible(MyMusicPlaylist.xml)">special://skin/extras/icons/playlist.png</value>
  1091. <value condition="Window.IsVisible(FileManager.xml)">special://skin/extras/icons/database.png</value>
  1092. <value condition="Window.IsVisible(Home.xml)">special://skin/extras/icons/home.png</value>
  1093. <value condition="Window.IsVisible(MyVideoNav.xml)">special://skin/extras/icons/video-addons.png</value>
  1094. <value>special://skin/extras/icons/artist.png</value>
  1095. </variable>
  1096.  
  1097. <variable name="GlobalSearchHeaderLabel">
  1098. <value condition="Control.HasFocus(211)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(210)][/COLOR] $LOCALIZE[20337] $LOCALIZE[31101]</value>
  1099. <value condition="Control.HasFocus(111)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(110)][/COLOR] $LOCALIZE[20342]</value>
  1100. <value condition="Control.HasFocus(121)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(120)][/COLOR] $LOCALIZE[20343]</value>
  1101. <value condition="Control.HasFocus(131)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(130)][/COLOR] $LOCALIZE[33054]</value>
  1102. <value condition="Control.HasFocus(141)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(140)][/COLOR] $LOCALIZE[20360]</value>
  1103. <value condition="Control.HasFocus(151)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(150)][/COLOR] $LOCALIZE[20389]</value>
  1104. <value condition="Control.HasFocus(161)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(160)][/COLOR] $LOCALIZE[133]</value>
  1105. <value condition="Control.HasFocus(171)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(170)][/COLOR] $LOCALIZE[132]</value>
  1106. <value condition="Control.HasFocus(181)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(180)][/COLOR] $LOCALIZE[134]</value>
  1107.  
  1108. </variable>
  1109.  
  1110. <variable name="MainHeaderLabel">
  1111. <value condition="Skin.HasSetting(hide.busydialog) + Window.IsVisible(DialogBusy.xml)">$LOCALIZE[20186]...</value>
  1112. <value condition="Window.IsVisible(Custom_SetCustomColor.xml)">$LOCALIZE[31238]</value>
  1113. <value condition="Window.IsVisible(MyMusicPlaylistEditor.xml)">$LOCALIZE[20011]</value>
  1114. <value condition="Window.IsVisible(DialogButtonMenu.xml)">$LOCALIZE[33060]</value>
  1115. <value condition="Window.IsVisible(DialogFavourites.xml)">$LOCALIZE[1036]</value>
  1116. <value condition="Window.IsVisible(EventLog.xml)">$LOCALIZE[14111]</value>
  1117. <value condition="[Window.IsVisible(script-globalsearch-main.xml) | Window.IsVisible(script-globalsearch-info.xml)] + [!IsEmpty(Control.GetLabel(190)) | !IsEmpty(Control.GetLabel(191)) | !IsEmpty(Control.GetLabel(199))]">$INFO[Control.GetLabel(190)]$INFO[Control.GetLabel(191)]$INFO[Control.GetLabel(199)]</value>
  1118. <value condition="Window.IsVisible(script-NextAired-TVGuide.xml) | Window.IsVisible(script-NextAired-TVGuide2.xml)">[CAPITALIZE]$LOCALIZE[4][/CAPITALIZE]</value>
  1119. <value condition="[Window.IsVisible(script-globalsearch-main.xml) | Window.IsVisible(script-globalsearch-info.xml)] + IsEmpty(Control.GetLabel(190)) + IsEmpty(Control.GetLabel(191)) + IsEmpty(Control.GetLabel(199))">$LOCALIZE[283]</value>
  1120. <value condition="Window.IsVisible(script-script.extendedinfo-YoutubeList.xml)">$LOCALIZE[31141]</value>
  1121. <value condition="Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-VideoList.xml) | Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)">$LOCALIZE[31241]</value>
  1122. <value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://movies/titles/)">$LOCALIZE[20342]</value>
  1123. <value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://tvshows/titles/)">$LOCALIZE[20343]</value>
  1124. <value condition="Window.IsVisible(MyVideoNav.xml) + SubString(Container.FolderPath,videodb://movies/,Left)">$INFO[Container.FolderName]</value>
  1125. <value condition="Window.IsVisible(MyVideoNav.xml) + SubString(Container.FolderPath,videodb://tvshows/,Left) + Container.Content(episodes) + !IsEmpty(ListItem.TvShowTitle)">$INFO[ListItem.TvShowTitle]$INFO[Container.FolderName, - ,]</value>
  1126. <value condition="Window.IsVisible(MyVideoNav.xml) + SubString(Container.FolderPath,videodb://tvshows/,Left)">$INFO[Container.FolderName]</value>
  1127. <value condition="Window.IsVisible(MyVideoNav.xml) + !IsEmpty(Container.FolderName)">$INFO[Container.FolderName]</value>
  1128. <value condition="Window.IsVisible(MyVideoNav.xml)">$LOCALIZE[3]</value>
  1129. <value condition="Window.IsVisible(MyPVRChannels.xml)">$LOCALIZE[19019]</value>
  1130. <value condition="Window.IsVisible(MyPVRGuide.xml)">$LOCALIZE[4]</value>
  1131. <value condition="Window.IsVisible(MyPVRRecordings.xml)">$LOCALIZE[19017]</value>
  1132. <value condition="Window.IsVisible(MyPVRTimers.xml)">$LOCALIZE[19040]</value>
  1133. <value condition="Window.IsVisible(MyPVRSearch.xml)">$LOCALIZE[137]</value>
  1134. <value condition="!IsEmpty(Container.FolderName) + [Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)]">$INFO[Container.FolderName]</value>
  1135. <value condition="Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)">$LOCALIZE[2]</value>
  1136. <value condition="Window.IsVisible(SettingsSystemInfo.xml) | Window.IsVisible(SettingsCategory.xml) | Window.IsVisible(settings) | Window.IsVisible(SkinSettings.xml)">$LOCALIZE[5]</value>
  1137. <value condition="Window.IsVisible(weather)">$LOCALIZE[8]</value>
  1138. <value condition="!IsEmpty(Container.FolderName) + Window.IsVisible(MyPics.xml)">$INFO[Container.FolderName]</value>
  1139. <value condition="Window.IsVisible(MyPics.xml)">$LOCALIZE[1]</value>
  1140. <value condition="Window.IsVisible(MyPrograms.xml)">$LOCALIZE[0]</value>
  1141. <value condition="Window.IsVisible(AddonBrowser.xml)">$LOCALIZE[24001]</value>
  1142. <value condition="Window.IsVisible(MyMusicPlaylist.xml)">$LOCALIZE[559]</value>
  1143. <value condition="Window.IsVisible(FileManager.xml)">$LOCALIZE[744]</value>
  1144. <value condition="Window.IsVisible(1103) + StringCompare(Window(1103).Property(content),1)">$INFO[Window(home).Property(ExtStudio),$LOCALIZE[31205] ,]</value>
  1145. <value condition="Window.IsVisible(1103) + StringCompare(Window(1103).Property(content),2)">$INFO[Window(home).Property(ExtMovie),$LOCALIZE[31204] ,]</value>
  1146. <value condition="Window.IsVisible(1103)">$INFO[Window(home).Property(ExtDirector),$LOCALIZE[31191] ,]</value>
  1147. <value condition="Window.IsVisible(1104) + StringCompare(Window(1104).Property(content),1)">$LOCALIZE[31211]</value>
  1148. <value condition="Window.IsVisible(1104) + StringCompare(Window(1104).Property(content),2)">$LOCALIZE[31210]</value>
  1149. <value condition="Window.IsVisible(1104) + StringCompare(Window(1104).Property(content),3)">$LOCALIZE[31209]</value>
  1150. <value condition="Window.IsVisible(1104)">$LOCALIZE[31208]</value>
  1151. <value condition="Window.IsVisible(1105) + StringCompare(Window(1105).Property(content),1)">$LOCALIZE[31211]</value>
  1152. <value condition="Window.IsVisible(1105) + StringCompare(Window(1105).Property(content),2)">$LOCALIZE[31210]</value>
  1153. <value condition="Window.IsVisible(1105) + StringCompare(Window(1105).Property(content),3)">$LOCALIZE[31212]</value>
  1154. <value condition="Window.IsVisible(1105)">$LOCALIZE[31213]</value>
  1155. <value>$LOCALIZE[10000]</value>
  1156. </variable>
  1157. <variable name="SubHeaderLabel">
  1158. <value condition="Window.IsVisible(script-script.extendedinfo-YoutubeList.xml)">$INFO[Window.Property(Filter_Label),, ]$INFO[Window.Property(TotalItems),, $LOCALIZE[31101]]</value>
  1159. <value condition="Window.IsVisible(script-NextAired-TVGuide.xml) | Window.IsVisible(script-NextAired-TVGuide2.xml)">[COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(NextAired.Total),,[/COLOR] $LOCALIZE[20343]]</value>
  1160. <value condition="Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-VideoList.xml) | Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)">$LOCALIZE[31242]</value>
  1161. <value condition="[Window.IsVisible(script-globalsearch-main.xml) | Window.IsVisible(script-globalsearch-info.xml)] + IsEmpty(Control.GetLabel(190)) + IsEmpty(Control.GetLabel(191)) + IsEmpty(Control.GetLabel(199))">$VAR[GlobalSearchHeaderLabel]</value>
  1162. <value condition="Window.IsVisible(LoginScreen.xml)">$LOCALIZE[10029]</value>
  1163. <value condition="Window.IsVisible(Custom_SetCustomColor.xml)">$LOCALIZE[31239] [COLOR=$VAR[ColorHighlight]]$VAR[ColorHighlight][/COLOR] • $LOCALIZE[31240] [COLOR=$INFO[Control.GetLabel(9500)]]$INFO[Control.GetLabel(9500)][/COLOR]</value>
  1164. <value condition="[Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRRecordings.xml)]">[COLOR=$VAR[ColorHighlight]]$INFO[Container.NumItems,,[/COLOR] $LOCALIZE[31101]]$INFO[Control.GetLabel(3), • ,]$INFO[Control.GetLabel(28), • ,]</value>
  1165. <value condition="!IsEmpty(Container.NumItems) + !Window.IsVisible(home)">[COLOR=$VAR[ColorHighlight]]$INFO[Container.NumItems,,[/COLOR] $LOCALIZE[31101]]$INFO[Control.GetLabel(3), • ,]</value>
  1166. <value condition="!IsEmpty(Container(9500).NumItems) + !Window.IsVisible(home)">[COLOR=$VAR[ColorHighlight]]$INFO[Container(9500).NumItems,,[/COLOR] $LOCALIZE[31101]]</value>
  1167. <value condition="Window.IsVisible(MyWeather.xml) + !IsEmpty(Window(Weather).Property(Location))">[COLOR=$VAR[ColorHighlight]]$INFO[Weather.Temperature,,[/COLOR] ]$INFO[Window(Weather).Property(Location)]</value>
  1168. <value condition="!Library.HasContent(Music) + IsEmpty(Pvr.BackendChannels)">[COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Movies.Count)][/COLOR] $LOCALIZE[20342] • [COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Episodes.Count)][/COLOR] $LOCALIZE[20360]</value>
  1169. <value condition="!Library.HasContent(Music)">[COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Movies.Count)][/COLOR] $LOCALIZE[20342] • [COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Episodes.Count)][/COLOR] $LOCALIZE[20360] • [COLOR=$VAR[ColorHighlight]]$INFO[Pvr.BackendChannels][/COLOR] $LOCALIZE[19019]</value>
  1170. <value condition="IsEmpty(Pvr.BackendChannels)">[COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Movies.Count)][/COLOR] $LOCALIZE[20342] • [COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Episodes.Count)][/COLOR] $LOCALIZE[20360] • [COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Music.SongsCount)][/COLOR] $LOCALIZE[134]</value>
  1171. <value>[COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Movies.Count)][/COLOR] $LOCALIZE[20342] • [COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Episodes.Count)][/COLOR] $LOCALIZE[20360] • [COLOR=$VAR[ColorHighlight]]$INFO[Window(home).Property(Music.SongsCount)][/COLOR] $LOCALIZE[134] • [COLOR=$VAR[ColorHighlight]]$INFO[Pvr.BackendChannels][/COLOR] $LOCALIZE[19019]</value>
  1172. </variable>
  1173.  
  1174. <include name="Furniture_Header">
  1175. <control type="image" description="clearlogo">
  1176. <include>Animation.FadeIn</include>
  1177. <include>Animation.FadeOut</include>
  1178. <visible>Skin.HasSetting(furniture.logo)</visible>
  1179. <visible>!Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml) + !Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)</visible>
  1180. <centertop>120</centertop>
  1181. <centerleft>50%</centerleft>
  1182. <width>400</width>
  1183. <height>100</height>
  1184. <aspectratio align="center">keep</aspectratio>
  1185. <texture background="true">$VAR[ClearLogoTopVar]</texture>
  1186. </control>
  1187. <control type="grouplist">
  1188. <top>SidePad</top>
  1189. <left>SidePad</left>
  1190. <visible>!Skin.HasSetting(furniture.header)</visible>
  1191. <include>Animation.FurnitureFadeInOut</include>
  1192. <orientation>horizontal</orientation>
  1193. <itemgap>24</itemgap>
  1194. <control type="group" description="iconbox">
  1195. <width>80</width>
  1196. <height>80</height>
  1197. <control type="image">
  1198. <width>80</width>
  1199. <height>80</height>
  1200. <texture colordiffuse="Panel" border="8">common/box.png</texture>
  1201. </control>
  1202. <control type="image">
  1203. <top>-14</top>
  1204. <left>-14</left>
  1205. <width>108</width>
  1206. <height>108</height>
  1207. <texture colordiffuse="PanelWhite100" border="8">$VAR[HeaderIcon]</texture>
  1208. <visible>!Container.Scrolling</visible>
  1209. <visible>!Skin.HasSetting(hide.busydialog) | !Window.IsVisible(DialogBusy.xml)</visible>
  1210. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1211. </control>
  1212. <control type="label">
  1213. <centertop>39</centertop>
  1214. <centerleft>40</centerleft>
  1215. <width>80</width>
  1216. <height>80</height>
  1217. <font>LargeBold</font>
  1218. <align>center</align>
  1219. <aligny>center</aligny>
  1220. <label>$INFO[ListItem.SortLetter,[UPPERCASE],[/UPPERCASE]]</label>
  1221. <textcolor>PanelWhite100</textcolor>
  1222. <visible>Container.Scrolling</visible>
  1223. <visible>!Skin.HasSetting(hide.busydialog) | !Window.IsVisible(DialogBusy.xml)</visible>
  1224. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1225. </control>
  1226. <control type="image">
  1227. <description>Busy animation</description>
  1228. <centerleft>40</centerleft>
  1229. <centertop>40</centertop>
  1230. <width>100</width>
  1231. <height>100</height>
  1232. <texture>dialog/loading-back.png</texture>
  1233. <aspectratio>keep</aspectratio>
  1234. <visible>Skin.HasSetting(hide.busydialog) + Window.IsVisible(DialogBusy.xml)</visible>
  1235. </control>
  1236. <control type="image">
  1237. <description>Busy animation</description>
  1238. <centerleft>40</centerleft>
  1239. <centertop>40</centertop>
  1240. <width>100</width>
  1241. <height>100</height>
  1242. <animation effect="rotate" condition="true" start="0" end="360" loop="true" time="1000" center="auto">Conditional</animation>
  1243. <texture colordiffuse="$VAR[ColorHighlight]">dialog/loading-spinner.png</texture>
  1244. <aspectratio>keep</aspectratio>
  1245. <visible>Skin.HasSetting(hide.busydialog) + Window.IsVisible(DialogBusy.xml)</visible>
  1246. </control>
  1247. </control>
  1248. <control type="group">
  1249. <control type="label">
  1250. <centertop>24</centertop>
  1251. <include condition="Skin.HasSetting(furniture.logo) + !Window.IsVisible(home) + !Window.IsVisible(settings) + !Window.IsVisible(skinsettings) + !Window.IsVisible(SettingsCategory.xml) + !Window.IsVisible(tvchannels) + !Window.IsVisible(tvrecordings) + !Window.IsVisible(tvguide) + !Window.IsVisible(tvsearch) + !Window.IsVisible(tvtimers)">HeaderLabelWidthLogo</include>
  1252. <width>auto</width>
  1253. <font>MediumBold</font>
  1254. <textcolor>Dark1</textcolor>
  1255. <label>$VAR[MainHeaderLabel]</label>
  1256. </control>
  1257. <control type="label">
  1258. <centertop>58</centertop>
  1259. <font>Flag</font>
  1260. <include condition="Skin.HasSetting(furniture.logo) + !Window.IsVisible(home) + !Window.IsVisible(settings) + !Window.IsVisible(skinsettings) + !Window.IsVisible(SettingsCategory.xml) + !Window.IsVisible(tvchannels) + !Window.IsVisible(tvrecordings) + !Window.IsVisible(tvguide) + !Window.IsVisible(tvsearch) + !Window.IsVisible(tvtimers)">HeaderLabelWidthLogo</include>
  1261. <width>auto</width>
  1262. <textcolor>Dark2</textcolor>
  1263. <label>$VAR[SubHeaderLabel]</label>
  1264. </control>
  1265. </control>
  1266. </control>
  1267. </include>
  1268. <include name="HeaderLabelWidthLogo"><width>560</width></include>
  1269. <include name="Furniture_Clock">
  1270. <control type="group">
  1271. <include>Animation.FurnitureFadeInOut</include>
  1272. <centerbottom>NavBarPad</centerbottom>
  1273. <visible>!Skin.HasSetting(furniture.clock)</visible>
  1274. <height>84</height>
  1275. <animation effect="slide" start="0" end="0,-10" time="150" condition="Skin.HasSetting(furniture.weather)">Conditional</animation>
  1276. <control type="label">
  1277. <centertop>24</centertop>
  1278. <right>130</right>
  1279. <align>right</align>
  1280. <font>LargeBold</font>
  1281. <textcolor>Dark1</textcolor>
  1282. <label>$INFO[System.Time(hh:mm)]</label>
  1283. <animation effect="slide" start="0" end="50" time="0" condition="IsEmpty(System.Time(xx))">Conditional</animation>
  1284. </control>
  1285. <control type="label">
  1286. <centertop>30</centertop>
  1287. <right>SidePad</right>
  1288. <font>SmallBold</font>
  1289. <textcolor>Dark3</textcolor>
  1290. <align>right</align>
  1291. <width>120</width>
  1292. <label>$INFO[System.Time(xx)]</label>
  1293. <visible>!IsEmpty(System.Time(xx))</visible>
  1294. </control>
  1295. <control type="label">
  1296. <centertop>64</centertop>
  1297. <right>SidePad</right>
  1298. <font>Flag</font>
  1299. <textcolor>Dark2</textcolor>
  1300. <align>right</align>
  1301. <width>50%</width>
  1302. <label>$INFO[System.Date(DDD)]$COMMA $INFO[System.Date(d MMM yyyy)]</label>
  1303. </control>
  1304. <control type="label">
  1305. <centertop>92</centertop>
  1306. <right>SidePad</right>
  1307. <font>Flag</font>
  1308. <textcolor>Dark3</textcolor>
  1309. <align>right</align>
  1310. <width>50%</width>
  1311. <visible>Skin.HasSetting(furniture.weather)</visible>
  1312. <label>[COLOR=$VAR[ColorHighlight]]$INFO[Weather.Temperature][/COLOR] $INFO[Weather.Conditions]</label>
  1313. </control>
  1314.  
  1315. </control>
  1316.  
  1317. </include>
  1318.  
  1319. <include name="Furniture_Weather">
  1320. <!-- Weather Furniture -->
  1321. <control type="grouplist">
  1322. <include>Animation.FurnitureFadeInOut</include>
  1323. <visible>!Skin.HasSetting(furniture.weather)</visible>
  1324. <visible>Skin.HasSetting(furniture.topweather) | [Window.IsActive(home) + substring(Container(300).ListItem.Property(widget),Weather,left)]</visible>
  1325. <visible>!Window.IsVisible(DialogVolumeBar.xml)</visible>
  1326. <visible>!Window.IsVisible(DialogNotification.xml)</visible>
  1327. <visible>!Window.IsVisible(DialogExtendedProgressBar.xml)</visible>
  1328. <visible>!Window.IsActive(DialogNotification.xml)</visible>
  1329. <visible>Skin.HasSetting(furniture.nowplaying) | [!Skin.HasSetting(furniture.nowplaying) + IsEmpty(Player.Duration) + !Player.HasAudio]</visible>
  1330. <top>70</top>
  1331. <right>62</right>
  1332. <orientation>horizontal</orientation>
  1333. <usecontrolcoords>true</usecontrolcoords>
  1334. <itemgap>24</itemgap>
  1335. <align>right</align>
  1336. <control type="group">
  1337. <width>700</width>
  1338. <posy>10</posy>
  1339. <control type="label">
  1340. <centertop>24</centertop>
  1341. <width>auto</width>
  1342. <font>MediumBold</font>
  1343. <align>right</align>
  1344. <textcolor>Dark1</textcolor>
  1345. <label>$INFO[Weather.Temperature]</label>
  1346. </control>
  1347. <control type="label">
  1348. <centertop>58</centertop>
  1349. <align>right</align>
  1350. <font>Flag</font>
  1351. <width>auto</width>
  1352. <textcolor>Dark2</textcolor>
  1353. <label>$INFO[Weather.Location,, - ]$INFO[Weather.Conditions]</label>
  1354. </control>
  1355. </control>
  1356. <control type="group">
  1357. <posx>-10</posx>
  1358. <posy>10</posy>
  1359. <height>80</height>
  1360. <width>90</width>
  1361. <control type="image">
  1362. <width>80</width>
  1363. <height>80</height>
  1364. <fadetime>350</fadetime>
  1365. <aspectratio aligny="center" align="center">keep</aspectratio>
  1366. <texture colordiffuse="Dark1">$INFO[Weather.FanartCode,resource://resource.images.weathericons.white/,.png]</texture>
  1367. </control>
  1368. </control>
  1369. </control>
  1370. </include>
  1371.  
  1372. <include name="Furniture_NowPlaying">
  1373. <control type="grouplist">
  1374. <visible>!Skin.HasSetting(furniture.nowplaying)</visible>
  1375. <visible>!Window.IsVisible(DialogVolumeBar.xml)</visible>
  1376. <visible>!Window.IsVisible(DialogNotification.xml)</visible>
  1377. <visible>!Window.IsVisible(DialogExtendedProgressBar.xml)</visible>
  1378. <include>Animation.FurnitureFadeInOut</include>
  1379. <visible>IsEmpty(Window(10025).Property(TvTunesIsAlive))</visible>
  1380. <visible>!Window.IsActive(DialogNotification.xml)</visible>
  1381. <visible>Player.HasMedia</visible>
  1382. <visible>!IsEmpty(Player.Duration) | Player.HasAudio</visible>
  1383. <animation effect="slide" start="0" end="0,-250" time="150" condition="Control.HasFocus(301) + !Skin.HasSetting(home.classicwidgets) + !Skin.HasSetting(home.vertical)">Conditional</animation>
  1384. <top>70</top>
  1385. <right>62</right>
  1386. <orientation>horizontal</orientation>
  1387. <usecontrolcoords>true</usecontrolcoords>
  1388. <itemgap>24</itemgap>
  1389. <align>right</align>
  1390. <control type="group">
  1391. <include condition="Skin.HasSetting(furniture.logo)">HeaderLabelWidthLogo</include>
  1392. <width>700</width>
  1393. <posy>10</posy>
  1394. <control type="label">
  1395. <centertop>24</centertop>
  1396. <width>auto</width>
  1397. <font>MediumBold</font>
  1398. <align>right</align>
  1399. <textcolor>Dark1</textcolor>
  1400. <label>$INFO[Player.Title]</label>
  1401. </control>
  1402. <control type="label">
  1403. <centertop>58</centertop>
  1404. <align>right</align>
  1405. <font>Flag</font>
  1406. <width>auto</width>
  1407. <textcolor>Dark2</textcolor>
  1408. <label>$INFO[VideoPlayer.TvShowTitle,, ]$INFO[MusicPlayer.Artist,, ]$INFO[Player.Time]$INFO[Player.Duration, / ,]</label>
  1409. </control>
  1410. </control>
  1411. <control type="group">
  1412. <posx>-20</posx>
  1413. <height>100</height>
  1414. <width>100</width>
  1415. <control type="image" description="Back">
  1416. <left>0</left>
  1417. <centertop>50%</centertop>
  1418. <width>100</width>
  1419. <height>100</height>
  1420. <aspectratio align="center" aligny="center">keep</aspectratio>
  1421. <texture>progress/back.png</texture>
  1422. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1423. </control>
  1424. <control type="image" description="Play">
  1425. <left>0</left>
  1426. <centertop>50%</centertop>
  1427. <width>100</width>
  1428. <height>100</height>
  1429. <aspectratio align="center" aligny="center">keep</aspectratio>
  1430. <texture colordiffuse="Dark1">progress/play.png</texture>
  1431. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1432. <visible>!Player.Paused</visible>
  1433. </control>
  1434. <control type="image" description="Pause">
  1435. <left>0</left>
  1436. <centertop>50%</centertop>
  1437. <width>100</width>
  1438. <height>100</height>
  1439. <aspectratio align="center" aligny="center">keep</aspectratio>
  1440. <texture colordiffuse="Dark1">progress/pause.png</texture>
  1441. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1442. <visible>Player.Paused</visible>
  1443. </control>
  1444. <control type="progress" id="933">
  1445. <texturebg>-</texturebg>
  1446. <lefttexture>-</lefttexture>
  1447. <midtexture>-</midtexture>
  1448. <righttexture>-</righttexture>
  1449. <info>Player.Progress</info>
  1450. <visible>false</visible>
  1451. </control>
  1452. <control type="image">
  1453. <left>0</left>
  1454. <centertop>50%</centertop>
  1455. <width>100</width>
  1456. <height>100</height>
  1457. <texture colordiffuse="$VAR[ColorHighlight]">$INFO[Control.GetLabel(933),progress/circle/p,.png]</texture>
  1458. <aspectratio align="center">keep</aspectratio>
  1459. <visible>!IsEmpty(Player.Duration)</visible>
  1460. </control>
  1461.  
  1462. </control>
  1463. </control>
  1464. </include>
  1465.  
  1466. <include name="Furniture_OverlayInfo">
  1467.  
  1468. <control type="button" id ="9601">
  1469. <width>1</width>
  1470. <height>1</height>
  1471. <visible allowhiddenfocus="true">false</visible>
  1472. <onback>50</onback>
  1473. <onup>50</onup>
  1474. <ondown>50</ondown>
  1475. <onleft>50</onleft>
  1476. <onright>50</onright>
  1477. </control>
  1478.  
  1479. <control type="group">
  1480. <visible>[System.IdleTime(3) + Skin.HasSetting(furniture.overlayinfo)] | Control.HasFocus(9601)</visible>
  1481. <visible>![Window.IsVisible(script-skinshortcuts.xml) | Window.IsVisible(DialogSongInfo.xml) | Window.IsVisible(DialogPictureInfo.xml) | Window.IsVisible(FileBrowser.xml) | Window.IsVisible(DialogConfirm.xml) | Window.IsVisible(DialogSelect.xml) | Window.IsVisible(DialogContextMenu.xml) | Window.IsVisible(DialogButtonMenu.xml) | ControlGroup(9000).HasFocus()]</visible>
  1482. <visible>!Window.IsVisible(DialogVideoInfo.xml)</visible>
  1483. <visible>!Window.IsVisible(script-script.extendedinfo-VideoList.xml) + !Window.IsVisible(script-globalsearch-main.xml) + !Window.IsVisible(script-globalsearch-infodialog.xml) + !Window.IsVisible(script-script.extendedinfo-DialogInfo.xml) + !Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml)</visible>
  1484. <visible>[!IsEmpty(Window(home).Property(Set.Movies.ExtendedPlot)) + [Container.Content(Sets) | substring(ListItem.Path,videodb://movies/sets,left)]] | !IsEmpty(ListItem.Plot)</visible>
  1485. <include>Animation.FadeIn</include>
  1486. <control type="image" description="Background">
  1487. <include>Dimensions_Fullscreen</include>
  1488. <texture colordiffuse="Background">common/bg.jpg</texture>
  1489. <animation effect="fade" start="100" end="95" condition="true">Conditional</animation>
  1490. </control>
  1491. <control type="image" description="clearlogo">
  1492. <visible>Skin.HasSetting(furniture.logo)</visible>
  1493. <centertop>120</centertop>
  1494. <centerleft>50%</centerleft>
  1495. <width>400</width>
  1496. <height>100</height>
  1497. <aspectratio align="center">keep</aspectratio>
  1498. <texture background="true">$VAR[ClearLogoTopVar]</texture>
  1499. </control>
  1500. </control>
  1501.  
  1502. <control type="group">
  1503. <left>SidePad</left>
  1504. <right>SidePad</right>
  1505. <top>PosterPad</top>
  1506. <height>650</height>
  1507. <visible>[System.IdleTime(3) + Skin.HasSetting(furniture.overlayinfo)] | Control.HasFocus(9601)</visible>
  1508. <visible>![Window.IsVisible(script-skinshortcuts.xml) | Window.IsVisible(DialogSongInfo.xml) | Window.IsVisible(DialogPictureInfo.xml) | Window.IsVisible(FileBrowser.xml) | Window.IsVisible(DialogConfirm.xml) | Window.IsVisible(DialogSelect.xml) | Window.IsVisible(DialogContextMenu.xml) | Window.IsVisible(DialogButtonMenu.xml) | ControlGroup(9000).HasFocus()]</visible>
  1509. <visible>!Window.IsVisible(DialogVideoInfo.xml)</visible>
  1510. <visible>!Window.IsVisible(script-script.extendedinfo-VideoList.xml) + !Window.IsVisible(script-globalsearch-main.xml) + !Window.IsVisible(script-globalsearch-infodialog.xml) + !Window.IsVisible(script-script.extendedinfo-DialogInfo.xml) + !Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml)</visible>
  1511. <visible>[!IsEmpty(Window(home).Property(Set.Movies.ExtendedPlot)) + [Container.Content(Sets) | substring(ListItem.Path,videodb://movies/sets,left)]] | !IsEmpty(ListItem.Plot)</visible>
  1512. <include>Animation.FadeIn.Slide</include>
  1513.  
  1514. <control type="label">
  1515. <description>header label</description>
  1516. <left>60</left>
  1517. <right>60</right>
  1518. <posy>60</posy>
  1519. <font>EpisodeNumber</font>
  1520. <textcolor>Dark1</textcolor>
  1521. <height>45</height>
  1522. <label>$VAR[LabelOverlayTitle]</label>
  1523. </control>
  1524.  
  1525. <control type="textbox">
  1526. <description>textarea</description>
  1527. <left>60</left>
  1528. <right>60</right>
  1529. <top>150</top>
  1530. <bottom>0</bottom>
  1531. <align>justify</align>
  1532. <font>Medium</font>
  1533. <textcolor>Dark1</textcolor>
  1534. <label>$VAR[LabelOverlayPlot]</label>
  1535. </control>
  1536. </control>
  1537. </include>
  1538.  
  1539.  
  1540. </includes>
Add Comment
Please, Sign In to add comment