Advertisement
Guest User

Xeebo/includes_home_alt.xml

a guest
Feb 16th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 29.37 KB | None | 0 0
  1. <includes>
  2.     <include name="AltHomeStyle">
  3.         <control type="image">
  4.             <description>browse background</description>
  5.             <posx>32</posx>
  6.             <posy>10</posy>
  7.             <width>1216</width>
  8.             <height>90</height>
  9.             <texture>backgrounds/background_top_alt.png</texture>
  10.             <animation effect="fade" start="100" end="80" condition="Skin.HasSetting(BackgroundVisibilty_High)">Conditional</animation>
  11.             <animation effect="fade" start="100" end="90" condition="Skin.HasSetting(BackgroundVisibilty_Med)">Conditional</animation>
  12.         </control>
  13.         <control type="image">
  14.             <animation type="Conditional" condition="Window.IsVisible(custom_51_main_menu.xml)" reversible="true">
  15.                 <effect type="slide" start="0,0" end="230,0" time="120" delay="180"/>
  16.             </animation>
  17.             <description>browse background</description>
  18.             <posx>12</posx>
  19.             <posy>102</posy>
  20.             <width>1236</width>
  21.             <height>608</height>
  22.             <texture>backgrounds/background_bottom_alt.png</texture>
  23.             <animation effect="fade" start="100" end="80" condition="Skin.HasSetting(BackgroundVisibilty_High)">Conditional</animation>
  24.             <animation effect="fade" start="100" end="90" condition="Skin.HasSetting(BackgroundVisibilty_Med)">Conditional</animation>
  25.         </control>
  26.         <control type="group">
  27.             <posx>238</posx>
  28.             <posy>16</posy>
  29.             <visible>Player.HasMedia + !Player.Caching + !Window.IsVisible(progressdialog) + !SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>
  30.             <animation effect="fade" time="200">VisibleChange</animation>
  31.             <control type="fadelabel">
  32.                 <description>Now Playing Label (Video Title)</description>
  33.                 <visible>IsEmpty(VideoPlayer.Episode)</visible>
  34.                 <posx>12</posx>
  35.                 <posy>0</posy>
  36.                 <width>420</width>
  37.                 <height>36</height>
  38.                 <textcolor>yellow</textcolor>
  39.                 <align>left</align>
  40.                 <aligny>center</aligny>
  41.                 <font>font23</font>
  42.                 <visible>Player.HasVideo</visible>
  43.                 <scrollout>false</scrollout>
  44.                 <pauseatend>4000</pauseatend>
  45.                 <label>$LOCALIZE[31110]: $INFO[VideoPlayer.Title]</label>
  46.             </control>
  47.             <control type="fadelabel">
  48.                 <description>Now Playing Label (TV Show Title)</description>
  49.                 <visible>!IsEmpty(VideoPlayer.Episode)</visible>
  50.                 <posx>12</posx>
  51.                 <posy>0</posy>
  52.                 <width>420</width>
  53.                 <height>36</height>
  54.                 <textcolor>yellow</textcolor>
  55.                 <align>left</align>
  56.                 <aligny>center</aligny>
  57.                 <font>font23</font>
  58.                 <visible>Player.HasVideo</visible>
  59.                 <scrollout>false</scrollout>
  60.                 <pauseatend>4000</pauseatend>
  61.                 <label>$INFO[VideoPlayer.TVShowTitle,$LOCALIZE[31110]: ]</label>
  62.                 <label>$INFO[VideoPlayer.Title,$LOCALIZE[31110]: ]</label>
  63.             </control>
  64.             <control type="fadelabel">
  65.                 <description>Now Playing Label (Music Artist)</description>
  66.                 <posx>12</posx>
  67.                 <posy>0</posy>
  68.                 <width>420</width>
  69.                 <height>36</height>
  70.                 <font>font23</font>
  71.                 <textcolor>yellow</textcolor>
  72.                 <align>left</align>
  73.                 <aligny>center</aligny>
  74.                 <visible>Player.HasAudio</visible>
  75.                 <scrollout>false</scrollout>
  76.                 <pauseatend>4000</pauseatend>
  77.                 <label>$INFO[MusicPlayer.Artist,$LOCALIZE[31110]: ]</label>
  78.                 <label>$INFO[MusicPlayer.Title,$LOCALIZE[31110]: ]</label>
  79.             </control>
  80.         </control>
  81.         <control type="group">
  82.             <include>Window_Fade_Animation</include>
  83.             <posx>250</posx>
  84.             <posy>20</posy>
  85.             <control type="grouplist">
  86.                 <width>982</width>
  87.                 <height>48</height>
  88.                 <align>right</align>
  89.                 <itemgap>0</itemgap>
  90.                 <orientation>horizontal</orientation>
  91.                 <control type="rss">
  92.                     <description>RSS control</description>
  93.                     <width>870</width>
  94.                     <height>33</height>
  95.                     <font>light21</font>
  96.                     <textcolor>white</textcolor>
  97.                     <headlinecolor>white</headlinecolor>
  98.                     <titlecolor>green</titlecolor>
  99.                     <urlset>1</urlset>
  100.                     <animation effect="fade" time="200" start="100" end="0" condition="Player.HasMedia">Conditional</animation>
  101.                     <visible>system.getbool(lookandfeel.enablerssfeeds) + !Skin.HasSetting(WeatherIcon) + !Skin.HasSetting(VolumeButton) + !Player.HasMedia</visible>
  102.                 </control>
  103.                 <control type="rss">
  104.                     <description>RSS control</description>
  105.                     <width>802</width>
  106.                     <height>33</height>
  107.                     <font>light21</font>
  108.                     <textcolor>white</textcolor>
  109.                     <headlinecolor>white</headlinecolor>
  110.                     <titlecolor>green</titlecolor>
  111.                     <urlset>1</urlset>
  112.                     <animation effect="fade" time="200" start="100" end="0" condition="Player.HasMedia">Conditional</animation>
  113.                     <visible>system.getbool(lookandfeel.enablerssfeeds) + Skin.HasSetting(WeatherIcon) + !Skin.HasSetting(VolumeButton) + !Player.HasMedia</visible>
  114.                 </control>
  115.                 <control type="rss">
  116.                     <description>RSS control</description>
  117.                     <width>798</width>
  118.                     <height>33</height>
  119.                     <font>light21</font>
  120.                     <textcolor>white</textcolor>
  121.                     <headlinecolor>white</headlinecolor>
  122.                     <titlecolor>green</titlecolor>
  123.                     <urlset>1</urlset>
  124.                     <animation effect="fade" time="200" start="100" end="0" condition="Player.HasMedia">Conditional</animation>
  125.                     <visible>system.getbool(lookandfeel.enablerssfeeds) + !Skin.HasSetting(WeatherIcon) + Skin.HasSetting(VolumeButton) + !Player.HasMedia</visible>
  126.                 </control>
  127.                 <control type="rss">
  128.                     <description>RSS control</description>
  129.                     <width>728</width>
  130.                     <height>33</height>
  131.                     <font>light21</font>
  132.                     <textcolor>white</textcolor>
  133.                     <headlinecolor>white</headlinecolor>
  134.                     <titlecolor>green</titlecolor>
  135.                     <urlset>1</urlset>
  136.                     <animation effect="fade" time="200" start="100" end="0" condition="Player.HasMedia">Conditional</animation>
  137.                     <visible>system.getbool(lookandfeel.enablerssfeeds) + Skin.HasSetting(WeatherIcon) + Skin.HasSetting(VolumeButton) + !Player.HasMedia</visible>
  138.                 </control>
  139.                 <control type="group">
  140.                     <visible>system.getbool(lookandfeel.enablerssfeeds) + !Player.HasMedia</visible>
  141.                     <width>17</width>
  142.                     <height>33</height>
  143.                     <control type="image">
  144.                         <description>left dotted line</description>
  145.                         <width>3</width>
  146.                         <height>33</height>
  147.                         <texture>icons/dotted_line_divider.png</texture>
  148.                     </control>
  149.                 </control>
  150.                 <control type="label">
  151.                     <visible>!system.getbool(lookandfeel.enablerssfeeds) | [system.getbool(lookandfeel.enablerssfeeds) + Player.HasMedia]</visible>
  152.                     <width min="0" max="400">auto</width>
  153.                     <height>33</height>
  154.                     <info>System.Date</info>
  155.                     <aligny>center</aligny>
  156.                     <font>font23</font>
  157.                     <textcolor>grey</textcolor>
  158.                 </control>
  159.                 <control type="group">
  160.                     <visible>!system.getbool(lookandfeel.enablerssfeeds) | [system.getbool(lookandfeel.enablerssfeeds) + Player.HasMedia]</visible>
  161.                     <width>31</width>
  162.                     <height>33</height>
  163.                     <control type="image">
  164.                         <description>left dotted line</description>
  165.                         <posx>14</posx>
  166.                         <width>3</width>
  167.                         <height>33</height>
  168.                         <texture>icons/dotted_line_divider.png</texture>
  169.                     </control>
  170.                 </control>
  171.                 <control type="group">
  172.                     <visible>Skin.HasSetting(WeatherIcon) + Weather.IsFetched</visible>
  173.                     <width>38</width>
  174.                     <height>48</height>
  175.                     <control type="image">
  176.                         <description>Weather image</description>
  177.                         <posx>-6</posx>
  178.                         <posy>-6</posy>
  179.                         <height>48</height>
  180.                         <width>48</width>
  181.                         <texture>$INFO[Window(Weather).Property(Current.FanartCode),weather/,.png]</texture>
  182.                     </control>
  183.                 </control>
  184.                 <control type="group">
  185.                     <visible>Skin.HasSetting(WeatherIcon) + !Weather.IsFetched</visible>
  186.                     <width>38</width>
  187.                     <height>48</height>
  188.                     <control type="image">
  189.                         <description>Weather image</description>
  190.                         <posx>-6</posx>
  191.                         <posy>-6</posy>
  192.                         <height>48</height>
  193.                         <width>48</width>
  194.                         <texture>weather/na.png</texture>
  195.                     </control>
  196.                 </control>
  197.                 <control type="group">
  198.                     <visible>Skin.HasSetting(WeatherIcon)</visible>
  199.                     <width>31</width>
  200.                     <height>33</height>
  201.                     <control type="image">
  202.                         <description>left dotted line</description>
  203.                         <posx>14</posx>
  204.                         <width>3</width>
  205.                         <height>33</height>
  206.                         <texture>icons/dotted_line_divider.png</texture>
  207.                     </control>
  208.                 </control>
  209.                 <control type="label">
  210.                     <width min="0" max="100">auto</width>
  211.                     <height>33</height>
  212.                     <info>System.Time(hh:mm)</info>
  213.                     <font>font23</font>
  214.                     <aligny>center</aligny>
  215.                     <textcolor>white</textcolor>
  216.                 </control>
  217.                 <control type="group">
  218.                     <visible>substring(system.time,AM,right) | substring(system.time,PM,right)</visible>
  219.                     <width>34</width>
  220.                     <height>24</height>
  221.                     <control type="image">
  222.                         <visible>substring(system.time,AM,right)</visible>
  223.                         <posx>6</posx>
  224.                         <posy>4</posy>
  225.                         <width>28</width>
  226.                         <height>24</height>
  227.                         <texture>icons/icon_clock_am.png</texture>
  228.                         <colordiffuse>lightgrey</colordiffuse>
  229.                     </control>
  230.                     <control type="image">
  231.                         <visible>substring(system.time,PM,right)</visible>
  232.                         <posx>6</posx>
  233.                         <posy>4</posy>
  234.                         <width>28</width>
  235.                         <height>24</height>
  236.                         <texture>icons/icon_clock_pm.png</texture>
  237.                         <colordiffuse>lightgrey</colordiffuse>
  238.                     </control>
  239.                 </control>
  240.                 <control type="group">
  241.                     <visible>Skin.HasSetting(VolumeButton)</visible>
  242.                     <width>31</width>
  243.                     <height>33</height>
  244.                     <control type="image">
  245.                         <description>left dotted line</description>
  246.                         <posx>14</posx>
  247.                         <width>3</width>
  248.                         <height>33</height>
  249.                         <texture>icons/dotted_line_divider.png</texture>
  250.                     </control>
  251.                 </control>
  252.                 <control type="group">
  253.                     <visible>Skin.HasSetting(VolumeButton)</visible>
  254.                     <width>42</width>
  255.                     <height>32</height>
  256.                     <control type="image">
  257.                         <posy>2</posy>
  258.                         <width>42</width>
  259.                         <height>32</height>
  260.                         <texture>icons/icon_volume.png</texture>
  261.                         <colordiffuse>green</colordiffuse>
  262.                     </control>
  263.                     <control type="image">
  264.                         <posy>2</posy>
  265.                         <width>42</width>
  266.                         <height>32</height>
  267.                         <texture>icons/icon_volume_low.png</texture>
  268.                         <colordiffuse>green</colordiffuse>
  269.                         <visible>IntegerGreaterThan(Player.Volume,-60)</visible>
  270.                     </control>
  271.                     <control type="image">
  272.                         <posy>2</posy>
  273.                         <width>42</width>
  274.                         <height>32</height>
  275.                         <texture>icons/icon_volume_med.png</texture>
  276.                         <colordiffuse>green</colordiffuse>
  277.                         <visible>IntegerGreaterThan(Player.Volume,-40)</visible>
  278.                     </control>
  279.                     <control type="image">
  280.                         <posy>2</posy>
  281.                         <width>42</width>
  282.                         <height>32</height>
  283.                         <texture>icons/icon_volume_high.png</texture>
  284.                         <colordiffuse>green</colordiffuse>
  285.                         <visible>IntegerGreaterThan(Player.Volume,-20)</visible>
  286.                     </control>
  287.                 </control>
  288.             </control>
  289.         </control>
  290.         <control type="image">
  291.             <description>xbmc image</description>
  292.             <animation effect="fade" time="200" start="100" end="0" condition="Player.HasMedia">Conditional</animation>
  293.             <posx>248</posx>
  294.             <posy>20</posy>
  295.             <width>38</width>
  296.             <height>38</height>
  297.             <texture>icons/xbmcicon.png</texture>
  298.         </control>
  299.         <control type="group">
  300.             <posx>10</posx>
  301.             <posy>10</posy>
  302.             <width>220</width>
  303.             <height>700</height>
  304.             <control type="group">
  305.                 <control type="image">
  306.                     <posx>0</posx>
  307.                     <posy>0</posy>
  308.                     <width>220</width>
  309.                     <height>90</height>
  310.                     <texture>backgrounds/nowplaying_background.png</texture>
  311.                 </control>
  312.                 <control type="grouplist">
  313.                     <posx>6</posx>
  314.                     <posy>12</posy>
  315.                     <height>68</height>
  316.                     <width>212</width>
  317.                     <itemgap>14</itemgap>
  318.                     <align>center</align>
  319.                     <usecontrolcoords>true</usecontrolcoords>
  320.                     <orientation>horizontal</orientation>
  321.                     <control type="image">
  322.                         <description>Weather image</description>
  323.                         <height>68</height>
  324.                         <width>68</width>
  325.                         <info>Window(Weather).Property(Current.ConditionIcon)</info>
  326.                         <visible>Weather.IsFetched</visible>
  327.                     </control>
  328.                     <control type="image">
  329.                         <description>Weather image</description>
  330.                         <posx>20</posx>
  331.                         <height>68</height>
  332.                         <width>68</width>
  333.                         <texture>icons/icon_weather_na.png</texture>
  334.                         <visible>!Weather.IsFetched</visible>
  335.                     </control>
  336.                     <control type="label">
  337.                         <posy>6</posy>
  338.                         <height>68</height>
  339.                         <width>124</width>
  340.                         <font>font36</font>
  341.                         <label>31122</label>
  342.                         <textcolor>lightgrey</textcolor>
  343.                         <visible>!Weather.IsFetched | [Weather.IsFetched + StringCompare(Window(Weather).Property(Current.Temperature),$LOCALIZE[503])]</visible>
  344.                     </control>
  345.                     <control type="grouplist">
  346.                         <visible>Weather.IsFetched + !StringCompare(Window(Weather).Property(Current.Temperature),$LOCALIZE[503])</visible>
  347.                         <posy>-3</posy>
  348.                         <height>68</height>
  349.                         <width>160</width>
  350.                         <itemgap>0</itemgap>
  351.                         <orientation>horizontal</orientation>
  352.                         <control type="label">
  353.                             <description>Current Temperature</description>
  354.                             <height>68</height>
  355.                             <width min="0" max="124">auto</width>
  356.                             <font>font48b</font>
  357.                             <info>Window(Weather).Property(Current.Temperature)</info>
  358.                         </control>
  359.                         <control type="group">
  360.                             <height>68</height>
  361.                             <width>40</width>
  362.                             <control type="label">
  363.                                 <description>Current Temperature</description>
  364.                                 <posy>7</posy>
  365.                                 <height>68</height>
  366.                                 <width>40</width>
  367.                                 <font>font28</font>
  368.                                 <textcolor>lightgrey</textcolor>
  369.                                 <info>System.TemperatureUnits</info>
  370.                             </control>
  371.                         </control>
  372.                     </control>
  373.                 </control>
  374.                 <control type="group">
  375.                     <animation type="Conditional" condition="ControlGroup(8210).HasFocus | ControlGroup(8220).HasFocus | ControlGroup(8240).HasFocus">
  376.                         <effect type="fade" start="100" end="0" time="180"/>
  377.                         <effect type="slide" start="0,0" end="-220,0" time="120"/>
  378.                     </animation>
  379.                     <posx>0</posx>
  380.                     <posy>92</posy>
  381.                 </control>
  382.             </control>
  383.         </control>
  384.         <include>Main_Menu_Slide_Animation</include>
  385.         <include>Common_Main_Menu_Button</include>
  386.         <control type="panel" id="56">
  387.             <animation type="Conditional" condition="Window.IsVisible(custom_51_main_menu.xml)" reversible="true">
  388.                 <effect type="fade" start="100" end="50" time="180"/>
  389.                 <effect type="slide" start="0,0" end="230,0" time="120" delay="180"/>
  390.             </animation>
  391.             <posx>32</posx>
  392.             <posy>112</posy>
  393.             <width>1216</width>
  394.             <height>588</height>
  395.             <onleft>SetFocus(5199)</onleft>
  396.             <onright>noop</onright>
  397.             <onup>noop</onup>
  398.             <ondown>noop</ondown>
  399.             <scrolltime>200</scrolltime>
  400.             <viewtype label="536">list</viewtype>
  401.             <pagecontrol>60</pagecontrol>
  402.             <orientation>vertical</orientation>
  403.             <preloaditems>2</preloaditems>
  404.             <itemlayout height="196" width="196">
  405.                 <control type="image">
  406.                     <posx>2</posx>
  407.                     <posy>2</posy>
  408.                     <width>192</width>
  409.                     <height>192</height>
  410.                     <texture>views/frame_device_sq.png</texture>
  411.                 </control>
  412.                 <control type="image">
  413.                     <posx>12</posx>
  414.                     <posy>12</posy>
  415.                     <width>172</width>
  416.                     <height>172</height>
  417.                     <info>ListItem.Art(thumb)</info>
  418.                     <texture background="false"/>
  419.                     <bordersize>4</bordersize>
  420.                     <bordertexture>views/info_cover_border.png</bordertexture>
  421.                     <visible>!StringCompare(ListItem.Label2,Custom)</visible>
  422.                 </control>
  423.                 <control type="image">
  424.                     <posx>12</posx>
  425.                     <posy>12</posy>
  426.                     <width>172</width>
  427.                     <height>172</height>
  428.                     <info>ListItem.Art(thumb)</info>
  429.                     <texture background="false"/>
  430.                     <bordersize>4</bordersize>
  431.                     <bordertexture>grey.png</bordertexture>
  432.                     <visible>StringCompare(ListItem.Label2,Custom)</visible>
  433.                 </control>
  434.             </itemlayout>
  435.             <focusedlayout height="196" width="196">
  436.                 <control type="image">
  437.                     <posx>2</posx>
  438.                     <posy>2</posy>
  439.                     <width>192</width>
  440.                     <height>192</height>
  441.                     <texture>views/frame_device_sq.png</texture>
  442.                 </control>
  443.                 <control type="group">
  444.                     <visible>!Skin.HasSetting(Hide_Focus_Panel)</visible>
  445.                     <control type="image">
  446.                         <description>yellow hover frame for media with metadata</description>
  447.                         <posx>0</posx>
  448.                         <posy>164</posy>
  449.                         <width>196</width>
  450.                         <height>172</height>
  451.                         <animation type="Focus">
  452.                             <effect type="fade" time="10" delay="250"/>
  453.                             <effect type="slide" tween="circle" easing="out" start="0,-172" end="0,0" time="250" delay="250"/>
  454.                         </animation>
  455.                         <texture>views/hover_frame_device_capsule.png</texture>
  456.                         <visible>Container(56).Row(0) | Container(56).Row(1)</visible>
  457.                     </control>
  458.                     <control type="textbox">
  459.                         <description>hover label for items with metadata</description>
  460.                         <posx>15</posx>
  461.                         <posy>196</posy>
  462.                         <width>166</width>
  463.                         <height>130</height>
  464.                         <font>font21sq</font>
  465.                         <align>left</align>
  466.                         <aligny>top</aligny>
  467.                         <animation type="Focus">
  468.                             <effect type="fade" end="100" time="200" delay="300"/>
  469.                             <effect type="slide" tween="circle" easing="out" start="0,-172" end="0,0" time="250" delay="250"/>
  470.                         </animation>
  471.                         <label>$INFO[ListItem.Label]</label>
  472.                         <visible>Container(56).Row(0) | Container(56).Row(1)</visible>
  473.                     </control>
  474.                     <control type="image">
  475.                         <description>yellow hover frame for media with metadata</description>
  476.                         <posx>0</posx>
  477.                         <posy>-140</posy>
  478.                         <width>196</width>
  479.                         <height>172</height>
  480.                         <animation type="Focus">
  481.                             <effect type="fade" end="100" time="10" delay="250"/>
  482.                             <effect type="slide" tween="circle" easing="out" start="0,172" end="0,0" time="250" delay="250"/>
  483.                         </animation>
  484.                         <texture flipy="true">views/hover_frame_device_capsule.png</texture>
  485.                         <visible>Container(56).Row(2)</visible>
  486.                     </control>
  487.                     <control type="textbox">
  488.                         <description>hover label for items with metadata</description>
  489.                         <posx>15</posx>
  490.                         <posy>-138</posy>
  491.                         <width>166</width>
  492.                         <height>130</height>
  493.                         <font>font21sq</font>
  494.                         <align>left</align>
  495.                         <aligny>top</aligny>
  496.                         <animation type="Focus">
  497.                             <effect type="fade" end="100" time="200" delay="300"/>
  498.                             <effect type="slide" tween="circle" easing="out" start="0,172" end="0,0" time="250" delay="250"/>
  499.                         </animation>
  500.                         <label>$INFO[ListItem.Label]</label>
  501.                         <visible>Container(56).Row(2)</visible>
  502.                     </control>
  503.                 </control>
  504.                 <control type="image">
  505.                     <posx>0</posx>
  506.                     <posy>0</posy>
  507.                     <width>196</width>
  508.                     <height>196</height>
  509.                     <texture>views/frame_device_sq_white.png</texture>
  510.                     <animation type="Focus">
  511.                         <effect type="fade" start="60" time="120"/>
  512.                         <effect type="zoom" start="97,97" center="auto" time="120" delay="60"/>
  513.                     </animation>
  514.                 </control>
  515.                 <control type="image">
  516.                     <posx>12</posx>
  517.                     <posy>12</posy>
  518.                     <width>172</width>
  519.                     <height>172</height>
  520.                     <info>ListItem.Art(thumb)</info>
  521.                     <texture background="false"/>
  522.                     <bordersize>4</bordersize>
  523.                     <bordertexture>views/info_cover_border.png</bordertexture>
  524.                     <visible>!StringCompare(ListItem.Label2,Custom)</visible>
  525.                 </control>
  526.                 <control type="image">
  527.                     <posx>12</posx>
  528.                     <posy>12</posy>
  529.                     <width>172</width>
  530.                     <height>172</height>
  531.                     <info>ListItem.Art(thumb)</info>
  532.                     <texture background="false"/>
  533.                     <bordersize>4</bordersize>
  534.                     <bordertexture>grey.png</bordertexture>
  535.                     <visible>StringCompare(ListItem.Label2,Custom)</visible>
  536.                 </control>
  537.             </focusedlayout>
  538.             <content>
  539.                 <item id="1">
  540.                     <label>$INFO[Skin.String(CustomHomeItem_1.Label)]</label>
  541.                     <label2>Custom</label2>
  542.                     <onclick>$INFO[Skin.String(CustomHomeItem_1.Path)]</onclick>
  543.                     <icon>DefaultFavourite.png</icon>
  544.                     <thumb>$INFO[Skin.String(CustomHomeItem_1.Icon)]</thumb>
  545.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_1.Label))</visible>
  546.                 </item>
  547.                 <item id="2">
  548.                     <label>$INFO[Skin.String(CustomHomeItem_2.Label)]</label>
  549.                     <label2>Custom</label2>
  550.                     <onclick>$INFO[Skin.String(CustomHomeItem_2.Path)]</onclick>
  551.                     <icon>DefaultFavourite.png</icon>
  552.                     <thumb>$INFO[Skin.String(CustomHomeItem_2.Icon)]</thumb>
  553.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_2.Label))</visible>
  554.                 </item>
  555.                 <item id="3">
  556.                     <label>$INFO[Skin.String(CustomHomeItem_3.Label)]</label>
  557.                     <label2>Custom</label2>
  558.                     <onclick>$INFO[Skin.String(CustomHomeItem_3.Path)]</onclick>
  559.                     <icon>DefaultFavourite.png</icon>
  560.                     <thumb>$INFO[Skin.String(CustomHomeItem_3.Icon)]</thumb>
  561.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_3.Label))</visible>
  562.                 </item>
  563.                 <item id="4">
  564.                     <label>$INFO[Skin.String(CustomHomeItem_4.Label)]</label>
  565.                     <label2>Custom</label2>
  566.                     <onclick>$INFO[Skin.String(CustomHomeItem_4.Path)]</onclick>
  567.                     <icon>DefaultFavourite.png</icon>
  568.                     <thumb>$INFO[Skin.String(CustomHomeItem_4.Icon)]</thumb>
  569.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_4.Label))</visible>
  570.                 </item>
  571.                 <item id="5">
  572.                     <label>$INFO[Skin.String(CustomHomeItem_5.Label)]</label>
  573.                     <label2>Custom</label2>
  574.                     <onclick>$INFO[Skin.String(CustomHomeItem_5.Path)]</onclick>
  575.                     <icon>DefaultFavourite.png</icon>
  576.                     <thumb>$INFO[Skin.String(CustomHomeItem_5.Icon)]</thumb>
  577.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_5.Label))</visible>
  578.                 </item>
  579.                 <item id="6">
  580.                     <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
  581.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.1.Path)])</onclick>
  582.                     <icon>defaultvideo.png</icon>
  583.                     <thumb>$INFO[Window.Property(LatestMovie.1.Thumb)]</thumb>
  584.                     <visible>IsEmpty(Skin.String(CustomHomeItem_5.Label))</visible>
  585.                 </item>
  586.                 <item id="7">
  587.                     <label>$INFO[Window.Property(LatestMovie.2.Title)]</label>
  588.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.2.Path)])</onclick>
  589.                     <icon>defaultvideo.png</icon>
  590.                     <thumb>$INFO[Window.Property(LatestMovie.2.Thumb)]</thumb>
  591.                     <visible>IsEmpty(Skin.String(CustomHomeItem_4.Label))</visible>
  592.                 </item>
  593.                 <item id="8">
  594.                     <label>$INFO[Window.Property(LatestMovie.3.Title)]</label>
  595.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.3.Path)])</onclick>
  596.                     <icon>defaultvideo.png</icon>
  597.                     <thumb>$INFO[Window.Property(LatestMovie.3.Thumb)]</thumb>
  598.                     <visible>IsEmpty(Skin.String(CustomHomeItem_3.Label))</visible>
  599.                 </item>
  600.                 <item id="9">
  601.                     <label>$INFO[Window.Property(LatestMovie.4.Title)]</label>
  602.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.4.Path)])</onclick>
  603.                     <icon>defaultvideo.png</icon>
  604.                     <thumb>$INFO[Window.Property(LatestMovie.4.Thumb)]</thumb>
  605.                     <visible>IsEmpty(Skin.String(CustomHomeItem_2.Label))</visible>
  606.                 </item>
  607.                 <item id="10">
  608.                     <label>$INFO[Window.Property(LatestMovie.5.Title)]</label>
  609.                     <onclick>PlayMedia($INFO[Window.Property(LatestMovie.5.Path)])</onclick>
  610.                     <icon>defaultvideo.png</icon>
  611.                     <thumb>$INFO[Window.Property(LatestMovie.5.Thumb)]</thumb>
  612.                     <visible>IsEmpty(Skin.String(CustomHomeItem_1.Label))</visible>
  613.                 </item>
  614.                 <item id="11">
  615.                     <label>$INFO[Skin.String(CustomHomeItem_6.Label)]</label>
  616.                     <label2>Custom</label2>
  617.                     <onclick>$INFO[Skin.String(CustomHomeItem_6.Path)]</onclick>
  618.                     <icon>DefaultFavourite.png</icon>
  619.                     <thumb>$INFO[Skin.String(CustomHomeItem_6.Icon)]</thumb>
  620.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_6.Label))</visible>
  621.                 </item>
  622.                 <item id="12">
  623.                     <label>$INFO[Skin.String(CustomHomeItem_7.Label)]</label>
  624.                     <label2>Custom</label2>
  625.                     <onclick>$INFO[Skin.String(CustomHomeItem_7.Path)]</onclick>
  626.                     <icon>DefaultFavourite.png</icon>
  627.                     <thumb>$INFO[Skin.String(CustomHomeItem_7.Icon)]</thumb>
  628.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_7.Label))</visible>
  629.                 </item>
  630.                 <item id="13">
  631.                     <label>$INFO[Skin.String(CustomHomeItem_8.Label)]</label>
  632.                     <label2>Custom</label2>
  633.                     <onclick>$INFO[Skin.String(CustomHomeItem_8.Path)]</onclick>
  634.                     <icon>DefaultFavourite.png</icon>
  635.                     <thumb>$INFO[Skin.String(CustomHomeItem_8.Icon)]</thumb>
  636.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_8.Label))</visible>
  637.                 </item>
  638.                 <item id="14">
  639.                     <label>$INFO[Skin.String(CustomHomeItem_9.Label)]</label>
  640.                     <label2>Custom</label2>
  641.                     <onclick>$INFO[Skin.String(CustomHomeItem_9.Path)]</onclick>
  642.                     <icon>DefaultFavourite.png</icon>
  643.                     <thumb>$INFO[Skin.String(CustomHomeItem_9.Icon)]</thumb>
  644.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_9.Label))</visible>
  645.                 </item>
  646.                 <item id="15">
  647.                     <label>$INFO[Skin.String(CustomHomeItem_10.Label)]</label>
  648.                     <label2>Custom</label2>
  649.                     <onclick>$INFO[Skin.String(CustomHomeItem_10.Path)]</onclick>
  650.                     <icon>DefaultFavourite.png</icon>
  651.                     <thumb>$INFO[Skin.String(CustomHomeItem_10.Icon)]</thumb>
  652.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_10.Label))</visible>
  653.                 </item>
  654.                 <item id="16">
  655.                     <label>$INFO[Window.Property(LatestEpisode.1.ShowTitle),, • ]$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
  656.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.1.Path)])</onclick>
  657.                     <icon>defaulttvshows.png</icon>
  658.                     <thumb>$INFO[Window.Property(LatestEpisode.1.ShowThumb)]</thumb>
  659.                     <visible>IsEmpty(Skin.String(CustomHomeItem_10.Label))</visible>
  660.                 </item>
  661.                 <item id="17">
  662.                     <label>$INFO[Window.Property(LatestEpisode.2.ShowTitle),, • ]$INFO[Window.Property(LatestEpisode.2.EpisodeTitle)]</label>
  663.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.2.Path)])</onclick>
  664.                     <icon>defaulttvshows.png</icon>
  665.                     <thumb>$INFO[Window.Property(LatestEpisode.2.ShowThumb)]</thumb>
  666.                     <visible>IsEmpty(Skin.String(CustomHomeItem_9.Label))</visible>
  667.                 </item>
  668.                 <item id="18">
  669.                     <label>$INFO[Window.Property(LatestEpisode.3.ShowTitle),, • ]$INFO[Window.Property(LatestEpisode.3.EpisodeTitle)]</label>
  670.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.3.Path)])</onclick>
  671.                     <icon>defaulttvshows.png</icon>
  672.                     <thumb>$INFO[Window.Property(LatestEpisode.3.ShowThumb)]</thumb>
  673.                     <visible>IsEmpty(Skin.String(CustomHomeItem_8.Label))</visible>
  674.                 </item>
  675.                 <item id="19">
  676.                     <label>$INFO[Window.Property(LatestEpisode.4.ShowTitle),, • ]$INFO[Window.Property(LatestEpisode.4.EpisodeTitle)]</label>
  677.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.4.Path)])</onclick>
  678.                     <icon>defaulttvshows.png</icon>
  679.                     <thumb>$INFO[Window.Property(LatestEpisode.4.ShowThumb)]</thumb>
  680.                     <visible>IsEmpty(Skin.String(CustomHomeItem_7.Label))</visible>
  681.                 </item>
  682.                 <item id="20">
  683.                     <label>$INFO[Window.Property(LatestEpisode.5.ShowTitle),, • ]$INFO[Window.Property(LatestEpisode.5.EpisodeTitle)]</label>
  684.                     <onclick>PlayMedia($INFO[Window.Property(LatestEpisode.5.Path)])</onclick>
  685.                     <icon>defaulttvshows.png</icon>
  686.                     <thumb>$INFO[Window.Property(LatestEpisode.5.ShowThumb)]</thumb>
  687.                     <visible>IsEmpty(Skin.String(CustomHomeItem_6.Label))</visible>
  688.                 </item>
  689.                 <item id="21">
  690.                     <label>$INFO[Skin.String(CustomHomeItem_11.Label)]</label>
  691.                     <label2>Custom</label2>
  692.                     <onclick>$INFO[Skin.String(CustomHomeItem_11.Path)]</onclick>
  693.                     <icon>DefaultFavourite.png</icon>
  694.                     <thumb>$INFO[Skin.String(CustomHomeItem_11.Icon)]</thumb>
  695.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_11.Label))</visible>
  696.                 </item>
  697.                 <item id="22">
  698.                     <label>$INFO[Skin.String(CustomHomeItem_12.Label)]</label>
  699.                     <label2>Custom</label2>
  700.                     <onclick>$INFO[Skin.String(CustomHomeItem_12.Path)]</onclick>
  701.                     <icon>DefaultFavourite.png</icon>
  702.                     <thumb>$INFO[Skin.String(CustomHomeItem_12.Icon)]</thumb>
  703.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_12.Label))</visible>
  704.                 </item>
  705.                 <item id="23">
  706.                     <label>$INFO[Skin.String(CustomHomeItem_13.Label)]</label>
  707.                     <label2>Custom</label2>
  708.                     <onclick>$INFO[Skin.String(CustomHomeItem_13.Path)]</onclick>
  709.                     <icon>DefaultFavourite.png</icon>
  710.                     <thumb>$INFO[Skin.String(CustomHomeItem_13.Icon)]</thumb>
  711.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_13.Label))</visible>
  712.                 </item>
  713.                 <item id="24">
  714.                     <label>$INFO[Skin.String(CustomHomeItem_14.Label)]</label>
  715.                     <label2>Custom</label2>
  716.                     <onclick>$INFO[Skin.String(CustomHomeItem_14.Path)]</onclick>
  717.                     <icon>DefaultFavourite.png</icon>
  718.                     <thumb>$INFO[Skin.String(CustomHomeItem_14.Icon)]</thumb>
  719.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_14.Label))</visible>
  720.                 </item>
  721.                 <item id="25">
  722.                     <label>$INFO[Skin.String(CustomHomeItem_15.Label)]</label>
  723.                     <label2>Custom</label2>
  724.                     <onclick>$INFO[Skin.String(CustomHomeItem_15.Path)]</onclick>
  725.                     <icon>DefaultFavourite.png</icon>
  726.                     <thumb>$INFO[Skin.String(CustomHomeItem_15.Icon)]</thumb>
  727.                     <visible>!IsEmpty(Skin.String(CustomHomeItem_15.Label))</visible>
  728.                 </item>
  729.                 <item id="26">
  730.                     <label>$INFO[Window.Property(LatestAlbum.1.Title),, • ]$INFO[Window.Property(LatestAlbum.1.Artist)]</label>
  731.                     <onclick>Playlist.Clear</onclick>
  732.                     <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.1.Path)]&quot;)</onclick>
  733.                     <icon>defaultaudio.png</icon>
  734.                     <thumb>$INFO[Window.Property(LatestAlbum.1.Thumb)]</thumb>
  735.                     <visible>IsEmpty(Skin.String(CustomHomeItem_15.Label))</visible>
  736.                 </item>
  737.                 <item id="27">
  738.                     <label>$INFO[Window.Property(LatestAlbum.2.Title),, • ]$INFO[Window.Property(LatestAlbum.2.Artist)]</label>
  739.                     <onclick>Playlist.Clear</onclick>
  740.                     <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.2.Path)]&quot;)</onclick>
  741.                     <icon>defaultaudio.png</icon>
  742.                     <thumb>$INFO[Window.Property(LatestAlbum.2.Thumb)]</thumb>
  743.                     <visible>IsEmpty(Skin.String(CustomHomeItem_14.Label))</visible>
  744.                 </item>
  745.             </content>
  746.         </control>
  747.     </include>
  748. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement