Advertisement
Guest User

Knight_Include_Furnitures

a guest
Dec 23rd, 2016
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.38 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>1400</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">$VAR[ListItemAudioCodecPlusFilenameFlags,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. <control type="image">
  355. <width>48</width>
  356. <height>64</height>
  357. <centertop>50%</centertop>
  358. <texture colordiffuse="Dark1">flags/video.png</texture>
  359. <aspectratio align="left">scale</aspectratio>
  360. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.VideoResolution)</visible>
  361. </control>
  362. <control type="label">
  363. <width min="128">auto</width>
  364. <centertop>50%</centertop>
  365. <height>64</height>
  366. <align>left</align>
  367. <aligny>center</aligny>
  368. <label>$INFO[ListItem.VideoCodec,, • ]$INFO[ListItem.VideoResolution]$INFO[ListItem.VideoAspect, • ,]</label>
  369. <font>Flag</font>
  370. <textcolor>Dark1</textcolor>
  371. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.VideoResolution)</visible>
  372. </control>
  373. <control type="image">
  374. <width>48</width>
  375. <centertop>50%</centertop>
  376. <height>64</height>
  377. <texture colordiffuse="Dark1">flags/audio.png</texture>
  378. <aspectratio align="left">scale</aspectratio>
  379. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.AudioCodec)</visible>
  380. </control>
  381. <control type="label">
  382. <width>auto</width>
  383. <centertop>50%</centertop>
  384. <height>64</height>
  385. <align>left</align>
  386. <aligny>center</aligny>
  387. <label>$INFO[ListItem.AudioCodec]$VAR[LabelAudioChannels, • ,]</label>
  388. <font>Flag</font>
  389. <textcolor>Dark1</textcolor>
  390. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(ListItem.AudioCodec)</visible>
  391. </control>
  392. <control type="image">
  393. <width>48</width>
  394. <height>64</height>
  395. <centertop>50%</centertop>
  396. <texture colordiffuse="Dark1">flags/time.png</texture>
  397. <aspectratio align="left">scale</aspectratio>
  398. <visible>!IsEmpty(ListItem.Duration) + [Control.IsVisible(500) | Control.IsVisible(53) | Control.IsVisible(52) | Control.IsVisible(55)]</visible>
  399. </control>
  400. <control type="label">
  401. <width>auto</width>
  402. <centertop>50%</centertop>
  403. <height>64</height>
  404. <align>left</align>
  405. <aligny>center</aligny>
  406. <label>$INFO[ListItem.Duration,, $LOCALIZE[31102] ]</label>
  407. <font>Flag</font>
  408. <textcolor>Dark1</textcolor>
  409. <visible>!IsEmpty(ListItem.Duration) + [Control.IsVisible(500) | Control.IsVisible(53) | Control.IsVisible(52) | Control.IsVisible(55)]</visible>
  410. </control>
  411. <control type="image">
  412. <width>64</width>
  413. <centertop>50%</centertop>
  414. <height>64</height>
  415. <texture colordiffuse="Dark1">flags/3D.png</texture>
  416. <visible>ListItem.IsStereoscopic</visible>
  417. </control>
  418.  
  419. <control type="image">
  420. <width>64</width>
  421. <centertop>50%</centertop>
  422. <height>64</height>
  423. <texture colordiffuse="Dark1">flags/bluray.png</texture>
  424. <visible>[substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip) | substring(ListItem.FilenameAndPath,bd25) | substring(ListItem.FilenameAndPath,bd50)]</visible>
  425. </control>
  426. <control type="image">
  427. <width>95</width>
  428. <centertop>50%</centertop>
  429. <height>64</height>
  430. <texture colordiffuse="Dark1">flags/hddvd.png</texture>
  431. <visible>substring(ListItem.FilenameAndPath,hddvd)</visible>
  432. </control>
  433. <control type="image">
  434. <width>64</width>
  435. <centertop>50%</centertop>
  436. <height>64</height>
  437. <texture colordiffuse="Dark1">flags/dvd.png</texture>
  438. <visible>substring(ListItem.FilenameAndPath,dvd) + !substring(ListItem.FilenameAndPath,hddvd)</visible>
  439. </control>
  440.  
  441. <control type="image">
  442. <width>64</width>
  443. <centertop>50%</centertop>
  444. <height>64</height>
  445. <texture colordiffuse="Dark1">flags/imdb.png</texture>
  446. <visible>!IsEmpty(ListItem.Top250)</visible>
  447. </control>
  448. <control type="image">
  449. <description>Rotten logo 59% or less</description>
  450. <width>60</width>
  451. <centertop>50%</centertop>
  452. <height>60</height>
  453. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/rotten.png</texture>
  454. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 59) + Container.Content(movies)</visible>
  455. </control>
  456. <control type="image">
  457. <description>Tomato logo Between 60-74% only</description>
  458. <width>60</width>
  459. <centertop>50%</centertop>
  460. <height>60</height>
  461. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/fresh.png</texture>
  462. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 59) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 74)</visible>
  463. </control>
  464. <control type="image">
  465. <description>Certified Fresh logo 75%+ only</description>
  466. <width>60</width>
  467. <centertop>50%</centertop>
  468. <height>60</height>
  469. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/icons/cf-lg.png</texture>
  470. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 74)</visible>
  471. </control>
  472. <control type="label">
  473. <width>auto</width>
  474. <height>64</height>
  475. <font>Flag</font>
  476. <aligny>center</aligny>
  477. <centertop>50%</centertop>
  478. <textcolor>Dark1</textcolor>
  479. <label>$INFO[Window(Home).Property(SkinHelper.RottenTomatoesMeter)]%</label>
  480. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 0) + Container.Content(movies)</visible>
  481. </control>
  482.  
  483. <control type="image">
  484. <description>Popcorn Logo</description>
  485. <width>60</width>
  486. <centertop>50%</centertop>
  487. <height>60</height>
  488. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/popcorn.png</texture>
  489. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59)</visible>
  490. </control>
  491. <control type="image">
  492. <description>Popcorn - Rotten Logo</description>
  493. <width>60</width>
  494. <centertop>50%</centertop>
  495. <height>60</height>
  496. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/spilt.png</texture>
  497. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59) + Container.Content(movies)</visible>
  498. </control>
  499. <control type="label">
  500. <width>auto</width>
  501. <height>64</height>
  502. <font>Flag</font>
  503. <aligny>center</aligny>
  504. <centertop>50%</centertop>
  505. <textcolor>Dark1</textcolor>
  506. <label fallback="19055">$INFO[Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter)]%</label>
  507. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 0) + Container.Content(movies)</visible>
  508. </control>
  509. </control>
  510. </include>
  511. <include name="Furniture_Hub_Flags">
  512. <control type="grouplist">
  513. <visible>!Skin.HasSetting(furniture.flags)</visible>
  514. <include>Animation.FadeIn</include>
  515. <include>Animation.FadeOut</include>
  516. <left>SidePad</left>
  517. <centerbottom>NavBarPad</centerbottom>
  518. <width>1400</width>
  519. <height>64</height>
  520. <orientation>horizontal</orientation>
  521. <align>left</align>
  522. <itemgap>24</itemgap>
  523. <usecontrolcoords>true</usecontrolcoords>
  524. <control type="group">
  525. <visible>!Skin.HasSetting(furniture.flagicons) | IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  526. <width>64</width>
  527. <height>64</height>
  528. <control type="image" description="button back">
  529. <width>64</width>
  530. <height>64</height>
  531. <texture border="32" colordiffuse="Dark1">common/circle.png</texture>
  532. </control>
  533. <control type="label">
  534. <width>64</width>
  535. <height>64</height>
  536. <align>center</align>
  537. <aligny>center</aligny>
  538. <label>$VAR[HDSD]</label>
  539. <font>SmallBold</font>
  540. <textcolor>Light1</textcolor>
  541. <visible>!substring(Container(9500).ListItem.Path,videodb://movies/sets,left)</visible>
  542. </control>
  543. <control type="image">
  544. <width>64</width>
  545. <height>64</height>
  546. <texture colordiffuse="Light1">flags/sets.png</texture>
  547. <visible>substring(Container(9500).ListItem.Path,videodb://movies/sets,left)</visible>
  548. </control>
  549. </control>
  550. <control type="image">
  551. <width>88</width>
  552. <height>64</height>
  553. <centertop>50%</centertop>
  554. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.VideoResolution,flags/resolution/,.png]</texture>
  555. <aspectratio align="center">keep</aspectratio>
  556. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  557. </control>
  558.  
  559. <control type="image">
  560. <width>64</width>
  561. <height>64</height>
  562. <centertop>50%</centertop>
  563. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar1].png</texture>
  564. </control>
  565. <control type="image">
  566. <posx>-48</posx>
  567. <width>64</width>
  568. <height>64</height>
  569. <centertop>50%</centertop>
  570. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar2].png</texture>
  571. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  572. </control>
  573. <control type="image">
  574. <posx>-48</posx>
  575. <width>64</width>
  576. <height>64</height>
  577. <centertop>50%</centertop>
  578. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar3].png</texture>
  579. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  580. </control>
  581. <control type="image">
  582. <posx>-48</posx>
  583. <width>64</width>
  584. <height>64</height>
  585. <centertop>50%</centertop>
  586. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar4].png</texture>
  587. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  588. </control>
  589. <control type="image">
  590. <posx>-48</posx>
  591. <width>64</width>
  592. <height>64</height>
  593. <centertop>50%</centertop>
  594. <texture colordiffuse="Dark1">flags/$VAR[HubFlagstar5].png</texture>
  595. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  596. </control>
  597. <control type="label">
  598. <left>-16</left>
  599. <width min="48">auto</width>
  600. <centertop>50%</centertop>
  601. <height>64</height>
  602. <align>left</align>
  603. <aligny>center</aligny>
  604. <label>$INFO[Container(9500).ListItem.Rating]</label>
  605. <font>Flag</font>
  606. <textcolor>Dark1</textcolor>
  607. <visible>Skin.HasSetting(furniture.numericrating)</visible>
  608. </control>
  609.  
  610. <control type="image">
  611. <width>88</width>
  612. <height>64</height>
  613. <centertop>50%</centertop>
  614. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.VideoCodec,flags/source/,.png]</texture>
  615. <aspectratio align="center">keep</aspectratio>
  616. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoCodec)</visible>
  617. </control>
  618. <control type="image">
  619. <width>88</width>
  620. <height>64</height>
  621. <centertop>50%</centertop>
  622. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  623. <aspectratio align="center">keep</aspectratio>
  624. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoAspect)</visible>
  625. </control>
  626. <control type="image">
  627. <width>88</width>
  628. <height>64</height>
  629. <centertop>50%</centertop>
  630. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.AudioCodec,flags/audio/,.png]</texture>
  631. <aspectratio align="center">keep</aspectratio>
  632. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioCodec)</visible>
  633. </control>
  634. <control type="image">
  635. <width>88</width>
  636. <height>64</height>
  637. <centertop>50%</centertop>
  638. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(9500).ListItem.AudioChannels,flags/channels/,.png]</texture>
  639. <aspectratio align="center">keep</aspectratio>
  640. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioChannels)</visible>
  641. </control>
  642.  
  643. <control type="image">
  644. <width>48</width>
  645. <height>64</height>
  646. <texture colordiffuse="Dark1">flags/video.png</texture>
  647. <aspectratio align="left">scale</aspectratio>
  648. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  649. </control>
  650. <control type="label">
  651. <width min="128">auto</width>
  652. <height>64</height>
  653. <align>left</align>
  654. <aligny>center</aligny>
  655. <label>$INFO[Container(9500).ListItem.VideoCodec,, • ]$INFO[Container(9500).ListItem.VideoResolution]$INFO[Container(9500).ListItem.VideoAspect, • ,]</label>
  656. <font>Flag</font>
  657. <textcolor>Dark1</textcolor>
  658. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.VideoResolution)</visible>
  659. </control>
  660. <control type="image">
  661. <width>48</width>
  662. <height>64</height>
  663. <texture colordiffuse="Dark1">flags/audio.png</texture>
  664. <aspectratio align="left">scale</aspectratio>
  665. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioCodec)</visible>
  666. </control>
  667. <control type="label">
  668. <width min="128">auto</width>
  669. <height>64</height>
  670. <align>left</align>
  671. <aligny>center</aligny>
  672. <label>$INFO[Container(9500).ListItem.AudioCodec]$VAR[LabelHubAudioChannels, • ,]</label>
  673. <font>Flag</font>
  674. <textcolor>Dark1</textcolor>
  675. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(9500).ListItem.AudioCodec)</visible>
  676. </control>
  677.  
  678. <control type="image">
  679. <width>64</width>
  680. <height>64</height>
  681. <texture colordiffuse="Dark1">flags/3D.png</texture>
  682. <visible>Container(9500).ListItem.IsStereoscopic</visible>
  683. </control>
  684. <control type="image">
  685. <width>64</width>
  686. <height>64</height>
  687. <texture colordiffuse="Dark1">flags/bluray.png</texture>
  688. <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>
  689. </control>
  690. <control type="image">
  691. <width>95</width>
  692. <centertop>50%</centertop>
  693. <height>64</height>
  694. <texture colordiffuse="Dark1">flags/hddvd.png</texture>
  695. <visible>substring(Container(9500).ListItem.FilenameAndPath,hddvd)</visible>
  696. </control>
  697. <control type="image">
  698. <width>64</width>
  699. <centertop>50%</centertop>
  700. <height>64</height>
  701. <texture colordiffuse="Dark1">flags/dvd.png</texture>
  702. <visible>substring(Container(9500).ListItem.FilenameAndPath,dvd) + !substring(Container(9500).ListItem.FilenameAndPath,hddvd)</visible>
  703. </control>
  704. <control type="image">
  705. <width>64</width>
  706. <centertop>50%</centertop>
  707. <height>64</height>
  708. <texture colordiffuse="Dark1">flags/imdb.png</texture>
  709. <visible>!IsEmpty(Container(9500).ListItem.Top250)</visible>
  710. </control>
  711. <control type="image">
  712. <description>Rotten logo 59% or less</description>
  713. <width>60</width>
  714. <centertop>50%</centertop>
  715. <height>60</height>
  716. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/rotten.png</texture>
  717. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 59) + Container.Content(movies)</visible>
  718. </control>
  719. <control type="image">
  720. <description>Tomato logo Between 60-74% only</description>
  721. <width>60</width>
  722. <centertop>50%</centertop>
  723. <height>60</height>
  724. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/fresh.png</texture>
  725. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 59) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 74)</visible>
  726. </control>
  727. <control type="image">
  728. <description>Certified Fresh logo 75%+ only</description>
  729. <width>60</width>
  730. <centertop>50%</centertop>
  731. <height>60</height>
  732. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/icons/cf-lg.png</texture>
  733. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 74)</visible>
  734. </control>
  735. <control type="label">
  736. <width>auto</width>
  737. <height>64</height>
  738. <font>Flag</font>
  739. <aligny>center</aligny>
  740. <centertop>50%</centertop>
  741. <textcolor>Dark1</textcolor>
  742. <label>$INFO[Window(Home).Property(SkinHelper.RottenTomatoesMeter)]%</label>
  743. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 0) + Container.Content(movies)</visible>
  744. </control>
  745.  
  746. <control type="image">
  747. <description>Popcorn Logo</description>
  748. <width>60</width>
  749. <centertop>50%</centertop>
  750. <height>60</height>
  751. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/popcorn.png</texture>
  752. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59)</visible>
  753. </control>
  754. <control type="image">
  755. <description>Popcorn - Rotten Logo</description>
  756. <width>60</width>
  757. <centertop>50%</centertop>
  758. <height>60</height>
  759. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/spilt.png</texture>
  760. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59) + Container.Content(movies)</visible>
  761. </control>
  762. <control type="label">
  763. <width>auto</width>
  764. <height>64</height>
  765. <font>Flag</font>
  766. <aligny>center</aligny>
  767. <centertop>50%</centertop>
  768. <textcolor>Dark1</textcolor>
  769. <label fallback="19055">$INFO[Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter)]%</label>
  770. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 0) + Container.Content(movies)</visible>
  771. </control>
  772. </control>
  773. </include>
  774. <include name="Furniture_Home_Flags">
  775. <control type="grouplist">
  776. <visible>!Skin.HasSetting(furniture.flags)</visible>
  777. <visible>Control.HasFocus(301)</visible>
  778. <include>Animation.FadeIn</include>
  779. <include>Animation.FadeOut</include>
  780. <left>SidePad</left>
  781. <centerbottom>NavBarPad</centerbottom>
  782. <width>1400</width>
  783. <height>64</height>
  784. <orientation>horizontal</orientation>
  785. <align>left</align>
  786. <itemgap>24</itemgap>
  787. <usecontrolcoords>true</usecontrolcoords>
  788. <control type="group">
  789. <visible>!Skin.HasSetting(furniture.flagicons) | IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  790. <width>64</width>
  791. <height>64</height>
  792. <control type="image" description="button back">
  793. <width>64</width>
  794. <height>64</height>
  795. <texture border="32" colordiffuse="Dark1">common/circle.png</texture>
  796. </control>
  797. <control type="label">
  798. <width>64</width>
  799. <height>64</height>
  800. <align>center</align>
  801. <aligny>center</aligny>
  802. <label>$VAR[HDSD]</label>
  803. <font>SmallBold</font>
  804. <textcolor>Light1</textcolor>
  805. <visible>!substring(Container(301).ListItem.Path,videodb://movies/sets,left)</visible>
  806. </control>
  807. <control type="image">
  808. <width>64</width>
  809. <height>64</height>
  810. <texture colordiffuse="Light1">flags/sets.png</texture>
  811. <visible>substring(Container(301).ListItem.Path,videodb://movies/sets,left)</visible>
  812. </control>
  813. </control>
  814. <control type="image">
  815. <width>88</width>
  816. <height>64</height>
  817. <centertop>50%</centertop>
  818. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.VideoResolution,flags/resolution/,.png]</texture>
  819. <aspectratio align="center">keep</aspectratio>
  820. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  821. </control>
  822.  
  823. <control type="image">
  824. <width>64</width>
  825. <height>64</height>
  826. <centertop>50%</centertop>
  827. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar1].png</texture>
  828. </control>
  829. <control type="image">
  830. <posx>-48</posx>
  831. <width>64</width>
  832. <height>64</height>
  833. <centertop>50%</centertop>
  834. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar2].png</texture>
  835. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  836. </control>
  837. <control type="image">
  838. <posx>-48</posx>
  839. <width>64</width>
  840. <height>64</height>
  841. <centertop>50%</centertop>
  842. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar3].png</texture>
  843. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  844. </control>
  845. <control type="image">
  846. <posx>-48</posx>
  847. <width>64</width>
  848. <height>64</height>
  849. <centertop>50%</centertop>
  850. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar4].png</texture>
  851. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  852. </control>
  853. <control type="image">
  854. <posx>-48</posx>
  855. <width>64</width>
  856. <height>64</height>
  857. <centertop>50%</centertop>
  858. <texture colordiffuse="Dark1">flags/$VAR[HomeFlagstar5].png</texture>
  859. <visible>!Skin.HasSetting(furniture.numericrating)</visible>
  860. </control>
  861. <control type="label">
  862. <left>-16</left>
  863. <width min="48">auto</width>
  864. <centertop>50%</centertop>
  865. <height>64</height>
  866. <align>left</align>
  867. <aligny>center</aligny>
  868. <label>$INFO[Container(301).ListItem.Rating]</label>
  869. <font>Flag</font>
  870. <textcolor>Dark1</textcolor>
  871. <visible>Skin.HasSetting(furniture.numericrating)</visible>
  872. </control>
  873.  
  874. <control type="image">
  875. <width>88</width>
  876. <height>64</height>
  877. <centertop>50%</centertop>
  878. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.VideoCodec,flags/source/,.png]</texture>
  879. <aspectratio align="center">keep</aspectratio>
  880. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoCodec)</visible>
  881. </control>
  882. <control type="image">
  883. <width>88</width>
  884. <height>64</height>
  885. <centertop>50%</centertop>
  886. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  887. <aspectratio align="center">keep</aspectratio>
  888. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoAspect)</visible>
  889. </control>
  890. <control type="image">
  891. <width>88</width>
  892. <height>64</height>
  893. <centertop>50%</centertop>
  894. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.AudioCodec,flags/audio/,.png]</texture>
  895. <aspectratio align="center">keep</aspectratio>
  896. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioCodec)</visible>
  897. </control>
  898. <control type="image">
  899. <width>88</width>
  900. <height>64</height>
  901. <centertop>50%</centertop>
  902. <texture colordiffuse="Dark1" fallback="flags/fallback.png">$INFO[Container(301).ListItem.AudioChannels,flags/channels/,.png]</texture>
  903. <aspectratio align="center">keep</aspectratio>
  904. <visible>Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioChannels)</visible>
  905. </control>
  906.  
  907. <control type="image">
  908. <width>48</width>
  909. <height>64</height>
  910. <texture colordiffuse="Dark1">flags/video.png</texture>
  911. <aspectratio align="left">scale</aspectratio>
  912. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  913. </control>
  914. <control type="label">
  915. <width min="128">auto</width>
  916. <height>64</height>
  917. <align>left</align>
  918. <aligny>center</aligny>
  919. <label>$INFO[Container(301).ListItem.VideoCodec,, • ]$INFO[Container(301).ListItem.VideoResolution]$INFO[Container(301).ListItem.VideoAspect, • ,]</label>
  920. <font>Flag</font>
  921. <textcolor>Dark1</textcolor>
  922. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.VideoResolution)</visible>
  923. </control>
  924. <control type="image">
  925. <width>48</width>
  926. <height>64</height>
  927. <texture colordiffuse="Dark1">flags/audio.png</texture>
  928. <aspectratio align="left">scale</aspectratio>
  929. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioCodec)</visible>
  930. </control>
  931. <control type="label">
  932. <width min="128">auto</width>
  933. <height>64</height>
  934. <align>left</align>
  935. <aligny>center</aligny>
  936. <label>$INFO[Container(301).ListItem.AudioCodec]$VAR[LabelHomeAudioChannels, • ,]</label>
  937. <font>Flag</font>
  938. <textcolor>Dark1</textcolor>
  939. <visible>!Skin.HasSetting(furniture.flagicons) + !IsEmpty(Container(301).ListItem.AudioCodec)</visible>
  940. </control>
  941.  
  942. <control type="image">
  943. <width>64</width>
  944. <height>64</height>
  945. <texture colordiffuse="Dark1">flags/3D.png</texture>
  946. <visible>Container(301).ListItem.IsStereoscopic</visible>
  947. </control>
  948. <control type="image">
  949. <width>64</width>
  950. <height>64</height>
  951. <texture colordiffuse="Dark1">flags/bluray.png</texture>
  952. <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>
  953. </control>
  954. <control type="image">
  955. <width>95</width>
  956. <centertop>50%</centertop>
  957. <height>64</height>
  958. <texture colordiffuse="Dark1">flags/hddvd.png</texture>
  959. <visible>substring(Container(301).ListItem.FilenameAndPath,hddvd)</visible>
  960. </control>
  961. <control type="image">
  962. <width>64</width>
  963. <centertop>50%</centertop>
  964. <height>64</height>
  965. <texture colordiffuse="Dark1">flags/dvd.png</texture>
  966. <visible>substring(Container(301).ListItem.FilenameAndPath,dvd) + !substring(Container(301).ListItem.FilenameAndPath,hddvd)</visible>
  967. </control>
  968.  
  969. <control type="image">
  970. <width>64</width>
  971. <centertop>50%</centertop>
  972. <height>64</height>
  973. <texture colordiffuse="Dark1">flags/imdb.png</texture>
  974. <visible>!IsEmpty(Container(301).ListItem.Top250)</visible>
  975. </control>
  976. <control type="image">
  977. <description>Rotten logo 59% or less</description>
  978. <width>60</width>
  979. <centertop>50%</centertop>
  980. <height>60</height>
  981. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/rotten.png</texture>
  982. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 59) + Container.Content(movies)</visible>
  983. </control>
  984. <control type="image">
  985. <description>Tomato logo Between 60-74% only</description>
  986. <width>60</width>
  987. <centertop>50%</centertop>
  988. <height>60</height>
  989. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/fresh.png</texture>
  990. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 59) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 74)</visible>
  991. </control>
  992. <control type="image">
  993. <description>Certified Fresh logo 75%+ only</description>
  994. <width>60</width>
  995. <centertop>50%</centertop>
  996. <height>60</height>
  997. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/icons/cf-lg.png</texture>
  998. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 74)</visible>
  999. </control>
  1000. <control type="label">
  1001. <width>auto</width>
  1002. <height>64</height>
  1003. <font>Flag</font>
  1004. <aligny>center</aligny>
  1005. <centertop>50%</centertop>
  1006. <textcolor>Dark1</textcolor>
  1007. <label>$INFO[Window(Home).Property(SkinHelper.RottenTomatoesMeter)]%</label>
  1008. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesMeter), 0) + Container.Content(movies)</visible>
  1009. </control>
  1010.  
  1011. <control type="image">
  1012. <description>Popcorn Logo</description>
  1013. <width>60</width>
  1014. <centertop>50%</centertop>
  1015. <height>60</height>
  1016. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/popcorn.png</texture>
  1017. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59)</visible>
  1018. </control>
  1019. <control type="image">
  1020. <description>Popcorn - Rotten Logo</description>
  1021. <width>60</width>
  1022. <centertop>50%</centertop>
  1023. <height>60</height>
  1024. <texture>http://d3biamo577v4eu.cloudfront.net/static/images/trademark/spilt.png</texture>
  1025. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 0) + !IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 59) + Container.Content(movies)</visible>
  1026. </control>
  1027. <control type="label">
  1028. <width>auto</width>
  1029. <height>64</height>
  1030. <font>Flag</font>
  1031. <aligny>center</aligny>
  1032. <centertop>50%</centertop>
  1033. <textcolor>Dark1</textcolor>
  1034. <label fallback="19055">$INFO[Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter)]%</label>
  1035. <visible>IntegerGreaterThan(Window(Home).Property(SkinHelper.RottenTomatoesAudienceMeter), 0) + Container.Content(movies)</visible>
  1036. </control>
  1037. </control>
  1038. </include>
  1039.  
  1040. <variable name="HeaderIcon">
  1041. <value condition="Player.Muted">special://skin/extras/icons/mute.png</value>
  1042. <value condition="Window.IsVisible(DialogButtonMenu.xml)">special://skin/extras/icons/power.png</value>
  1043. <value condition="Window.IsVisible(DialogFavourites.xml)">special://skin/extras/icons/favourites.png</value>
  1044. <value condition="Window.IsVisible(EventLog.xml)">special://skin/extras/icons/antenna.png</value>
  1045. <value condition="Window.IsVisible(1103) | Window.IsVisible(1104) | Window.IsVisible(1105)">special://skin/extras/icons/director.png</value>
  1046. <value condition="Player.HasAudio + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/songs.png</value>
  1047. <value condition="Player.HasVideo + VideoPlayer.Content(livetv) + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/livetv.png</value>
  1048. <value condition="Player.HasVideo + VideoPlayer.Content(movies) + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/film.png</value>
  1049. <value condition="Player.HasVideo + VideoPlayer.Content(episodes) + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/tv.png</value>
  1050. <value condition="Player.HasVideo + [Window.IsVisible(fullscreenvideo) | Window.IsVisible(visualisation) | Window.IsVisible(home)]">special://skin/extras/icons/eye.png</value>
  1051. <value condition="Window.IsVisible(script-script.extendedinfo-YoutubeList.xml)">special://skin/extras/icons/youtube.png</value>
  1052. <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>
  1053. <value condition="Window.IsVisible(script-NextAired-TVGuide.xml) | Window.IsVisible(script-NextAired-TVGuide2.xml)">special://skin/extras/icons/tvguide.png</value>
  1054. <value condition="SubString(Container.FolderPath,sources://,Left)">special://skin/extras/icons/files.png</value>
  1055. <value condition="SubString(Container.FolderPath,special://videoplaylists/,Left)">special://skin/extras/icons/playlist.png</value>
  1056. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/)">special://skin/extras/icons/playlist.png</value>
  1057. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/video/)">special://skin/extras/icons/playlist.png</value>
  1058. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/music/)">special://skin/extras/icons/playlist.png</value>
  1059. <value condition="StringCompare(Container.FolderPath,special://profile/playlists/mixed/)">special://skin/extras/icons/playlist.png</value>
  1060. <value condition="Window.IsVisible(MyMusicPlaylistEditor.xml) | Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)">special://skin/extras/icons/songs.png</value>
  1061. <value condition="SubString(Container.FolderPath,library://video/movies/,Left)">special://skin/extras/icons/film.png</value>
  1062. <value condition="SubString(Container.FolderPath,library://video/tvshows/,Left)">special://skin/extras/icons/tv.png</value>
  1063. <value condition="SubString(Container.FolderPath,videodb://movies/,Left)">special://skin/extras/icons/film.png</value>
  1064. <value condition="SubString(Container.FolderPath,videodb://tvshows/,Left)">special://skin/extras/icons/tv.png</value>
  1065. <value condition="SubString(Container.FolderPath,plugin://,Left)">special://skin/extras/icons/video-addons.png</value>
  1066. <value condition="Container.Content(movies)">special://skin/extras/icons/film.png</value>
  1067. <value condition="Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)">special://skin/extras/icons/tv.png</value>
  1068. <value condition="Container.Content(songs)">special://skin/extras/icons/songs.png</value>
  1069. <value condition="Container.Content(livetv)">special://skin/extras/icons/livetv.png</value>
  1070. <value condition="Container.Content(files)">special://skin/extras/icons/files.png</value>
  1071. <value condition="Container.Content(plugins)">special://skin/extras/icons/video-addons.png</value>
  1072. <value condition="Container.Content(addons)">special://skin/extras/icons/addons.png</value>
  1073. <value condition="SubString(Container.FolderPath,videodb://musicvideos/,Left)">special://skin/extras/icons/musicvideo.png</value>
  1074. <value condition="Window.IsVisible(Custom_SetCustomColor.xml)">special://skin/extras/icons/wand.png</value>
  1075. <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>
  1076. <value condition="Window.IsVisible(MyMusicPlaylistEditor.xml) | Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)">special://skin/extras/icons/songs.png</value>
  1077. <value condition="Window.IsVisible(MyPics.xml)">special://skin/extras/icons/pictures.png</value>
  1078. <value condition="Window.IsVisible(MyPrograms.xml) | Window.IsVisible(AddonBrowser.xml)">special://skin/extras/icons/addons.png</value>
  1079. <value condition="Window.IsVisible(weather)">special://skin/extras/icons/sun.png</value>
  1080. <value condition="Window.IsVisible(SettingsSystemInfo.xml) | Window.IsVisible(SettingsCategory.xml) | Window.IsVisible(settings) | Window.IsVisible(SkinSettings.xml)">special://skin/extras/icons/settings.png</value>
  1081. <value condition="Window.IsVisible(MyMusicPlaylist.xml)">special://skin/extras/icons/playlist.png</value>
  1082. <value condition="Window.IsVisible(FileManager.xml)">special://skin/extras/icons/database.png</value>
  1083. <value condition="Window.IsVisible(Home.xml)">special://skin/extras/icons/home.png</value>
  1084. <value condition="Window.IsVisible(MyVideoNav.xml)">special://skin/extras/icons/video-addons.png</value>
  1085. <value>special://skin/extras/icons/artist.png</value>
  1086. </variable>
  1087.  
  1088. <variable name="GlobalSearchHeaderLabel">
  1089. <value condition="Control.HasFocus(211)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(210)][/COLOR] $LOCALIZE[20337] $LOCALIZE[31101]</value>
  1090. <value condition="Control.HasFocus(111)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(110)][/COLOR] $LOCALIZE[20342]</value>
  1091. <value condition="Control.HasFocus(121)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(120)][/COLOR] $LOCALIZE[20343]</value>
  1092. <value condition="Control.HasFocus(131)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(130)][/COLOR] $LOCALIZE[33054]</value>
  1093. <value condition="Control.HasFocus(141)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(140)][/COLOR] $LOCALIZE[20360]</value>
  1094. <value condition="Control.HasFocus(151)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(150)][/COLOR] $LOCALIZE[20389]</value>
  1095. <value condition="Control.HasFocus(161)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(160)][/COLOR] $LOCALIZE[133]</value>
  1096. <value condition="Control.HasFocus(171)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(170)][/COLOR] $LOCALIZE[132]</value>
  1097. <value condition="Control.HasFocus(181)">[COLOR=$VAR[ColorHighlight]]$INFO[Control.GetLabel(180)][/COLOR] $LOCALIZE[134]</value>
  1098.  
  1099. </variable>
  1100.  
  1101. <variable name="MainHeaderLabel">
  1102. <value condition="Skin.HasSetting(hide.busydialog) + Window.IsVisible(DialogBusy.xml)">$LOCALIZE[20186]...</value>
  1103. <value condition="Window.IsVisible(Custom_SetCustomColor.xml)">$LOCALIZE[31238]</value>
  1104. <value condition="Window.IsVisible(MyMusicPlaylistEditor.xml)">$LOCALIZE[20011]</value>
  1105. <value condition="Window.IsVisible(DialogButtonMenu.xml)">$LOCALIZE[33060]</value>
  1106. <value condition="Window.IsVisible(DialogFavourites.xml)">$LOCALIZE[1036]</value>
  1107. <value condition="Window.IsVisible(EventLog.xml)">$LOCALIZE[14111]</value>
  1108. <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>
  1109. <value condition="Window.IsVisible(script-NextAired-TVGuide.xml) | Window.IsVisible(script-NextAired-TVGuide2.xml)">[CAPITALIZE]$LOCALIZE[4][/CAPITALIZE]</value>
  1110. <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>
  1111. <value condition="Window.IsVisible(script-script.extendedinfo-YoutubeList.xml)">$LOCALIZE[31141]</value>
  1112. <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>
  1113. <value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://movies/titles/)">$LOCALIZE[20342]</value>
  1114. <value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://tvshows/titles/)">$LOCALIZE[20343]</value>
  1115. <value condition="Window.IsVisible(MyVideoNav.xml) + SubString(Container.FolderPath,videodb://movies/,Left)">$INFO[Container.FolderName]</value>
  1116. <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>
  1117. <value condition="Window.IsVisible(MyVideoNav.xml) + SubString(Container.FolderPath,videodb://tvshows/,Left)">$INFO[Container.FolderName]</value>
  1118. <value condition="Window.IsVisible(MyVideoNav.xml) + !IsEmpty(Container.FolderName)">$INFO[Container.FolderName]</value>
  1119. <value condition="Window.IsVisible(MyVideoNav.xml)">$LOCALIZE[3]</value>
  1120. <value condition="Window.IsVisible(MyPVRChannels.xml)">$LOCALIZE[19019]</value>
  1121. <value condition="Window.IsVisible(MyPVRGuide.xml)">$LOCALIZE[4]</value>
  1122. <value condition="Window.IsVisible(MyPVRRecordings.xml)">$LOCALIZE[19017]</value>
  1123. <value condition="Window.IsVisible(MyPVRTimers.xml)">$LOCALIZE[19040]</value>
  1124. <value condition="Window.IsVisible(MyPVRSearch.xml)">$LOCALIZE[137]</value>
  1125. <value condition="!IsEmpty(Container.FolderName) + [Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)]">$INFO[Container.FolderName]</value>
  1126. <value condition="Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)">$LOCALIZE[2]</value>
  1127. <value condition="Window.IsVisible(SettingsSystemInfo.xml) | Window.IsVisible(SettingsCategory.xml) | Window.IsVisible(settings) | Window.IsVisible(SkinSettings.xml)">$LOCALIZE[5]</value>
  1128. <value condition="Window.IsVisible(weather)">$LOCALIZE[8]</value>
  1129. <value condition="!IsEmpty(Container.FolderName) + Window.IsVisible(MyPics.xml)">$INFO[Container.FolderName]</value>
  1130. <value condition="Window.IsVisible(MyPics.xml)">$LOCALIZE[1]</value>
  1131. <value condition="Window.IsVisible(MyPrograms.xml)">$LOCALIZE[0]</value>
  1132. <value condition="Window.IsVisible(AddonBrowser.xml)">$LOCALIZE[24001]</value>
  1133. <value condition="Window.IsVisible(MyMusicPlaylist.xml)">$LOCALIZE[559]</value>
  1134. <value condition="Window.IsVisible(FileManager.xml)">$LOCALIZE[744]</value>
  1135. <value condition="Window.IsVisible(1103) + StringCompare(Window(1103).Property(content),1)">$INFO[Window(home).Property(ExtStudio),$LOCALIZE[31205] ,]</value>
  1136. <value condition="Window.IsVisible(1103) + StringCompare(Window(1103).Property(content),2)">$INFO[Window(home).Property(ExtMovie),$LOCALIZE[31204] ,]</value>
  1137. <value condition="Window.IsVisible(1103)">$INFO[Window(home).Property(ExtDirector),$LOCALIZE[31191] ,]</value>
  1138. <value condition="Window.IsVisible(1104) + StringCompare(Window(1104).Property(content),1)">$LOCALIZE[31211]</value>
  1139. <value condition="Window.IsVisible(1104) + StringCompare(Window(1104).Property(content),2)">$LOCALIZE[31210]</value>
  1140. <value condition="Window.IsVisible(1104) + StringCompare(Window(1104).Property(content),3)">$LOCALIZE[31209]</value>
  1141. <value condition="Window.IsVisible(1104)">$LOCALIZE[31208]</value>
  1142. <value condition="Window.IsVisible(1105) + StringCompare(Window(1105).Property(content),1)">$LOCALIZE[31211]</value>
  1143. <value condition="Window.IsVisible(1105) + StringCompare(Window(1105).Property(content),2)">$LOCALIZE[31210]</value>
  1144. <value condition="Window.IsVisible(1105) + StringCompare(Window(1105).Property(content),3)">$LOCALIZE[31212]</value>
  1145. <value condition="Window.IsVisible(1105)">$LOCALIZE[31213]</value>
  1146. <value>$LOCALIZE[10000]</value>
  1147. </variable>
  1148. <variable name="SubHeaderLabel">
  1149. <value condition="Window.IsVisible(script-script.extendedinfo-YoutubeList.xml)">$INFO[Window.Property(Filter_Label),, ]$INFO[Window.Property(TotalItems),, $LOCALIZE[31101]]</value>
  1150. <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>
  1151. <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>
  1152. <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>
  1153. <value condition="Window.IsVisible(LoginScreen.xml)">$LOCALIZE[10029]</value>
  1154. <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>
  1155. <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>
  1156. <value condition="!IsEmpty(Container.NumItems) + !Window.IsVisible(home)">[COLOR=$VAR[ColorHighlight]]$INFO[Container.NumItems,,[/COLOR] $LOCALIZE[31101]]$INFO[Control.GetLabel(3), • ,]</value>
  1157. <value condition="!IsEmpty(Container(9500).NumItems) + !Window.IsVisible(home)">[COLOR=$VAR[ColorHighlight]]$INFO[Container(9500).NumItems,,[/COLOR] $LOCALIZE[31101]]</value>
  1158. <value condition="Window.IsVisible(MyWeather.xml) + !IsEmpty(Window(Weather).Property(Location))">[COLOR=$VAR[ColorHighlight]]$INFO[Weather.Temperature,,[/COLOR] ]$INFO[Window(Weather).Property(Location)]</value>
  1159. <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>
  1160. <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>
  1161. <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>
  1162. <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>
  1163. </variable>
  1164.  
  1165. <include name="Furniture_Header">
  1166. <control type="image" description="clearlogo">
  1167. <include>Animation.FadeIn</include>
  1168. <include>Animation.FadeOut</include>
  1169. <visible>Skin.HasSetting(furniture.logo)</visible>
  1170. <visible>!Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml) + !Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)</visible>
  1171. <centertop>120</centertop>
  1172. <centerleft>50%</centerleft>
  1173. <width>400</width>
  1174. <height>100</height>
  1175. <aspectratio align="center">keep</aspectratio>
  1176. <texture background="true">$VAR[ClearLogoTopVar]</texture>
  1177. </control>
  1178. <control type="grouplist">
  1179. <top>SidePad</top>
  1180. <left>SidePad</left>
  1181. <visible>!Skin.HasSetting(furniture.header)</visible>
  1182. <include>Animation.FurnitureFadeInOut</include>
  1183. <orientation>horizontal</orientation>
  1184. <itemgap>24</itemgap>
  1185. <control type="group" description="iconbox">
  1186. <width>80</width>
  1187. <height>80</height>
  1188. <control type="image">
  1189. <width>80</width>
  1190. <height>80</height>
  1191. <texture colordiffuse="Panel" border="8">common/box.png</texture>
  1192. </control>
  1193. <control type="image">
  1194. <top>-14</top>
  1195. <left>-14</left>
  1196. <width>108</width>
  1197. <height>108</height>
  1198. <texture colordiffuse="PanelWhite100" border="8">$VAR[HeaderIcon]</texture>
  1199. <visible>!Container.Scrolling</visible>
  1200. <visible>!Skin.HasSetting(hide.busydialog) | !Window.IsVisible(DialogBusy.xml)</visible>
  1201. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1202. </control>
  1203. <control type="label">
  1204. <centertop>39</centertop>
  1205. <centerleft>40</centerleft>
  1206. <width>80</width>
  1207. <height>80</height>
  1208. <font>LargeBold</font>
  1209. <align>center</align>
  1210. <aligny>center</aligny>
  1211. <label>$INFO[ListItem.SortLetter,[UPPERCASE],[/UPPERCASE]]</label>
  1212. <textcolor>PanelWhite100</textcolor>
  1213. <visible>Container.Scrolling</visible>
  1214. <visible>!Skin.HasSetting(hide.busydialog) | !Window.IsVisible(DialogBusy.xml)</visible>
  1215. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1216. </control>
  1217. <control type="image">
  1218. <description>Busy animation</description>
  1219. <centerleft>40</centerleft>
  1220. <centertop>40</centertop>
  1221. <width>100</width>
  1222. <height>100</height>
  1223. <texture>dialog/loading-back.png</texture>
  1224. <aspectratio>keep</aspectratio>
  1225. <visible>Skin.HasSetting(hide.busydialog) + Window.IsVisible(DialogBusy.xml)</visible>
  1226. </control>
  1227. <control type="image">
  1228. <description>Busy animation</description>
  1229. <centerleft>40</centerleft>
  1230. <centertop>40</centertop>
  1231. <width>100</width>
  1232. <height>100</height>
  1233. <animation effect="rotate" condition="true" start="0" end="360" loop="true" time="1000" center="auto">Conditional</animation>
  1234. <texture colordiffuse="$VAR[ColorHighlight]">dialog/loading-spinner.png</texture>
  1235. <aspectratio>keep</aspectratio>
  1236. <visible>Skin.HasSetting(hide.busydialog) + Window.IsVisible(DialogBusy.xml)</visible>
  1237. </control>
  1238. </control>
  1239. <control type="group">
  1240. <control type="label">
  1241. <centertop>24</centertop>
  1242. <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>
  1243. <width>auto</width>
  1244. <font>MediumBold</font>
  1245. <textcolor>Dark1</textcolor>
  1246. <label>$VAR[MainHeaderLabel]</label>
  1247. </control>
  1248. <control type="label">
  1249. <centertop>58</centertop>
  1250. <font>Flag</font>
  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. <textcolor>Dark2</textcolor>
  1254. <label>$VAR[SubHeaderLabel]</label>
  1255. </control>
  1256. </control>
  1257. </control>
  1258. </include>
  1259. <include name="HeaderLabelWidthLogo"><width>560</width></include>
  1260. <include name="Furniture_Clock">
  1261. <control type="group">
  1262. <include>Animation.FurnitureFadeInOut</include>
  1263. <centerbottom>NavBarPad</centerbottom>
  1264. <visible>!Skin.HasSetting(furniture.clock)</visible>
  1265. <height>84</height>
  1266. <animation effect="slide" start="0" end="0,-10" time="150" condition="Skin.HasSetting(furniture.weather)">Conditional</animation>
  1267. <control type="label">
  1268. <centertop>24</centertop>
  1269. <right>130</right>
  1270. <align>right</align>
  1271. <font>LargeBold</font>
  1272. <textcolor>Dark1</textcolor>
  1273. <label>$INFO[System.Time(hh:mm)]</label>
  1274. <animation effect="slide" start="0" end="50" time="0" condition="IsEmpty(System.Time(xx))">Conditional</animation>
  1275. </control>
  1276. <control type="label">
  1277. <centertop>30</centertop>
  1278. <right>SidePad</right>
  1279. <font>SmallBold</font>
  1280. <textcolor>Dark3</textcolor>
  1281. <align>right</align>
  1282. <width>120</width>
  1283. <label>$INFO[System.Time(xx)]</label>
  1284. <visible>!IsEmpty(System.Time(xx))</visible>
  1285. </control>
  1286. <control type="label">
  1287. <centertop>64</centertop>
  1288. <right>SidePad</right>
  1289. <font>Flag</font>
  1290. <textcolor>Dark2</textcolor>
  1291. <align>right</align>
  1292. <width>50%</width>
  1293. <label>$INFO[System.Date(DDD)]$COMMA $INFO[System.Date(d MMM yyyy)]</label>
  1294. </control>
  1295. <control type="label">
  1296. <centertop>92</centertop>
  1297. <right>SidePad</right>
  1298. <font>Flag</font>
  1299. <textcolor>Dark3</textcolor>
  1300. <align>right</align>
  1301. <width>50%</width>
  1302. <visible>Skin.HasSetting(furniture.weather)</visible>
  1303. <label>[COLOR=$VAR[ColorHighlight]]$INFO[Weather.Temperature][/COLOR] $INFO[Weather.Conditions]</label>
  1304. </control>
  1305.  
  1306. </control>
  1307.  
  1308. </include>
  1309.  
  1310. <include name="Furniture_Weather">
  1311. <!-- Weather Furniture -->
  1312. <control type="grouplist">
  1313. <include>Animation.FurnitureFadeInOut</include>
  1314. <visible>!Skin.HasSetting(furniture.weather)</visible>
  1315. <visible>Skin.HasSetting(furniture.topweather) | [Window.IsActive(home) + substring(Container(300).ListItem.Property(widget),Weather,left)]</visible>
  1316. <visible>!Window.IsVisible(DialogVolumeBar.xml)</visible>
  1317. <visible>!Window.IsVisible(DialogNotification.xml)</visible>
  1318. <visible>!Window.IsVisible(DialogExtendedProgressBar.xml)</visible>
  1319. <visible>!Window.IsActive(DialogNotification.xml)</visible>
  1320. <visible>Skin.HasSetting(furniture.nowplaying) | [!Skin.HasSetting(furniture.nowplaying) + IsEmpty(Player.Duration) + !Player.HasAudio]</visible>
  1321. <top>70</top>
  1322. <right>62</right>
  1323. <orientation>horizontal</orientation>
  1324. <usecontrolcoords>true</usecontrolcoords>
  1325. <itemgap>24</itemgap>
  1326. <align>right</align>
  1327. <control type="group">
  1328. <width>700</width>
  1329. <posy>10</posy>
  1330. <control type="label">
  1331. <centertop>24</centertop>
  1332. <width>auto</width>
  1333. <font>MediumBold</font>
  1334. <align>right</align>
  1335. <textcolor>Dark1</textcolor>
  1336. <label>$INFO[Weather.Temperature]</label>
  1337. </control>
  1338. <control type="label">
  1339. <centertop>58</centertop>
  1340. <align>right</align>
  1341. <font>Flag</font>
  1342. <width>auto</width>
  1343. <textcolor>Dark2</textcolor>
  1344. <label>$INFO[Weather.Location,, - ]$INFO[Weather.Conditions]</label>
  1345. </control>
  1346. </control>
  1347. <control type="group">
  1348. <posx>-10</posx>
  1349. <posy>10</posy>
  1350. <height>80</height>
  1351. <width>90</width>
  1352. <control type="image">
  1353. <width>80</width>
  1354. <height>80</height>
  1355. <fadetime>350</fadetime>
  1356. <aspectratio aligny="center" align="center">keep</aspectratio>
  1357. <texture colordiffuse="Dark1">$INFO[Weather.FanartCode,resource://resource.images.weathericons.white/,.png]</texture>
  1358. </control>
  1359. </control>
  1360. </control>
  1361. </include>
  1362.  
  1363. <include name="Furniture_NowPlaying">
  1364. <control type="grouplist">
  1365. <visible>!Skin.HasSetting(furniture.nowplaying)</visible>
  1366. <visible>!Window.IsVisible(DialogVolumeBar.xml)</visible>
  1367. <visible>!Window.IsVisible(DialogNotification.xml)</visible>
  1368. <visible>!Window.IsVisible(DialogExtendedProgressBar.xml)</visible>
  1369. <include>Animation.FurnitureFadeInOut</include>
  1370. <visible>IsEmpty(Window(10025).Property(TvTunesIsAlive))</visible>
  1371. <visible>!Window.IsActive(DialogNotification.xml)</visible>
  1372. <visible>Player.HasMedia</visible>
  1373. <visible>!IsEmpty(Player.Duration) | Player.HasAudio</visible>
  1374. <animation effect="slide" start="0" end="0,-250" time="150" condition="Control.HasFocus(301) + !Skin.HasSetting(home.classicwidgets) + !Skin.HasSetting(home.vertical)">Conditional</animation>
  1375. <top>70</top>
  1376. <right>62</right>
  1377. <orientation>horizontal</orientation>
  1378. <usecontrolcoords>true</usecontrolcoords>
  1379. <itemgap>24</itemgap>
  1380. <align>right</align>
  1381. <control type="group">
  1382. <include condition="Skin.HasSetting(furniture.logo)">HeaderLabelWidthLogo</include>
  1383. <width>700</width>
  1384. <posy>10</posy>
  1385. <control type="label">
  1386. <centertop>24</centertop>
  1387. <width>auto</width>
  1388. <font>MediumBold</font>
  1389. <align>right</align>
  1390. <textcolor>Dark1</textcolor>
  1391. <label>$INFO[Player.Title]</label>
  1392. </control>
  1393. <control type="label">
  1394. <centertop>58</centertop>
  1395. <align>right</align>
  1396. <font>Flag</font>
  1397. <width>auto</width>
  1398. <textcolor>Dark2</textcolor>
  1399. <label>$INFO[VideoPlayer.TvShowTitle,, ]$INFO[MusicPlayer.Artist,, ]$INFO[Player.Time]$INFO[Player.Duration, / ,]</label>
  1400. </control>
  1401. </control>
  1402. <control type="group">
  1403. <posx>-20</posx>
  1404. <height>100</height>
  1405. <width>100</width>
  1406. <control type="image" description="Back">
  1407. <left>0</left>
  1408. <centertop>50%</centertop>
  1409. <width>100</width>
  1410. <height>100</height>
  1411. <aspectratio align="center" aligny="center">keep</aspectratio>
  1412. <texture>progress/back.png</texture>
  1413. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1414. </control>
  1415. <control type="image" description="Play">
  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 colordiffuse="Dark1">progress/play.png</texture>
  1422. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1423. <visible>!Player.Paused</visible>
  1424. </control>
  1425. <control type="image" description="Pause">
  1426. <left>0</left>
  1427. <centertop>50%</centertop>
  1428. <width>100</width>
  1429. <height>100</height>
  1430. <aspectratio align="center" aligny="center">keep</aspectratio>
  1431. <texture colordiffuse="Dark1">progress/pause.png</texture>
  1432. <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  1433. <visible>Player.Paused</visible>
  1434. </control>
  1435. <control type="progress" id="933">
  1436. <texturebg>-</texturebg>
  1437. <lefttexture>-</lefttexture>
  1438. <midtexture>-</midtexture>
  1439. <righttexture>-</righttexture>
  1440. <info>Player.Progress</info>
  1441. <visible>false</visible>
  1442. </control>
  1443. <control type="image">
  1444. <left>0</left>
  1445. <centertop>50%</centertop>
  1446. <width>100</width>
  1447. <height>100</height>
  1448. <texture colordiffuse="$VAR[ColorHighlight]">$INFO[Control.GetLabel(933),progress/circle/p,.png]</texture>
  1449. <aspectratio align="center">keep</aspectratio>
  1450. <visible>!IsEmpty(Player.Duration)</visible>
  1451. </control>
  1452.  
  1453. </control>
  1454. </control>
  1455. </include>
  1456.  
  1457. <include name="Furniture_OverlayInfo">
  1458.  
  1459. <control type="button" id ="9601">
  1460. <width>1</width>
  1461. <height>1</height>
  1462. <visible allowhiddenfocus="true">false</visible>
  1463. <onback>50</onback>
  1464. <onup>50</onup>
  1465. <ondown>50</ondown>
  1466. <onleft>50</onleft>
  1467. <onright>50</onright>
  1468. </control>
  1469.  
  1470. <control type="group">
  1471. <visible>[System.IdleTime(3) + Skin.HasSetting(furniture.overlayinfo)] | Control.HasFocus(9601)</visible>
  1472. <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>
  1473. <visible>!Window.IsVisible(DialogVideoInfo.xml)</visible>
  1474. <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>
  1475. <visible>[!IsEmpty(Window(home).Property(Set.Movies.ExtendedPlot)) + [Container.Content(Sets) | substring(ListItem.Path,videodb://movies/sets,left)]] | !IsEmpty(ListItem.Plot)</visible>
  1476. <include>Animation.FadeIn</include>
  1477. <control type="image" description="Background">
  1478. <include>Dimensions_Fullscreen</include>
  1479. <texture colordiffuse="Background">common/bg.jpg</texture>
  1480. <animation effect="fade" start="100" end="95" condition="true">Conditional</animation>
  1481. </control>
  1482. <control type="image" description="clearlogo">
  1483. <visible>Skin.HasSetting(furniture.logo)</visible>
  1484. <centertop>120</centertop>
  1485. <centerleft>50%</centerleft>
  1486. <width>400</width>
  1487. <height>100</height>
  1488. <aspectratio align="center">keep</aspectratio>
  1489. <texture background="true">$VAR[ClearLogoTopVar]</texture>
  1490. </control>
  1491. </control>
  1492.  
  1493. <control type="group">
  1494. <left>SidePad</left>
  1495. <right>SidePad</right>
  1496. <top>PosterPad</top>
  1497. <height>650</height>
  1498. <visible>[System.IdleTime(3) + Skin.HasSetting(furniture.overlayinfo)] | Control.HasFocus(9601)</visible>
  1499. <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>
  1500. <visible>!Window.IsVisible(DialogVideoInfo.xml)</visible>
  1501. <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>
  1502. <visible>[!IsEmpty(Window(home).Property(Set.Movies.ExtendedPlot)) + [Container.Content(Sets) | substring(ListItem.Path,videodb://movies/sets,left)]] | !IsEmpty(ListItem.Plot)</visible>
  1503. <include>Animation.FadeIn.Slide</include>
  1504.  
  1505. <control type="label">
  1506. <description>header label</description>
  1507. <left>60</left>
  1508. <right>60</right>
  1509. <posy>60</posy>
  1510. <font>EpisodeNumber</font>
  1511. <textcolor>Dark1</textcolor>
  1512. <height>45</height>
  1513. <label>$VAR[LabelOverlayTitle]</label>
  1514. </control>
  1515.  
  1516. <control type="textbox">
  1517. <description>textarea</description>
  1518. <left>60</left>
  1519. <right>60</right>
  1520. <top>150</top>
  1521. <bottom>0</bottom>
  1522. <align>justify</align>
  1523. <font>Medium</font>
  1524. <textcolor>Dark1</textcolor>
  1525. <label>$VAR[LabelOverlayPlot]</label>
  1526. </control>
  1527. </control>
  1528. </include>
  1529.  
  1530.  
  1531. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement