Advertisement
Guest User

Xeebo/includes.xml

a guest
Feb 16th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 46.83 KB | None | 0 0
  1. <includes>
  2.     <include file="defaults.xml"/>
  3.     <include file="includes_browse_menu.xml"/>
  4.     <include file="includes_home_alt.xml"/>
  5.     <include file="includes_home_default.xml"/>
  6.     <include file="View_50_MediaLineView.xml"/>
  7.     <include file="View_51_MediaThumbViewMediumPreview.xml"/>
  8.     <include file="View_52_MediaThumbViewMedium.xml"/>
  9.     <include file="View_53_MediaListView.xml"/>
  10.     <include file="View_54_MediaBannerView.xml"/>
  11.     <include file="View_55_MediaThumbViewLarge.xml"/>
  12.     <include file="View_56_MediaBannerInfoView.xml"/>
  13.     <include file="includes_tv_next.xml"/>
  14.     <include file="Views_PVR.xml" />
  15.     <include file="Variables.xml" />
  16.     <include name="Window_OpenClose_Animation">
  17.         <animation effect="fade" time="200">WindowOpen</animation>
  18.         <animation effect="fade" time="200">WindowClose</animation>
  19.     </include>
  20.     <include name="dialogeffect">
  21.         <include>Window_OpenClose_Animation</include>
  22.     </include>
  23.     <include name="Dialog_Popup_Background">
  24.         <control type="image">
  25.             <description>background image overlay</description>
  26.             <animation type="WindowOpen">
  27.                 <effect type="fade" start="0" end="100" time="200" delay="0"/>
  28.             </animation>
  29.             <animation type="WindowClose">
  30.                 <effect type="fade" start="100" end="0" time="200" delay="0"/>
  31.             </animation>
  32.             <posx>0</posx>
  33.             <posy>0</posy>
  34.             <width>1280</width>
  35.             <height>720</height>
  36.             <texture>menu/submenu_overlay.png</texture>
  37.         </control>
  38.     </include>
  39.     <include name="Dialog_Popup_Animation">
  40.         <animation type="WindowOpen">
  41.             <effect type="fade" start="0" end="100" time="200" delay="100"/>
  42.         </animation>
  43.         <animation type="WindowClose">
  44.             <effect type="fade" start="100" end="0" time="200" delay="0"/>
  45.         </animation>
  46.     </include>
  47.     <include name="Window_Fade_Animation">
  48.         <animation type="WindowOpen">
  49.             <effect type="fade" start="0" end="100" time="200"/>
  50.         </animation>
  51.         <animation type="WindowClose">
  52.             <effect type="fade" start="100" end="0" time="200"/>
  53.         </animation>
  54.     </include>
  55.     <include name="Main_Menu_Slide_Animation">
  56.         <animation type="Conditional" condition="Window.IsVisible(custom_51_main_menu.xml)">
  57.             <effect type="fade" start="100" end="90" time="180"/>
  58.             <effect type="slide" start="0,0" end="224,0" time="120"/>
  59.         </animation>
  60.     </include>
  61.     <include name="Main_Menu_Fade_Animation">
  62.         <animation type="Conditional" condition="Window.IsVisible(custom_51_main_menu.xml)">
  63.             <effect type="fade" start="100" end="50" time="180"/>
  64.         </animation>
  65.     </include>
  66.     <include name="List_Item_Visible_Animation">
  67.         <animation type="Visible">
  68.             <effect type="fade" start="60" time="120"/>
  69.             <effect type="zoom" start="99,99" center="auto" time="120" delay="60"/>
  70.         </animation>
  71.     </include>
  72.     <include name="Common_Background">
  73.         <control type="group">
  74.             <animation effect="fade" start="0" end="100" time="600">Visible</animation>
  75.             <control type="group">
  76.                 <visible>!Skin.HasSetting(EnableCustomBG) + !Skin.HasSetting(EnableCustomBGFolder)</visible>
  77.                 <control type="image">
  78.                     <visible>System.Time(03:00,09:00)</visible>
  79.                     <posx>0</posx>
  80.                     <posy>0</posy>
  81.                     <width>1280</width>
  82.                     <height>720</height>
  83.                     <texture flipx="true">backgrounds/background_dawn.png</texture>
  84.                 </control>
  85.                 <control type="image">
  86.                     <visible>System.Time(09:00,20:00)</visible>
  87.                     <posx>0</posx>
  88.                     <posy>0</posy>
  89.                     <width>1280</width>
  90.                     <height>720</height>
  91.                     <texture flipx="true">backgrounds/background_day.png</texture>
  92.                 </control>
  93.                 <control type="image">
  94.                     <visible>System.Time(20:00,03:00)</visible>
  95.                     <posx>0</posx>
  96.                     <posy>0</posy>
  97.                     <width>1280</width>
  98.                     <height>720</height>
  99.                     <texture flipx="true">backgrounds/background_dusk.png</texture>
  100.                 </control>
  101.             </control>
  102.             <control type="image">
  103.                 <visible>Skin.HasSetting(EnableCustomBG)</visible>
  104.                 <posx>0</posx>
  105.                 <posy>0</posy>
  106.                 <width>1280</width>
  107.                 <height>720</height>
  108.                 <info>Skin.String(CustomBG)</info>
  109.                 <aspectratio>scale</aspectratio>
  110.             </control>
  111.             <control type="multiimage">
  112.                 <visible>Skin.HasSetting(EnableCustomBGFolder)</visible>
  113.                 <posx>0</posx>
  114.                 <posy>0</posy>
  115.                 <width>1280</width>
  116.                 <height>720</height>
  117.                 <info>Skin.String(CustomBGFolder)</info>
  118.                 <timeperimage>10000</timeperimage>
  119.                 <fadetime>600</fadetime>
  120.                 <randomize>true</randomize>
  121.                 <aspectratio>scale</aspectratio>
  122.             </control>
  123.         </control>
  124.         <control type="multiimage" id="7000">
  125.             <posx>0</posx>
  126.             <posy>0</posy>
  127.             <width>1280</width>
  128.             <height>720</height>
  129.             <imagepath background="true">$INFO[ListItem.Path]extrafanart/</imagepath>
  130.             <timeperimage>10000</timeperimage>
  131.             <fadetime>600</fadetime>
  132.             <randomize>true</randomize>
  133.             <aspectratio>scale</aspectratio>
  134.             <visible>Skin.HasSetting(ShowFanart) + !IsEmpty(ListItem.Path) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(Episodes) | Container.Content(musicvideos)]</visible>
  135.         </control>
  136.         <control type="image">
  137.             <posx>0</posx>
  138.             <posy>0</posy>
  139.             <width>1280</width>
  140.             <height>720</height>
  141.             <info>ListItem.Art(fanart)</info>
  142.             <fadetime>600</fadetime>
  143.             <visible>Skin.HasSetting(ShowFanart) + !IsEmpty(ListItem.Art(fanart)) + IsEmpty(Control.GetLabel(7000))</visible>
  144.             <animation effect="fade" start="0" end="100" time="600" delay="100">Visible</animation>
  145.         </control>
  146.         <control type="group">
  147.             <visible>Player.HasVideo + !Window.IsVisible(600)</visible>
  148.             <control type="image">
  149.                 <posx>0</posx>
  150.                 <posy>0</posy>
  151.                 <width>1280</width>
  152.                 <height>720</height>
  153.                 <texture>black.png</texture>
  154.             </control>
  155.             <control type="videowindow">
  156.                 <posx>0</posx>
  157.                 <posy>0</posy>
  158.                 <width>1280</width>
  159.                 <height>720</height>
  160.             </control>
  161.         </control>
  162.         <control type="visualisation">
  163.             <posx>0</posx>
  164.             <posy>0</posy>
  165.             <width>1280</width>
  166.             <height>720</height>
  167.             <visible>Player.HasAudio + !IsEmpty(visualisation.name) + !SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>
  168.         </control>
  169.         <control type="image">
  170.             <description>background overlay</description>
  171.             <posx>0</posx>
  172.             <posy>0</posy>
  173.             <width>1280</width>
  174.             <height>720</height>
  175.             <texture>backgrounds/background_overlay.png</texture>
  176.             <animation effect="fade" start="100" end="80" condition="Skin.HasSetting(BackgroundVisibilty_High)">Conditional</animation>
  177.             <animation effect="fade" start="100" end="90" condition="Skin.HasSetting(BackgroundVisibilty_Med)">Conditional</animation>
  178.         </control>
  179.     </include>
  180.     <include name="Common_Browse_Background_Top">
  181.         <control type="image">
  182.             <description>browse background</description>
  183.             <posx>10</posx>
  184.             <posy>10</posy>
  185.             <width>1260</width>
  186.             <height>90</height>
  187.             <texture>backgrounds/background_top.png</texture>
  188.             <animation effect="fade" start="100" end="80" condition="Skin.HasSetting(BackgroundVisibilty_High)">Conditional</animation>
  189.             <animation effect="fade" start="100" end="90" condition="Skin.HasSetting(BackgroundVisibilty_Med)">Conditional</animation>
  190.         </control>
  191.         <include>Common_Now_Playing</include>
  192.     </include>
  193.     <include name="Common_Browse_Background_Bottom">
  194.         <control type="image">
  195.             <description>browse background</description>
  196.             <posx>10</posx>
  197.             <posy>102</posy>
  198.             <width>1260</width>
  199.             <height>608</height>
  200.             <texture>backgrounds/background_bottom.png</texture>
  201.             <animation effect="fade" start="100" end="80" condition="Skin.HasSetting(BackgroundVisibilty_High)">Conditional</animation>
  202.             <animation effect="fade" start="100" end="90" condition="Skin.HasSetting(BackgroundVisibilty_Med)">Conditional</animation>
  203.         </control>
  204.     </include>
  205.     <include name="Common_Info_Background">
  206.         <control type="image">
  207.             <description>info background</description>
  208.             <posx>10</posx>
  209.             <posy>10</posy>
  210.             <width>1260</width>
  211.             <height>700</height>
  212.             <texture>backgrounds/info_background.png</texture>
  213.         </control>
  214.         <include>Common_Now_Playing</include>
  215.     </include>
  216.     <include name="Common_Main_Menu_Button">
  217.         <control type="group">
  218.             <visible>!Window.IsVisible(custom_51_main_menu.xml)</visible>
  219.             <control type="button" id="5199">
  220.                 <description>main menu button</description>
  221.                 <animation effect="fade" time="200">VisibleChange</animation>
  222.                 <posx>0</posx>
  223.                 <posy>286</posy>
  224.                 <width>47</width>
  225.                 <height>222</height>
  226.                 <onup>noop</onup>
  227.                 <ondown>noop</ondown>
  228.                 <onleft>ActivateWindow(51)</onleft>
  229.                 <label>-</label>
  230.                 <texturefocus>menu/main_menu_closed.png</texturefocus>
  231.                 <texturenofocus>menu/main_menu_closed.png</texturenofocus>
  232.                 <onclick>ActivateWindow(51)</onclick>
  233.                 <onfocus condition="!Window.IsVisible(51)">ActivateWindow(51)</onfocus>
  234.                 <onfocus condition="Window.IsActive(script-NextAired-TVGuide.xml)">SetFocus(2000)</onfocus>
  235.                 <onfocus contition="Window.IsActive(Home.xml)">SetFocus(56)</onfocus>
  236.                 <animation effect="fade" start="100" end="80" condition="Skin.HasSetting(BackgroundVisibilty_High)">Conditional</animation>
  237.                 <animation effect="fade" start="100" end="90" condition="Skin.HasSetting(BackgroundVisibilty_Med)">Conditional</animation>
  238.             </control>
  239.             <control type="label">
  240.                 <posx>8</posx>
  241.                 <posy>429</posy>
  242.                 <width>200</width>
  243.                 <height>222</height>
  244.                 <font>font20b</font>
  245.                 <textcolor>lightgrey</textcolor>
  246.                 <label>31088</label>
  247.                 <angle>90</angle>
  248.                 <visible>!Control.HasFocus(5199)</visible>
  249.             </control>
  250.             <control type="label">
  251.                 <posx>8</posx>
  252.                 <posy>429</posy>
  253.                 <width>200</width>
  254.                 <height>222</height>
  255.                 <font>font20b</font>
  256.                 <textcolor>green</textcolor>
  257.                 <label>31088</label>
  258.                 <angle>90</angle>
  259.                 <visible>Control.HasFocus(5199)</visible>
  260.             </control>
  261.             <control type="image">
  262.                 <visible>Player.HasMedia</visible>
  263.                 <posx>0</posx>
  264.                 <posy>293</posy>
  265.                 <width>51</width>
  266.                 <height>51</height>
  267.                 <texture>icons/icon_nowplaying.png</texture>
  268.                 <colordiffuse>yellow</colordiffuse>
  269.             </control>
  270.             <control type="button">
  271.                 <description>main menu button</description>
  272.                 <posx>0</posx>
  273.                 <posy>0</posy>
  274.                 <width>2</width>
  275.                 <height>720</height>
  276.                 <onup>noop</onup>
  277.                 <ondown>noop</ondown>
  278.                 <onleft>noop</onleft>
  279.                 <onright>noop</onright>
  280.                 <label>-</label>
  281.                 <texturefocus>-</texturefocus>
  282.                 <texturenofocus>-</texturenofocus>
  283.                 <onfocus>ActivateWindow(51)</onfocus>
  284.             </control>
  285.         </control>
  286.     </include>
  287.     <include name="Common_Browse_Menu_Button">
  288.         <control type="group">
  289.             <visible>!ControlGroup(9110).HasFocus + !ControlGroup(9200).HasFocus + !ControlGroup(9300).HasFocus + !ControlGroup(9400).HasFocus + !ControlGroup(9500).HasFocus + !ControlGroup(9600).HasFocus + !ControlGroup(9700).HasFocus</visible>
  290.             <control type="button">
  291.                 <description>browse menu button</description>
  292.                 <animation effect="fade" time="200">VisibleChange</animation>
  293.                 <visible>!ControlGroup(9200).HasFocus | !ControlGroup(9300).HasFocus | !ControlGroup(9400).HasFocus | !ControlGroup(9500).HasFocus | !ControlGroup(9600).HasFocus | !ControlGroup(9700).HasFocus</visible>
  294.                 <posx>1233</posx>
  295.                 <posy>286</posy>
  296.                 <width>47</width>
  297.                 <height>222</height>
  298.                 <onup>noop</onup>
  299.                 <ondown>noop</ondown>
  300.                 <onleft>noop</onleft>
  301.                 <onright>noop</onright>
  302.                 <label>-</label>
  303.                 <texturefocus>menu/menu_closed_on.png</texturefocus>
  304.                 <texturenofocus>menu/menu_closed.png</texturenofocus>
  305.                 <onclick>SetFocus(9110)</onclick>
  306.                 <onfocus>SetFocus(9110)</onfocus>
  307.                 <animation effect="fade" start="100" end="80" condition="Skin.HasSetting(BackgroundVisibilty_High)">Conditional</animation>
  308.                 <animation effect="fade" start="100" end="90" condition="Skin.HasSetting(BackgroundVisibilty_Med)">Conditional</animation>
  309.             </control>
  310.             <control type="button">
  311.                 <description>browse menu button</description>
  312.                 <posx>1278</posx>
  313.                 <posy>0</posy>
  314.                 <width>2</width>
  315.                 <height>720</height>
  316.                 <onup>noop</onup>
  317.                 <ondown>noop</ondown>
  318.                 <onleft>noop</onleft>
  319.                 <onright>noop</onright>
  320.                 <label>-</label>
  321.                 <texturefocus>-</texturefocus>
  322.                 <texturenofocus>-</texturenofocus>
  323.                 <onfocus>SetFocus(9110)</onfocus>
  324.             </control>
  325.         </control>
  326.     </include>
  327.     <include name="Common_Title_Image">
  328.         <posx>0</posx>
  329.         <posy>0</posy>
  330.         <width>32</width>
  331.         <height>32</height>
  332.         <colordiffuse>green</colordiffuse>
  333.     </include>
  334.     <include name="Common_Title_Label">
  335.         <posx>50</posx>
  336.         <posy>0</posy>
  337.         <width>1050</width>
  338.         <height>32</height>
  339.         <align>left</align>
  340.         <aligny>center</aligny>
  341.         <font>light34</font>
  342.         <textcolor>green</textcolor>
  343.     </include>
  344.     <include name="Info_Title_Label">
  345.         <posx>0</posx>
  346.         <posy>0</posy>
  347.         <width>930</width>
  348.         <height>20</height>
  349.         <font>font21b</font>
  350.         <align>left</align>
  351.         <aligny>center</aligny>
  352.         <textcolor>white</textcolor>
  353.         <wrapmultiline>false</wrapmultiline>
  354.     </include>
  355.     <include name="Common_Clock">
  356.         <control type="grouplist">
  357.             <width>600</width>
  358.             <height>48</height>
  359.             <align>right</align>
  360.             <itemgap>0</itemgap>
  361.             <orientation>horizontal</orientation>
  362.             <control type="label">
  363.                 <width min="0" max="400">auto</width>
  364.                 <height>33</height>
  365.                 <info>System.Date</info>
  366.                 <aligny>center</aligny>
  367.                 <font>font23</font>
  368.                 <textcolor>grey</textcolor>
  369.             </control>
  370.             <control type="group">
  371.                 <visible>Skin.HasSetting(WeatherIcon)</visible>
  372.                 <width>31</width>
  373.                 <height>33</height>
  374.                 <control type="image">
  375.                     <description>left dotted line</description>
  376.                     <posx>14</posx>
  377.                     <width>3</width>
  378.                     <height>33</height>
  379.                     <texture>icons/dotted_line_divider.png</texture>
  380.                 </control>
  381.             </control>
  382.             <control type="group">
  383.                 <visible>Skin.HasSetting(WeatherIcon) + Weather.IsFetched</visible>
  384.                 <width>38</width>
  385.                 <height>48</height>
  386.                 <control type="image">
  387.                     <description>Weather image</description>
  388.                     <posx>-6</posx>
  389.                     <posy>-6</posy>
  390.                     <height>48</height>
  391.                     <width>48</width>
  392.                     <texture>$INFO[Window(Weather).Property(Current.FanartCode),weather/,.png]</texture>
  393.                 </control>
  394.             </control>
  395.             <control type="group">
  396.                 <visible>Skin.HasSetting(WeatherIcon) + !Weather.IsFetched</visible>
  397.                 <width>38</width>
  398.                 <height>48</height>
  399.                 <control type="image">
  400.                     <description>Weather image</description>
  401.                     <posx>-6</posx>
  402.                     <posy>-6</posy>
  403.                     <height>48</height>
  404.                     <width>48</width>
  405.                     <texture>weather/na.png</texture>
  406.                 </control>
  407.             </control>
  408.             <control type="group">
  409.                 <width>31</width>
  410.                 <height>33</height>
  411.                 <control type="image">
  412.                     <description>left dotted line</description>
  413.                     <posx>14</posx>
  414.                     <width>3</width>
  415.                     <height>33</height>
  416.                     <texture>icons/dotted_line_divider.png</texture>
  417.                 </control>
  418.             </control>
  419.             <control type="label">
  420.                 <width min="0" max="100">auto</width>
  421.                 <height>33</height>
  422.                 <info>System.Time(hh:mm)</info>
  423.                 <font>font23</font>
  424.                 <aligny>center</aligny>
  425.                 <textcolor>white</textcolor>
  426.             </control>
  427.             <control type="group">
  428.                 <visible>substring(system.time,AM,right) | substring(system.time,PM,right)</visible>
  429.                 <width>34</width>
  430.                 <height>24</height>
  431.                 <control type="image">
  432.                     <visible>substring(system.time,AM,right)</visible>
  433.                     <posx>6</posx>
  434.                     <posy>4</posy>
  435.                     <width>28</width>
  436.                     <height>24</height>
  437.                     <texture>icons/icon_clock_am.png</texture>
  438.                     <colordiffuse>lightgrey</colordiffuse>
  439.                 </control>
  440.                 <control type="image">
  441.                     <visible>substring(system.time,PM,right)</visible>
  442.                     <posx>6</posx>
  443.                     <posy>4</posy>
  444.                     <width>28</width>
  445.                     <height>24</height>
  446.                     <texture>icons/icon_clock_pm.png</texture>
  447.                     <colordiffuse>lightgrey</colordiffuse>
  448.                 </control>
  449.             </control>
  450.             <control type="group">
  451.                 <visible>Skin.HasSetting(VolumeButton)</visible>
  452.                 <width>31</width>
  453.                 <height>33</height>
  454.                 <control type="image">
  455.                     <description>left dotted line</description>
  456.                     <posx>14</posx>
  457.                     <width>3</width>
  458.                     <height>33</height>
  459.                     <texture>icons/dotted_line_divider.png</texture>
  460.                 </control>
  461.             </control>
  462.             <control type="group">
  463.                 <visible>Skin.HasSetting(VolumeButton)</visible>
  464.                 <width>42</width>
  465.                 <height>32</height>
  466.                 <control type="image">
  467.                     <posy>2</posy>
  468.                     <width>42</width>
  469.                     <height>32</height>
  470.                     <texture>icons/icon_volume.png</texture>
  471.                     <colordiffuse>green</colordiffuse>
  472.                 </control>
  473.                 <control type="image">
  474.                     <posy>2</posy>
  475.                     <width>42</width>
  476.                     <height>32</height>
  477.                     <texture>icons/icon_volume_low.png</texture>
  478.                     <colordiffuse>green</colordiffuse>
  479.                     <visible>IntegerGreaterThan(Player.Volume,-60)</visible>
  480.                 </control>
  481.                 <control type="image">
  482.                     <posy>2</posy>
  483.                     <width>42</width>
  484.                     <height>32</height>
  485.                     <texture>icons/icon_volume_med.png</texture>
  486.                     <colordiffuse>green</colordiffuse>
  487.                     <visible>IntegerGreaterThan(Player.Volume,-40)</visible>
  488.                 </control>
  489.                 <control type="image">
  490.                     <posy>2</posy>
  491.                     <width>42</width>
  492.                     <height>32</height>
  493.                     <texture>icons/icon_volume_high.png</texture>
  494.                     <colordiffuse>green</colordiffuse>
  495.                     <visible>IntegerGreaterThan(Player.Volume,-20)</visible>
  496.                 </control>
  497.             </control>
  498.         </control>
  499.         <control type="group">
  500.             <posx>150</posx>
  501.             <posy>-12</posy>
  502.             <visible allowhiddenfocus="true">Control.HasFocus(2222)</visible>
  503.             <control type="button" id="2222">
  504.                 <posx>0</posx>
  505.                 <posy>0</posy>
  506.                 <width>368</width>
  507.                 <height>60</height>
  508.                 <texturefocus>-</texturefocus>
  509.             </control>
  510.             <control type="image">
  511.                 <posx>0</posx>
  512.                 <posy>0</posy>
  513.                 <width>368</width>
  514.                 <height>60</height>
  515.                 <texture>backgrounds/volume_background.png</texture>
  516.             </control>
  517.             <control type="group">
  518.                 <posx>20</posx>
  519.                 <posy>14</posy>
  520.                 <control type="image">
  521.                     <description>speaker image</description>
  522.                     <posx>288</posx>
  523.                     <posy>0</posy>
  524.                     <width>42</width>
  525.                     <height>32</height>
  526.                     <aspectratio>keep</aspectratio>
  527.                     <texture>icons/icon_volume.png</texture>
  528.                     <colordiffuse>green</colordiffuse>
  529.                 </control>
  530.                 <control type="image">
  531.                     <description>speaker image</description>
  532.                     <posx>288</posx>
  533.                     <posy>0</posy>
  534.                     <width>42</width>
  535.                     <height>32</height>
  536.                     <aspectratio>keep</aspectratio>
  537.                     <texture>icons/icon_volume_low.png</texture>
  538.                     <colordiffuse>green</colordiffuse>
  539.                     <visible>IntegerGreaterThan(Player.Volume,-60)</visible>
  540.                 </control>
  541.                 <control type="image">
  542.                     <description>speaker image</description>
  543.                     <posx>288</posx>
  544.                     <posy>0</posy>
  545.                     <width>42</width>
  546.                     <height>32</height>
  547.                     <aspectratio>keep</aspectratio>
  548.                     <texture>icons/icon_volume_med.png</texture>
  549.                     <colordiffuse>green</colordiffuse>
  550.                     <visible>IntegerGreaterThan(Player.Volume,-40)</visible>
  551.                 </control>
  552.                 <control type="image">
  553.                     <description>speaker image</description>
  554.                     <posx>288</posx>
  555.                     <posy>0</posy>
  556.                     <width>42</width>
  557.                     <height>32</height>
  558.                     <aspectratio>keep</aspectratio>
  559.                     <texture>icons/icon_volume_high.png</texture>
  560.                     <colordiffuse>green</colordiffuse>
  561.                     <visible>IntegerGreaterThan(Player.Volume,-20)</visible>
  562.                 </control>
  563.                 <control type="image">
  564.                     <description>dotted line</description>
  565.                     <posx>271</posx>
  566.                     <posy>-2</posy>
  567.                     <width>3</width>
  568.                     <height>33</height>
  569.                     <texture>icons/dotted_line_divider.png</texture>
  570.                 </control>
  571.                 <control type="progress" id="1">
  572.                     <description>Progressbar</description>
  573.                     <visible>!player.passthrough</visible>
  574.                     <posx>0</posx>
  575.                     <posy>9</posy>
  576.                     <width>248</width>
  577.                     <height>14</height>
  578.                     <info>Player.Volume</info>
  579.                     <overlaytexture>-</overlaytexture>
  580.                     <visible>true</visible>
  581.                 </control>
  582.                 <control type="slider">
  583.                     <description>Seek Slider</description>
  584.                     <visible>system.getbool(input.enablemouse)</visible>
  585.                     <posx>0</posx>
  586.                     <posy>9</posy>
  587.                     <width>248</width>
  588.                     <height>14</height>
  589.                     <action>volume</action>
  590.                     <texturesliderbar border="7">osd/osd_video_indicator_background.png</texturesliderbar>
  591.                     <textureslidernib border="7">osd/osd_slider_NF.png</textureslidernib>
  592.                     <textureslidernibfocus border="7">osd/osd_slider_FO.png</textureslidernibfocus>
  593.                 </control>
  594.                 <control type="label">
  595.                     <visible>player.passthrough</visible>
  596.                     <posx>0</posx>
  597.                     <posy>8</posy>
  598.                     <width>252</width>
  599.                     <height>14</height>
  600.                     <aligny>center</aligny>
  601.                     <font>font21</font>
  602.                     <textcolor>white</textcolor>
  603.                     <label>29802</label>
  604.                     <scroll>true</scroll>
  605.                 </control>
  606.             </control>
  607.         </control>
  608.     </include>
  609.     <include name="Common_Clock_Short">
  610.         <control type="grouplist">
  611.             <width>104</width>
  612.             <height>33</height>
  613.             <align>right</align>
  614.             <itemgap>0</itemgap>
  615.             <orientation>horizontal</orientation>
  616.             <control type="label">
  617.                 <width min="0" max="100">auto</width>
  618.                 <height>33</height>
  619.                 <info>System.Time(hh:mm)</info>
  620.                 <font>font23</font>
  621.                 <aligny>center</aligny>
  622.                 <textcolor>white</textcolor>
  623.             </control>
  624.             <control type="group">
  625.                 <visible>substring(system.time,AM,right) | substring(system.time,PM,right)</visible>
  626.                 <width>34</width>
  627.                 <height>24</height>
  628.                 <control type="image">
  629.                     <visible>substring(system.time,AM,right)</visible>
  630.                     <posx>6</posx>
  631.                     <posy>4</posy>
  632.                     <width>28</width>
  633.                     <height>24</height>
  634.                     <texture>icons/icon_clock_am.png</texture>
  635.                     <colordiffuse>lightgrey</colordiffuse>
  636.                 </control>
  637.                 <control type="image">
  638.                     <visible>substring(system.time,PM,right)</visible>
  639.                     <posx>6</posx>
  640.                     <posy>4</posy>
  641.                     <width>28</width>
  642.                     <height>24</height>
  643.                     <texture>icons/icon_clock_pm.png</texture>
  644.                     <colordiffuse>lightgrey</colordiffuse>
  645.                 </control>
  646.             </control>
  647.         </control>
  648.     </include>
  649.     <include name="Common_Item_Num_Label">
  650.         <posx>1200</posx>
  651.         <posy>11</posy>
  652.         <width>200</width>
  653.         <height>20</height>
  654.         <font>font21</font>
  655.         <align>right</align>
  656.         <aligny>center</aligny>
  657.         <textcolor>green</textcolor>
  658.         <label>$INFO[Container.NumItems] $LOCALIZE[31087]</label>
  659.     </include>
  660.     <include name="Info_Description_Label">
  661.         <posx>0</posx>
  662.         <posy>40</posy>
  663.         <width>930</width>
  664.         <height>190</height>
  665.         <pagecontrol>110</pagecontrol>
  666.         <font>font21</font>
  667.     </include>
  668.     <include name="OSD_Label">
  669.         <posx>0</posx>
  670.         <posy>0</posy>
  671.         <width>960</width>
  672.         <height>40</height>
  673.         <align>left</align>
  674.         <aligny>center</aligny>
  675.         <haspath>true</haspath>
  676.         <font>light28</font>
  677.         <textcolor>white</textcolor>
  678.         <scroll>true</scroll>
  679.     </include>
  680.     <include name="OSD_Video_Label">
  681.         <label>$INFO[VideoPlayer.Label]</label>
  682.         <visible>IsEmpty(VideoPlayer.Title)</visible>
  683.     </include>
  684.     <include name="OSD_Video_Title">
  685.         <label>$INFO[VideoPlayer.Title]</label>
  686.         <visible>IsEmpty(VideoPlayer.TVShowTitle) + !IsEmpty(VideoPlayer.Title)</visible>
  687.     </include>
  688.     <include name="OSD_TVShow_Label">
  689.         <label>$INFO[VideoPlayer.Title]$INFO[VideoPlayer.TVshowtitle, - ]</label>
  690.         <visible>!IsEmpty(VideoPlayer.TVShowTitle) + !IsEmpty(VideoPlayer.Title)</visible>
  691.     </include>
  692.     <include name="OSD_Video_Loading_Label">
  693.         <label>$LOCALIZE[31097]$INFO[Player.CacheLevel, - ,%]$INFO[VideoPlayer.Label, / ]</label>
  694.         <visible>!IsEmpty(VideoPlayer.Label) + IsEmpty(VideoPlayer.TVShowTitle) + Player.Caching</visible>
  695.     </include>
  696.     <include name="OSD_TVShow_Loading_Label">
  697.         <label>$LOCALIZE[31097]$INFO[Player.CacheLevel, - ,%]$INFO[VideoPlayer.Title, / ]$INFO[VideoPlayer.TVshowtitle, / ]</label>
  698.         <visible>!IsEmpty(VideoPlayer.TVShowTitle) + !IsEmpty(VideoPlayer.Title) + Player.Caching</visible>
  699.     </include>
  700.     <include name="OSD_Loading_Label">
  701.         <label>$LOCALIZE[31097]$INFO[Player.CacheLevel, - ,%]</label>
  702.         <visible>IsEmpty(VideoPlayer.Label) + IsEmpty(VideoPlayer.TVShowTitle) + Player.Caching</visible>
  703.     </include>
  704.     <include name="Home_Line_Label">
  705.         <posx>24</posx>
  706.         <posy>12</posy>
  707.         <width>182</width>
  708.         <height>72</height>
  709.         <font>light23</font>
  710.         <aligny>top</aligny>
  711.         <wrapmultiline>true</wrapmultiline>
  712.     </include>
  713.     <include name="Common_Now_Playing">
  714.         <control type="group">
  715.             <posx>18</posx>
  716.             <posy>16</posy>
  717.             <visible>Player.HasMedia + !Player.Caching + !Window.IsVisible(progressdialog) + !SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>
  718.             <animation effect="fade" time="200">VisibleChange</animation>
  719.             <control type="fadelabel">
  720.                 <description>Now Playing Label</description>
  721.                 <visible>Player.HasVideo</visible>
  722.                 <posx>12</posx>
  723.                 <posy>0</posy>
  724.                 <width>640</width>
  725.                 <height>36</height>
  726.                 <textcolor>yellow</textcolor>
  727.                 <align>left</align>
  728.                 <aligny>center</aligny>
  729.                 <font>font23</font>
  730.                 <scrollout>false</scrollout>
  731.                 <pauseatend>6000</pauseatend>
  732.                 <label>$INFO[VideoPlayer.Title,$LOCALIZE[31110]: ]$INFO[VideoPlayer.TVShowTitle, / ]</label>
  733.             </control>
  734.             <control type="fadelabel">
  735.                 <description>Now Playing Label</description>
  736.                 <visible>Player.HasAudio + MusicPlayer.HasNext</visible>
  737.                 <posx>12</posx>
  738.                 <posy>0</posy>
  739.                 <width>640</width>
  740.                 <height>36</height>
  741.                 <font>font23</font>
  742.                 <textcolor>yellow</textcolor>
  743.                 <align>left</align>
  744.                 <aligny>center</aligny>
  745.                 <scrollout>false</scrollout>
  746.                 <pauseatend>6000</pauseatend>
  747.                 <label>$LOCALIZE[31110]: $INFO[MusicPlayer.Title]$INFO[MusicPlayer.Album, - ]$INFO[MusicPlayer.Artist, / ]</label>
  748.                 <label>$LOCALIZE[209]: $INFO[MusicPlayer.Offset(1).Title]$INFO[MusicPlayer.Album, - ]$INFO[MusicPlayer.Artist, / ]</label>
  749.             </control>
  750.             <control type="fadelabel">
  751.                 <description>Now Playing Label</description>
  752.                 <visible>Player.HasAudio + !MusicPlayer.HasNext</visible>
  753.                 <posx>12</posx>
  754.                 <posy>0</posy>
  755.                 <width>640</width>
  756.                 <height>36</height>
  757.                 <font>font23</font>
  758.                 <textcolor>yellow</textcolor>
  759.                 <align>left</align>
  760.                 <aligny>center</aligny>
  761.                 <scrollout>false</scrollout>
  762.                 <pauseatend>6000</pauseatend>
  763.                 <label>$LOCALIZE[31110]: $INFO[MusicPlayer.Title]$INFO[MusicPlayer.Album, - ]$INFO[MusicPlayer.Artist, / ]</label>
  764.             </control>
  765.         </control>
  766.     </include>
  767.     <include name="Common_Keyboard_Button">
  768.         <animation effect="zoom" end="110" center="auto" time="60" reversible="true">Focus</animation>
  769.         <width>60</width>
  770.         <height>60</height>
  771.         <texturenofocus>keyboard/keyboard_button_off.png</texturenofocus>
  772.         <texturefocus>keyboard/keyboard_button_on.png</texturefocus>
  773.         <align>center</align>
  774.         <aligny>center</aligny>
  775.         <font>font30</font>
  776.         <textoffsetx>0</textoffsetx>
  777.         <textcolor>white</textcolor>
  778.         <focusedcolor>black</focusedcolor>
  779.         <disabledcolor>disabled</disabledcolor>
  780.     </include>
  781.     <include name="HomeViewThumbImage">
  782.         <posx>10</posx>
  783.         <posy>10</posy>
  784.         <width>140</width>
  785.         <height>140</height>
  786.         <texture background="false"/>
  787.     </include>
  788.     <include name="HomeViewThumbFrame">
  789.         <posx>2</posx>
  790.         <posy>2</posy>
  791.         <width>156</width>
  792.         <height>156</height>
  793.         <texture>views/frame_device_sq.png</texture>
  794.     </include>
  795.     <include name="HomeViewThumbFrameWhite">
  796.         <posx>-2</posx>
  797.         <posy>-2</posy>
  798.         <width>164</width>
  799.         <height>164</height>
  800.         <texture>views/frame_device_sq_white.png</texture>
  801.         <animation type="Focus">
  802.             <effect type="fade" start="60" time="120"/>
  803.             <effect type="zoom" start="97,97" center="auto" time="120" delay="60"/>
  804.         </animation>
  805.     </include>
  806.     <include name="HomeViewThumbHover">
  807.         <posx>0</posx>
  808.         <posy>16</posy>
  809.         <width>164</width>
  810.         <height>145</height>
  811.         <texture>views/hover_frame_device_capsule.png</texture>
  812.     </include>
  813.     <include name="HomeViewThumbLabel">
  814.         <posx>10</posx>
  815.         <posy>22</posy>
  816.         <width>144</width>
  817.         <height>134</height>
  818.         <font>font21sq</font>
  819.         <aligny>top</aligny>
  820.         <align>left</align>
  821.     </include>
  822.     <include name="HomeViewThumbHoverFlip">
  823.         <posx>0</posx>
  824.         <posy>0</posy>
  825.         <width>164</width>
  826.         <height>145</height>
  827.         <texture flipy="true">views/hover_frame_device_capsule.png</texture>
  828.     </include>
  829.     <include name="HomeViewThumbLabelFlip">
  830.         <posx>10</posx>
  831.         <posy>2</posy>
  832.         <width>144</width>
  833.         <height>134</height>
  834.         <font>font21sq</font>
  835.         <aligny>top</aligny>
  836.         <align>left</align>
  837.     </include>
  838.     <include name="MediaPreviewPaneThumb">
  839.         <control type="grouplist">
  840.             <visible>Control.IsVisible(50) | Control.IsVisible(51) | Control.IsVisible(56)</visible>
  841.             <visible>!Container.OnNext + !Container.OnPrevious</visible>
  842.             <animation effect="fade" start="0" end="100" time="200" delay="100">Visible</animation>
  843.             <posx>870</posx>
  844.             <posy>124</posy>
  845.             <width>358</width>
  846.             <height>578</height>
  847.             <itemgap>8</itemgap>
  848.             <orientation>vertical</orientation>
  849.             <control type="group">
  850.                 <width>358</width>
  851.                 <height>320</height>
  852.                 <control type="image">
  853.                     <posx>0</posx>
  854.                     <posy>0</posy>
  855.                     <width>358</width>
  856.                     <height>320</height>
  857.                     <info>ListItem.Art(thumb)</info>
  858.                     <bordersize>4</bordersize>
  859.                     <aspectratio>keep</aspectratio>
  860.                     <bordertexture>views/info_cover_border.png</bordertexture>
  861.                     <visible>!IsEmpty(ListItem.Art(thumb))</visible>
  862.                 </control>
  863.                 <control type="image">
  864.                     <posx>79</posx>
  865.                     <posy>120</posy>
  866.                     <width>200</width>
  867.                     <height>200</height>
  868.                     <info>ListItem.Icon</info>
  869.                     <aspectratio>keep</aspectratio>
  870.                     <visible>IsEmpty(ListItem.Art(thumb))</visible>
  871.                 </control>
  872.             </control>
  873.             <control type="label">
  874.                 <info>ListItem.Title</info>
  875.                 <width>348</width>
  876.                 <height>68</height>
  877.                 <font>font23</font>
  878.                 <aligny>center</aligny>
  879.                 <wrapmultiline>true</wrapmultiline>
  880.                 <visible>!IsEmpty(ListItem.Title) + !Container.Content(Albums) + !Container.Content(MusicVideos) + !SubString(Container.FolderPath,videodb://5/)</visible>
  881.             </control>
  882.             <control type="label">
  883.                 <info>ListItem.label</info>
  884.                 <width>348</width>
  885.                 <height>68</height>
  886.                 <font>font23</font>
  887.                 <aligny>center</aligny>
  888.                 <wrapmultiline>true</wrapmultiline>
  889.                 <visible>IsEmpty(ListItem.Title) + !Container.Content(Albums) + !Container.Content(MusicVideos)</visible>
  890.             </control>
  891.             <control type="label">
  892.                 <visible>Container.Content(Albums) + !IsEmpty(ListItem.Album)</visible>
  893.                 <label>$INFO[ListItem.album] [COLOR lightgrey]$LOCALIZE[31070][/COLOR] $INFO[ListItem.artist]</label>
  894.                 <width>348</width>
  895.                 <height>68</height>
  896.                 <font>font23</font>
  897.                 <aligny>center</aligny>
  898.                 <wrapmultiline>true</wrapmultiline>
  899.             </control>
  900.             <control type="label">
  901.                 <visible>Container.Content(Albums) + IsEmpty(ListItem.Album)</visible>
  902.                 <label>$INFO[ListItem.Label]</label>
  903.                 <width>348</width>
  904.                 <height>68</height>
  905.                 <font>font23</font>
  906.                 <aligny>center</aligny>
  907.                 <wrapmultiline>true</wrapmultiline>
  908.             </control>
  909.             <control type="label">
  910.                 <visible>Container.Content(MusicVideos)</visible>
  911.                 <label>$INFO[ListItem.Artist,, - ]$INFO[ListItem.Title]</label>
  912.                 <width>348</width>
  913.                 <height>68</height>
  914.                 <font>font23</font>
  915.                 <aligny>center</aligny>
  916.                 <wrapmultiline>true</wrapmultiline>
  917.             </control>
  918.             <control type="label">
  919.                 <visible>SubString(Container.FolderPath,videodb://5/)</visible>
  920.                 <label>$INFO[ListItem.TVShowTitle,, - ]$INFO[ListItem.Title]</label>
  921.                 <width>348</width>
  922.                 <height>68</height>
  923.                 <font>font23</font>
  924.                 <aligny>center</aligny>
  925.                 <wrapmultiline>true</wrapmultiline>
  926.             </control>
  927.             <control type="image">
  928.                 <visible>!IsEmpty(ListItem.Label) | !IsEmpty(ListItem.Title)</visible>
  929.                 <width>348</width>
  930.                 <height>2</height>
  931.                 <texture>views/line_divider.png</texture>
  932.             </control>
  933.             <control type="label">
  934.                 <description>Set</description>
  935.                 <visible>!StringCompare(ListItem.Label,..) + ListItem.IsFolder + Container.Content(Movies) + SubString(Container.Folderpath,videodb://,left)</visible>
  936.                 <width>348</width>
  937.                 <height>20</height>
  938.                 <label>31084</label>
  939.                 <font>font21</font>
  940.             </control>
  941.             <control type="group">
  942.                 <description>plot</description>
  943.                 <visible>!Container.Content(Songs)</visible>
  944.                 <visible>!IsEmpty(ListItem.PlotOutline) | !IsEmpty(ListItem.Plot) | !IsEmpty(ListItem.Property(Album_Description)) | !IsEmpty(ListItem.Property(Artist_Description)) | !IsEmpty(ListItem.Property(Addon.Description)) | [!IsEmpty(Container.ShowPlot) + !IsEmpty(ListItem.Art(thumb)) + Container.Content(Seasons)]</visible>
  945.                 <width>348</width>
  946.                 <height>72</height>
  947.                 <control type="textbox">
  948.                     <description>Review</description>
  949.                     <posx>0</posx>
  950.                     <posy>-6</posy>
  951.                     <width>348</width>
  952.                     <height>78</height>
  953.                     <font>font18</font>
  954.                     <align>left</align>
  955.                     <label>$INFO[ListItem.Property(Album_Description)]</label>
  956.                 </control>
  957.                 <control type="textbox">
  958.                     <description>Review</description>
  959.                     <posx>0</posx>
  960.                     <posy>-6</posy>
  961.                     <width>348</width>
  962.                     <height>78</height>
  963.                     <font>font18</font>
  964.                     <align>left</align>
  965.                     <label>$INFO[ListItem.Property(Artist_Description)]</label>
  966.                 </control>
  967.                 <control type="textbox">
  968.                     <description>Review</description>
  969.                     <posx>0</posx>
  970.                     <posy>-6</posy>
  971.                     <width>348</width>
  972.                     <height>78</height>
  973.                     <font>font18</font>
  974.                     <align>left</align>
  975.                     <label>$INFO[ListItem.Property(Addon.Description)]</label>
  976.                 </control>
  977.                 <control type="textbox">
  978.                     <description>plot</description>
  979.                     <posx>0</posx>
  980.                     <posy>-6</posy>
  981.                     <width>348</width>
  982.                     <height>78</height>
  983.                     <font>font18</font>
  984.                     <align>left</align>
  985.                     <info>ListItem.PlotOutline</info>
  986.                 </control>
  987.                 <control type="textbox">
  988.                     <description>plot</description>
  989.                     <visible>IsEmpty(ListItem.PlotOutline)</visible>
  990.                     <posx>0</posx>
  991.                     <posy>-6</posy>
  992.                     <width>348</width>
  993.                     <height>78</height>
  994.                     <font>font18</font>
  995.                     <align>left</align>
  996.                     <info>ListItem.Plot</info>
  997.                 </control>
  998.                 <control type="textbox">
  999.                     <description>plot</description>
  1000.                     <visible>!IsEmpty(Container.ShowPlot) + !IsEmpty(ListItem.Art(thumb)) + Container.Content(Seasons) + IsEmpty(ListItem.Plot)</visible>
  1001.                     <posx>0</posx>
  1002.                     <posy>-6</posy>
  1003.                     <width>348</width>
  1004.                     <height>78</height>
  1005.                     <font>font18</font>
  1006.                     <align>left</align>
  1007.                     <info>Container.ShowPlot</info>
  1008.                 </control>
  1009.             </control>
  1010.             <control type="image">
  1011.                 <visible>!Container.Content(Songs)</visible>
  1012.                 <visible>!IsEmpty(ListItem.PlotOutline) | !IsEmpty(ListItem.Plot) | !IsEmpty(ListItem.Property(Album_Description)) | !IsEmpty(ListItem.Property(Artist_Description)) | !IsEmpty(ListItem.Property(Addon.Description))</visible>
  1013.                 <visible>!IsEmpty(ListItem.Duration) | !IsEmpty(ListItem.Year) | !IsEmpty(ListItem.Date) | !IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
  1014.                 <width>348</width>
  1015.                 <height>2</height>
  1016.                 <texture>views/line_divider.png</texture>
  1017.             </control>
  1018.             <control type="label">
  1019.                 <description>Runtime value</description>
  1020.                 <visible>!IsEmpty(ListItem.duration)</visible>
  1021.                 <width>348</width>
  1022.                 <height>20</height>
  1023.                 <aligny>top</aligny>
  1024.                 <label>[COLOR grey]$LOCALIZE[2050]:[/COLOR] $INFO[ListItem.duration] $LOCALIZE[12391]</label>
  1025.                 <font>font21</font>
  1026.             </control>
  1027.             <control type="label">
  1028.                 <description>Year value</description>
  1029.                 <visible>!IsEmpty(ListItem.Year) + IsEmpty(ListItem.Date) + !StringCompare(ListItem.Year,1601)</visible>
  1030.                 <width>348</width>
  1031.                 <height>20</height>
  1032.                 <label>[COLOR grey]$LOCALIZE[31071]:[/COLOR] $INFO[ListItem.Year]</label>
  1033.                 <font>font21</font>
  1034.             </control>
  1035.             <control type="label">
  1036.                 <description>Year value</description>
  1037.                 <visible>!IsEmpty(ListItem.Year) + IsEmpty(ListItem.Date) + StringCompare(ListItem.Year,1601)</visible>
  1038.                 <width>348</width>
  1039.                 <height>20</height>
  1040.                 <label>[COLOR grey]$LOCALIZE[31071]:[/COLOR] $LOCALIZE[161]</label>
  1041.                 <font>font21</font>
  1042.             </control>
  1043.             <control type="label">
  1044.                 <description>Date value</description>
  1045.                 <visible>!IsEmpty(ListItem.Year) + !IsEmpty(ListItem.Date) + Container.Content(TVShows)</visible>
  1046.                 <width>348</width>
  1047.                 <height>20</height>
  1048.                 <label>[COLOR grey]$LOCALIZE[31079]:[/COLOR] $INFO[ListItem.Date]</label>
  1049.                 <font>font21</font>
  1050.             </control>
  1051.             <control type="label">
  1052.                 <description>Date value</description>
  1053.                 <visible>!IsEmpty(ListItem.Year) + !IsEmpty(ListItem.Date) + !Container.Content(TVShows)</visible>
  1054.                 <width>348</width>
  1055.                 <height>20</height>
  1056.                 <label>[COLOR grey]$LOCALIZE[31082]:[/COLOR] $INFO[ListItem.Date]</label>
  1057.                 <font>font21</font>
  1058.             </control>
  1059.             <control type="label">
  1060.                 <description>Date value</description>
  1061.                 <visible>IsEmpty(ListItem.Year) + !IsEmpty(ListItem.Date)</visible>
  1062.                 <width>348</width>
  1063.                 <height>20</height>
  1064.                 <label>[COLOR grey]$LOCALIZE[552]:[/COLOR] $INFO[ListItem.Date]</label>
  1065.                 <font>font21</font>
  1066.             </control>
  1067.             <control type="label">
  1068.                 <description>Years value</description>
  1069.                 <visible>!IsEmpty(ListItem.Property(Artist_YearsActive)) + Container.Content(Artists)</visible>
  1070.                 <width>348</width>
  1071.                 <height>20</height>
  1072.                 <label>[COLOR grey]$LOCALIZE[652]:[/COLOR] $INFO[ListItem.Property(Artist_YearsActive)]</label>
  1073.                 <font>font21</font>
  1074.             </control>
  1075.             <control type="label">
  1076.                 <description>Next Episode value</description>
  1077.                 <visible>Container.Content(TVShows) + !IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
  1078.                 <width>348</width>
  1079.                 <height>20</height>
  1080.                 <label>[COLOR grey]$LOCALIZE[31203]:[/COLOR] $INFO[Window(Home).Property(NextAired.NextDate)]</label>
  1081.                 <font>font21</font>
  1082.             </control>
  1083.         </control>
  1084.     </include>
  1085.     <include name="LineViewFrame">
  1086.         <posx>0</posx>
  1087.         <posy>0</posy>
  1088.         <width>754</width>
  1089.         <height>44</height>
  1090.     </include>
  1091.     <include name="LineViewItemFade">
  1092.         <animation effect="fade" time="200" reversible="false" tween="quadratic" easing="out">VisibleChange</animation>
  1093.     </include>
  1094.     <include name="Home_Setup">
  1095.         <onload>Skin.SetString(Home_List_1,Home_Random_List)</onload>
  1096.         <onload>Skin.SetString(Home_List_1_Button,SetProperty(SkinWidgets_RandomItems_Update,true))</onload>
  1097.         <onload>Skin.SetString(Home_List_1_Label,$LOCALIZE[31001])</onload>
  1098.         <onload>Skin.SetString(Home_List_2,Home_Movie_List)</onload>
  1099.         <onload>Skin.SetString(Home_List_2_Button,ActivateWindow(Videos,RecentlyAddedMovies,return))</onload>
  1100.         <onload>Skin.SetString(Home_List_2_Label,$LOCALIZE[31003])</onload>
  1101.         <onload>Skin.SetString(Home_List_3,Home_Episode_List)</onload>
  1102.         <onload>Skin.SetString(Home_List_3_Button,ActivateWindow(Videos,RecentlyAddedEpisodes,return))</onload>
  1103.         <onload>Skin.SetString(Home_List_3_Label,$LOCALIZE[31004])</onload>
  1104.         <onload>Skin.SetString(Home_List_4,Home_Album_List)</onload>
  1105.         <onload>Skin.SetString(Home_List_4_Button,ActivateWindow(MusicLibrary,RecentlyAddedAlbums,return))</onload>
  1106.         <onload>Skin.SetString(Home_List_4_Label,$LOCALIZE[31005])</onload>
  1107.         <onload>Skin.SetString(Watchlist_Movies,false)</onload>
  1108.         <onload>Skin.SetString(Watchlist_Episodes,false)</onload>
  1109.         <onload>Skin.SetString(Watchlist_Albums,false)</onload>
  1110.     </include>
  1111.     <variable name="Custom_54_Path">
  1112.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),1)">$INFO[Skin.String(CustomHomeItem_1.Path)]</value>
  1113.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),2)">$INFO[Skin.String(CustomHomeItem_2.Path)]</value>
  1114.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),3)">$INFO[Skin.String(CustomHomeItem_3.Path)]</value>
  1115.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),4)">$INFO[Skin.String(CustomHomeItem_4.Path)]</value>
  1116.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),5)">$INFO[Skin.String(CustomHomeItem_5.Path)]</value>
  1117.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),6)">$INFO[Skin.String(CustomHomeItem_6.Path)]</value>
  1118.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),7)">$INFO[Skin.String(CustomHomeItem_7.Path)]</value>
  1119.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),8)">$INFO[Skin.String(CustomHomeItem_8.Path)]</value>
  1120.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),9)">$INFO[Skin.String(CustomHomeItem_9.Path)]</value>
  1121.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),10)">$INFO[Skin.String(CustomHomeItem_10.Path)]</value>
  1122.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),11)">$INFO[Skin.String(CustomHomeItem_11.Path)]</value>
  1123.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),12)">$INFO[Skin.String(CustomHomeItem_12.Path)]</value>
  1124.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),13)">$INFO[Skin.String(CustomHomeItem_13.Path)]</value>
  1125.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),14)">$INFO[Skin.String(CustomHomeItem_14.Path)]</value>
  1126.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),15)">$INFO[Skin.String(CustomHomeItem_15.Path)]</value>
  1127.         <value>$INFO[Skin.String(SetItemType)]</value>
  1128.     </variable>
  1129.     <variable name="Custom_54_Label">
  1130.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),1)">$INFO[Skin.String(CustomHomeItem_1.Label)]</value>
  1131.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),2)">$INFO[Skin.String(CustomHomeItem_2.Label)]</value>
  1132.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),3)">$INFO[Skin.String(CustomHomeItem_3.Label)]</value>
  1133.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),4)">$INFO[Skin.String(CustomHomeItem_4.Label)]</value>
  1134.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),5)">$INFO[Skin.String(CustomHomeItem_5.Label)]</value>
  1135.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),6)">$INFO[Skin.String(CustomHomeItem_6.Label)]</value>
  1136.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),7)">$INFO[Skin.String(CustomHomeItem_7.Label)]</value>
  1137.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),8)">$INFO[Skin.String(CustomHomeItem_8.Label)]</value>
  1138.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),9)">$INFO[Skin.String(CustomHomeItem_9.Label)]</value>
  1139.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),10)">$INFO[Skin.String(CustomHomeItem_10.Label)]</value>
  1140.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),11)">$INFO[Skin.String(CustomHomeItem_11.Label)]</value>
  1141.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),12)">$INFO[Skin.String(CustomHomeItem_12.Label)]</value>
  1142.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),13)">$INFO[Skin.String(CustomHomeItem_13.Label)]</value>
  1143.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),14)">$INFO[Skin.String(CustomHomeItem_14.Label)]</value>
  1144.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),15)">$INFO[Skin.String(CustomHomeItem_15.Label)]</value>
  1145.         <value>$INFO[Skin.String(SetItemLabel)]</value>
  1146.     </variable>
  1147.     <variable name="Custom_54_Icon">
  1148.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),1)">$INFO[Skin.String(CustomHomeItem_1.Icon)]</value>
  1149.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),2)">$INFO[Skin.String(CustomHomeItem_2.Icon)]</value>
  1150.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),3)">$INFO[Skin.String(CustomHomeItem_3.Icon)]</value>
  1151.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),4)">$INFO[Skin.String(CustomHomeItem_4.Icon)]</value>
  1152.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),5)">$INFO[Skin.String(CustomHomeItem_5.Icon)]</value>
  1153.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),6)">$INFO[Skin.String(CustomHomeItem_6.Icon)]</value>
  1154.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),7)">$INFO[Skin.String(CustomHomeItem_7.Icon)]</value>
  1155.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),8)">$INFO[Skin.String(CustomHomeItem_8.Icon)]</value>
  1156.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),9)">$INFO[Skin.String(CustomHomeItem_9.Icon)]</value>
  1157.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),10)">$INFO[Skin.String(CustomHomeItem_10.Icon)]</value>
  1158.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),11)">$INFO[Skin.String(CustomHomeItem_11.Icon)]</value>
  1159.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),12)">$INFO[Skin.String(CustomHomeItem_12.Icon)]</value>
  1160.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),13)">$INFO[Skin.String(CustomHomeItem_13.Icon)]</value>
  1161.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),14)">$INFO[Skin.String(CustomHomeItem_14.Icon)]</value>
  1162.         <value condition="StringCompare(Skin.String(SetItem),Favourite) + StringCompare(Window(54).Property(SetCustomItem),15)">$INFO[Skin.String(CustomHomeItem_15.Icon)]</value>
  1163.         <value>$INFO[Skin.String(SetItemIcon)]</value>
  1164.     </variable>
  1165.     <variable name="Music_Path">
  1166.         <value condition="Library.HasContent(Music)">RunAddon($INFO[</value>
  1167.         <value>musicfiles</value>
  1168.     </variable>
  1169. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement