Advertisement
Guest User

WizADSL

a guest
Nov 25th, 2009
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 17.05 KB | None | 0 0
  1. <includes>
  2.     <include name="HomeRecentlyAddedInfo2">
  3.         <control type="group">
  4.             <visible>!Window.IsVisible(Favourites)</visible>
  5.             <include>VisibleFadeEffect</include>
  6.             <animation effect="fade" time="300" delay="1000">WindowOpen</animation>
  7.             <animation effect="fade" time="200">WindowClose</animation>
  8.             <control type="group">
  9.                 <posx>275r</posx>
  10.                 <posy>50</posy>
  11.                 <visible>Library.HasContent(Movies)</visible>
  12.                 <visible>Container(19000).HasFocus(10) | [Container(19000).HasFocus(2) + !Skin.HasSetting(HomeMenuNoMoviesButton)]</visible>  
  13.                 <include>VisibleFadeEffect</include>
  14.                 <animation effect="slide" time="0" start="0,0" end="-260,0" condition="[Library.HasContent(TVShows) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuNoTVShowsButton)]]">Conditional</animation>  
  15.                 <control type="image">
  16.                     <description>background</description>
  17.                     <posx>0</posx>
  18.                     <posy>0</posy>
  19.                     <width>250</width>
  20.                     <height>300</height>
  21.                     <colordiffuse>CCFFFFFF</colordiffuse>
  22.                     <texture border="10">KeyboardEditArea.png</texture>
  23.                 </control>
  24.                 <control type="label">
  25.                     <description>Title label</description>
  26.                     <posx>10</posx>
  27.                     <posy>5</posy>
  28.                     <height>20</height>
  29.                     <width>230</width>
  30.                     <label>31323</label>
  31.                     <align>left</align>
  32.                     <aligny>center</aligny>
  33.                     <font>font12caps_title</font>
  34.                     <textcolor>white</textcolor>
  35.                     <shadowcolor>black</shadowcolor>
  36.                 </control>
  37.                 <control type="image">
  38.                     <description>Main Icon -3</description>
  39.                     <posx>165</posx>
  40.                     <posy>60</posy>
  41.                     <width>120</width>
  42.                     <height>110</height>
  43.                     <aspectratio align="left">keep</aspectratio>
  44.                     <texture background="true">$INFO[Window.Property(LatestMovie.4.Thumb)]</texture>
  45.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  46.                     <bordersize>8</bordersize>
  47.                 </control>
  48.                 <control type="image">
  49.                     <description>Main Icon -2</description>
  50.                     <posx>120</posx>
  51.                     <posy>50</posy>
  52.                     <width>120</width>
  53.                     <height>130</height>
  54.                     <aspectratio align="left">keep</aspectratio>
  55.                     <texture background="true">$INFO[Window.Property(LatestMovie.3.Thumb)]</texture>
  56.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  57.                     <bordersize>8</bordersize>
  58.                 </control>
  59.                 <control type="image">
  60.                     <description>Main Icon -1</description>
  61.                     <posx>70</posx>
  62.                     <posy>40</posy>
  63.                     <width>120</width>
  64.                     <height>150</height>
  65.                     <aspectratio align="left">keep</aspectratio>
  66.                     <texture background="true">$INFO[Window.Property(LatestMovie.2.Thumb)]</texture>
  67.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  68.                     <bordersize>8</bordersize>
  69.                 </control>
  70.                 <control type="image">
  71.                     <description>Main Icon</description>
  72.                     <posx>10</posx>
  73.                     <posy>25</posy>
  74.                     <width>120</width>
  75.                     <height>180</height>
  76.                     <aspectratio align="left">keep</aspectratio>
  77.                     <texture background="true">$INFO[Window.Property(LatestMovie.1.Thumb)]</texture>
  78.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  79.                     <bordersize>8</bordersize>
  80.                 </control>
  81.                 <control type="list" id="8000">
  82.                     <posx>0</posx>
  83.                     <posy>200</posy>
  84.                     <width>250</width>
  85.                     <height>92</height>
  86.                     <onleft>9000</onleft>
  87.                     <onright>8001</onright>
  88.                     <onup>8000</onup>
  89.                     <ondown>8000</ondown>
  90.                     <viewtype label="535">list</viewtype>
  91.                     <pagecontrol>-</pagecontrol>
  92.                     <scrolltime>0</scrolltime>
  93.                     <itemlayout height="23" width="230">
  94.                         <control type="label">
  95.                             <posx>10</posx>
  96.                             <posy>0</posy>
  97.                             <width>230</width>
  98.                             <height>23</height>
  99.                             <font>font12caps</font>
  100.                             <textcolor>white</textcolor>
  101.                             <shadowcolor>black</shadowcolor>
  102.                             <selectedcolor>selected</selectedcolor>
  103.                             <align>left</align>
  104.                             <aligny>center</aligny>
  105.                             <label>$INFO[ListItem.Label]</label>
  106.                         </control>
  107.                     </itemlayout>
  108.                     <focusedlayout height="23" width="230">
  109.                         <control type="image">
  110.                             <posx>0</posx>
  111.                             <posy>0</posy>
  112.                             <width>250</width>
  113.                             <height>23</height>
  114.                             <texture border="0,2,0,2">MenuItemFO.png</texture>
  115.                             <visible>Control.HasFocus(8000)</visible>
  116.                             <include>VisibleFadeEffect</include>
  117.                         </control>
  118.                         <control type="label">
  119.                             <posx>10</posx>
  120.                             <posy>0</posy>
  121.                             <width>230</width>
  122.                             <height>23</height>
  123.                             <font>font12caps</font>
  124.                             <textcolor>white</textcolor>
  125.                             <shadowcolor>black</shadowcolor>
  126.                             <selectedcolor>selected</selectedcolor>
  127.                             <align>left</align>
  128.                             <aligny>center</aligny>
  129.                             <label>$INFO[ListItem.Label]</label>
  130.                         </control>
  131.                     </focusedlayout>
  132.                     <content>
  133.                         <item id="1">
  134.                             <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
  135.                             <label2></label2>
  136.                             <onclick>PlayMedia($INFO[Window.Property(LatestMovie.1.Path)])</onclick>
  137.                             <icon>-</icon>
  138.                             <thumb>-</thumb>
  139.                         </item>
  140.                         <item id="2">
  141.                             <label>$INFO[Window.Property(LatestMovie.2.Title)]</label>
  142.                             <label2></label2>
  143.                             <onclick>PlayMedia($INFO[Window.Property(LatestMovie.2.Path)])</onclick>
  144.                             <icon>-</icon>
  145.                             <thumb>-</thumb>
  146.                         </item>
  147.                         <item id="3">
  148.                             <label>$INFO[Window.Property(LatestMovie.3.Title)]</label>
  149.                             <label2></label2>
  150.                             <onclick>PlayMedia($INFO[Window.Property(LatestMovie.3.Path)])</onclick>
  151.                             <icon>-</icon>
  152.                             <thumb>-</thumb>
  153.                         </item>
  154.                         <item id="4">
  155.                             <label>$INFO[Window.Property(LatestMovie.4.Title)]</label>
  156.                             <label2></label2>
  157.                             <onclick>PlayMedia($INFO[Window.Property(LatestMovie.4.Path)])</onclick>
  158.                             <icon>-</icon>
  159.                             <thumb>-</thumb>
  160.                         </item>
  161.                     </content>
  162.                 </control>
  163.             </control>
  164.         <!-- TV Shows -->
  165.             <control type="group">
  166.                 <posx>275r</posx>
  167.                 <posy>50</posy>
  168.                 <visible>Library.HasContent(TVShows)</visible>
  169.                 <visible>Container(19000).HasFocus(11) | Container(19000).HasFocus(2) + !Skin.HasSetting(HomeMenuNoTVShowsButton)</visible>
  170.                 <include>VisibleFadeEffect</include>
  171.                 <control type="image">
  172.                     <description>background</description>
  173.                     <posx>0</posx>
  174.                     <posy>0</posy>
  175.                     <width>250</width>
  176.                     <height>300</height>
  177.                     <colordiffuse>CCFFFFFF</colordiffuse>
  178.                     <texture border="10">KeyboardEditArea.png</texture>
  179.                 </control>
  180.                 <control type="label">
  181.                     <description>Title label</description>
  182.                     <posx>10</posx>
  183.                     <posy>5</posy>
  184.                     <height>20</height>
  185.                     <width>230</width>
  186.                     <label>31324</label>
  187.                     <align>left</align>
  188.                     <aligny>center</aligny>
  189.                     <font>font12caps_title</font>
  190.                     <textcolor>white</textcolor>
  191.                     <shadowcolor>black</shadowcolor>
  192.                 </control>
  193.                 <control type="image">
  194.                     <description>Main Icon</description>
  195.                     <posx>10</posx>
  196.                     <posy>30</posy>
  197.                     <width>230</width>
  198.                     <height>120</height>
  199.                     <aspectratio>keep</aspectratio>
  200.                     <texture background="true">$INFO[Window.Property(LatestEpisode.1.Thumb)]</texture>
  201.                     <visible>!Control.HasFocus(8001)</visible>
  202.                     <include>VisibleFadeEffect</include>
  203.                 </control>
  204.                 <control type="image">
  205.                     <description>Main Icon</description>
  206.                     <posx>10</posx>
  207.                     <posy>30</posy>
  208.                     <width>230</width>
  209.                     <height>120</height>
  210.                     <aspectratio>keep</aspectratio>
  211.                     <fadetime>200</fadetime>
  212.                     <texture background="true">$INFO[Container(8001).ListItem.Thumb]</texture>
  213.                     <visible>Control.HasFocus(8001)</visible>
  214.                     <include>VisibleFadeEffect</include>
  215.                 </control>
  216.                 <control type="list" id="8001">
  217.                     <posx>0</posx>
  218.                     <posy>155</posy>
  219.                     <width>250</width>
  220.                     <height>136</height>
  221.                     <onleft>8000</onleft>
  222.                     <onright>8001</onright>
  223.                     <onup>8001</onup>
  224.                     <ondown>8001</ondown>
  225.                     <viewtype label="535">list</viewtype>
  226.                     <pagecontrol>-</pagecontrol>
  227.                     <scrolltime>0</scrolltime>
  228.                     <itemlayout height="34" width="230">
  229.                         <control type="label">
  230.                             <posx>10</posx>
  231.                             <posy>2</posy>
  232.                             <width>230</width>
  233.                             <height>10</height>
  234.                             <font>font10caps</font>
  235.                             <textcolor>grey</textcolor>
  236.                             <shadowcolor>black</shadowcolor>
  237.                             <selectedcolor>selected</selectedcolor>
  238.                             <align>left</align>
  239.                             <aligny>center</aligny>
  240.                             <label>$INFO[ListItem.Label2]</label>
  241.                         </control>
  242.                         <control type="label">
  243.                             <posx>10</posx>
  244.                             <posy>12</posy>
  245.                             <width>230</width>
  246.                             <height>20</height>
  247.                             <font>font12caps</font>
  248.                             <textcolor>white</textcolor>
  249.                             <shadowcolor>black</shadowcolor>
  250.                             <selectedcolor>selected</selectedcolor>
  251.                             <align>left</align>
  252.                             <aligny>center</aligny>
  253.                             <label>$INFO[ListItem.Label]</label>
  254.                         </control>
  255.                     </itemlayout>
  256.                     <focusedlayout height="34" width="230">
  257.                         <control type="image">
  258.                             <posx>0</posx>
  259.                             <posy>0</posy>
  260.                             <width>250</width>
  261.                             <height>34</height>
  262.                             <texture border="0,2,0,2">MenuItemFO.png</texture>
  263.                             <visible>Control.HasFocus(8001)</visible>
  264.                             <include>VisibleFadeEffect</include>
  265.                         </control>
  266.                         <control type="label">
  267.                             <posx>10</posx>
  268.                             <posy>2</posy>
  269.                             <width>230</width>
  270.                             <height>10</height>
  271.                             <font>font10caps</font>
  272.                             <textcolor>grey</textcolor>
  273.                             <shadowcolor>black</shadowcolor>
  274.                             <selectedcolor>selected</selectedcolor>
  275.                             <align>left</align>
  276.                             <aligny>center</aligny>
  277.                             <label>$INFO[ListItem.Label2]</label>
  278.                         </control>
  279.                         <control type="label">
  280.                             <posx>10</posx>
  281.                             <posy>12</posy>
  282.                             <width>230</width>
  283.                             <height>20</height>
  284.                             <font>font12caps</font>
  285.                             <textcolor>white</textcolor>
  286.                             <shadowcolor>black</shadowcolor>
  287.                             <selectedcolor>selected</selectedcolor>
  288.                             <align>left</align>
  289.                             <aligny>center</aligny>
  290.                             <label>$INFO[ListItem.Label]</label>
  291.                         </control>
  292.                     </focusedlayout>
  293.                     <content>
  294.                         <item id="1">
  295.                             <label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
  296.                             <label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
  297.                             <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.1.Path)])</onclick>
  298.                             <icon>-</icon>
  299.                             <thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb>
  300.                         </item>
  301.                         <item id="2">
  302.                             <label>$INFO[Window.Property(LatestEpisode.2.EpisodeTitle)]</label>
  303.                             <label2>$INFO[Window.Property(LatestEpisode.2.ShowTitle)] - $INFO[Window.Property(LatestEpisode.2.EpisodeNo)]</label2>
  304.                             <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.2.Path)])</onclick>
  305.                             <icon>-</icon>
  306.                             <thumb>$INFO[Window.Property(LatestEpisode.2.Thumb)]</thumb>
  307.                         </item>
  308.                         <item id="3">
  309.                             <label>$INFO[Window.Property(LatestEpisode.3.EpisodeTitle)]</label>
  310.                             <label2>$INFO[Window.Property(LatestEpisode.3.ShowTitle)] - $INFO[Window.Property(LatestEpisode.3.EpisodeNo)]</label2>
  311.                             <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.3.Path)])</onclick>
  312.                             <icon>-</icon>
  313.                             <thumb>$INFO[Window.Property(LatestEpisode.3.Thumb)]</thumb>
  314.                         </item>
  315.                         <item id="4">
  316.                             <label>$INFO[Window.Property(LatestEpisode.4.EpisodeTitle)]</label>
  317.                             <label2>$INFO[Window.Property(LatestEpisode.4.ShowTitle)] - $INFO[Window.Property(LatestEpisode.4.EpisodeNo)]</label2>
  318.                             <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.4.Path)])</onclick>
  319.                             <icon>-</icon>
  320.                             <thumb>$INFO[Window.Property(LatestEpisode.4.Thumb)]</thumb>
  321.                         </item>
  322.                     </content>
  323.                 </control>
  324.             </control>
  325.         <!-- Music -->
  326.             <control type="group">
  327.                 <posx>275r</posx>
  328.                 <posy>50</posy>
  329.                 <visible>Container(19000).HasFocus(3)</visible>
  330.                 <include>VisibleFadeEffect</include>
  331.                 <control type="image">
  332.                     <description>background</description>
  333.                     <posx>0</posx>
  334.                     <posy>0</posy>
  335.                     <width>250</width>
  336.                     <height>300</height>
  337.                     <colordiffuse>CCFFFFFF</colordiffuse>
  338.                     <texture border="10">KeyboardEditArea.png</texture>
  339.                 </control>
  340.                 <control type="label">
  341.                     <description>Title label</description>
  342.                     <posx>10</posx>
  343.                     <posy>5</posy>
  344.                     <height>20</height>
  345.                     <width>230</width>
  346.                     <label>31329</label>
  347.                     <align>left</align>
  348.                     <aligny>center</aligny>
  349.                     <font>font12caps_title</font>
  350.                     <textcolor>white</textcolor>
  351.                     <shadowcolor>black</shadowcolor>
  352.                 </control>
  353.                 <control type="image">
  354.                     <description>Main Icon</description>
  355.                     <posx>10</posx>
  356.                     <posy>30</posy>
  357.                     <width>230</width>
  358.                     <height>120</height>
  359.                     <aspectratio>keep</aspectratio>
  360.                     <align>right</align>
  361.                     <texture background="true">$INFO[Window.Property(LatestSong.1.Thumb)]</texture>
  362.                     <visible>!Control.HasFocus(8007)</visible>
  363.                     <include>VisibleFadeEffect</include>
  364.                 </control>
  365.                 <control type="image">
  366.                     <description>Main Icon</description>
  367.                     <posx>10</posx>
  368.                     <posy>30</posy>
  369.                     <width>230</width>
  370.                     <height>120</height>
  371.                     <aspectratio>keep</aspectratio>
  372.                     <fadetime>200</fadetime>
  373.                     <texture background="true">$INFO[Container(8007).ListItem.Thumb]</texture>
  374.                     <visible>Control.HasFocus(8007)</visible>
  375.                     <include>VisibleFadeEffect</include>
  376.                 </control>
  377.                 <control type="list" id="8007">
  378.                     <posx>0</posx>
  379.                     <posy>155</posy>
  380.                     <width>250</width>
  381.                     <height>136</height>
  382.                     <onleft>19000</onleft>
  383.                     <onright>8007</onright>
  384.                     <onup>8007</onup>
  385.                     <ondown>8007</ondown>
  386.                     <viewtype label="535">list</viewtype>
  387.                     <pagecontrol>-</pagecontrol>
  388.                     <scrolltime>0</scrolltime>
  389.                     <itemlayout height="34" width="230">
  390.                     <!--    <control type="label">
  391.                             <posx>10</posx>
  392.                             <posy>2</posy>
  393.                             <width>230</width>
  394.                             <height>10</height>
  395.                             <font>font10caps</font>
  396.                             <textcolor>grey</textcolor>
  397.                             <shadowcolor>black</shadowcolor>
  398.                             <selectedcolor>selected</selectedcolor>
  399.                             <align>left</align>
  400.                             <aligny>center</aligny>
  401.                             <label>$INFO[ListItem.Label2]</label>
  402.                         </control>  -->
  403.                         <control type="label">
  404.                             <posx>10</posx>
  405.                             <posy>6</posy>
  406.                             <width>230</width>
  407.                             <height>20</height>
  408.                             <font>font12caps</font>
  409.                             <textcolor>white</textcolor>
  410.                             <shadowcolor>black</shadowcolor>
  411.                             <selectedcolor>selected</selectedcolor>
  412.                             <align>left</align>
  413.                             <aligny>center</aligny>
  414.                             <label>$INFO[ListItem.Label]</label>
  415.                         </control>
  416.                     </itemlayout>
  417.                     <focusedlayout height="34" width="230">
  418.                         <control type="image">
  419.                             <posx>0</posx>
  420.                             <posy>0</posy>
  421.                             <width>250</width>
  422.                             <height>34</height>
  423.                             <texture>MenuItemFO.png</texture>
  424.                             <visible>Control.HasFocus(8007)</visible>
  425.                             <include>VisibleFadeEffect</include>
  426.                         </control>
  427.                     <!--    <control type="label">
  428.                             <posx>10</posx>
  429.                             <posy>2</posy>
  430.                             <width>230</width>
  431.                             <height>10</height>
  432.                             <font>font10caps</font>
  433.                             <textcolor>grey</textcolor>
  434.                             <shadowcolor>black</shadowcolor>
  435.                             <selectedcolor>selected</selectedcolor>
  436.                             <align>left</align>
  437.                             <aligny>center</aligny>
  438.                             <label>$INFO[ListItem.Label2]</label>
  439.                         </control>  -->
  440.                         <control type="label">
  441.                             <posx>10</posx>
  442.                             <posy>6</posy>
  443.                             <width>230</width>
  444.                             <height>20</height>
  445.                             <font>font12caps</font>
  446.                             <textcolor>white</textcolor>
  447.                             <shadowcolor>black</shadowcolor>
  448.                             <selectedcolor>selected</selectedcolor>
  449.                             <align>left</align>
  450.                             <aligny>center</aligny>
  451.                             <label>$INFO[ListItem.Label]</label>
  452.                         </control>
  453.                     </focusedlayout>
  454.                     <content>
  455.                         <item id="1">
  456.                             <label>$INFO[Window.Property(LatestSong.1.Artist)] - $INFO[Window.Property(LatestSong.1.Album)]</label>
  457.                             <label2></label2>
  458.                             <onclick>PlayMedia($INFO[Window.Property(LatestSong.1.Path)])</onclick>
  459.                             <icon>-</icon>
  460.                             <thumb>$INFO[Window.Property(LatestSong.1.Thumb)]</thumb>
  461.                         </item>
  462.                         <item id="2">
  463.                             <label>$INFO[Window.Property(LatestSong.2.Artist)] - $INFO[Window.Property(LatestSong.2.Album)]</label>
  464.                             <label2></label2>
  465.                             <onclick>PlayMedia($INFO[Window.Property(LatestSong.2.Path)])</onclick>
  466.                             <icon>-</icon>
  467.                             <thumb>$INFO[Window.Property(LatestSong.2.Thumb)]</thumb>
  468.                         </item>
  469.                         <item id="3">
  470.                             <label>$INFO[Window.Property(LatestSong.3.Artist)] - $INFO[Window.Property(LatestSong.3.Album)]</label>
  471.                             <label2></label2>
  472.                             <onclick>PlayMedia($INFO[Window.Property(LatestSong.3.Path)])</onclick>
  473.                             <icon>-</icon>
  474.                             <thumb>$INFO[Window.Property(LatestSong.3.Thumb)]</thumb>
  475.                         </item>
  476.                         <item id="4">
  477.                             <label>$INFO[Window.Property(LatestSong.4.Artist)] - $INFO[Window.Property(LatestSong.4.Album)]</label>
  478.                             <label2></label2>
  479.                             <onclick>PlayMedia($INFO[Window.Property(LatestSong.4.Path)])</onclick>
  480.                             <icon>-</icon>
  481.                             <thumb>$INFO[Window.Property(LatestSong.4.Thumb)]</thumb>
  482.                         </item>
  483.                     </content>
  484.                 </control>
  485.             </control>
  486.         </control>
  487.     </include>
  488. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement