Advertisement
bldaz

XBMC debug log

Feb 2nd, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.41 KB | None | 0 0
  1. - <window id="0">
  2. <defaultcontrol always="true">9000</defaultcontrol>
  3. <allowoverlay>no</allowoverlay>
  4. - <controls>
  5. - <control type="multiimage">
  6. <posx>0</posx>
  7. <posy>0</posy>
  8. <width>1280</width>
  9. <height>720</height>
  10. <imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
  11. <timeperimage>8000</timeperimage>
  12. <randomize>true</randomize>
  13. <fadetime>1000</fadetime>
  14. </control>
  15. <include>CommonMediaPlayingBackground</include>
  16. - <control type="image">
  17. <posx>0</posx>
  18. <posy>340r</posy>
  19. <width>1280</width>
  20. <height>250</height>
  21. <colordiffuse>AAFFFFFF</colordiffuse>
  22. <texture>HomeNowPlayingBack.png</texture>
  23. <include>Window_OpenClose_Animation</include>
  24. </control>
  25. - <control type="image">
  26. <posx>0</posx>
  27. <posy>90r</posy>
  28. <width>1280</width>
  29. <height>90</height>
  30. <texture>floor.png</texture>
  31. <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
  32. <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
  33. </control>
  34. - <control type="image">
  35. <description>LOGO</description>
  36. <posx>512</posx>
  37. <posy>145r</posy>
  38. <width>256</width>
  39. <height>128</height>
  40. <aspectratio aligny="bottom">keep</aspectratio>
  41. <texture>xbmc-logo.png</texture>
  42. <visible>!IntegerGreaterThan(Container(9002).NumItems,0)</visible>
  43. <include>VisibleFadeEffect</include>
  44. <include>Window_OpenClose_Animation</include>
  45. </control>
  46. - <control type="image">
  47. <posx>0</posx>
  48. <posy>125</posy>
  49. <width>1280</width>
  50. <height>250</height>
  51. <colordiffuse>AAFFFFFF</colordiffuse>
  52. <texture>HomeNowPlayingBack.png</texture>
  53. <visible>[Player.HasAudio + !Skin.HasSetting(homepageMusicinfo)] | [Player.HasVideo + !Skin.HasSetting(homepageVideoinfo)] | [Container(9000).HasFocus(2) + Skin.HasSetting(homepageShowRecentlyAdded)] | [Container(9000).HasFocus(10) + Skin.HasSetting(homepageShowRecentlyAdded)] | [Container(9000).HasFocus(11) + Skin.HasSetting(homepageShowRecentlyAdded)]</visible>
  54. <include>Window_OpenClose_Animation</include>
  55. </control>
  56. - <!-- Music Info
  57. -->
  58. - <control type="group">
  59. <posx>0</posx>
  60. <posy>20</posy>
  61. <visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + ![Container(9000).HasFocus(2) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuNoTVShowsButton)] + Skin.HasSetting(homepageShowRecentlyAdded)]</visible>
  62. <include>VisibleFadeEffect</include>
  63. <include>Window_OpenClose_Animation</include>
  64. - <control type="image">
  65. <description>Cover image</description>
  66. <posx>20</posx>
  67. <posy>45</posy>
  68. <width>130</width>
  69. <height>300</height>
  70. <aspectratio aligny="bottom">keep</aspectratio>
  71. <texture>$INFO[MusicPlayer.Cover]</texture>
  72. <bordertexture border="8">ThumbBorder.png</bordertexture>
  73. <bordersize>5</bordersize>
  74. </control>
  75. - <control type="label">
  76. <description>Album Label</description>
  77. <posx>170</posx>
  78. <posy>265</posy>
  79. <height>25</height>
  80. <width>1000</width>
  81. <label>$INFO[MusicPlayer.Artist,, - ]$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
  82. <align>left</align>
  83. <aligny>center</aligny>
  84. <font>font12</font>
  85. <textcolor>white</textcolor>
  86. <shadowcolor>black</shadowcolor>
  87. </control>
  88. - <control type="label">
  89. <description>Title label</description>
  90. <posx>170</posx>
  91. <posy>285</posy>
  92. <height>30</height>
  93. <width>1000</width>
  94. <label>$INFO[MusicPlayer.Title]</label>
  95. <align>left</align>
  96. <aligny>center</aligny>
  97. <font>font13_title</font>
  98. <textcolor>white</textcolor>
  99. <shadowcolor>black</shadowcolor>
  100. </control>
  101. - <control type="label">
  102. <description>Time Label</description>
  103. <posx>170</posx>
  104. <posy>310</posy>
  105. <height>30</height>
  106. <width>300</width>
  107. <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  108. <align>left</align>
  109. <aligny>center</aligny>
  110. <font>font12</font>
  111. <textcolor>white</textcolor>
  112. <shadowcolor>black</shadowcolor>
  113. </control>
  114. </control>
  115. - <!-- Video Info
  116. -->
  117. - <control type="group">
  118. <posx>0</posx>
  119. <posy>20</posy>
  120. <visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + ![Container(9000).HasFocus(2) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuNoTVShowsButton)] + Skin.HasSetting(homepageShowRecentlyAdded)]</visible>
  121. <include>VisibleFadeEffect</include>
  122. <include>Window_OpenClose_Animation</include>
  123. - <control type="group">
  124. <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes)</visible>
  125. - <control type="image">
  126. <description>Cover image</description>
  127. <posx>20</posx>
  128. <posy>45</posy>
  129. <width>150</width>
  130. <height>300</height>
  131. <aspectratio aligny="bottom">keep</aspectratio>
  132. <texture>$INFO[VideoPlayer.Cover]</texture>
  133. <bordertexture border="8">ThumbBorder.png</bordertexture>
  134. <bordersize>5</bordersize>
  135. </control>
  136. - <control type="label">
  137. <description>Title label</description>
  138. <posx>190</posx>
  139. <posy>285</posy>
  140. <height>30</height>
  141. <width>1000</width>
  142. <label>$INFO[VideoPlayer.Title]</label>
  143. <align>left</align>
  144. <aligny>center</aligny>
  145. <font>font13_title</font>
  146. <textcolor>white</textcolor>
  147. <shadowcolor>black</shadowcolor>
  148. </control>
  149. - <control type="label">
  150. <description>Time Label</description>
  151. <posx>190</posx>
  152. <posy>310</posy>
  153. <height>30</height>
  154. <width>300</width>
  155. <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  156. <align>left</align>
  157. <aligny>center</aligny>
  158. <font>font12</font>
  159. <textcolor>white</textcolor>
  160. <shadowcolor>black</shadowcolor>
  161. </control>
  162. </control>
  163. - <control type="group">
  164. <visible>VideoPlayer.Content(Movies)</visible>
  165. - <control type="image">
  166. <description>Cover image</description>
  167. <posx>20</posx>
  168. <posy>45</posy>
  169. <width>150</width>
  170. <height>300</height>
  171. <aspectratio aligny="bottom">keep</aspectratio>
  172. <texture>$INFO[VideoPlayer.Cover]</texture>
  173. <bordertexture border="8">ThumbBorder.png</bordertexture>
  174. <bordersize>5</bordersize>
  175. </control>
  176. - <control type="label">
  177. <description>Studio label</description>
  178. <posx>180</posx>
  179. <posy>265</posy>
  180. <height>25</height>
  181. <width>1000</width>
  182. <label>$INFO[VideoPlayer.Studio]</label>
  183. <align>left</align>
  184. <aligny>center</aligny>
  185. <font>font12</font>
  186. <textcolor>white</textcolor>
  187. <shadowcolor>black</shadowcolor>
  188. </control>
  189. - <control type="label">
  190. <description>Title label</description>
  191. <posx>180</posx>
  192. <posy>285</posy>
  193. <height>30</height>
  194. <width>1000</width>
  195. <label>$INFO[VideoPlayer.Title]$INFO[VideoPlayer.Year,[COLOR=grey] (,)[/COLOR]]</label>
  196. <align>left</align>
  197. <aligny>center</aligny>
  198. <font>font13_title</font>
  199. <textcolor>white</textcolor>
  200. <shadowcolor>black</shadowcolor>
  201. </control>
  202. - <control type="label">
  203. <description>Time Label</description>
  204. <posx>180</posx>
  205. <posy>310</posy>
  206. <height>30</height>
  207. <width>300</width>
  208. <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  209. <align>left</align>
  210. <aligny>center</aligny>
  211. <font>font12</font>
  212. <textcolor>white</textcolor>
  213. <shadowcolor>black</shadowcolor>
  214. </control>
  215. </control>
  216. - <control type="group">
  217. <visible>VideoPlayer.Content(Episodes)</visible>
  218. - <control type="image">
  219. <description>Cover image</description>
  220. <posx>20</posx>
  221. <posy>45</posy>
  222. <width>200</width>
  223. <height>300</height>
  224. <aspectratio aligny="bottom">keep</aspectratio>
  225. <texture>$INFO[VideoPlayer.Cover]</texture>
  226. <bordertexture border="8">ThumbBorder.png</bordertexture>
  227. <bordersize>5</bordersize>
  228. </control>
  229. - <control type="label">
  230. <description>TV Show Season Ep Label</description>
  231. <posx>240</posx>
  232. <posy>265</posy>
  233. <height>25</height>
  234. <width>1000</width>
  235. <label>$INFO[VideoPlayer.TVShowTitle] ($LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode])</label>
  236. <align>left</align>
  237. <aligny>center</aligny>
  238. <font>font12</font>
  239. <textcolor>white</textcolor>
  240. <shadowcolor>black</shadowcolor>
  241. </control>
  242. - <control type="label">
  243. <description>Title label</description>
  244. <posx>240</posx>
  245. <posy>285</posy>
  246. <height>30</height>
  247. <width>1000</width>
  248. <label>$INFO[VideoPlayer.Title]</label>
  249. <align>left</align>
  250. <aligny>center</aligny>
  251. <font>font13_title</font>
  252. <textcolor>white</textcolor>
  253. <shadowcolor>black</shadowcolor>
  254. </control>
  255. - <control type="label">
  256. <description>Time Label</description>
  257. <posx>240</posx>
  258. <posy>310</posy>
  259. <height>30</height>
  260. <width>300</width>
  261. <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  262. <align>left</align>
  263. <aligny>center</aligny>
  264. <font>font12</font>
  265. <textcolor>white</textcolor>
  266. <shadowcolor>black</shadowcolor>
  267. </control>
  268. </control>
  269. </control>
  270. <include condition="Skin.HasSetting(homepageShowRecentlyAdded)">HomeRecentlyAddedInfo</include>
  271. - <control type="button" id="9003">
  272. <description>Hidden Button to pass through navigation when recently added is disabled</description>
  273. <posx>-20</posx>
  274. <posy>-20</posy>
  275. <width>1</width>
  276. <height>1</height>
  277. <label>-</label>
  278. <font>-</font>
  279. <texturefocus>-</texturefocus>
  280. <texturenofocus>-</texturenofocus>
  281. <onleft>9000</onleft>
  282. <onright>9000</onright>
  283. <onup>20</onup>
  284. <ondown>9000</ondown>
  285. <visible>false</visible>
  286. </control>
  287. - <control type="group">
  288. <description>Controls for currently playing media</description>
  289. <posx>400r</posx>
  290. <posy>340</posy>
  291. <visible>Player.HasMedia</visible>
  292. <include>VisibleFadeEffect</include>
  293. - <animation type="WindowOpen" reversible="false">
  294. <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  295. <effect type="fade" start="0" end="100" time="300" />
  296. </animation>
  297. - <animation type="WindowClose" reversible="false">
  298. <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  299. <effect type="fade" start="100" end="0" time="300" />
  300. </animation>
  301. - <control type="image">
  302. <description>Background End image</description>
  303. <posx>0</posx>
  304. <posy>0</posy>
  305. <width>35</width>
  306. <height>35</height>
  307. <colordiffuse>CCFFFFFF</colordiffuse>
  308. <texture flipy="true" border="0,5,0,0" flipx="true">HomeSubEnd.png</texture>
  309. </control>
  310. - <control type="group" id="600">
  311. <posx>35</posx>
  312. <onup>9003</onup>
  313. <ondown>9000</ondown>
  314. <defaultcontrol>603</defaultcontrol>
  315. - <control type="image">
  316. <description>Background image</description>
  317. <posx>0</posx>
  318. <posy>0</posy>
  319. <width>205</width>
  320. <height>35</height>
  321. <texture flipy="true" border="0,5,0,0">HomeSubNF.png</texture>
  322. <colordiffuse>CCFFFFFF</colordiffuse>
  323. </control>
  324. - <control type="button" id="601">
  325. <posx>10</posx>
  326. <posy>2</posy>
  327. <width>30</width>
  328. <height>30</height>
  329. <label>-</label>
  330. <texturefocus>OSDPrevTrackFO.png</texturefocus>
  331. <texturenofocus>OSDPrevTrackNF.png</texturenofocus>
  332. <onleft>607</onleft>
  333. <onright>602</onright>
  334. <onup>9003</onup>
  335. <ondown>9000</ondown>
  336. <onclick>XBMC.PlayerControl(Previous)</onclick>
  337. </control>
  338. - <control type="button" id="602">
  339. <posx>40</posx>
  340. <posy>2</posy>
  341. <width>30</width>
  342. <height>30</height>
  343. <label>-</label>
  344. <texturefocus>OSDRewindFO.png</texturefocus>
  345. <texturenofocus>OSDRewindNF.png</texturenofocus>
  346. <onleft>601</onleft>
  347. <onright>603</onright>
  348. <onup>9003</onup>
  349. <ondown>9000</ondown>
  350. <onclick>XBMC.PlayerControl(Rewind)</onclick>
  351. </control>
  352. - <control type="togglebutton" id="603">
  353. <posx>70</posx>
  354. <posy>2</posy>
  355. <width>30</width>
  356. <height>30</height>
  357. <label>-</label>
  358. <texturefocus>OSDPauseFO.png</texturefocus>
  359. <texturenofocus>OSDPauseNF.png</texturenofocus>
  360. <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  361. <alttexturefocus>OSDPlayFO.png</alttexturefocus>
  362. <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
  363. <onleft>602</onleft>
  364. <onright>604</onright>
  365. <onup>9003</onup>
  366. <ondown>9000</ondown>
  367. <onclick>XBMC.PlayerControl(Play)</onclick>
  368. </control>
  369. - <control type="button" id="604">
  370. <posx>100</posx>
  371. <posy>2</posy>
  372. <width>30</width>
  373. <height>30</height>
  374. <label>-</label>
  375. <texturefocus>OSDStopFO.png</texturefocus>
  376. <texturenofocus>OSDStopNF.png</texturenofocus>
  377. <onleft>603</onleft>
  378. <onright>605</onright>
  379. <onup>9003</onup>
  380. <ondown>9000</ondown>
  381. <onclick>down</onclick>
  382. <onclick>XBMC.PlayerControl(Stop)</onclick>
  383. </control>
  384. - <control type="button" id="605">
  385. <posx>130</posx>
  386. <posy>2</posy>
  387. <width>30</width>
  388. <height>30</height>
  389. <label>-</label>
  390. <texturefocus>OSDForwardFO.png</texturefocus>
  391. <texturenofocus>OSDForwardNF.png</texturenofocus>
  392. <onleft>604</onleft>
  393. <onright>606</onright>
  394. <onup>9003</onup>
  395. <ondown>9000</ondown>
  396. <onclick>XBMC.PlayerControl(Forward)</onclick>
  397. </control>
  398. - <control type="button" id="606">
  399. <posx>160</posx>
  400. <posy>2</posy>
  401. <width>30</width>
  402. <height>30</height>
  403. <label>-</label>
  404. <texturefocus>OSDNextTrackFO.png</texturefocus>
  405. <texturenofocus>OSDNextTrackNF.png</texturenofocus>
  406. <onleft>605</onleft>
  407. <onright>607</onright>
  408. <onup>9003</onup>
  409. <ondown>9000</ondown>
  410. <onclick>XBMC.PlayerControl(Next)</onclick>
  411. </control>
  412. </control>
  413. - <control type="radiobutton" id="607">
  414. <colordiffuse>CCFFFFFF</colordiffuse>
  415. <description>Go to fullscreen Playback</description>
  416. <posx>240</posx>
  417. <posy>0</posy>
  418. <height>35</height>
  419. <width>160</width>
  420. <textwidth>150</textwidth>
  421. <textoffsetx>10</textoffsetx>
  422. <align>left</align>
  423. <aligny>center</aligny>
  424. <font>font12</font>
  425. <textcolor>grey2</textcolor>
  426. <focusedcolor>white</focusedcolor>
  427. <texturefocus flipy="true" border="5">HomeSubFO.png</texturefocus>
  428. <texturenofocus flipy="true" border="5">HomeSubNF.png</texturenofocus>
  429. <pulseonselect>false</pulseonselect>
  430. <label>31008</label>
  431. <onclick>fullscreen</onclick>
  432. <textureradiofocus>GoFullscreen.png</textureradiofocus>
  433. <textureradionofocus>GoFullscreen.png</textureradionofocus>
  434. <onleft>606</onleft>
  435. <onright>601</onright>
  436. <onup>9003</onup>
  437. <ondown>9000</ondown>
  438. </control>
  439. </control>
  440. - <control type="group">
  441. <posy>370</posy>
  442. - <animation type="WindowOpen" reversible="false">
  443. <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  444. <effect type="fade" start="0" end="100" time="300" />
  445. </animation>
  446. - <animation type="WindowClose" reversible="false">
  447. <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  448. <effect type="fade" start="100" end="0" time="300" />
  449. </animation>
  450. - <control type="group" id="9001">
  451. <posx>0</posx>
  452. <posy>70</posy>
  453. <onup>9000</onup>
  454. <ondown>9002</ondown>
  455. - <control type="grouplist" id="9010">
  456. <include>HomeSubMenuCommonValues</include>
  457. <onleft>9010</onleft>
  458. <onright>9010</onright>
  459. <visible>Container(9000).HasFocus(2)</visible>
  460. <include>HomeSubMenuVideos</include>
  461. - <!-- Buttons for the grouplist
  462. -->
  463. </control>
  464. - <control type="grouplist" id="9016">
  465. <include>HomeSubMenuCommonValues</include>
  466. <onleft>9016</onleft>
  467. <onright>9016</onright>
  468. <visible>Container(9000).HasFocus(10)</visible>
  469. <include>HomeSubMenuMovies</include>
  470. - <!-- Buttons for the grouplist
  471. -->
  472. </control>
  473. - <control type="grouplist" id="9017">
  474. <include>HomeSubMenuCommonValues</include>
  475. <onleft>9017</onleft>
  476. <onright>9017</onright>
  477. <visible>Container(9000).HasFocus(11)</visible>
  478. <include>HomeSubMenuTVShows</include>
  479. - <!-- Buttons for the grouplist
  480. -->
  481. </control>
  482. - <control type="grouplist" id="9011">
  483. <include>HomeSubMenuCommonValues</include>
  484. <onleft>9011</onleft>
  485. <onright>9011</onright>
  486. <visible>Container(9000).HasFocus(3)</visible>
  487. <include>HomeSubMenuMusic</include>
  488. - <!-- Buttons for the grouplist
  489. -->
  490. </control>
  491. - <control type="grouplist" id="9012">
  492. <include>HomeSubMenuCommonValues</include>
  493. <onleft>9012</onleft>
  494. <onright>9012</onright>
  495. <visible>Container(9000).HasFocus(5)</visible>
  496. <include>HomeSubMenuSystem</include>
  497. - <!-- Buttons for the grouplist
  498. -->
  499. </control>
  500. - <control type="grouplist" id="9013">
  501. <include>HomeSubMenuCommonValues</include>
  502. <onleft>9013</onleft>
  503. <onright>9013</onright>
  504. <visible>Container(9000).HasFocus(6)</visible>
  505. <include>HomeSubMenuPlayDisc</include>
  506. - <!-- Buttons for the grouplist
  507. -->
  508. </control>
  509. - <control type="grouplist" id="9014">
  510. <include>HomeSubMenuCommonValues</include>
  511. <onleft>9013</onleft>
  512. <onright>9013</onright>
  513. <visible>Container(9000).HasFocus(4)</visible>
  514. <include>HomeSubMenuPictures</include>
  515. - <!-- Buttons for the grouplist
  516. -->
  517. </control>
  518. </control>
  519. - <control type="image">
  520. <posx>-100</posx>
  521. <posy>0</posy>
  522. <width>1480</width>
  523. <height>75</height>
  524. <texture border="0,6,0,6">HomeBack.png</texture>
  525. </control>
  526. - <control type="image">
  527. <posx>0</posx>
  528. <posy>5</posy>
  529. <width>1280</width>
  530. <height>6</height>
  531. <texture>HomeOverlay1.png</texture>
  532. </control>
  533. - <control type="fixedlist" id="9000">
  534. <posx>-110</posx>
  535. <posy>5</posy>
  536. <width>1500</width>
  537. <height>60</height>
  538. <onleft>9000</onleft>
  539. <onright>9000</onright>
  540. <onup>600</onup>
  541. <ondown>9001</ondown>
  542. <pagecontrol>-</pagecontrol>
  543. <scrolltime>300</scrolltime>
  544. <focusposition>2</focusposition>
  545. <movement>1</movement>
  546. <orientation>Horizontal</orientation>
  547. - <itemlayout height="60" width="300">
  548. - <control type="image">
  549. <posx>0</posx>
  550. <posy>4</posy>
  551. <width>1</width>
  552. <height>52</height>
  553. <texture>HomeSeperator.png</texture>
  554. </control>
  555. - <control type="image">
  556. <posx>299</posx>
  557. <posy>4</posy>
  558. <width>1</width>
  559. <height>52</height>
  560. <texture>HomeSeperator.png</texture>
  561. </control>
  562. - <control type="label">
  563. <posx>150</posx>
  564. <posy>0</posy>
  565. <width>290</width>
  566. <height>60</height>
  567. <font>font50caps_title</font>
  568. <textcolor>grey3</textcolor>
  569. <align>center</align>
  570. <aligny>center</aligny>
  571. <label>$INFO[ListItem.Label]</label>
  572. </control>
  573. </itemlayout>
  574. - <focusedlayout height="60" width="300">
  575. - <control type="image">
  576. <posx>0</posx>
  577. <posy>4</posy>
  578. <width>1</width>
  579. <height>52</height>
  580. <texture>HomeSeperator.png</texture>
  581. </control>
  582. - <control type="image">
  583. <posx>299</posx>
  584. <posy>4</posy>
  585. <width>1</width>
  586. <height>52</height>
  587. <texture>HomeSeperator.png</texture>
  588. </control>
  589. - <control type="label">
  590. <posx>150</posx>
  591. <posy>0</posy>
  592. <width>290</width>
  593. <height>60</height>
  594. <font>font50caps_title</font>
  595. <textcolor>white</textcolor>
  596. <align>center</align>
  597. <aligny>center</aligny>
  598. <label>$INFO[ListItem.Label]</label>
  599. <animation effect="fade" start="100" end="50" time="200" condition="!Control.HasFocus(9000)">conditional</animation>
  600. </control>
  601. </focusedlayout>
  602. - <content>
  603. - <item id="7">
  604. <label>8</label>
  605. <onclick>ActivateWindow(Weather)</onclick>
  606. <icon>special://skin/backgrounds/weather.jpg</icon>
  607. <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
  608. <visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
  609. </item>
  610. - <item id="4">
  611. <label>1</label>
  612. <onclick>ActivateWindow(Pictures)</onclick>
  613. <icon>special://skin/backgrounds/pictures.jpg</icon>
  614. <thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
  615. <visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
  616. </item>
  617. - <item id="2">
  618. <label>3</label>
  619. <onclick condition="!Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos)</onclick>
  620. <onclick condition="Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos,Files,Return)</onclick>
  621. <icon>special://skin/backgrounds/videos.jpg</icon>
  622. <thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
  623. <visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible>
  624. </item>
  625. - <item id="10">
  626. <label>20342</label>
  627. <onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
  628. <icon>special://skin/backgrounds/videos.jpg</icon>
  629. <thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
  630. <visible>Skin.HasSetting(HomeMenuNoMoviesButton) + Library.HasContent(Movies)</visible>
  631. </item>
  632. - <item id="11">
  633. <label>20343</label>
  634. <onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
  635. <icon>special://skin/backgrounds/videos.jpg</icon>
  636. <thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
  637. <visible>Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
  638. </item>
  639. - <item id="3">
  640. <label>2</label>
  641. <onclick>ActivateWindow(Music)</onclick>
  642. <icon>special://skin/backgrounds/music.jpg</icon>
  643. <thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
  644. <visible>!Skin.HasSetting(HomeMenuNoMusicButton)</visible>
  645. </item>
  646. - <item id="1">
  647. <label>0</label>
  648. <onclick>ActivateWindow(Programs,Addons,return)</onclick>
  649. <icon>special://skin/backgrounds/programs.jpg</icon>
  650. <thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
  651. <visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
  652. </item>
  653. - <item id="6">
  654. <label>341</label>
  655. <onclick>XBMC.PlayDVD()</onclick>
  656. <icon>special://skin/backgrounds/playdisc.jpg</icon>
  657. <thumb>$INFO[Skin.String(Home_Custom_Back_PlayDisc_Folder)]</thumb>
  658. <visible>System.HasMediaDVD</visible>
  659. </item>
  660. - <item id="5">
  661. <label>13000</label>
  662. <onclick>ActivateWindow(Settings)</onclick>
  663. <icon>special://skin/backgrounds/settings.jpg</icon>
  664. <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
  665. </item>
  666. </content>
  667. </control>
  668. - <control type="image">
  669. <posx>0</posx>
  670. <posy>6</posy>
  671. <width>128</width>
  672. <height>50</height>
  673. <texture>SideFade.png</texture>
  674. </control>
  675. - <control type="image">
  676. <posx>128r</posx>
  677. <posy>6</posy>
  678. <width>128</width>
  679. <height>60</height>
  680. <texture flipx="true">SideFade.png</texture>
  681. </control>
  682. </control>
  683. - <control type="fixedlist" id="9002">
  684. <animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(9002).NumItems,2) | StringCompare(Container(9002).NumItems,4)">conditional</animation>
  685. <include>Window_OpenClose_Animation</include>
  686. <posx>0</posx>
  687. <posy>190r</posy>
  688. <width>1280</width>
  689. <height>200</height>
  690. <onleft>9002</onleft>
  691. <onright>9002</onright>
  692. <onup>9001</onup>
  693. <ondown>20</ondown>
  694. <pagecontrol>-</pagecontrol>
  695. <scrolltime>300</scrolltime>
  696. <focusposition>3</focusposition>
  697. <movement>2</movement>
  698. <orientation>Horizontal</orientation>
  699. - <itemlayout height="200" width="182">
  700. - <control type="image">
  701. <posx>0</posx>
  702. <posy>0</posy>
  703. <width>180</width>
  704. <height>120</height>
  705. <aspectratio aligny="bottom">keep</aspectratio>
  706. <bordertexture border="5">button-nofocus.png</bordertexture>
  707. <bordersize>5</bordersize>
  708. <texture background="true">$INFO[ListItem.Icon]</texture>
  709. </control>
  710. - <control type="image">
  711. <posx>5</posx>
  712. <posy>120</posy>
  713. <width>170</width>
  714. <height>110</height>
  715. <aspectratio aligny="top">keep</aspectratio>
  716. <texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  717. </control>
  718. - <control type="label">
  719. <posx>91</posx>
  720. <posy>125</posy>
  721. <width>180</width>
  722. <height>20</height>
  723. <font>font12</font>
  724. <textcolor>grey2</textcolor>
  725. <align>center</align>
  726. <aligny>center</aligny>
  727. <label>$INFO[ListItem.Label]</label>
  728. </control>
  729. </itemlayout>
  730. - <focusedlayout height="200" width="182">
  731. - <control type="image">
  732. <posx>0</posx>
  733. <posy>0</posy>
  734. <width>180</width>
  735. <height>120</height>
  736. <aspectratio aligny="bottom">keep</aspectratio>
  737. <bordertexture border="5">button-nofocus.png</bordertexture>
  738. <bordersize>5</bordersize>
  739. <texture background="true">$INFO[ListItem.Icon]</texture>
  740. <visible>!Control.HasFocus(9002)</visible>
  741. </control>
  742. - <control type="image">
  743. <posx>0</posx>
  744. <posy>0</posy>
  745. <width>180</width>
  746. <height>120</height>
  747. <aspectratio aligny="bottom">keep</aspectratio>
  748. <bordertexture border="5">folder-focus.png</bordertexture>
  749. <bordersize>5</bordersize>
  750. <texture background="true">$INFO[ListItem.Icon]</texture>
  751. <visible>Control.HasFocus(9002)</visible>
  752. </control>
  753. - <control type="image">
  754. <posx>5</posx>
  755. <posy>120</posy>
  756. <width>170</width>
  757. <height>110</height>
  758. <aspectratio aligny="top">keep</aspectratio>
  759. <texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  760. </control>
  761. - <control type="label">
  762. <posx>91</posx>
  763. <posy>125</posy>
  764. <width>180</width>
  765. <height>20</height>
  766. <font>font12</font>
  767. <textcolor>white</textcolor>
  768. <align>center</align>
  769. <aligny>center</aligny>
  770. <label>$INFO[ListItem.Label]</label>
  771. <visible>Control.HasFocus(9002)</visible>
  772. </control>
  773. - <control type="label">
  774. <posx>91</posx>
  775. <posy>125</posy>
  776. <width>180</width>
  777. <height>20</height>
  778. <font>font12</font>
  779. <textcolor>grey2</textcolor>
  780. <align>center</align>
  781. <aligny>center</aligny>
  782. <label>$INFO[ListItem.Label]</label>
  783. <visible>!Control.HasFocus(9002)</visible>
  784. </control>
  785. </focusedlayout>
  786. - <content>
  787. - <item>
  788. <label>$INFO[system.addontitle(Skin.String(HomeVideosButton1))]</label>
  789. <onclick>RunAddon($INFO[Skin.String(HomeVideosButton1)])</onclick>
  790. <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton1))]</icon>
  791. <thumb>-</thumb>
  792. <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton1))</visible>
  793. </item>
  794. - <item>
  795. <label>$INFO[system.addontitle(Skin.String(HomeVideosButton2))]</label>
  796. <onclick>RunAddon($INFO[Skin.String(HomeVideosButton2)])</onclick>
  797. <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton2))]</icon>
  798. <thumb>-</thumb>
  799. <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton2))</visible>
  800. </item>
  801. - <item>
  802. <label>$INFO[system.addontitle(Skin.String(HomeVideosButton3))]</label>
  803. <onclick>RunAddon($INFO[Skin.String(HomeVideosButton3)])</onclick>
  804. <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton3))]</icon>
  805. <thumb>-</thumb>
  806. <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton3))</visible>
  807. </item>
  808. - <item>
  809. <label>$INFO[system.addontitle(Skin.String(HomeVideosButton4))]</label>
  810. <onclick>RunAddon($INFO[Skin.String(HomeVideosButton4)])</onclick>
  811. <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton4))]</icon>
  812. <thumb>-</thumb>
  813. <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton4))</visible>
  814. </item>
  815. - <item>
  816. <label>$INFO[system.addontitle(Skin.String(HomeVideosButton5))]</label>
  817. <onclick>RunAddon($INFO[Skin.String(HomeVideosButton5)])</onclick>
  818. <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton5))]</icon>
  819. <thumb>-</thumb>
  820. <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton5))</visible>
  821. </item>
  822. - <item>
  823. <label>$INFO[system.addontitle(Skin.String(HomeMusicButton1))]</label>
  824. <onclick>RunAddon($INFO[Skin.String(HomeMusicButton1)])</onclick>
  825. <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton1))]</icon>
  826. <thumb>-</thumb>
  827. <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton1))</visible>
  828. </item>
  829. - <item>
  830. <label>$INFO[system.addontitle(Skin.String(HomeMusicButton2))]</label>
  831. <onclick>RunAddon($INFO[Skin.String(HomeMusicButton2)])</onclick>
  832. <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton2))]</icon>
  833. <thumb>-</thumb>
  834. <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton2))</visible>
  835. </item>
  836. - <item>
  837. <label>$INFO[system.addontitle(Skin.String(HomeMusicButton3))]</label>
  838. <onclick>RunAddon($INFO[Skin.String(HomeMusicButton3)])</onclick>
  839. <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton3))]</icon>
  840. <thumb>-</thumb>
  841. <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton3))</visible>
  842. </item>
  843. - <item>
  844. <label>$INFO[system.addontitle(Skin.String(HomeMusicButton4))]</label>
  845. <onclick>RunAddon($INFO[Skin.String(HomeMusicButton4)])</onclick>
  846. <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton4))]</icon>
  847. <thumb>-</thumb>
  848. <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton4))</visible>
  849. </item>
  850. - <item>
  851. <label>$INFO[system.addontitle(Skin.String(HomeMusicButton5))]</label>
  852. <onclick>RunAddon($INFO[Skin.String(HomeMusicButton5)])</onclick>
  853. <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton5))]</icon>
  854. <thumb>-</thumb>
  855. <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton5))</visible>
  856. </item>
  857. - <item>
  858. <label>$INFO[system.addontitle(Skin.String(HomePictureButton1))]</label>
  859. <onclick>RunAddon($INFO[Skin.String(HomePictureButton1)])</onclick>
  860. <icon>$INFO[system.addonicon(Skin.String(HomePictureButton1))]</icon>
  861. <thumb>-</thumb>
  862. <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton1))</visible>
  863. </item>
  864. - <item>
  865. <label>$INFO[system.addontitle(Skin.String(HomePictureButton2))]</label>
  866. <onclick>RunAddon($INFO[Skin.String(HomePictureButton2)])</onclick>
  867. <icon>$INFO[system.addonicon(Skin.String(HomePictureButton2))]</icon>
  868. <thumb>-</thumb>
  869. <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton2))</visible>
  870. </item>
  871. - <item>
  872. <label>$INFO[system.addontitle(Skin.String(HomePictureButton3))]</label>
  873. <onclick>RunAddon($INFO[Skin.String(HomePictureButton3)])</onclick>
  874. <icon>$INFO[system.addonicon(Skin.String(HomePictureButton3))]</icon>
  875. <thumb>-</thumb>
  876. <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton3))</visible>
  877. </item>
  878. - <item>
  879. <label>$INFO[system.addontitle(Skin.String(HomePictureButton4))]</label>
  880. <onclick>RunAddon($INFO[Skin.String(HomePictureButton4)])</onclick>
  881. <icon>$INFO[system.addonicon(Skin.String(HomePictureButton4))]</icon>
  882. <thumb>-</thumb>
  883. <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton4))</visible>
  884. </item>
  885. - <item>
  886. <label>$INFO[system.addontitle(Skin.String(HomePictureButton5))]</label>
  887. <onclick>RunAddon($INFO[Skin.String(HomePictureButton5)])</onclick>
  888. <icon>$INFO[system.addonicon(Skin.String(HomePictureButton5))]</icon>
  889. <thumb>-</thumb>
  890. <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton5))</visible>
  891. </item>
  892. - <item>
  893. <label>$INFO[system.addontitle(Skin.String(HomeProgramButton1))]</label>
  894. <onclick>RunAddon($INFO[Skin.String(HomeProgramButton1)])</onclick>
  895. <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton1))]</icon>
  896. <thumb>-</thumb>
  897. <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton1))</visible>
  898. </item>
  899. - <item>
  900. <label>$INFO[system.addontitle(Skin.String(HomeProgramButton2))]</label>
  901. <onclick>RunAddon($INFO[Skin.String(HomeProgramButton2)])</onclick>
  902. <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton2))]</icon>
  903. <thumb>-</thumb>
  904. <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton2))</visible>
  905. </item>
  906. - <item>
  907. <label>$INFO[system.addontitle(Skin.String(HomeProgramButton3))]</label>
  908. <onclick>RunAddon($INFO[Skin.String(HomeProgramButton3)])</onclick>
  909. <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton3))]</icon>
  910. <thumb>-</thumb>
  911. <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton3))</visible>
  912. </item>
  913. - <item>
  914. <label>$INFO[system.addontitle(Skin.String(HomeProgramButton4))]</label>
  915. <onclick>RunAddon($INFO[Skin.String(HomeProgramButton4)])</onclick>
  916. <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton4))]</icon>
  917. <thumb>-</thumb>
  918. <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton4))</visible>
  919. </item>
  920. - <item>
  921. <label>$INFO[system.addontitle(Skin.String(HomeProgramButton5))]</label>
  922. <onclick>RunAddon($INFO[Skin.String(HomeProgramButton5)])</onclick>
  923. <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton5))]</icon>
  924. <thumb>-</thumb>
  925. <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton5))</visible>
  926. </item>
  927. </content>
  928. </control>
  929. - <control type="group">
  930. <posx>0</posx>
  931. <posy>33r</posy>
  932. <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  933. <include>Window_OpenClose_Animation</include>
  934. - <control type="rss">
  935. <description>RSS feed</description>
  936. <posx>100</posx>
  937. <posy>0</posy>
  938. <height>30</height>
  939. <width>1145</width>
  940. <font>font12</font>
  941. <urlset>1</urlset>
  942. <textcolor>blue</textcolor>
  943. <titlecolor>blue</titlecolor>
  944. <headlinecolor>white</headlinecolor>
  945. </control>
  946. - <control type="image">
  947. <description>RSS background</description>
  948. <posx>1250</posx>
  949. <posy>2</posy>
  950. <width>24</width>
  951. <height>24</height>
  952. <texture>icon-rss.png</texture>
  953. </control>
  954. </control>
  955. - <control type="group" id="10">
  956. <posx>0</posx>
  957. <posy>60r</posy>
  958. <include>Window_OpenClose_Animation</include>
  959. - <control type="image">
  960. <posx>0</posx>
  961. <posy>0</posy>
  962. <width>150</width>
  963. <height>60</height>
  964. <texture>HomeButtonsBack.png</texture>
  965. </control>
  966. - <control type="button" id="20">
  967. <description>Power push button</description>
  968. <posx>55</posx>
  969. <posy>15</posy>
  970. <width>43</width>
  971. <height>43</height>
  972. <label>31003</label>
  973. <font>-</font>
  974. <aligny>-</aligny>
  975. <onclick>ActivateWindow(ShutdownMenu)</onclick>
  976. <texturefocus>home-power-FO.png</texturefocus>
  977. <texturenofocus>home-power.png</texturenofocus>
  978. <onleft>21</onleft>
  979. <onright>21</onright>
  980. <onup>9002</onup>
  981. <ondown>9003</ondown>
  982. </control>
  983. - <control type="button" id="21">
  984. <description>Favourites push button</description>
  985. <posx>10</posx>
  986. <posy>15</posy>
  987. <width>43</width>
  988. <height>43</height>
  989. <label>1036</label>
  990. <font>-</font>
  991. <aligny>-</aligny>
  992. <onclick>ActivateWindow(Favourites)</onclick>
  993. <texturefocus>home-favourites-FO.png</texturefocus>
  994. <texturenofocus>home-favourites.png</texturenofocus>
  995. <onleft>20</onleft>
  996. <onright>20</onright>
  997. <onup>9002</onup>
  998. <ondown>9003</ondown>
  999. </control>
  1000. </control>
  1001. - <control type="group">
  1002. <posx>520r</posx>
  1003. <posy>0</posy>
  1004. <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  1005. <animation effect="slide" start="0,0" end="550,0" delay="0" time="300">WindowClose</animation>
  1006. <animation effect="slide" start="550,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  1007. <visible>!Skin.HasSetting(homepageWeatherinfo) + Weather.IsFetched</visible>
  1008. - <control type="image">
  1009. <description>time background</description>
  1010. <posx>0</posx>
  1011. <posy>0</posy>
  1012. <width>180</width>
  1013. <height>35</height>
  1014. <texture flipx="true" border="32,0,0,0">header.png</texture>
  1015. </control>
  1016. - <control type="image">
  1017. <description>Weather image</description>
  1018. <posx>30</posx>
  1019. <posy>1</posy>
  1020. <width>25</width>
  1021. <height>25</height>
  1022. <aspectratio>keep</aspectratio>
  1023. <texture>$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture>
  1024. </control>
  1025. - <control type="label">
  1026. <description>time label</description>
  1027. <posx>60</posx>
  1028. <posy>0</posy>
  1029. <width>100</width>
  1030. <height>28</height>
  1031. <align>left</align>
  1032. <aligny>center</aligny>
  1033. <font>font12</font>
  1034. <textcolor>white</textcolor>
  1035. <shadowcolor>black</shadowcolor>
  1036. <label>[B]$INFO[Weather.Temperature][/B]</label>
  1037. </control>
  1038. </control>
  1039. - <control type="group">
  1040. <posx>390r</posx>
  1041. <posy>0</posy>
  1042. <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  1043. <animation effect="slide" start="0,0" end="420,0" delay="0" time="300">WindowClose</animation>
  1044. <animation effect="slide" start="420,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  1045. - <control type="image">
  1046. <description>time background</description>
  1047. <posx>0</posx>
  1048. <posy>0</posy>
  1049. <width>440</width>
  1050. <height>35</height>
  1051. <texture flipx="true" border="32,0,0,0">header.png</texture>
  1052. </control>
  1053. - <control type="label">
  1054. <description>time label</description>
  1055. <posx>30</posx>
  1056. <posy>0</posy>
  1057. <width>400</width>
  1058. <height>28</height>
  1059. <align>left</align>
  1060. <aligny>center</aligny>
  1061. <font>font12</font>
  1062. <textcolor>white</textcolor>
  1063. <shadowcolor>black</shadowcolor>
  1064. <label>[COLOR=grey]$INFO[System.Date][/COLOR] | $INFO[System.Time]</label>
  1065. </control>
  1066. </control>
  1067. </controls>
  1068. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement