Advertisement
Guest User

includes.xml

a guest
Aug 30th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.06 KB | None | 0 0
  1. <includes>
  2. <include file="defaults.xml" />
  3. <include condition="!Skin.HasSetting(DisableBannersVL)" file="Viewtype_Banners.xml" />
  4. <include condition="!Skin.HasSetting(DisableBannerWallVL)" file="Viewtype_BannerWall.xml" />
  5. <include condition="!Skin.HasSetting(DisableInfoListVL)" file="Viewtype_InfoList.xml" />
  6. <include file="Viewtype_Landscape.xml" />
  7. <include file="Viewtype_List.xml" />
  8. <include file="Viewtype_LowList.xml" />
  9. <include file="Viewtype_LowListMusic.xml" />
  10. <include condition="!Skin.HasSetting(DisablePanelVL)" file="Viewtype_Panel.xml" />
  11. <include file="Viewtype_ShowcaseCD.xml" />
  12. <include file="Viewtype_ShowcaseDVD.xml" />
  13. <include file="Viewtype_ShowcaseMovies.xml" />
  14. <include file="Viewtype_ShowcaseSquare.xml" />
  15. <include file="Viewtype_Wall.xml" />
  16. <include file="Viewtype_Posters.xml" />
  17. <include file="Viewtype_AddonWall.xml" />
  18. <include file="Viewtype_AddonWall_CDROM.xml"/>
  19. <include file="Viewtype_AddonWall_Gamecube.xml"/>
  20. <include file="Viewtype_AddonWall_SNES.xml"/>
  21. <include file="Viewtype_BigFan.xml" />
  22. <include file="Viewtype_Episode.xml" />
  23. <include file="Viewtype_Carousel.xml" />
  24. <include file="IncludesHomeRecentlyAdded.xml" />
  25. <include file="Includes_MediaFlags.xml" />
  26. <include file="Includes_Viewtypes.xml" />
  27. <include file="Includes_Animations.xml"/>
  28. <include file="Includes_Showcase.xml"/>
  29. <include file="Includes_MediaMenu.xml"/>
  30. <include file="Includes_Showcase_Box.xml"/>
  31. <include file="Includes_Showcase_Cases.xml"/>
  32. <include file="Includes_NextAired.xml"/>
  33. <include file="Includes_Music.xml"/>
  34. <include file="Includes_HomeWidgets.xml"/>
  35. <include file="Includes_Visualization.xml"/>
  36. <include file="Includes_Breadcrumbs.xml"/>
  37. <include file="Includes_Theme.xml"/>
  38. <include file="Includes_Weather.xml"/>
  39. <include file="Includes_MainMenu.xml"/>
  40.  
  41. <constant name="FanartCrossfadeTime">500</constant>
  42. <constant name="IconCrossfadeTime">400</constant>
  43. <constant name="IconCrossfadeTime2">100</constant>
  44.  
  45. <include name="CommonMediaPlayingBackground">
  46. <control type="image">
  47. <posx>0</posx>
  48. <posy>0</posy>
  49. <width>1280</width>
  50. <height>720</height>
  51. <colordiffuse>FF000000</colordiffuse>
  52. <texture>common/black.png</texture>
  53. <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible>
  54. </control>
  55. <control type="visualisation">
  56. <posx>0</posx>
  57. <posy>0</posy>
  58. <width>1280</width>
  59. <height>720</height>
  60. <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)</visible>
  61. </control>
  62. <control type="videowindow">
  63. <posx>0</posx>
  64. <posy>0</posy>
  65. <width>1280</width>
  66. <height>720</height>
  67. <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible>
  68. </control>
  69. </include>
  70. <include name="CommonVideoBackground">
  71. <control type="multiimage">
  72. <posx>0</posx>
  73. <posy>0</posy>
  74. <width>1280</width>
  75. <height>720</height>
  76. <imagepath fallback="special://skin/backgrounds/curtains.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</imagepath>
  77. <timeperimage>10000</timeperimage>
  78. <randomize>true</randomize>
  79. <fadetime>1000</fadetime>
  80. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  81. <visible>[Skin.HasSetting(VideoLibraryTVFanart)+[Container.Content(tvshows)|Container.Content(seasons)|Container.Content(episodes)]]|[Skin.HasSetting(VideoLibraryMovieFanart)+Container.Content(movies)]|Window.IsActive(videofiles)</visible>
  82. </control>
  83. <control type="multiimage">
  84. <posx>0</posx>
  85. <posy>0</posy>
  86. <width>1280</width>
  87. <height>720</height>
  88. <imagepath fallback="special://skin/backgrounds/movies.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</imagepath>
  89. <timeperimage>10000</timeperimage>
  90. <randomize>true</randomize>
  91. <fadetime>1000</fadetime>
  92. <visible>Container.Content(Movies) + [!IsEmpty(Skin.String(Home_Custom_Back_Movies_Folder)) + Skin.HasSetting(HomeMenuNoMoviesButton)]+Skin.HasSetting(VideoLibraryMovieFanart)</visible>
  93. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  94. </control>
  95. <control type="multiimage">
  96. <posx>0</posx>
  97. <posy>0</posy>
  98. <width>1280</width>
  99. <height>720</height>
  100. <imagepath fallback="special://skin/backgrounds/tvshows.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</imagepath>
  101. <timeperimage>10000</timeperimage>
  102. <randomize>true</randomize>
  103. <fadetime>1000</fadetime>
  104. <visible>[Container.Content(TVShows) | Container.Content(Seasons) |Container.Content(Episodes)] + [!IsEmpty(Skin.String(Home_Custom_Back_TVShow_Folder) + Skin.HasSetting(HomeMenuNoTVShowsButton)]+Skin.HasSetting(VideoLibraryTVFanart)</visible>
  105. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  106. </control>
  107. </include>
  108. <include name="CommonMusicBackground">
  109. <control type="multiimage">
  110. <posx>0</posx>
  111. <posy>0</posy>
  112. <width>1280</width>
  113. <height>720</height>
  114. <imagepath fallback="special://skin/backgrounds/music.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</imagepath>
  115. <timeperimage>10000</timeperimage>
  116. <randomize>true</randomize>
  117. <fadetime>1000</fadetime>
  118. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  119. </control>
  120. </include>
  121. <include name="CommonPictureBackground">
  122. <control type="multiimage">
  123. <posx>0</posx>
  124. <posy>0</posy>
  125. <width>1280</width>
  126. <height>720</height>
  127. <imagepath fallback="special://skin/backgrounds/pictures.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</imagepath>
  128. <timeperimage>10000</timeperimage>
  129. <randomize>true</randomize>
  130. <fadetime>1000</fadetime>
  131. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  132. </control>
  133. </include>
  134. <include name="CommonProgramsBackground">
  135. <control type="multiimage">
  136. <posx>0</posx>
  137. <posy>0</posy>
  138. <width>1280</width>
  139. <height>720</height>
  140. <imagepath fallback="special://skin/backgrounds/programs.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</imagepath>
  141. <timeperimage>10000</timeperimage>
  142. <randomize>true</randomize>
  143. <fadetime>1000</fadetime>
  144. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  145. </control>
  146. </include>
  147. <include name="CommonWeatherBackground">
  148. <control type="multiimage">
  149. <posx>0</posx>
  150. <posy>0</posy>
  151. <width>1280</width>
  152. <height>720</height>
  153. <imagepath fallback="special://skin/backgrounds/weather.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</imagepath>
  154. <timeperimage>10000</timeperimage>
  155. <randomize>true</randomize>
  156. <fadetime>1000</fadetime>
  157. <visible>![Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))]</visible>
  158. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  159. </control>
  160. <control type="multiimage">
  161. <posx>0</posx>
  162. <posy>0</posy>
  163. <width>1280</width>
  164. <height>720</height>
  165. <imagepath background="true">$INFO[Skin.String(WeatherFanartDir)]$INFO[Weather.FanartCode]</imagepath>
  166. <timeperimage>10000</timeperimage>
  167. <randomize>true</randomize>
  168. <fadetime>1000</fadetime>
  169. <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible>
  170. <animation effect="fade" time="200">WindowClose</animation>
  171. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  172. </control>
  173. </include>
  174. <include name="CommonSettingsBackground">
  175. <control type="multiimage">
  176. <posx>0</posx>
  177. <posy>0</posy>
  178. <width>1280</width>
  179. <height>720</height>
  180. <imagepath fallback="special://skin/backgrounds/settings.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</imagepath>
  181. <timeperimage>10000</timeperimage>
  182. <randomize>true</randomize>
  183. <fadetime>1000</fadetime>
  184. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  185. </control>
  186. </include>
  187. <include name="CommonAddonsBackground">
  188. <control type="multiimage">
  189. <posx>0</posx>
  190. <posy>0</posy>
  191. <width>1280</width>
  192. <height>720</height>
  193. <imagepath fallback="special://skin/backgrounds/addons.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Addons_Folder)]</imagepath>
  194. <timeperimage>10000</timeperimage>
  195. <randomize>true</randomize>
  196. <fadetime>1000</fadetime>
  197. <include condition="Skin.HasSetting(animatedbg)">Animation_Background</include>
  198. </control>
  199. </include>
  200. <include name="BehindDialogFadeOut">
  201. <control type="image">
  202. <posx>0</posx>
  203. <posy>0</posy>
  204. <width>1280</width>
  205. <height>720</height>
  206. <texture>black-back.png</texture>
  207. <animation effect="fade" time="400">Visible</animation>
  208. <animation effect="fade" time="200">Hidden</animation>
  209. <visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-Apple_Movie_Trailers-settings.xml) | Window.IsActive(script-Apple_Movie_Trailers-chooser.xml) | Window.IsActive(script-Apple_Movie_Trailers-search.xml) | Window.IsActive(script-Apple_Movie_Trailers-showtimes.xml) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation)</visible>
  210. </control>
  211. </include>
  212.  
  213. <include name="ButtonInfoDialogsCommonValues">
  214. <height>40</height>
  215. <width>170</width>
  216. <textoffsetx>20</textoffsetx>
  217. <align>center</align>
  218. <aligny>center</aligny>
  219. <font>Font_Reg18</font>
  220. <texturefocus border="5">dialogs/context_highlight.png</texturefocus>
  221. <texturenofocus border="5">dialogs/context_nofocus.png</texturenofocus>
  222. <pulseonselect>false</pulseonselect>
  223. </include>
  224.  
  225.  
  226.  
  227.  
  228. <include name="ScrollOffsetLabel">
  229. <control type="group">
  230. <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible>
  231. <!--<animation effect="slide" start="0,0" end="0,-60" time="100">Visible</animation>
  232. <animation effect="slide" start="0,-60" end="0,0" delay="400" time="100">Hidden</animation>-->
  233. <include>Animation_DialogPopup</include>
  234. <posx>605</posx>
  235. <posy>320</posy>
  236. <control type="image">
  237. <posx>0</posx>
  238. <posy>0</posy>
  239. <width>70</width>
  240. <height>70</height>
  241. <texture>common/scroll_letter_background.png</texture>
  242. </control>
  243. <control type="label">
  244. <posx>0</posx>
  245. <posy>0</posy>
  246. <width>70</width>
  247. <height>70</height>
  248. <align>center</align>
  249. <aligny>center</aligny>
  250. <label>$INFO[ListItem.SortLetter]</label>
  251. <textcolor>white</textcolor>
  252. <font>Font_OSDTitle2</font>
  253. </control>
  254. </control>
  255. </include>
  256.  
  257.  
  258. <include name="Objects_OSDSeekForward">
  259. <posx>470</posx>
  260. <posy>0</posy>
  261. <width>499</width>
  262. <height>28</height>
  263. <aligny>center</aligny>
  264. <align>right</align>
  265. <font>Font_Reg18</font>
  266. <textcolor>FF363636</textcolor>
  267. <include>Animation_CommonFade</include>
  268. </include>
  269. <include name="Objects_OSDSeekReverse">
  270. <posx>29</posx>
  271. <posy>0</posy>
  272. <width>499</width>
  273. <height>28</height>
  274. <aligny>center</aligny>
  275. <align>left</align>
  276. <font>Font_Reg18</font>
  277. <textcolor>FFececec</textcolor>
  278. <include>Animation_CommonFade</include>
  279. </include>
  280. <include name="Dialogs_Group">
  281. <posx>386</posx>
  282. <posy>600</posy>
  283. <width>509</width>
  284. <height>91</height>
  285. </include>
  286. <include name="Dialogs_Tablet">
  287. <control type="image">
  288. <posx>0</posx>
  289. <posy>0</posy>
  290. <width>509</width>
  291. <height>91</height>
  292. <texture>dialogs/scan_backg.png</texture>
  293. </control>
  294. </include>
  295. <include name="Dialogs_Exclam">
  296. <control type="image">
  297. <posx>9</posx>
  298. <posy>9</posy>
  299. <width>73</width>
  300. <height>73</height>
  301. <texture>dialogs/exclam_icon.png</texture>
  302. <animation effect="fade" start="100" end="70" time="600" pulse="true" condition="true">Conditional</animation>
  303. </control>
  304. </include>
  305. <include name="Dialogs_Busy">
  306. <control type="image">
  307. <posx>9</posx>
  308. <posy>9</posy>
  309. <width>73</width>
  310. <height>73</height>
  311. <texture>dialogs/busy.png</texture>
  312. <animation effect="rotate" start="360" end="0" center="auto" time="1000" loop="true" condition="true">conditional</animation>
  313. <animation effect="fade" start="20" time="600" condition="true" pulse="true">Conditional</animation>
  314. </control>
  315. </include>
  316. <include name="Dialogs_HardDrive">
  317. <control type="image">
  318. <posx>12</posx>
  319. <posy>4</posy>
  320. <width>67</width>
  321. <height>83</height>
  322. <texture>dialogs/scan_icon.png</texture>
  323. </control>
  324. </include>
  325. <include name="Dialogs_VolumeIcon">
  326. <control type="image">
  327. <posx>6</posx>
  328. <posy>4</posy>
  329. <width>81</width>
  330. <height>82</height>
  331. <texture>dialogs/volume_icon.png</texture>
  332. </control>
  333. </include>
  334. <include name="Dialogs_Progress">
  335. <description>Progressbar</description>
  336. <posx>85</posx>
  337. <posy>3</posy>
  338. <width>412</width>
  339. <height>85</height>
  340. <reveal>true</reveal>
  341. <texturebg>dialogs/scan_blank.png</texturebg>
  342. <lefttexture>common/blank.png</lefttexture>
  343. <midtexture>dialogs/scan_fill.png</midtexture>
  344. <righttexture>common/blank.png</righttexture>
  345. <overlaytexture>-</overlaytexture>
  346. </include>
  347. <include name="Dialogs_LabelVars">
  348. <posx>105</posx>
  349. <width>376</width>
  350. <height>21</height>
  351. <textcolor>abFFFFFF</textcolor>
  352. <align>left</align>
  353. <font>Font_Info</font>
  354. <scroll>true</scroll>
  355. </include>
  356.  
  357. <include name="Dialogs_Label1">
  358. <posy>8</posy>
  359. <include>Dialogs_LabelVars</include>
  360. </include>
  361. <include name="Dialogs_Label2">
  362. <posy>26</posy>
  363. <include>Dialogs_LabelVars</include>
  364. </include>
  365. <include name="Dialogs_Label3">
  366. <posy>44</posy>
  367. <include>Dialogs_LabelVars</include>
  368. </include>
  369. <include name="Dialogs_Label4">
  370. <posy>62</posy>
  371. <include>Dialogs_LabelVars</include>
  372. </include>
  373. <include name="Objects_MediaMenuButton">
  374. <height>34</height>
  375. <width>195</width>
  376. <texturenofocus>-</texturenofocus>
  377. <texturefocus>settings/listselect.png</texturefocus>
  378. <alttexturenofocus>-</alttexturenofocus>
  379. <alttexturefocus>settings/listselect.png</alttexturefocus>
  380. <pulseonselect>false</pulseonselect>
  381. <textcolor>60FFFFFF</textcolor>
  382. <focusedcolor>d0ffffff</focusedcolor>
  383. <disabledcolor>3cFFFFFF</disabledcolor>
  384. <textoffsetx>10</textoffsetx>
  385. <align>left</align>
  386. <font>Font_Reg19</font>
  387. <include>Animation_CommonFade</include>
  388. </include>
  389. <include name="Objects_MediaMenuButton2">
  390. <height>34</height>
  391. <width>195</width>
  392. <texturenofocus>-</texturenofocus>
  393. <texturefocus flipx="true">settings/listselect.png</texturefocus>
  394. <alttexturenofocus>-</alttexturenofocus>
  395. <alttexturefocus flipx="true">settings/listselect.png</alttexturefocus>
  396. <pulseonselect>false</pulseonselect>
  397. <textcolor>60FFFFFF</textcolor>
  398. <focusedcolor>d0ffffff</focusedcolor>
  399. <disabledcolor>3cFFFFFF</disabledcolor>
  400. <textoffsetx>10</textoffsetx>
  401. <align>left</align>
  402. <font>Font_Reg19</font>
  403. <include>Animation_CommonFade</include>
  404. </include>
  405. <include name="Objects_ButtonMenu09Group">
  406. <height>390</height>
  407. </include>
  408. <include name="Objects_ButtonMenu10Group">
  409. <height>429</height>
  410. </include>
  411. <include name="Objects_ButtonMenu11Group">
  412. <height>468</height>
  413. </include>
  414. <include name="Objects_ButtonMenu12Group">
  415. <height>506</height>
  416. </include>
  417. <include name="Objects_ContextMenuButton">
  418. <description>button template</description>
  419. <posx>0</posx>
  420. <posy>0</posy>
  421. <height>39</height>
  422. <width>308</width>
  423. <textcolor>abFFFFFF</textcolor>
  424. <focusedcolor>FFdfdfdf</focusedcolor>
  425. <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
  426. <texturefocus>dialogs/context_highlight.png</texturefocus>
  427. <alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
  428. <alttexturenofocus>dialogs/context_nofocus.png</alttexturenofocus>
  429. <align>center</align>
  430. <aligny>top</aligny>
  431. <font>Font_Reg19</font>
  432. <textoffsety>8</textoffsety>
  433. </include>
  434. <include name="Objects_FSInfoButton">
  435. <textcolor>FF868686</textcolor>
  436. <focusedcolor>FFececec</focusedcolor>
  437. <disabledcolor>66868686</disabledcolor>
  438. <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
  439. <texturefocus>dialogs/context_highlight.png</texturefocus>
  440. <alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
  441. <alttexturenofocus>dialogs/context_nofocus.png</alttexturenofocus>
  442. <align>center</align>
  443. <textoffsetx>0</textoffsetx>
  444. <textoffsety>8</textoffsety>
  445. <width>120</width>
  446. <height>29</height>
  447. <aligny>center</aligny>
  448. <font>Font_Reg19</font>
  449. </include>
  450. <include name="HiddenObject">
  451. <posy>-1200</posy>
  452. <posx>-1200</posx>
  453. <width>0</width>
  454. <height>0</height>
  455. </include>
  456.  
  457.  
  458.  
  459. <include name="subcolornofocus">
  460. <textcolor>ff969696</textcolor>
  461. <selectedcolor>9b3cd2fd</selectedcolor>
  462. </include>
  463. <include name="listcolornofocus">
  464. <selectedcolor>9b3cd2fd</selectedcolor>
  465. <textcolor>dcffffff</textcolor>
  466. </include>
  467. <include name="subcolorfocus">
  468. <textcolor>ff2e2e2e</textcolor>
  469. <selectedcolor>FF585858</selectedcolor>
  470. </include>
  471. <include name="listcolorfocus">
  472. <textcolor>ff2e2e2e</textcolor>
  473. <selectedcolor>FF585858</selectedcolor>
  474. </include>
  475. <include name="detailcolornofocus">
  476. <textcolor>dcbdbdbd</textcolor>
  477. <selectedcolor>dcbdbdbd</selectedcolor>
  478. </include>
  479. <include name="detailcolorfocus">
  480. <textcolor>ff2e2e2e</textcolor>
  481. <selectedcolor>FF585858</selectedcolor>
  482. </include>
  483. <include name="Furniture_NowPlayingWidget">
  484. <control type="group">
  485. <include>Animation_WidgetZoom</include>
  486. <animation effect="slide" time="800" start="0,0" end="-80,0" tween="cubic" easing="inout" condition="[Container.Content(movies)+Skin.HasSetting(breadcrumb)]|Window.IsActive(settings)|Window.IsActive(systeminfo)|Window.IsActive(picturessettings)|Window.IsActive(programssettings)|Window.IsActive(weathersettings)|Window.IsActive(musicsettings)|Window.IsActive(systemsettings)|Window.IsActive(videossettings)|Window.IsActive(networksettings)|Window.IsActive(appearancesettings)|Window.IsActive(1111)">Conditional</animation>
  487. <visible>Player.HasMedia</visible>
  488. <visible>!SubString(Window(videolibrary).Property(tvtunesIsAlive),True)</visible>
  489. <posx>0</posx>
  490. <posy>0</posy>
  491. <control type="image">
  492. <width>481</width>
  493. <height>27</height>
  494. <texture flipy="true" flipx="true">home/timepanel_mid.png</texture>
  495. <visible>!Skin.HasSetting(breadcrumb)</visible>
  496. </control>
  497. <control type="progress" id="20">
  498. <description>Progressbar</description>
  499. <posx>340</posx>
  500. <posy>1</posy>
  501. <width>120</width>
  502. <height>13</height>
  503. <texturebg>osd/seek/progress_back.png</texturebg>
  504. <lefttexture>osd/seek/progress_left.png</lefttexture>
  505. <midtexture>osd/seek/progress_mid.png</midtexture>
  506. <righttexture>osd/seek/progress_right.png</righttexture>
  507. <overlaytexture>-</overlaytexture>
  508. <info>Player.Progress</info>
  509. </control>
  510. <control type="label">
  511. <posx>90</posx>
  512. <posy>-3</posy>
  513. <width>240</width>
  514. <height>18</height>
  515. <font>Font_Reg14</font>
  516. <textcolor>a8FFFFFF</textcolor>
  517. <scroll>true</scroll>
  518. <label>[COLOR a8FFFFFF]$INFO[MusicPlayer.Artist][/COLOR]</label>
  519. </control>
  520. <control type="label">
  521. <posx>92</posx>
  522. <posy>10</posy>
  523. <width>240</width>
  524. <height>18</height>
  525. <font>Font_Reg14</font>
  526. <textcolor>a8FFFFFF</textcolor>
  527. <scroll>true</scroll>
  528. <label>[COLOR FFFFFFFF]$INFO[MusicPlayer.Title][/COLOR]</label>
  529. </control>
  530. <control type="label">
  531. <posx>88</posx>
  532. <posy>-3</posy>
  533. <width>240</width>
  534. <height>18</height>
  535. <font>Font_Reg14</font>
  536. <textcolor>a8FFFFFF</textcolor>
  537. <scroll>true</scroll>
  538. <label>$INFO[Videoplayer.TVShowTitle]</label>
  539. </control>
  540. <control type="label">
  541. <posx>88</posx>
  542. <posy>3</posy>
  543. <width>240</width>
  544. <height>18</height>
  545. <font>Font_Reg17</font>
  546. <textcolor>white2</textcolor>
  547. <scroll>true</scroll>
  548. <label>$INFO[Videoplayer.Title]</label>
  549. <visible>!VideoPlayer.Content(episodes)|IsEmpty(Videoplayer.TVShowTitle)</visible>
  550. </control>
  551. <control type="label">
  552. <posx>88</posx>
  553. <posy>10</posy>
  554. <width>310</width>
  555. <height>18</height>
  556. <font>Font_Reg14</font>
  557. <textcolor>white2</textcolor>
  558. <scroll>true</scroll>
  559. <label>$INFO[Videoplayer.Title]</label>
  560. <visible>VideoPlayer.Content(episodes)+!IsEmpty(Videoplayer.TVShowTitle)</visible>
  561. </control>
  562. <control type="label">
  563. <description>Current time</description>
  564. <posx>300</posx>
  565. <posy>10</posy>
  566. <width>200</width>
  567. <height>20</height>
  568. <font>Font_Reg14</font>
  569. <label>$INFO[Player.Time] / $INFO[Player.Duration]</label>
  570. <align>center</align>
  571. <textcolor>white2</textcolor>
  572. <visible>Player.HasDuration</visible>
  573. </control>
  574. <control type="label">
  575. <description>Current time</description>
  576. <posx>300</posx>
  577. <posy>10</posy>
  578. <width>200</width>
  579. <height>20</height>
  580. <font>Font_Reg14</font>
  581. <label>$INFO[Player.Time] / ∞</label>
  582. <align>center</align>
  583. <textcolor>white2</textcolor>
  584. <visible>!Player.HasDuration</visible>
  585. </control>
  586. <control type="group">
  587. <animation effect="slide" start="0,0" end="0,8" time="0" condition="VideoPlayer.Content(movies)">Conditional</animation>
  588. <visible>![[VideoPlayer.Content(movies)+Skin.HasSetting(breadcrumb)]|Window.IsActive(settings)|Window.IsActive(systeminfo)|Window.IsActive(picturessettings)|Window.IsActive(programssettings)|Window.IsActive(weathersettings)|Window.IsActive(musicsettings)|Window.IsActive(systemsettings)|Window.IsActive(videossettings)|Window.IsActive(networksettings)|Window.IsActive(appearancesettings)|Window.IsActive(1111)]</visible>
  589. <control type="image">
  590. <description>Cd overlay</description>
  591. <animation effect="rotate" end="-360" center="auto" time="5000" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
  592. <animation effect="fade" time="100">Hidden</animation>
  593. <aspectratio>keep</aspectratio>
  594. <width>59</width>
  595. <height>59</height>
  596. <posx>27</posx>
  597. <posy>3</posy>
  598. <fadetime>300</fadetime>
  599. <visible>VideoPlayer.Content(movies) | Player.HasAudio</visible>
  600. <include condition="!Skin.HasSetting(vinylart)+!Skin.HasSetting(blurayart)">cdart</include>
  601. <include condition="Skin.HasSetting(vinylart)">vinylart</include>
  602. <include condition="Skin.HasSetting(blurayart)">blurayart</include>
  603. <aspectratio align="bottom">keep</aspectratio>
  604. </control>
  605. </control>
  606. <control type="image">
  607. <description>COVER</description>
  608. <aspectratio>stretch</aspectratio>
  609. <width>61</width>
  610. <height>61</height>
  611. <posx>4</posx>
  612. <posy>2</posy>
  613. <visible>Player.HasAudio</visible>
  614. <animation effect="fade" time="800">Hidden</animation>
  615. <texture background="true" diffuse="thumbs/cdcover_mask2.png">common/black.png</texture>
  616. </control>
  617. <control type="image">
  618. <description>COVER</description>
  619. <aspectratio>stretch</aspectratio>
  620. <width>61</width>
  621. <height>61</height>
  622. <posx>4</posx>
  623. <posy>2</posy>
  624. <visible>Player.HasAudio</visible>
  625. <animation effect="fade" time="800">Hidden</animation>
  626. <texture background="true" diffuse="thumbs/cdcover_mask2.png">$INFO[MusicPlayer.Cover]</texture>
  627. </control>
  628. <control type="image">
  629. <description>COVER</description>
  630. <aspectratio scalediffuse="false">scale</aspectratio>
  631. <width>60</width>
  632. <height>75</height>
  633. <posx>4</posx>
  634. <posy>2</posy>
  635. <visible>VideoPlayer.Content(movies)</visible>
  636. <animation effect="fade" time="800">Hidden</animation>
  637. <texture background="true" diffuse="thumbs/cdcover_mask2.png">$INFO[VideoPlayer.Cover]</texture>
  638. </control>
  639. <control type="image">
  640. <description>COVER</description>
  641. <aspectratio scalediffuse="false">scale</aspectratio>
  642. <width>70</width>
  643. <height>27</height>
  644. <posx>4</posx>
  645. <posy>0</posy>
  646. <visible>VideoPlayer.Content(episodes)</visible>
  647. <animation effect="fade" time="800">Hidden</animation>
  648. <texture background="true" fallback="DefaultVideo.png" diffuse="thumbs/cdcover_mask2.png">$INFO[Player.Folderpath,,../logo.png]</texture>
  649. </control>
  650. </control>
  651. </include>
  652. <include name="Objects_KeyOffVars">
  653. <textcolor>77FFFFFF</textcolor>
  654. <focusedcolor>77FFFFFF</focusedcolor>
  655. <selectedcolor>77FFFFFF</selectedcolor>
  656. <align>center</align>
  657. <aligny>top</aligny>
  658. <textoffsety>21</textoffsety>
  659. <font>Font_Reg19</font>
  660. </include>
  661. <include name="Objects_KeyOnVars">
  662. <textcolor>FFFFFFFF</textcolor>
  663. <focusedcolor>FFFFFFFF</focusedcolor>
  664. <selectedcolor>FFFFFFFF</selectedcolor>
  665. <align>center</align>
  666. <aligny>top</aligny>
  667. <textoffsety>21</textoffsety>
  668. <include>Animation_VisibleChange200</include>
  669. <include>Animation_WindowFade200</include>
  670. <font>Font_Reg19</font>
  671. </include>
  672. <include name="Objects_DoubleKeyOff">
  673. <posy>0</posy>
  674. <width>110</width>
  675. <height>68</height>
  676. <texturefocus>keyboard/keyboard_doublenf.png</texturefocus>
  677. <texturenofocus>keyboard/keyboard_doublenf.png</texturenofocus>
  678. <include>Objects_KeyOffVars</include>
  679. </include>
  680. <include name="Objects_DoubleKeyOffSymbol">
  681. <posy>0</posy>
  682. <width>110</width>
  683. <height>68</height>
  684. <texturefocus>keyboard/keyboard_doublenf.png</texturefocus>
  685. <texturenofocus>keyboard/keyboard_doublenf.png</texturenofocus>
  686. <textcolor>77FFFFFF</textcolor>
  687. <focusedcolor>77FFFFFF</focusedcolor>
  688. <selectedcolor>77FFFFFF</selectedcolor>
  689. <align>center</align>
  690. <aligny>top</aligny>
  691. <textoffsety>21</textoffsety>
  692. <font>Font_Reg19</font>
  693. </include>
  694. <include name="Objects_SingleKeyOff">
  695. <posy>0</posy>
  696. <width>68</width>
  697. <height>68</height>
  698. <texturefocus>keyboard/keyboard_singlenf.png</texturefocus>
  699. <texturenofocus>keyboard/keyboard_singlenf.png</texturenofocus>
  700. <include>Objects_KeyOffVars</include>
  701. </include>
  702. <include name="Objects_DoubleKeyOn">
  703. <posy>0</posy>
  704. <width>110</width>
  705. <height>68</height>
  706. <texturefocus>keyboard/keyboard_doublef.png</texturefocus>
  707. <texturenofocus>keyboard/keyboard_doublef.png</texturenofocus>
  708. <include>Objects_KeyOnVars</include>
  709. </include>
  710. <include name="Objects_DoubleKeyOnSymbol">
  711. <posy>0</posy>
  712. <width>110</width>
  713. <height>68</height>
  714. <texturefocus>keyboard/keyboard_doublef.png</texturefocus>
  715. <texturenofocus>keyboard/keyboard_doublef.png</texturenofocus>
  716. <textcolor>FFFFFFFF</textcolor>
  717. <focusedcolor>FFFFFFFF</focusedcolor>
  718. <selectedcolor>FFFFFFFF</selectedcolor>
  719. <align>center</align>
  720. <aligny>top</aligny>
  721. <textoffsety>21</textoffsety>
  722. <include>Animation_VisibleChange200</include>
  723. <include>Animation_WindowFade200</include>
  724. <font>Font_Reg19</font>
  725. </include>
  726. <include name="Objects_SingleKeyOn">
  727. <posy>0</posy>
  728. <width>68</width>
  729. <height>68</height>
  730. <texturefocus>keyboard/keyboard_singlef.png</texturefocus>
  731. <texturenofocus>keyboard/keyboard_singlef.png</texturenofocus>
  732. <include>Objects_KeyOnVars</include>
  733. </include>
  734. <include name="Objects_TripleKeyOn">
  735. <posy>0</posy>
  736. <width>152</width>
  737. <height>68</height>
  738. <texturefocus>keyboard/keyboard_triplef.png</texturefocus>
  739. <texturenofocus>keyboard/keyboard_triplef.png</texturenofocus>
  740. <include>Objects_KeyOnVars</include>
  741. </include>
  742. <include name="Furniture_Clock">
  743. <control type="group">
  744. <visible>!ControlGroup(9000).HasFocus+!Control.HasFocus(109)+!Skin.HasSetting(breadcrumb)</visible>
  745. <include>Animation_WidgetZoom</include>
  746. <control type="image">
  747. <posx>900</posx>
  748. <posy>0</posy>
  749. <width>451</width>
  750. <height>27</height>
  751. <texture flipy="true">home/timepanel_mid.png</texture>
  752. <animation effect="slide" start="0,0" end="60,0" delay="0" time="300" condition="true">conditional</animation>
  753. </control>
  754. <control type="label">
  755. <description>time label</description>
  756. <posx>1270</posx>
  757. <posy>0</posy>
  758. <width>400</width>
  759. <height>27</height>
  760. <align>right</align>
  761. <aligny>center</aligny>
  762. <font>Font_Info</font>
  763. <textcolor>dcFFFFFF</textcolor>
  764. <shadowcolor>-</shadowcolor>
  765. <label>[UPPERCASE][COLOR FFe5e5e5]$INFO[System.Date] | [/COLOR][COLOR FFcdcdcd]$INFO[System.Time][/COLOR][/UPPERCASE]</label>
  766. </control>
  767. </control>
  768. </include>
  769. <include name="Furniture_SettingsBackPanel">
  770. <control type="image">
  771. <description>background image</description>
  772. <posx>23</posx>
  773. <posy>23</posy>
  774. <width>1233</width>
  775. <height>673</height>
  776. <texture>settings/settings_panelback.png</texture>
  777. </control>
  778. <include condition="Skin.HasSetting(effect_bg)">BG_Effect_Settings_Panel</include>
  779. </include>
  780. <include name="Furniture_SettingsInternalBackPanel">
  781. <posx>234</posx>
  782. <posy>40</posy>
  783. <width>1035</width>
  784. <height>638</height>
  785. <texture background="true">settings/settings_intframe_bottom.png</texture>
  786. </include>
  787.  
  788. <include name="cdart">
  789. <texture background="true" fallback="common/cdart/default.png">$INFO[Player.FolderPath]cdart.png</texture>
  790. </include>
  791. <include name="vinylart">
  792. <texture background="true" fallback="common/cdart/vinyl.png">$INFO[Player.FolderPath]cdart.png</texture>
  793. </include>
  794. <include name="blurayart">
  795. <texture background="true" fallback="common/cdart/bd.png">$INFO[Player.FolderPath]cdart.png</texture>
  796. </include>
  797.  
  798. <include name="SmallMusicInfo">
  799. <control type="group">
  800. <animation effect="slide" time="400" tween="cubic" easing="inout" end="0,-175" condition="Skin.HasSetting(lowermainmenu)|Skin.HasSetting(Lockhomemenulow)">Conditional</animation>
  801. <animation effect="slide" time="400" tween="cubic" easing="inout" end="0,-280" condition="[Skin.HasSetting(lowermainmenu)|Skin.HasSetting(Lockhomemenulow)]+[Control.HasFocus(8000)|Control.HasFocus(8001)|Control.HasFocus(8002)]">Conditional</animation>
  802. <animation effect="slide" time="400" tween="cubic" easing="inout" end="0,-400" condition="![Skin.HasSetting(lowermainmenu)|Skin.HasSetting(Lockhomemenulow)]+[Control.HasFocus(8000)|Control.HasFocus(8001)|Control.HasFocus(8002)|Control.HasFocus(8003)]">Conditional</animation>
  803. <visible>Player.HasAudio</visible>
  804. <include>Animation_OpenCloseZoom</include>
  805. <control type="image">
  806. <description>gradient</description>
  807. <posx>0</posx>
  808. <posy>400</posy>
  809. <width>1280</width>
  810. <height>630</height>
  811. <texture>home/nowplaying_shadow.png</texture>
  812. <visible>!Window.IsActive(home)</visible>
  813. </control>
  814. <control type="image">
  815. <posx>144</posx>
  816. <posy>588</posy>
  817. <height>80</height>
  818. <width>220</width>
  819. <texture>home/nowplaying_info.png</texture>
  820. <visible>Skin.HasSetting(disablecdart)</visible>
  821. </control>
  822. <control type="image">
  823. <description>Cover image</description>
  824. <posx>20</posx>
  825. <posy>550</posy>
  826. <width>130</width>
  827. <height>130</height>
  828. <aspectratio scaledifuuse="false">stretch</aspectratio>
  829. <texture background="true" diffuse="thumbs/cdcover_mask.png">common/black.png</texture>
  830. </control>
  831. <control type="image">
  832. <description>Cover image</description>
  833. <posx>20</posx>
  834. <posy>550</posy>
  835. <width>130</width>
  836. <height>130</height>
  837. <aspectratio scaledifuuse="false">stretch</aspectratio>
  838. <texture background="true" diffuse="thumbs/cdcover_mask.png">$INFO[MusicPlayer.Cover]</texture>
  839. </control>
  840. <control type="image">
  841. <description>Cover image</description>
  842. <posx>20</posx>
  843. <posy>550</posy>
  844. <width>130</width>
  845. <height>130</height>
  846. <aspectratio scaledifuuse="false">stretch</aspectratio>
  847. <texture background="true" diffuse="thumbs/cdcover_mask.png">thumbs/cd_glass_noedge.png</texture>
  848. <bordertexture border="-7">thumbs/cd_shadow.png</bordertexture>
  849. </control>
  850. <control type="label">
  851. <description>Artist label</description>
  852. <posx>165</posx>
  853. <posy>560</posy>
  854. <height>30</height>
  855. <width>325</width>
  856. <label>[UPPERCASE]$INFO[MusicPlayer.Artist][/UPPERCASE]</label>
  857. <align>left</align>
  858. <aligny>center</aligny>
  859. <font>Font_Bold16</font>
  860. <textcolor>white</textcolor>
  861. <shadowcolor>black</shadowcolor>
  862. </control>
  863. <control type="fadelabel">
  864. <description>Title label</description>
  865. <posx>165</posx>
  866. <posy>643</posy>
  867. <height>30</height>
  868. <width>400</width>
  869. <label>[UPPERCASE]$INFO[MusicPlayer.Title][/UPPERCASE]</label>
  870. <align>left</align>
  871. <aligny>center</aligny>
  872. <font>Font_Bold16</font>
  873. <textcolor>abFFFFFF</textcolor>
  874. <shadowcolor>black</shadowcolor>
  875. <scrollout>false</scrollout>
  876. <pauseatend>2000</pauseatend>
  877. </control>
  878. <control type="label">
  879. <description>Album Label</description>
  880. <posx>165</posx>
  881. <posy>584</posy>
  882. <height>30</height>
  883. <width>400</width>
  884. <label>$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
  885. <align>left</align>
  886. <aligny>center</aligny>
  887. <font>Font_Reg15</font>
  888. <textcolor>abFFFFFF</textcolor>
  889. <shadowcolor>black</shadowcolor>
  890. </control>
  891. <control type="label">
  892. <description>Time Label</description>
  893. <posx>165</posx>
  894. <posy>625</posy>
  895. <height>30</height>
  896. <width>400</width>
  897. <label>$INFO[MusicPlayer.Time]$INFO[MusicPlayer.Duration, / ]</label>
  898. <align>left</align>
  899. <aligny>center</aligny>
  900. <font>Font_Reg12</font>
  901. <textcolor>ab749a9a</textcolor>
  902. <shadowcolor>black</shadowcolor>
  903. </control>
  904. </control>
  905. </include>
  906. <include name="BackgroundEffect">
  907. <imagepath>cerberus</imagepath>
  908. <timeperimage>0</timeperimage>
  909. <fadetime>0</fadetime>
  910. <loop>yes</loop>
  911. <randomize>false</randomize>
  912. </include>
  913. <include name="BG_Effect_Home">
  914. <control type="multiimage">
  915. <posx>0</posx>
  916. <posy>0</posy>
  917. <width>1280</width>
  918. <height>720</height>
  919. <include>Animation_WindowFade200</include>
  920. <include>BackgroundEffect</include>
  921. </control>
  922. </include>
  923. <include name="BG_Effect_Settings_Panel">
  924. <control type="multiimage">
  925. <posx>38</posx>
  926. <posy>26</posy>
  927. <width>1200</width>
  928. <height>653</height>
  929. <include>BackgroundEffect</include>
  930. </control>
  931. </include>
  932. <include name="BG_Effect_List_Panel">
  933. <control type="multiimage">
  934. <include>BackgroundEffect</include>
  935. <posx>69</posx>
  936. <posy>73</posy>
  937. <width>742</width>
  938. <height>600</height>
  939. </control>
  940. </include>
  941. <include name="BG_Effect_Showcase_Panel">
  942. <control type="multiimage">
  943. <include>BackgroundEffect</include>
  944. <posx>88</posx>
  945. <width>1105</width>
  946. <height>362</height>
  947. <animation effect="slide" start="0,0" end="0,3" time="0" condition="Window.IsActive(musiclibrary)">Conditional</animation>
  948. </control>
  949. </include>
  950. <include name="BG_Effect_InfoList_Panel_Left">
  951. <control type="multiimage">
  952. <include>BackgroundEffect</include>
  953. <posx>60</posx>
  954. <posy>112</posy>
  955. <width>546</width>
  956. <height>565</height>
  957. </control>
  958. </include>
  959. <include name="BG_Effect_InfoList_Panel_Right">
  960. <control type="multiimage">
  961. <include>BackgroundEffect</include>
  962. <posx>710</posx>
  963. <posy>150</posy>
  964. <width>477</width>
  965. <height>492</height>
  966. </control>
  967. </include>
  968. <include name="Trailer_Fullscreen">
  969. <onclick>PlayMedia($INFO[ListItem.Trailer])</onclick>
  970. </include>
  971. <include name="Trailer_Windowed">
  972. <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick>
  973. </include>
  974. <include name="RecentVisibilityAll">
  975. <visible>[Container.Content(movies)+[StringCompare(Window(Home).Property(LatestMovie.1.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.2.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.3.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.4.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.5.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.6.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.7.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.8.Title),ListItem.Label)]]|[Container.Content(tvshows)+[StringCompare(Window(Home).Property(LatestEpisode.1.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.2.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.3.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.4.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.5.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.6.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.7.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.8.ShowTitle),ListItem.Label)]]|[Container.Content(episodes)+[StringCompare(Window(Home).Property(LatestEpisode.1.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.2.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.3.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.4.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.5.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.6.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.7.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.8.EpisodeTitle),ListItem.Title)]]</visible>
  976. </include>
  977.  
  978. <include name="RecentVisibiltyEpisodes">
  979. <visible>Container.Content(episodes)+[StringCompare(Window(Home).Property(LatestEpisode.1.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.2.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.3.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.4.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.5.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.6.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.7.EpisodeTitle),ListItem.Title) | StringCompare(Window(Home).Property(LatestEpisode.8.EpisodeTitle),ListItem.Title)]</visible>
  980. </include>
  981. <include name="RecentVisibilityPosters">
  982. <visible>[Container.Content(movies)+[StringCompare(Window(Home).Property(LatestMovie.1.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.2.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.3.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.4.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.5.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.6.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.7.Title),ListItem.Label) | StringCompare(Window(Home).Property(LatestMovie.8.Title),ListItem.Label)]]|[Container.Content(tvshows)+[StringCompare(Window(Home).Property(LatestEpisode.1.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.2.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.3.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.4.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.5.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.6.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.7.ShowTitle),ListItem.Label) | StringCompare(Window(Home).Property(LatestEpisode.8.ShowTitle),ListItem.Label)]]</visible>
  983. </include>
  984. <include name="Default_SettingRadioButton">
  985. <description>Default Action</description>
  986. <posx>0</posx>
  987. <posy>0</posy>
  988. <width>936</width>
  989. <height>49</height>
  990. <font>Font_Reg20</font>
  991. <textcolor>grey2</textcolor>
  992. <focusedcolor>white</focusedcolor>
  993. <texturefocus>settings/settings_radiobuttonofffocus.png</texturefocus>
  994. <texturenofocus>settings/settings_radiobuttonoff.png</texturenofocus>
  995. <radiowidth>94</radiowidth>
  996. <radioposx>850</radioposx>
  997. <radioheight>65</radioheight>
  998. <textoffsetx>50</textoffsetx>
  999. <aligny>center</aligny>
  1000. <textureradiofocus>settings/settings_radiobuttononfocus.png</textureradiofocus>
  1001. <textureradionofocus>settings/settings_radiobuttonon.png</textureradionofocus>
  1002. <pulseonselect>false</pulseonselect>
  1003. </include>
  1004. <include name="Default_SettingButton">
  1005. <posx>0</posx>
  1006. <posy>0</posy>
  1007. <width>936</width>
  1008. <height>49</height>
  1009. <font>Font_Reg20</font>
  1010. <texturefocus>settings/settings_radiobuttonofffocus.png</texturefocus>
  1011. <texturenofocus>settings/settings_radiobuttonoff.png</texturenofocus>
  1012. <textcolor>FFbbbbbb</textcolor>
  1013. <focusedcolor>white</focusedcolor>
  1014. <pulseonselect>false</pulseonselect>
  1015. <textoffsetx>50</textoffsetx>
  1016. <aligny>center</aligny>
  1017. </include>
  1018. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement