Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 12.67 KB | None | 0 0
  1. <includes>
  2.     <include name="Recent-Added">
  3.         <include>Recent-Enabler</include>
  4.         <include>Recent-Count</include>
  5.         <include>Recent-List</include>
  6.     </include>
  7.    
  8.     <include name="Recent-Count-Label">
  9.         <height>50</height>
  10.         <width>400</width>
  11.         <textcolor>EEFFFFFF</textcolor>
  12.         <shadowcolor>66000000</shadowcolor>
  13.         <font>Large</font>
  14.         <align>right</align>
  15.         <aligny>center</aligny>
  16.         <include>visiblehidefade</include>
  17.     </include>
  18.    
  19.     <include name="Recent-Count">
  20.         <control type="group">
  21.        
  22.             <posx>1700</posx>
  23.             <posy>100</posy>
  24.            
  25.             <animation type="WindowOpen" reversible="false">
  26.                 <effect type="fade" start="0" end="100" time="300" delay="500" />
  27.             </animation>
  28.             <animation type="WindowClose" reversible="false">
  29.                 <effect type="fade" start="100" end="0" time="300" />
  30.             </animation>
  31.            
  32.             <control type="image">
  33.                 <posx>15</posx>
  34.                 <width>100</width>
  35.                 <height>100</height>
  36.                 <texture>$INFO[System.ProfileThumb]</texture>
  37.             </control>
  38.            
  39.             <control type="image">
  40.                 <posy>-2</posy>
  41.                 <posx>13</posx>
  42.                 <width>104</width>
  43.                 <height>104</height>
  44.                 <texture>windows/home/avatar_overlay.png</texture>
  45.             </control>
  46.            
  47.             <control type="image">
  48.                 <posx>-43</posx>
  49.                 <posy>51</posy>
  50.                 <width>50</width>
  51.                 <height>50</height>
  52.                 <texture>windows/home/movies.png</texture>
  53.                 <animation type="Conditional" condition="true" loop="true" reversible="false">
  54.                     <effect type="fade" start="0" end="100" time="300" />
  55.                     <effect type="fade" start="100" end="0" delay="10000" time="300" />
  56.                     <effect type="slide" end="0" time="30900" />
  57.                 </animation>
  58.             </control>
  59.            
  60.             <control type="image">
  61.                 <posx>-43</posx>
  62.                 <posy>51</posy>
  63.                 <width>50</width>
  64.                 <height>50</height>
  65.                 <texture>windows/home/tvshows.png</texture>
  66.                 <animation type="Conditional" condition="true" loop="true" reversible="false">
  67.                     <effect type="fade" start="0" end="100" delay="10300" time="300" />
  68.                     <effect type="fade" start="100" end="0" delay="20300" time="300" />
  69.                     <effect type="slide" end="0" time="30900" />
  70.                 </animation>
  71.             </control>
  72.            
  73.             <control type="image">
  74.                 <posx>-43</posx>
  75.                 <posy>51</posy>
  76.                 <width>50</width>
  77.                 <height>50</height>
  78.                 <texture>windows/home/music.png</texture>
  79.                 <animation type="Conditional" condition="true" loop="true" reversible="false">
  80.                     <effect type="fade" start="0" end="100" delay="20600" time="300" />
  81.                     <effect type="fade" start="100" end="0" delay="30600" time="300" />
  82.                 </animation>
  83.             </control>
  84.            
  85.             <control type="label">
  86.                 <include>Recent-Count-Label</include>
  87.                 <label>$INFO[System.ProfileName]</label>
  88.             </control>
  89.        
  90.             <control type="label">
  91.                 <posy>50</posy>
  92.                 <posx>-45</posx>
  93.                 <include>Recent-Count-Label</include>
  94.                 <label fallback=" 0">$INFO[Window.Property(Movies.Count)]</label>
  95.                 <animation type="Conditional" condition="true" loop="true" reversible="false">
  96.                     <effect type="fade" start="0" end="100" time="300" />
  97.                     <effect type="fade" start="100" end="0" delay="10000" time="300" />
  98.                     <effect type="slide" end="0" time="30900" />
  99.                 </animation>
  100.             </control>
  101.            
  102.             <control type="label">
  103.                 <posy>50</posy>
  104.                 <posx>-45</posx>
  105.                 <include>Recent-Count-Label</include>
  106.                 <label fallback=" 0">$INFO[Window.Property(TVShows.Count)]</label>
  107.                 <animation type="Conditional" condition="true" loop="true" reversible="false">
  108.                     <effect type="fade" start="0" end="100" delay="10300" time="300" />
  109.                     <effect type="fade" start="100" end="0" delay="20300" time="300" />
  110.                     <effect type="slide" end="0" time="30900" />
  111.                 </animation>
  112.             </control>
  113.            
  114.             <control type="label">
  115.                 <posy>50</posy>
  116.                 <posx>-45</posx>
  117.                 <include>Recent-Count-Label</include>
  118.                 <label fallback=" 0">$INFO[Window.Property(Music.SongsCount)]</label>
  119.                 <animation type="Conditional" condition="true" loop="true" reversible="false">
  120.                     <effect type="fade" start="0" end="100" delay="20600" time="300" />
  121.                     <effect type="fade" start="100" end="0" delay="30600" time="300" />
  122.                 </animation>
  123.             </control>
  124.         </control>
  125.     </include>
  126.  
  127.     <include name="Recent-List">
  128.         <control type="wraplist" id="82">
  129.             <visible allowhiddenfocus="true">Control.HasFocus(82)</visible>
  130.             <posx>112</posx>
  131.             <posy>427</posy>
  132.             <width>633</width>
  133.             <height>437</height>
  134.             <onup>82</onup>
  135.             <ondown>82</ondown>
  136.             <onleft>20</onleft>
  137.             <onright>20</onright>
  138.             <scrolltime>0</scrolltime>
  139.             <focusposition>0</focusposition>
  140.             <orientation>vertical</orientation>
  141.             <include>RecentAnimation</include>
  142.             <include>ShutdownFavAnimation</include>
  143.             <itemlayout height="1" width="1" />
  144.             <focusedlayout height="633" width="437">
  145.                 <control type="image">
  146.                     <animation type="Focus" condition="Container(82).OnNext | Container(82).OnPrevious">
  147.                         <effect type="fade" start="0" end="100" time="250" tween="sine" easing="inout" />
  148.                     </animation>
  149.                     <animation type="Unfocus" condition="Container(82).OnNext | Container(82).OnPrevious">
  150.                         <effect type="fade" start="100" end="0" time="250" tween="sine" easing="inout" />
  151.                     </animation>
  152.                     <visible>!Skin.HasSetting(HideHomePosters)</visible>
  153.                     <posx>0</posx>
  154.                     <posy>0</posy>
  155.                     <width>633</width>
  156.                     <height>437</height>
  157.                     <aspectratio scalediffuse="false">scale</aspectratio>
  158.                     <texture diffuse="osd/recently-added/diffuse.png">$INFO[ListItem.thumb]</texture>
  159.                 </control>
  160.                 <control type="image">
  161.                     <posx>0</posx>
  162.                     <posy>0</posy>
  163.                     <width>633</width>
  164.                     <height>437</height>
  165.                     <aspectratio scalediffuse="false">scale</aspectratio>
  166.                     <texture>osd/recently-added/overlay.png</texture>
  167.                 </control>
  168.                 <control type="label">
  169.                     <animation type="Focus" condition="Container(82).OnNext | Container(82).OnPrevious">
  170.                         <effect type="fade" start="0" end="100" time="250" tween="sine" easing="inout" />
  171.                     </animation>
  172.                     <animation type="Unfocus" condition="Container(82).OnNext | Container(82).OnPrevious">
  173.                         <effect type="fade" start="100" end="0" time="250" tween="sine" easing="inout" />
  174.                     </animation>
  175.                     <textcolor>CCFFFFFF</textcolor>
  176.                     <font>HomeScreenMedium</font>
  177.                     <align>right</align>
  178.                     <posx>-60r</posx>
  179.                     <posy>173</posy>
  180.                     <width>460</width>
  181.                     <height>437</height>
  182.                     <info>ListItem.Label</info>
  183.                 </control>
  184.                 <control type="label">
  185.                     <animation type="Focus" condition="Container(82).OnNext | Container(82).OnPrevious">
  186.                         <effect type="fade" start="0" end="100" time="250" tween="sine" easing="inout" />
  187.                     </animation>
  188.                     <animation type="Unfocus" condition="Container(82).OnNext | Container(82).OnPrevious">
  189.                         <effect type="fade" start="100" end="0" time="250" tween="sine" easing="inout" />
  190.                     </animation>
  191.                     <colordiffuse>99FFFFFF</colordiffuse>
  192.                     <font>HomeScreenSmall</font>
  193.                     <align>right</align>
  194.                     <posx>-60r</posx>
  195.                     <posy>133</posy>
  196.                     <width>460</width>
  197.                     <height>437</height>
  198.                     <label>[COLOR=88FFFFFF]Neue Filme - [/COLOR][COLOR=FF2C9EC7]Film abspielen[/COLOR]</label>
  199.                 </control>
  200.             </focusedlayout>
  201.             <content>
  202.                 <item id="1">
  203.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.1.Path)])</onclick>
  204.                     <onclick>SetFocus(20)</onclick>
  205.                     <thumb>$INFO[window.property(LatestMovie.1.Fanart)]</thumb>
  206.                     <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
  207.                     <visible>!IsEmpty(Window.Property(LatestMovie.1.Title))</visible>
  208.                     <visible>Container(20).HasFocus(2)</visible>
  209.                 </item>
  210.                 <item id="2">
  211.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.2.Path)])</onclick>
  212.                     <onclick>SetFocus(20)</onclick>
  213.                     <thumb>$INFO[window.property(LatestMovie.2.Fanart)]</thumb>
  214.                     <label>$INFO[Window.Property(LatestMovie.2.Title)]</label>
  215.                     <visible>!IsEmpty(Window.Property(LatestMovie.2.Title))</visible>
  216.                     <visible>Container(20).HasFocus(2)</visible>
  217.                 </item>
  218.                 <item id="3">
  219.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.3.Path)])</onclick>
  220.                     <onclick>SetFocus(20)</onclick>
  221.                     <thumb>$INFO[window.property(LatestMovie.3.Fanart)]</thumb>
  222.                     <label>$INFO[Window.Property(LatestMovie.3.Title)]</label>
  223.                     <visible>!IsEmpty(Window.Property(LatestMovie.3.Title))</visible>
  224.                     <visible>Container(20).HasFocus(2)</visible>
  225.                 </item>
  226.                 <item id="4">
  227.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.4.Path)])</onclick>
  228.                     <onclick>SetFocus(20)</onclick>
  229.                     <thumb>$INFO[window.property(LatestMovie.4.Fanart)]</thumb>
  230.                     <label>$INFO[Window.Property(LatestMovie.4.Title)]</label>
  231.                     <visible>!IsEmpty(Window.Property(LatestMovie.4.Title))</visible>
  232.                     <visible>Container(20).HasFocus(2)</visible>
  233.                 </item>
  234.                 <item id="5">
  235.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.5.Path)])</onclick>
  236.                     <onclick>SetFocus(20)</onclick>
  237.                     <thumb>$INFO[window.property(LatestMovie.5.Fanart)]</thumb>
  238.                     <label>$INFO[Window.Property(LatestMovie.5.Title)]</label>
  239.                     <visible>!IsEmpty(Window.Property(LatestMovie.5.Title))</visible>
  240.                     <visible>Container(20).HasFocus(2)</visible>
  241.                 </item>
  242.                 <item id="6">
  243.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.1.Path)])</onclick>
  244.                     <onclick>SetFocus(20)</onclick>
  245.                     <thumb>$INFO[window.property(LatestEpisode.1.Thumb)]</thumb>
  246.                     <label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
  247.                     <visible>!IsEmpty(Window.Property(LatestEpisode.1.ShowTitle))</visible>
  248.                     <visible>Container(20).HasFocus(3)</visible>
  249.                 </item>
  250.                 <item id="7">
  251.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.2.Path)])</onclick>
  252.                     <onclick>SetFocus(20)</onclick>
  253.                     <thumb>$INFO[window.property(LatestEpisode.2.Thumb)]</thumb>
  254.                     <label>$INFO[Window.Property(LatestEpisode.2.EpisodeTitle)]</label>
  255.                     <visible>!IsEmpty(Window.Property(LatestEpisode.2.ShowTitle))</visible>
  256.                     <visible>Container(20).HasFocus(3)</visible>
  257.                 </item>
  258.                 <item id="8">
  259.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.3.Path)])</onclick>
  260.                     <onclick>SetFocus(20)</onclick>
  261.                     <thumb>$INFO[window.property(LatestEpisode.3.Thumb)]</thumb>
  262.                     <label>$INFO[Window.Property(LatestEpisode.3.EpisodeTitle)]</label>
  263.                     <visible>!IsEmpty(Window.Property(LatestEpisode.3.ShowTitle))</visible>
  264.                     <visible>Container(20).HasFocus(3)</visible>
  265.                 </item>
  266.                 <item id="9">
  267.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.4.Path)])</onclick>
  268.                     <onclick>SetFocus(20)</onclick>
  269.                     <thumb>$INFO[window.property(LatestEpisode.4.Thumb)]</thumb>
  270.                     <label>$INFO[Window.Property(LatestEpisode.4.EpisodeTitle)]</label>
  271.                     <visible>!IsEmpty(Window.Property(LatestEpisode.4.ShowTitle))</visible>
  272.                     <visible>Container(20).HasFocus(3)</visible>
  273.                 </item>
  274.                 <item id="10">
  275.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.5.Path)])</onclick>
  276.                     <onclick>SetFocus(20)</onclick>
  277.                     <thumb>$INFO[window.property(LatestEpisode.5.Thumb)]</thumb>
  278.                     <label>$INFO[Window.Property(LatestEpisode.5.EpisodeTitle)]</label>
  279.                     <visible>!IsEmpty(Window.Property(LatestEpisode.5.ShowTitle))</visible>
  280.                     <visible>Container(20).HasFocus(3)</visible>
  281.                 </item>
  282.                 <item id="11">
  283.                     <onclick>$INFO[Window.Property(LatestSong.1.Path),PlayMedia(,)]</onclick>
  284.                     <onclick>SetFocus(20)</onclick>
  285.                     <visible>!IsEmpty(Window.Property(LatestSong.1.Title))</visible>
  286.                     <visible>Container(20).HasFocus(5)</visible>
  287.                 </item>
  288.                 <item id="12">
  289.                     <onclick>$INFO[Window.Property(LatestSong.2.Path),PlayMedia(,)]</onclick>
  290.                     <onclick>SetFocus(20)</onclick>
  291.                     <visible>!IsEmpty(Window.Property(LatestSong.2.Title))</visible>
  292.                     <visible>Container(20).HasFocus(5)</visible>
  293.                 </item>
  294.                 <item id="13">
  295.                     <onclick>$INFO[Window.Property(LatestSong.3.Path),PlayMedia(,)]</onclick>
  296.                     <onclick>SetFocus(20)</onclick>
  297.                     <visible>!IsEmpty(Window.Property(LatestSong.3.Title))</visible>
  298.                     <visible>Container(20).HasFocus(5)</visible>
  299.                 </item>
  300.             </content>
  301.         </control>
  302.         <control type="image" id="2082">
  303.             <animation type="Visible">
  304.                 <effect type="zoom" start="112,427,633,437" end="564,740,211,146" time="400" tween="sine" easing="inout" />
  305.             </animation>
  306.             <animation type="Hidden">
  307.                 <effect type="zoom" start="564,740,211,146" end="112,427,633,437" time="400" tween="sine" easing="inout" />
  308.             </animation>
  309.             <posx>112</posx>
  310.             <posy>427</posy>
  311.             <width>633</width>
  312.             <height>437</height>
  313.             <aspectratio scalediffuse="false">scale</aspectratio>
  314.             <include>ShutdownFavAnimation</include>
  315.             <texture diffuse="windows/home/panel_menu-diffuse.png">$INFO[Container(20).ListItem(0).actualicon]</texture>
  316.             <visible>Control.HasFocus(82)</visible>
  317.         </control>
  318.     </include>
  319. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement