Advertisement
Guest User

Untitled

a guest
Jun 21st, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 27.68 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.         <!-- Music Info -->
  17.         <control type="group">
  18.             <posx>0</posx>
  19.             <posy>400r</posy>
  20.             <visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo)</visible>
  21.             <include>VisibleFadeEffect</include>
  22.             <include>Window_OpenClose_Animation</include>
  23.             <animation effect="slide" end="0,30" time="0" condition="!system.getbool(lookandfeel.enablerssfeeds)">conditional</animation>
  24.             <control type="image">
  25.                 <posx>0</posx>
  26.                 <posy>150</posy>
  27.                 <width>1280</width>
  28.                 <height>250</height>
  29.                 <texture>HomeNowPlayingBack.png</texture>
  30.             </control>
  31.             <control type="image">
  32.                 <description>Cover image</description>
  33.                 <posx>200r</posx>
  34.                 <posy>60</posy>
  35.                 <width>180</width>
  36.                 <height>280</height>
  37.                 <aspectratio aligny="bottom">keep</aspectratio>
  38.                 <texture>$INFO[MusicPlayer.Cover]</texture>
  39.                 <bordertexture border="8">ThumbBorder.png</bordertexture>
  40.                 <bordersize>5</bordersize>
  41.             </control>
  42.             <control type="label">
  43.                 <description>NowPlaying label</description>
  44.                 <posx>210r</posx>
  45.                 <posy>210</posy>
  46.                 <height>30</height>
  47.                 <width>660</width>
  48.                 <label>$LOCALIZE[31040]</label>
  49.                 <align>right</align>
  50.                 <aligny>center</aligny>
  51.                 <font>font12_title</font>
  52.                 <textcolor>blue</textcolor>
  53.                 <shadowcolor>black</shadowcolor>
  54.             </control>
  55.             <control type="label">
  56.                 <description>Artist label</description>
  57.                 <posx>210r</posx>
  58.                 <posy>235</posy>
  59.                 <height>30</height>
  60.                 <width>660</width>
  61.                 <label>$INFO[MusicPlayer.Artist]</label>
  62.                 <align>right</align>
  63.                 <aligny>center</aligny>
  64.                 <font>font12_title</font>
  65.                 <textcolor>white</textcolor>
  66.                 <shadowcolor>black</shadowcolor>
  67.             </control>
  68.             <control type="label">
  69.                 <description>Album Label</description>
  70.                 <posx>210r</posx>
  71.                 <posy>260</posy>
  72.                 <height>30</height>
  73.                 <width>660</width>
  74.                 <label>$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
  75.                 <align>right</align>
  76.                 <aligny>center</aligny>
  77.                 <font>font12</font>
  78.                 <textcolor>white</textcolor>
  79.                 <shadowcolor>black</shadowcolor>
  80.             </control>
  81.             <control type="label">
  82.                 <description>Title label</description>
  83.                 <posx>210r</posx>
  84.                 <posy>285</posy>
  85.                 <height>30</height>
  86.                 <width>660</width>
  87.                 <label>$INFO[MusicPlayer.Title]</label>
  88.                 <align>right</align>
  89.                 <aligny>center</aligny>
  90.                 <font>font13_title</font>
  91.                 <textcolor>white</textcolor>
  92.                 <shadowcolor>black</shadowcolor>
  93.             </control>
  94.             <control type="label">
  95.                 <description>Time Label</description>
  96.                 <posx>210r</posx>
  97.                 <posy>310</posy>
  98.                 <height>30</height>
  99.                 <width>325</width>
  100.                 <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  101.                 <align>right</align>
  102.                 <aligny>center</aligny>
  103.                 <font>font12</font>
  104.                 <textcolor>white</textcolor>
  105.                 <shadowcolor>black</shadowcolor>
  106.             </control>
  107.         </control>
  108.         <!-- Video Info -->
  109.         <control type="group">
  110.             <posx>0</posx>
  111.             <posy>400r</posy>
  112.             <visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo)</visible>
  113.             <include>VisibleFadeEffect</include>
  114.             <include>Window_OpenClose_Animation</include>
  115.             <animation effect="slide" end="0,30" time="0" condition="!system.getbool(lookandfeel.enablerssfeeds)">conditional</animation>
  116.             <control type="image">
  117.                 <posx>0</posx>
  118.                 <posy>150</posy>
  119.                 <width>1280</width>
  120.                 <height>250</height>
  121.                 <texture>HomeNowPlayingBack.png</texture>
  122.             </control>
  123.             <control type="group">
  124.                 <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes)</visible>
  125.                 <control type="image">
  126.                     <description>Cover image</description>
  127.                     <posx>200r</posx>
  128.                     <posy>160</posy>
  129.                     <width>180</width>
  130.                     <height>180</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>NowPlaying label</description>
  138.                     <posx>210r</posx>
  139.                     <posy>260</posy>
  140.                     <height>30</height>
  141.                     <width>660</width>
  142.                     <label>$LOCALIZE[31040]</label>
  143.                     <align>right</align>
  144.                     <aligny>center</aligny>
  145.                     <font>font12_title</font>
  146.                     <textcolor>blue</textcolor>
  147.                     <shadowcolor>black</shadowcolor>
  148.                 </control>
  149.                 <control type="label">
  150.                     <description>Title label</description>
  151.                     <posx>210r</posx>
  152.                     <posy>285</posy>
  153.                     <height>30</height>
  154.                     <width>660</width>
  155.                     <label>$INFO[VideoPlayer.Title]</label>
  156.                     <align>right</align>
  157.                     <aligny>center</aligny>
  158.                     <font>font13_title</font>
  159.                     <textcolor>white</textcolor>
  160.                     <shadowcolor>black</shadowcolor>
  161.                 </control>
  162.                 <control type="label">
  163.                     <description>Time Label</description>
  164.                     <posx>210r</posx>
  165.                     <posy>310</posy>
  166.                     <height>30</height>
  167.                     <width>325</width>
  168.                     <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  169.                     <align>right</align>
  170.                     <aligny>center</aligny>
  171.                     <font>font12</font>
  172.                     <textcolor>white</textcolor>
  173.                     <shadowcolor>black</shadowcolor>
  174.                 </control>
  175.             </control>
  176.             <control type="group">
  177.                 <visible>VideoPlayer.Content(Movies)</visible>
  178.                 <control type="image">
  179.                     <description>Cover image</description>
  180.                     <posx>200r</posx>
  181.                     <posy>0</posy>
  182.                     <width>180</width>
  183.                     <height>340</height>
  184.                     <aspectratio aligny="bottom">keep</aspectratio>
  185.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  186.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  187.                     <bordersize>5</bordersize>
  188.                 </control>
  189.                 <control type="label">
  190.                     <description>NowPlaying label</description>
  191.                     <posx>210r</posx>
  192.                     <posy>210</posy>
  193.                     <height>30</height>
  194.                     <width>660</width>
  195.                     <label>$LOCALIZE[31040]</label>
  196.                     <align>right</align>
  197.                     <aligny>center</aligny>
  198.                     <font>font12_title</font>
  199.                     <textcolor>blue</textcolor>
  200.                     <shadowcolor>black</shadowcolor>
  201.                 </control>
  202.                 <control type="label">
  203.                     <description>Studio label</description>
  204.                     <posx>210r</posx>
  205.                     <posy>235</posy>
  206.                     <height>30</height>
  207.                     <width>660</width>
  208.                     <label>$INFO[VideoPlayer.Studio]</label>
  209.                     <align>right</align>
  210.                     <aligny>center</aligny>
  211.                     <font>font12_title</font>
  212.                     <textcolor>white</textcolor>
  213.                     <shadowcolor>black</shadowcolor>
  214.                 </control>
  215.                 <control type="label">
  216.                     <description>Genre Label</description>
  217.                     <posx>210r</posx>
  218.                     <posy>260</posy>
  219.                     <height>30</height>
  220.                     <width>660</width>
  221.                     <label>$INFO[VideoPlayer.Genre]</label>
  222.                     <align>right</align>
  223.                     <aligny>center</aligny>
  224.                     <font>font12</font>
  225.                     <textcolor>white</textcolor>
  226.                     <shadowcolor>black</shadowcolor>
  227.                 </control>
  228.                 <control type="label">
  229.                     <description>Title label</description>
  230.                     <posx>210r</posx>
  231.                     <posy>285</posy>
  232.                     <height>30</height>
  233.                     <width>660</width>
  234.                     <label>$INFO[VideoPlayer.Title]$INFO[VideoPlayer.Year,[COLOR=grey] (,)[/COLOR]]</label>
  235.                     <align>right</align>
  236.                     <aligny>center</aligny>
  237.                     <font>font13_title</font>
  238.                     <textcolor>white</textcolor>
  239.                     <shadowcolor>black</shadowcolor>
  240.                 </control>
  241.                 <control type="label">
  242.                     <description>Time Label</description>
  243.                     <posx>210r</posx>
  244.                     <posy>310</posy>
  245.                     <height>30</height>
  246.                     <width>325</width>
  247.                     <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  248.                     <align>right</align>
  249.                     <aligny>center</aligny>
  250.                     <font>font12</font>
  251.                     <textcolor>white</textcolor>
  252.                     <shadowcolor>black</shadowcolor>
  253.                 </control>
  254.             </control>
  255.             <control type="group">
  256.                 <visible>VideoPlayer.Content(Episodes)</visible>
  257.                 <control type="image">
  258.                     <description>Cover image</description>
  259.                     <posx>250r</posx>
  260.                     <posy>0</posy>
  261.                     <width>230</width>
  262.                     <height>340</height>
  263.                     <aspectratio aligny="bottom">keep</aspectratio>
  264.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  265.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  266.                     <bordersize>5</bordersize>
  267.                 </control>
  268.                 <control type="label">
  269.                     <description>NowPlaying label</description>
  270.                     <posx>260r</posx>
  271.                     <posy>210</posy>
  272.                     <height>30</height>
  273.                     <width>610</width>
  274.                     <label>$LOCALIZE[31040]</label>
  275.                     <align>right</align>
  276.                     <aligny>center</aligny>
  277.                     <font>font12_title</font>
  278.                     <textcolor>blue</textcolor>
  279.                     <shadowcolor>black</shadowcolor>
  280.                 </control>
  281.                 <control type="label">
  282.                     <description>TV Show label</description>
  283.                     <posx>260r</posx>
  284.                     <posy>235</posy>
  285.                     <height>30</height>
  286.                     <width>610</width>
  287.                     <label>$INFO[VideoPlayer.TVShowTitle]</label>
  288.                     <align>right</align>
  289.                     <aligny>center</aligny>
  290.                     <font>font12_title</font>
  291.                     <textcolor>white</textcolor>
  292.                     <shadowcolor>black</shadowcolor>
  293.                 </control>
  294.                 <control type="label">
  295.                     <description>Season Ep Label</description>
  296.                     <posx>260r</posx>
  297.                     <posy>260</posy>
  298.                     <height>30</height>
  299.                     <width>610</width>
  300.                     <label>$LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode]</label>
  301.                     <align>right</align>
  302.                     <aligny>center</aligny>
  303.                     <font>font12</font>
  304.                     <textcolor>white</textcolor>
  305.                     <shadowcolor>black</shadowcolor>
  306.                 </control>
  307.                 <control type="label">
  308.                     <description>Title label</description>
  309.                     <posx>260r</posx>
  310.                     <posy>285</posy>
  311.                     <height>30</height>
  312.                     <width>610</width>
  313.                     <label>$INFO[VideoPlayer.Title]</label>
  314.                     <align>right</align>
  315.                     <aligny>center</aligny>
  316.                     <font>font13_title</font>
  317.                     <textcolor>white</textcolor>
  318.                     <shadowcolor>black</shadowcolor>
  319.                 </control>
  320.                 <control type="label">
  321.                     <description>Time Label</description>
  322.                     <posx>260r</posx>
  323.                     <posy>310</posy>
  324.                     <height>30</height>
  325.                     <width>325</width>
  326.                     <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  327.                     <align>right</align>
  328.                     <aligny>center</aligny>
  329.                     <font>font12</font>
  330.                     <textcolor>white</textcolor>
  331.                     <shadowcolor>black</shadowcolor>
  332.                 </control>
  333.             </control>
  334.         </control>
  335.         <include condition="Skin.HasSetting(homepageShowRecentlyAdded)">HomeRecentlyAddedInfo</include>
  336.         <!--Slid out-->
  337.         <control type="group">
  338.             <animation effect="slide" end="-450,0" time="500" tween="quadratic" easing="out">WindowClose</animation>
  339.             <animation effect="slide" start="-450,0" time="500" tween="quadratic" easing="out">WindowOpen</animation>
  340.             <control type="group">
  341.                 <animation effect="slide" end="-228,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
  342.                 <control type="image">
  343.                     <posx>196</posx> <!--Slide out starting-->
  344.                     <posy>0</posy>
  345.                     <width>1</width>
  346.                     <height>720</height>
  347.                     <texture>HomeBladeSub_Part1.png</texture>
  348.                     <animation effect="zoom" start="196,0,-1,720" end="196,0,250,720" time="300" tween="quadratic" easing="out" condition="ControlGroup(9001).HasFocus | Control.HasFocus(9002)">Conditional</animation>
  349.                 </control>
  350.                 <control type="button" id="9002">
  351.                     <posx>250</posx>
  352.                     <posy>296</posy>
  353.                     <width>16</width>
  354.                     <height>16</height>
  355.                     <font>-</font>
  356.                     <texturefocus>HasSubFocus.png</texturefocus>
  357.                     <texturenofocus>HasSubNoFocus.png</texturenofocus>
  358.                     <visible>!Container(9000).HasFocus(6)</visible>
  359.                     <animation effect="slide" end="252,0" time="300" tween="quadratic" easing="out" condition="ControlGroup(9001).HasFocus | Control.HasFocus(9002)">Conditional</animation>
  360.                     <include>VisibleFadeEffect</include>
  361.                 </control>
  362.                 <!--    <control type="image">
  363.                     <posx>380</posx>
  364.                     <posy>0</posy>
  365.                     <width>12</width>
  366.                     <height>720</height>
  367.                     <texture>HomeBladeSub_Part2.png</texture>
  368.                     <animation effect="slide" end="228,0" time="300" tween="quadratic" easing="out" condition="ControlGroup(9001).HasFocus | Control.HasFocus(9002)">Conditional</animation>
  369.                 </control> -->
  370.             </control>
  371.            
  372.     <!--Sub Menus-->
  373.             <control type="group" id="9001">
  374.                 <posx>-10</posx> <!--Menu slide out start Position-->
  375.                 <posy>0</posy>
  376.                 <animation effect="fade" start="100" end="0" time="0" condition="![ControlGroup(9001).HasFocus | Control.HasFocus(9002)]">conditional</animation>
  377.                 <animation effect="fade" start="0" end="100" delay="300" time="200" condition="ControlGroup(9001).HasFocus | Control.HasFocus(9002)">conditional</animation>
  378.                 <animation effect="fade" start="100" end="0" time="0" condition="ControlGroup(9001).HasFocus | Control.HasFocus(9002)">WindowClose</animation>
  379.                 <animation effect="slide" end="210,0" time="300" tween="quadratic" easing="out" condition="ControlGroup(9001).HasFocus | Control.HasFocus(9002)">conditional</animation>
  380.                 <control type="grouplist" id="9010">
  381.                     <include>HomeSubMenuCommonValues</include>
  382.                     <onleft>9000</onleft>
  383.                     <onright>8000</onright>
  384.                     <onup>9010</onup>
  385.                     <ondown>9010</ondown>
  386.                     <visible>Container(9000).HasFocus(2)</visible>
  387.                     <include>HomeSubMenuVideos</include> <!-- Buttons for the grouplist -->
  388.                 </control>
  389.                 <control type="grouplist" id="9011">
  390.                     <include>HomeSubMenuCommonValues</include>
  391.                     <onleft>9000</onleft>
  392.                     <onright>9001</onright>
  393.                     <onup>9011</onup>
  394.                     <ondown>9011</ondown>
  395.                     <visible>Container(9000).HasFocus(3)</visible>
  396.                     <include>HomeSubMenuMusic</include> <!-- Buttons for the grouplist -->
  397.                 </control>
  398.                 <control type="grouplist" id="9013">
  399.                     <include>HomeSubMenuCommonValues</include>
  400.                     <onleft>9000</onleft>
  401.                     <onright>9001</onright>
  402.                     <onup>9013</onup>
  403.                     <ondown>9013</ondown>
  404.                     <visible>Container(9000).HasFocus(4)</visible>
  405.                     <include>HomeSubMenuPictures</include> <!-- Buttons for the grouplist -->
  406.                 </control>
  407.                 <control type="grouplist" id="9014">
  408.                     <include>HomeSubMenuCommonValues</include>
  409.                     <onleft>9000</onleft>
  410.                     <onright>9001</onright>
  411.                     <onup>9014</onup>
  412.                     <ondown>9014</ondown>
  413.                     <visible>Container(9000).HasFocus(7)</visible>
  414.                     <include>HomeSubMenuPlayDisc</include> <!-- Buttons for the grouplist -->
  415.                 </control>
  416.                 <control type="grouplist" id="9012">
  417.                     <include>HomeSubMenuCommonValues</include>
  418.                     <onleft>9000</onleft>
  419.                     <onright>9001</onright>
  420.                     <onup>9012</onup>
  421.                     <ondown>9012</ondown>
  422.                     <visible>Container(9000).HasFocus(5)</visible>
  423.                     <include>HomeSubMenuSystem</include> <!-- Buttons for the grouplist -->
  424.                 </control>
  425.                 <control type="grouplist" id="9015">
  426.                     <include>HomeSubMenuCommonValues</include>
  427.                     <onleft>9000</onleft>
  428.                     <onright>9001</onright>
  429.                     <onup>9015</onup>
  430.                     <ondown>9015</ondown>
  431.                     <visible>Container(9000).HasFocus(1)</visible>
  432.                     <include>HomeSubMenuPrograms</include> <!-- Buttons for the grouplist -->
  433.                 </control>
  434.                 <control type="grouplist" id="9016">
  435.                     <include>HomeSubMenuCommonValues</include>
  436.                     <onleft>9000</onleft>
  437.                     <onright>8000</onright>
  438.                     <onup>9016</onup>
  439.                     <ondown>9016</ondown>
  440.                     <visible>Container(9000).HasFocus(10)</visible>
  441.                     <include>HomeSubMenuMovies</include> <!-- Buttons for the grouplist -->
  442.                 </control>
  443.                 <control type="grouplist" id="9017">
  444.                     <include>HomeSubMenuCommonValues</include>
  445.                     <onleft>9000</onleft>
  446.                     <onright>8001</onright>
  447.                     <onup>9017</onup>
  448.                     <ondown>9017</ondown>
  449.                     <visible>Container(9000).HasFocus(11)</visible>
  450.                     <include>HomeSubMenuTVShows</include> <!-- Buttons for the grouplist -->
  451.                 </control>
  452.             </control>
  453.             <control type="image">
  454.                 <posx>-650</posx>
  455.                 <posy>0</posy>
  456.                 <width>846</width>
  457.                 <height>720</height>
  458.                 <colordiffuse>DAFFFFFF</colordiffuse>
  459.                 <texture>HomeBlade_bottom.png</texture>
  460.             </control>
  461.            
  462. <!--Home Layout--> 
  463.             <!--Menu-->
  464.             <control type="list" id="9000">
  465.             <!--    <hitrect x="50" y="50" w="330" h="620" /> -->
  466.                 <posx>15</posx>
  467.                 <posy>80</posy>
  468.                 <width>180</width>
  469.                 <height>720</height>
  470.                 <onleft>10</onleft>
  471.                 <onright>9001</onright>
  472.                 <onup>9000</onup>
  473.                 <ondown>9000</ondown>
  474.                 <pagecontrol>-</pagecontrol>
  475.                 <scrolltime>200</scrolltime>
  476.                 <scrolltime>200</scrolltime>
  477.                 <focusposition>1</focusposition>
  478.                 <movement>2</movement>
  479.                 <animation effect="fade" start="0" end="100" time="200">Visible</animation>
  480.                 <animation effect="fade" start="100" end="30" time="200" condition="Window.IsVisible(1113) | ControlGroup(9001).HasFocus | ControlGroup(10).HasFocus | Control.HasFocus(8000) | Control.HasFocus(8001) | Control.HasFocus(9002)">conditional</animation>
  481.                 <!--Menu Text-->
  482.                 <itemlayout height="70" width="180">
  483.                     <control type="label">
  484.                         <posx>0</posx>
  485.                         <posy>0</posy>
  486.                         <width>180</width>
  487.                         <height>500</height>
  488.                         <font>font50caps_title</font>
  489.                         <textcolor>grey</textcolor>
  490.                         <align>left</align>
  491.                         <aligny>left</aligny>
  492.                         <label>$INFO[ListItem.Label]</label>
  493.                         <!--<-animation effect="zoom" start="75" end="75" center="380,51" time="0" condition="true">Conditional</animation>
  494.                         <animation effect="fade" start="100" end="30" time="200" condition="Window.IsVisible(1113) | ControlGroup(9001).HasFocus | ControlGroup(10).HasFocus | Control.HasFocus(9002)">conditional</animation> -->
  495.                     </control>
  496.                 </itemlayout>
  497.                 <!--Selected Item-->
  498.                 <focusedlayout height="70" width="180">
  499.                     <control type="label">
  500.                         <posx>0</posx>
  501.                         <posy>0</posy>
  502.                         <width>180</width>
  503.                         <height>102</height>
  504.                         <font>font50caps_title</font>
  505.                         <textcolor>orange</textcolor>
  506.                         <align>left</align>
  507.                         <aligny>left</aligny>
  508.                         <!--<animation effect="zoom" start="75" end="100" center="380,51" time="200">Focus</animation>
  509.                         <animation effect="zoom" start="100" end="75" center="380,51" time="200">UnFocus</animation>-->
  510.                         <label>$INFO[ListItem.Label]</label>
  511.                     </control>
  512.                 </focusedlayout>
  513.                 <content>
  514.                     <item id="10">
  515.                         <label>20342</label>
  516.                         <onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
  517.                         <icon>special://skin/backgrounds/videos.jpg</icon>
  518.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
  519.                         <visible>Skin.HasSetting(HomeMenuNoMoviesButton) + Library.HasContent(Movies)</visible>
  520.                     </item>
  521.                     <item id="11">
  522.                         <label>20343</label>
  523.                         <onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
  524.                         <icon>special://skin/backgrounds/videos.jpg</icon>
  525.                         <thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
  526.                         <visible>Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
  527.                     </item>
  528.                     <item id="3">
  529.                         <label>2</label>
  530.                         <onclick>ActivateWindow(Music)</onclick>
  531.                         <icon>special://skin/backgrounds/music.jpg</icon>
  532.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
  533.                         <visible>!Skin.HasSetting(HomeMenuNoMusicButton)</visible>
  534.                     </item>
  535.                    
  536.                     <item id="6">
  537.                         <label>8</label>
  538.                         <onclick>ActivateWindow(Weather)</onclick>
  539.                         <icon>special://skin/backgrounds/weather.jpg</icon>
  540.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
  541.                         <visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
  542.                         <visible>!Skin.HasSetting(ShowWeatherFanart) | IsEmpty(Skin.String(WeatherFanartDir))</visible>
  543.                     </item>
  544.                     <item id="6">
  545.                         <label>8</label>
  546.                         <onclick>ActivateWindow(Weather)</onclick>
  547.                         <icon>special://skin/backgrounds/weather.jpg</icon>
  548.                         <thumb>$INFO[Skin.String(WeatherFanartDir)]$INFO[Weather.FanartCode]</thumb>
  549.                         <visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
  550.                         <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible>
  551.                     </item>
  552.                     <item id="1">
  553.                         <label>0</label>
  554.                         <onclick>ActivateWindow(Programs,Addons,return)</onclick>
  555.                         <icon>special://skin/backgrounds/programs.jpg</icon>
  556.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
  557.                         <visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
  558.                     </item>
  559.                     <item id="4">
  560.                         <label>1</label>
  561.                         <onclick>ActivateWindow(Pictures)</onclick>
  562.                         <icon>special://skin/backgrounds/pictures.jpg</icon>
  563.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
  564.                         <visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
  565.                     </item>
  566.                     <item id="2">
  567.                         <label>3</label>
  568.                         <onclick condition="!Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos)</onclick>
  569.                         <onclick condition="Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos,Files,Return)</onclick>
  570.                         <icon>special://skin/backgrounds/videos.jpg</icon>
  571.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
  572.                         <visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible>
  573.                     </item>
  574.                     <item id="7">
  575.                         <label>341</label>
  576.                         <onclick>XBMC.PlayDVD()</onclick>
  577.                         <icon>special://skin/backgrounds/playdisc.jpg</icon>
  578.                         <thumb>$INFO[Skin.String(Home_Custom_Back_PlayDisc_Folder)]</thumb>
  579.                         <visible>System.HasMediaDVD</visible>
  580.                     </item>
  581.                     <item id="5">
  582.                         <label>13000</label>
  583.                         <onclick>ActivateWindow(Settings)</onclick>
  584.                         <icon>special://skin/backgrounds/settings.jpg</icon>
  585.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
  586.                     </item>
  587.                 </content>
  588.             </control>
  589.             <control type="image"> <!--Highlight-->
  590.                 <posx>0</posx>
  591.                 <posy>60</posy>
  592.                 <width>1280</width>
  593.                 <height>80</height>
  594.                 <texture>HomeBlade_middle.png</texture>
  595.                 <animation effect="slide" start="-1280,0" end="0,0" time="300" condition="Container(9000).HasFocus(10)">conditional</animation>
  596.                 <animation effect="slide" start="-1280,70" end="0,70" time="300" condition="Container(9000).HasFocus(11)">conditional</animation>
  597.             </control>
  598.         <!--    <control type="image">
  599.                 <posx>-450</posx>
  600.                 <posy>0</posy>
  601.                 <width>846</width>
  602.                 <height>720</height>
  603.                 <texture>HomeBlade_top.png</texture>
  604.             </control>  -->
  605.             <control type="image">
  606.                 <description>LOGO</description>
  607.                 <posx>10</posx>
  608.                 <posy>10</posy>
  609.                 <width>140</width>
  610.                 <height>40</height>
  611.                 <texture>XBMC_Logo.png</texture>
  612.             </control>
  613.             <control type="image">
  614.                 <posx>0</posx>
  615.                 <posy>100r</posy>
  616.                 <width>256</width>
  617.                 <height>100</height>
  618.                 <texture>HomeButtonsBack.png</texture>
  619.             </control>
  620.             <control type="group" id="10">
  621.                 <posx>15</posx>
  622.                 <posy>55r</posy>
  623.                 <control type="button" id="20">
  624.                     <description>Power push button</description>
  625.                     <posx>45</posx>
  626.                     <posy>0</posy>
  627.                     <width>43</width>
  628.                     <height>43</height>
  629.                     <label>31003</label>
  630.                     <font>-</font>
  631.                     <aligny>-</aligny>
  632.                     <onclick>ActivateWindow(ShutdownMenu)</onclick>
  633.                     <texturefocus>home-power-FO.png</texturefocus>
  634.                     <texturenofocus>home-power.png</texturenofocus>
  635.                     <onleft>21</onleft>
  636.                     <onright>9000</onright>
  637.                     <onup>9000</onup>
  638.                     <ondown>9000</ondown>
  639.                 </control>
  640.                 <control type="button" id="21">
  641.                     <description>Favourites push button</description>
  642.                     <posx>0</posx>
  643.                     <posy>0</posy>
  644.                     <width>43</width>
  645.                     <height>43</height>
  646.                     <label>1036</label>
  647.                     <font>-</font>
  648.                     <aligny>-</aligny>
  649.                     <onclick>ActivateWindow(Favourites)</onclick>
  650.                     <texturefocus>home-favourites-FO.png</texturefocus>
  651.                     <texturenofocus>home-favourites.png</texturenofocus>
  652.                     <onleft>9000</onleft>
  653.                     <onright>20</onright>
  654.                     <onup>9000</onup>
  655.                     <ondown>9000</ondown>
  656.                 </control>
  657.             </control>
  658.         </control>
  659.         <control type="group">
  660.             <posx>420</posx>
  661.             <posy>35r</posy>
  662.             <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  663.             <animation effect="slide" end="0,35" time="300" tween="quadratic" easing="out">WindowClose</animation>
  664.             <animation effect="slide" start="0,35" time="300" tween="quadratic" easing="out">WindowOpen</animation>
  665.             <control type="image">
  666.                 <description>RSS background</description>
  667.                 <posx>0</posx>
  668.                 <posy>0</posy>
  669.                 <width>860</width>
  670.                 <height>35</height>
  671.                 <texture border="32,0,0,0">Rss_Back.png</texture>
  672.             </control>
  673.             <control type="rss">
  674.                 <description>RSS feed</description>
  675.                 <posx>35</posx>
  676.                 <posy>6</posy>
  677.                 <height>35</height>
  678.                 <width>790</width>
  679.                 <font>font12</font>
  680.                 <urlset>1</urlset>
  681.                 <textcolor>blue</textcolor>
  682.                 <titlecolor>blue</titlecolor>
  683.                 <headlinecolor>white</headlinecolor>
  684.             </control>
  685.             <control type="image">
  686.                 <description>RSS background</description>
  687.                 <posx>0</posx>
  688.                 <posy>0</posy>
  689.                 <width>100</width>
  690.                 <height>35</height>
  691.                 <texture border="32,0,0,0">Rss_Back_Overlay.png</texture>
  692.             </control>
  693.             <control type="image">
  694.                 <description>RSS background</description>
  695.                 <posx>832</posx>
  696.                 <posy>8</posy>
  697.                 <width>24</width>
  698.                 <height>24</height>
  699.                 <texture>icon-rss.png</texture>
  700.             </control>
  701.         </control>
  702.         <control type="group">
  703.             <posx>520r</posx>
  704.             <posy>0</posy>
  705.             <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  706.             <animation effect="slide" start="0,0" end="550,0" delay="0" time="300">WindowClose</animation>
  707.             <animation effect="slide" start="550,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  708.             <visible>!Skin.HasSetting(homepageWeatherinfo) + Weather.IsFetched + !IsEmpty(Weather.Plugin)</visible>
  709.             <control type="image">
  710.                 <description>time background</description>
  711.                 <posx>0</posx>
  712.                 <posy>0</posy>
  713.                 <width>180</width>
  714.                 <height>35</height>
  715.                 <texture flipx="true" border="32,0,0,0">header.png</texture>
  716.             </control>
  717.             <control type="image">
  718.                 <description>Weather image</description>
  719.                 <posx>30</posx>
  720.                 <posy>1</posy>
  721.                 <width>25</width>
  722.                 <height>25</height>
  723.                 <aspectratio>keep</aspectratio>
  724.                 <texture>$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture>
  725.             </control>
  726.             <control type="label">
  727.                 <description>time label</description>
  728.                 <posx>60</posx>
  729.                 <posy>0</posy>
  730.                 <width>100</width>
  731.                 <height>28</height>
  732.                 <align>left</align>
  733.                 <aligny>center</aligny>
  734.                 <font>font12</font>
  735.                 <textcolor>white</textcolor>
  736.                 <shadowcolor>black</shadowcolor>
  737.                 <label>[B]$INFO[Weather.Temperature][/B]</label>
  738.             </control>
  739.         </control>
  740.         <control type="group">
  741.             <posx>390r</posx>
  742.             <posy>0</posy>
  743.             <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  744.             <animation effect="slide" start="0,0" end="420,0" delay="0" time="300">WindowClose</animation>
  745.             <animation effect="slide" start="420,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  746.             <control type="image">
  747.                 <description>time background</description>
  748.                 <posx>0</posx>
  749.                 <posy>0</posy>
  750.                 <width>440</width>
  751.                 <height>35</height>
  752.                 <texture flipx="true" border="32,0,0,0">header.png</texture>
  753.             </control>
  754.             <control type="label">
  755.                 <description>time label</description>
  756.                 <posx>30</posx>
  757.                 <posy>0</posy>
  758.                 <width>400</width>
  759.                 <height>28</height>
  760.                 <align>left</align>
  761.                 <aligny>center</aligny>
  762.                 <font>font12</font>
  763.                 <textcolor>white</textcolor>
  764.                 <shadowcolor>black</shadowcolor>
  765.                 <label>[COLOR=grey]$INFO[System.Date][/COLOR] | $INFO[System.Time]</label>
  766.             </control>
  767.         </control>
  768.     </controls>
  769. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement