Guest User

Includes.xml LiveTV fix

a guest
Dec 1st, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 93.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <includes>
  3.     <include file="Defaults.xml" />
  4.     <include file="Includes_Animations.xml" />
  5.     <include file="Includes_Backgrounds.xml" />
  6.     <include file="Includes_CommonValues.xml" />
  7.     <include file="Includes_Home.xml" />
  8.     <include file="Includes_LiveBG.xml" />
  9.     <include file="Includes_LiveTV.xml" />
  10.     <include file="Includes_Lyrics.xml" />
  11.     <include file="Includes_Select.xml" />
  12.     <include file="Includes_ViewSettings.xml" />
  13.     <include file="Includes_Widgets.xml" />
  14.     <include file="script-skinshortcuts-includes.xml" />
  15.     <include file="Variables.xml" />
  16.     <include file="Variables_Widgets.xml" />
  17.     <include file="View_50_List.xml" />
  18.     <include file="View_51_InfoWall.xml" />
  19.     <include file="View_52_Landscape.xml" />
  20.     <include file="View_53_ShowCase.xml" />
  21.     <include file="View_54_ShowCase.xml" />
  22.     <include file="View_55_TriPanel.xml" />
  23.     <include file="View_56_Posters.xml" />
  24.     <include file="View_57_Shift.xml" />
  25.     <include file="View_58_BannerWall.xml" />
  26.     <include file="View_59_Logo.xml" />
  27.     <include file="View_499_SmallIcons.xml" />
  28.     <include file="View_500_Icons.xml" />
  29.     <include file="View_501_LowList.xml" />
  30.     <include file="View_502_Episode.xml" />
  31.     <include file="View_503_Wall.xml" />
  32.     <include file="View_504_Gallery.xml" />
  33.     <include file="View_505_Panel.xml" />
  34.     <include file="View_506_RightList.xml" />
  35.     <include file="View_507_BigList.xml" />
  36.     <include file="View_508_SongList.xml" />
  37.     <include file="View_509_MyFlix.xml" />
  38.     <include file="View_591_BigFan.xml" />
  39.     <include file="View_601_BannerPlex.xml" />
  40.     <include file="View_602_FanartList.xml" />
  41.     <include file="View_603_Music_JukeBox.xml" />
  42.     <include file="View_609_Fullscreen_Wall.xml" />
  43.     <!-- Media Menu -->
  44.     <include name="SideBladeLeft">
  45.         <animation effect="slide" start="440,0" end="0,0" time="400" tween="quadratic" easing="out" condition="String.IsEmpty(Window(Home).Property(MediaMenu))">Conditional</animation>
  46.         <animation effect="slide" start="0,0" end="-440,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
  47.         <control type="image">
  48.             <width>432</width>
  49.             <height>1080</height>
  50.             <texture colordiffuse="E6FFFFFF" border="40">mediamenu_back.png</texture>
  51.         </control>
  52.         <control type="button" id="9051">
  53.             <include>HiddenObject</include>
  54.             <onfocus condition="String.IsEmpty(Window(Home).Property(MediaMenu))">SetProperty(MediaMenu,True,Home)</onfocus>
  55.             <onfocus condition="String.IsEmpty(Window(Home).Property(MediaMenu))">SetFocus(9050)</onfocus>
  56.             <onfocus condition="!String.IsEmpty(Window(Home).Property(MediaMenu))">ClearProperty(MediaMenu,Home)</onfocus>
  57.             <onfocus condition="!String.IsEmpty(Window(Home).Property(MediaMenu))">SetFocus(50)</onfocus>
  58.         </control>
  59.         <control type="button" id="8999">
  60.             <left>365</left>
  61.             <top>-11</top>
  62.             <width>64</width>
  63.             <height>48</height>
  64.             <label></label>
  65.             <font>CloseButton</font>
  66.             <textcolor>grey</textcolor>
  67.             <focusedcolor>$VAR[ThemeLabelColor]</focusedcolor>
  68.             <onclick>ClearProperty(MediaMenu,Home)</onclick>
  69.             <onclick>SetFocus(50)</onclick>
  70.             <texturefocus />
  71.             <texturenofocus />
  72.             <visible>system.getbool(input.enablemouse) + !Window.IsVisible(1128) + !Window.IsVisible(1130) + !Window.IsVisible(1131) + !Window.IsVisible(1132)</visible>
  73.         </control>
  74.         <control type="image">
  75.             <top>-15</top>
  76.             <width>400</width>
  77.             <height>130</height>
  78.             <texture>aeon-nox-logo.png</texture>
  79.         </control>
  80.     </include>
  81.     <include name="KioskModeButton">
  82.         <control type="button">
  83.             <include>ButtonCommonValues</include>
  84.             <label />
  85.             <onfocus>ClearProperty(MediaMenu,Home)</onfocus>
  86.             <onfocus>SetFocus(50)</onfocus>
  87.         </control>
  88.     </include>
  89.     <include name="MediaMenuTop">
  90.         <top>80</top>
  91.         <width>400</width>
  92.         <height>1080</height>
  93.         <onleft>9050</onleft>
  94.         <onright>ClearProperty(MediaMenu,Home)</onright>
  95.         <onright>50</onright>
  96.         <onup>9050</onup>
  97.         <ondown>9957</ondown>
  98.         <onback>ClearProperty(MediaMenu,Home)</onback>
  99.         <onback>50</onback>
  100.         <include condition="Skin.HasSetting(KioskMode.Enabled)">KioskModeButton</include>
  101.         <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(1128) | Window.IsVisible(1130) | Window.IsVisible(1131) | Window.IsVisible(1132)" reversible="true">Conditional</animation>
  102.         <control type="button" id="200">
  103.             <label>31006</label>
  104.             <textwidth>352</textwidth>
  105.             <font>font13_title</font>
  106.             <include>ButtonCommonValues</include>
  107.             <enable>no</enable>
  108.             <disabledcolor>$VAR[ThemeLabelColor]</disabledcolor>
  109.         </control>
  110.         <control type="button" id="2000">
  111.             <description>View As button</description>
  112.             <textwidth>352</textwidth>
  113.             <include>ButtonCommonValues</include>
  114.             <label>$INFO[Container.Viewmode,$LOCALIZE[31100] ]</label>
  115.             <onclick>ActivateWindow(1130)</onclick>
  116.             <visible>!Window.IsActive(tvchannels) + !Window.IsActive(eventlog)</visible>
  117.         </control>
  118.         <control type="button" id="7031">
  119.             <description>View settings</description>
  120.             <textwidth>352</textwidth>
  121.             <include>ButtonCommonValues</include>
  122.             <label>$INFO[Container.Viewmode,,: $LOCALIZE[5]]</label>
  123.             <onclick condition="Control.IsVisible(50)">SetProperty(actualViewtype,List,Home)</onclick>
  124.             <onclick condition="Control.IsVisible(51)">SetProperty(actualViewtype,InfoWall,Home)</onclick>
  125.             <onclick condition="Control.IsVisible(52)">SetProperty(actualViewtype,Landscape,Home)</onclick>
  126.             <onclick condition="Control.IsVisible(53)">SetProperty(actualViewtype,ShowCase,Home)</onclick>
  127.             <onclick condition="Control.IsVisible(54)">SetProperty(actualViewtype,ShowCaseSquare,Home)</onclick>
  128.             <onclick condition="Control.IsVisible(55)">SetProperty(actualViewtype,TriPanel,Home)</onclick>
  129.             <onclick condition="Control.IsVisible(56)">SetProperty(actualViewtype,Posters,Home)</onclick>
  130.             <onclick condition="Control.IsVisible(57)">SetProperty(actualViewtype,Shift,Home)</onclick>
  131.             <onclick condition="Control.IsVisible(58)">SetProperty(actualViewtype,BannerWall,Home)</onclick>
  132.             <onclick condition="Control.IsVisible(59)">SetProperty(actualViewtype,Logo,Home)</onclick>
  133.             <onclick condition="Control.IsVisible(499)">SetProperty(actualViewtype,SmallIcons,Home)</onclick>
  134.             <onclick condition="Control.IsVisible(500)">SetProperty(actualViewtype,Icons,Home)</onclick>
  135.             <onclick condition="Control.IsVisible(501)">SetProperty(actualViewtype,LowList,Home)</onclick>
  136.             <onclick condition="Control.IsVisible(502)">SetProperty(actualViewtype,Episode,Home)</onclick>
  137.             <onclick condition="Control.IsVisible(503)">SetProperty(actualViewtype,Wall,Home)</onclick>
  138.             <onclick condition="Control.IsVisible(504)">SetProperty(actualViewtype,Gallery,Home)</onclick>
  139.             <onclick condition="Control.IsVisible(505)">SetProperty(actualViewtype,Panel,Home)</onclick>
  140.             <onclick condition="Control.IsVisible(506)">SetProperty(actualViewtype,RightList,Home)</onclick>
  141.             <onclick condition="Control.IsVisible(507)">SetProperty(actualViewtype,BigList,Home)</onclick>
  142.             <onclick condition="Control.IsVisible(508)">SetProperty(actualViewtype,SongList,Home)</onclick>
  143.             <onclick condition="Control.IsVisible(509)">SetProperty(actualViewtype,MyFlix,Home)</onclick>
  144.             <onclick condition="Control.IsVisible(591)">SetProperty(actualViewtype,BigFan,Home)</onclick>
  145.             <onclick condition="Control.IsVisible(601)">SetProperty(actualViewtype,BannerPlex,Home)</onclick>
  146.             <onclick condition="Control.IsVisible(602)">SetProperty(actualViewtype,FanartList,Home)</onclick>
  147.             <onclick condition="Control.IsVisible(609)">SetProperty(actualViewtype,FullscreenWall,Home)</onclick>
  148.             <onclick>ActivateWindow(1131)</onclick>
  149.         </control>
  150.         <control type="togglebutton" id="6055">
  151.             <description>LowList Toggle</description>
  152.             <textwidth>255</textwidth>
  153.             <include>ButtonCommonValues</include>
  154.             <label>$LOCALIZE[31093]</label>
  155.             <onclick>Skin.ToggleSetting(nohighlistgame)</onclick>
  156.             <onclick>ReloadSkin()</onclick>
  157.             <visible>Control.IsVisible(501) + String.Contains(Container.FolderPath,plugin.program.advanced.launcher)</visible>
  158.         </control>
  159.         <control type="button" id="3">
  160.             <description>Sort by button</description>
  161.             <include>ButtonCommonValues</include>
  162.             <label>103</label>
  163.         </control>
  164.         <control type="togglebutton" id="4">
  165.             <description>Sort asc</description>
  166.             <include>ButtonCommonValues</include>
  167.             <label>31051</label>
  168.             <altlabel>31050</altlabel>
  169.             <usealttexture>Container.SortDirection(Ascending)</usealttexture>
  170.         </control>
  171.         <control type="button" id="2001">
  172.             <include>ButtonCommonValues</include>
  173.             <label>$LOCALIZE[33068]</label>
  174.             <onclick>ActivateWindow(1128)</onclick>
  175.         </control>
  176.     </include>
  177.     <include name="PVRMediaMenu">
  178.         <control type="group">
  179.             <left>-440</left>
  180.             <include>SideBladeLeft</include>
  181.             <control type="grouplist" id="9050">
  182.                 <top>100</top>
  183.                 <width>400</width>
  184.                 <height>1080</height>
  185.                 <onleft>9050</onleft>
  186.                 <onright>ClearProperty(MediaMenu,Home)</onright>
  187.                 <onright condition="!Window.IsVisible(tvguide) + Control.IsVisible(50)">50</onright>
  188.                 <onright condition="!Window.IsVisible(tvguide) + Control.IsVisible(51)">51</onright>
  189.                 <onright condition="!Window.IsVisible(tvguide) + Control.IsVisible(52)">52</onright>
  190.                 <onright condition="Window.IsVisible(tvguide)">10</onright>
  191.                 <onup>9050</onup>
  192.                 <ondown condition="Player.HasMedia">9950</ondown>
  193.                 <ondown condition="!Player.HasMedia">9050</ondown>
  194.                 <onback>ClearProperty(MediaMenu,Home)</onback>
  195.                 <onback>50</onback>
  196.                 <include condition="Skin.HasSetting(KioskMode.Enabled)">KioskModeButton</include>
  197.                 <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(1128)" reversible="true">Conditional</animation>
  198.                 <control type="label" id="200">
  199.                     <width>400</width>
  200.                     <height>52</height>
  201.                     <textoffsetx>15</textoffsetx>
  202.                     <font>font13_title</font>
  203.                     <label>31006</label>
  204.                     <textcolor>$VAR[ThemeLabelColor]</textcolor>
  205.                 </control>
  206.                 <control type="button" id="28">
  207.                     <description>Channel Groups</description>
  208.                     <textwidth>255</textwidth>
  209.                     <include>ButtonCommonValues</include>
  210.                     <label />
  211.                     <visible>Window.IsActive(tvchannels) | Window.IsActive(tvguide)</visible>
  212.                 </control>
  213.                 <control type="button" id="2">
  214.                     <description>View As button</description>
  215.                     <textwidth>352</textwidth>
  216.                     <include>ButtonCommonValues</include>
  217.                     <visible>!Window.IsActive(tvguide) + !Window.IsActive(tvrecordings)</visible>
  218.                 </control>
  219.                 <control type="button" id="3">
  220.                     <description>Sort by button</description>
  221.                     <include>ButtonCommonValues</include>
  222.                     <label>103</label>
  223.                 </control>
  224.                 <control type="togglebutton" id="4">
  225.                     <description>Sort asc</description>
  226.                     <include>ButtonCommonValues</include>
  227.                     <label>31051</label>
  228.                     <altlabel>31050</altlabel>
  229.                     <usealttexture>Container.SortDirection(Ascending)</usealttexture>
  230.                 </control>
  231.                 <control type="button" id="2001">
  232.                     <include>ButtonCommonValues</include>
  233.                     <label>$LOCALIZE[33068]</label>
  234.                     <onclick>ActivateWindow(1128)</onclick>
  235.                 </control>
  236.                 <control type="button" id="203">
  237.                     <description>View options</description>
  238.                     <textwidth>352</textwidth>
  239.                     <font>font13_title</font>
  240.                     <include>ButtonCommonValues</include>
  241.                     <label>31039</label>
  242.                     <enable>no</enable>
  243.                     <disabledcolor>$VAR[ThemeLabelColor]</disabledcolor>
  244.                 </control>
  245.                 <control type="button" id="100">
  246.                     <description>Channels</description>
  247.                     <label>19019</label>
  248.                     <textwidth>352</textwidth>
  249.                     <include>ButtonCommonValues</include>
  250.                     <onclick>ClearProperty(MediaMenu,Home)</onclick>
  251.                     <onclick condition="String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVChannels)</onclick>
  252.                     <onclick condition="!String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioChannels)</onclick>
  253.                     <visible>!Window.IsActive(tvchannels)</visible>
  254.                 </control>
  255.                 <control type="button" id="101">
  256.                     <description>Guide</description>
  257.                     <label>22020</label>
  258.                     <textwidth>352</textwidth>
  259.                     <include>ButtonCommonValues</include>
  260.                     <onclick>ClearProperty(MediaMenu,Home)</onclick>
  261.                     <onclick condition="String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVGuide)</onclick>
  262.                     <onclick condition="!String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioGuide)</onclick>
  263.                     <visible>![Skin.HasSetting(Disable.PVRGuide) | Window.IsActive(tvguide)]</visible>
  264.                 </control>
  265.                 <control type="button" id="102">
  266.                     <description>Recordings</description>
  267.                     <label>19163</label>
  268.                     <textwidth>352</textwidth>
  269.                     <include>ButtonCommonValues</include>
  270.                     <onclick>ClearProperty(MediaMenu,Home)</onclick>
  271.                     <onclick condition="String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVRecordings)</onclick>
  272.                     <onclick condition="!String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioRecordings)</onclick>
  273.                     <visible>![Skin.HasSetting(Disable.PVRRecordings) | Window.IsActive(tvrecordings)]</visible>
  274.                 </control>
  275.                 <control type="button" id="103">
  276.                     <description>Timers</description>
  277.                     <label>19040</label>
  278.                     <textwidth>352</textwidth>
  279.                     <include>ButtonCommonValues</include>
  280.                     <onclick>ClearProperty(MediaMenu,Home)</onclick>
  281.                     <onclick condition="String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVTimers)</onclick>
  282.                     <onclick condition="!String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioTimers)</onclick>
  283.                     <visible>![Skin.HasSetting(Disable.PVRTimer) | Window.IsActive(tvtimers)]</visible>
  284.                 </control>
  285.                 <control type="button" id="104">
  286.                     <description>Search</description>
  287.                     <label>137</label>
  288.                     <textwidth>352</textwidth>
  289.                     <include>ButtonCommonValues</include>
  290.                     <onclick>ClearProperty(MediaMenu,Home)</onclick>
  291.                     <onclick condition="String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVSearch)</onclick>
  292.                     <onclick condition="!String.IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioSearch)</onclick>
  293.                     <visible>![Skin.HasSetting(Disable.PVRSearch) | Window.IsActive(tvsearch)]</visible>
  294.                 </control>
  295.                 <control type="button" id="201">
  296.                     <description>View options</description>
  297.                     <textwidth>352</textwidth>
  298.                     <font>font13_title</font>
  299.                     <include>ButtonCommonValues</include>
  300.                     <label>31026</label>
  301.                     <enable>no</enable>
  302.                     <disabledcolor>$VAR[ThemeLabelColor]</disabledcolor>
  303.                 </control>
  304.                 <control type="button" id="10">
  305.                     <description>Watched toggle</description>
  306.                     <textwidth>352</textwidth>
  307.                     <include>ButtonCommonValues</include>
  308.                     <label>$LOCALIZE[20367]</label>
  309.                     <label2>[COLOR $VAR[ThemeLabelColor]]$INFO[Container.NumNonFolderItems][/COLOR]</label2>
  310.                     <visible>Window.IsActive(tvrecordings)</visible>
  311.                 </control>
  312.                 <control type="button" id="330">
  313.                     <description>Settings</description>
  314.                     <textwidth>352</textwidth>
  315.                     <include>ButtonCommonValues</include>
  316.                     <label>$LOCALIZE[31179]</label>
  317.                     <onclick>ClearProperty(MediaMenu,Home)</onclick>
  318.                     <onclick>ActivateWindow(1150)</onclick>
  319.                 </control>
  320.             </control>
  321.             <include>MediaMenuPlayerControls</include>
  322.         </control>
  323.     </include>
  324.     <include name="NoMediaMenu">
  325.         <top>100</top>
  326.         <width>400</width>
  327.         <height>1080</height>
  328.         <onleft>9050</onleft>
  329.         <onright>ClearProperty(MediaMenu,Home)</onright>
  330.         <onright condition="!Window.IsActive(skinsettings) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(profiles)">50</onright>
  331.         <onright condition="Window.IsActive(SettingsCategory.xml)">3</onright>
  332.         <onright condition="Window.IsActive(profiles)">2</onright>
  333.         <onright condition="Window.IsActive(skinsettings)">9000</onright>
  334.         <onup>9050</onup>
  335.         <ondown condition="Player.HasMedia">9957</ondown>
  336.         <ondown condition="!Player.HasMedia">9050</ondown>
  337.         <onback>ClearProperty(MediaMenu,Home)</onback>
  338.         <onback>50</onback>
  339.         <include condition="Skin.HasSetting(KioskMode.Enabled)">KioskModeButton</include>
  340.         <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(1128)" reversible="true">Conditional</animation>
  341.         <control type="label" id="200">
  342.             <width>400</width>
  343.             <height>52</height>
  344.             <textoffsetx>15</textoffsetx>
  345.             <font>font13_title</font>
  346.             <label>31006</label>
  347.             <textcolor>$VAR[ThemeLabelColor]</textcolor>
  348.         </control>
  349.         <control type="button" id="2001">
  350.             <include>ButtonCommonValues</include>
  351.             <label>$LOCALIZE[33068]</label>
  352.             <onclick>ActivateWindow(1128)</onclick>
  353.             <visible>!Window.IsActive(profiles)</visible>
  354.         </control>
  355.         <control type="button" id="2002">
  356.             <include>ButtonCommonValues</include>
  357.             <label>$LOCALIZE[13200]: $LOCALIZE[33068]</label>
  358.             <onclick>Skin.Reset(ItemToEdit.MultiFanart)</onclick>
  359.             <onclick>SetProperty(No.Cases,True,Home)</onclick>
  360.             <onclick>$VAR[FallbackBackgroundOnClickVar]</onclick>
  361.             <onclick>ActivateWindow(1122)</onclick>
  362.             <visible>Window.IsActive(profiles)</visible>
  363.         </control>
  364.     </include>
  365.     <include name="MediaMenuPlayerControls">
  366.         <control type="grouplist" id="9950">
  367.             <defaultcontrol always="true">9957</defaultcontrol>
  368.             <top>1005</top>
  369.             <left>-20</left>
  370.             <height>67</height>
  371.             <width>440</width>
  372.             <align>center</align>
  373.             <scrolltime tween="sine">200</scrolltime>
  374.             <orientation>horizontal</orientation>
  375.             <onup>9050</onup>
  376.             <itemgap>-10</itemgap>
  377.             <ondown condition="Window.IsActive(script-NextAired-TVGuide.xml) | Window.IsActive(script-NextAired-TVGuide2.xml)">8</ondown>
  378.             <ondown condition="Window.IsActive(SettingsCategory.xml)">2001</ondown>
  379.             <ondown condition="Window.IsActive(profiles)">2002</ondown>
  380.             <ondown condition="!Window.IsActive(profiles) + Control.IsVisible(2000)">2000</ondown>
  381.             <ondown condition="!Window.IsActive(profiles) + Control.IsVisible(28)">28</ondown>
  382.             <ondown condition="!Window.IsActive(profiles) + !Control.IsVisible(28) + Control.IsVisible(3) + !Control.IsVisible(2)">3</ondown>
  383.             <ondown condition="!Window.IsActive(profiles) + !Control.IsVisible(28) + Control.IsVisible(2) + !Control.IsVisible(3) | [Control.IsVisible(2) + Control.IsVisible(3)]">2</ondown>
  384.             <onleft>9950</onleft>
  385.             <onright>9950</onright>
  386.             <onback>ClearProperty(MediaMenu,Home)</onback>
  387.             <onback>50</onback>
  388.             <visible>Player.HasMedia + !String.IsEmpty(Window(Home).Property(MediaMenu)) + !Window.IsVisible(1128) + !Window.IsVisible(1130) + !Window.IsVisible(1131) + !Window.IsVisible(1132)</visible>
  389.             <control type="button" id="9951">
  390.                 <texturefocus>osd/buttons/OSDPrevTrackFO.png</texturefocus>
  391.                 <texturenofocus>osd/buttons/OSDPrevTrackNF.png</texturenofocus>
  392.                 <label />
  393.                 <width>67</width>
  394.                 <height>67</height>
  395.                 <font />
  396.                 <onclick>PlayerControl(Previous)</onclick>
  397.             </control>
  398.             <control type="button" id="9952">
  399.                 <texturefocus>osd/buttons/OSDRewindFO.png</texturefocus>
  400.                 <texturenofocus>osd/buttons/OSDRewindNF.png</texturenofocus>
  401.                 <label />
  402.                 <width>67</width>
  403.                 <height>67</height>
  404.                 <font />
  405.                 <onclick>PlayerControl(Rewind)</onclick>
  406.             </control>
  407.             <control type="button" id="9953">
  408.                 <texturefocus>osd/buttons/OSDStopFO.png</texturefocus>
  409.                 <texturenofocus>osd/buttons/OSDStopNF.png</texturenofocus>
  410.                 <label />
  411.                 <width>67</width>
  412.                 <height>67</height>
  413.                 <font />
  414.                 <onclick>PlayerControl(Stop)</onclick>
  415.             </control>
  416.             <control type="button" id="9957">
  417.                 <texturefocus>osd/buttons/OSDChannelListFO.png</texturefocus>
  418.                 <texturenofocus>osd/buttons/OSDChannelListNF.png</texturenofocus>
  419.                 <label />
  420.                 <width>67</width>
  421.                 <height>67</height>
  422.                 <font />
  423.                 <onclick>fullscreen</onclick>
  424.             </control>
  425.             <control type="togglebutton" id="9954">
  426.                 <texturefocus>osd/buttons/OSDPauseFO.png</texturefocus>
  427.                 <texturenofocus>osd/buttons/OSDPauseNF.png</texturenofocus>
  428.                 <alttexturefocus>osd/buttons/OSDPlayFO.png</alttexturefocus>
  429.                 <alttexturenofocus>osd/buttons/OSDPlayNF.png</alttexturenofocus>
  430.                 <label />
  431.                 <altlabel>208</altlabel>
  432.                 <width>67</width>
  433.                 <height>67</height>
  434.                 <font />
  435.                 <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  436.                 <onclick>PlayerControl(Play)</onclick>
  437.             </control>
  438.             <control type="button" id="9955">
  439.                 <texturefocus>osd/buttons/OSDForwardFO.png</texturefocus>
  440.                 <texturenofocus>osd/buttons/OSDForwardNF.png</texturenofocus>
  441.                 <label />
  442.                 <width>67</width>
  443.                 <height>67</height>
  444.                 <font />
  445.                 <onclick>PlayerControl(Forward)</onclick>
  446.             </control>
  447.             <control type="button" id="9956">
  448.                 <texturefocus>osd/buttons/OSDNextTrackFO.png</texturefocus>
  449.                 <texturenofocus>osd/buttons/OSDNextTrackNF.png</texturenofocus>
  450.                 <label />
  451.                 <width>67</width>
  452.                 <height>67</height>
  453.                 <font />
  454.                 <onclick>PlayerControl(Next)</onclick>
  455.             </control>
  456.         </control>
  457.     </include>
  458.     <!-- Scroll Label -->
  459.     <include name="ScrollOffsetLabel">
  460.         <control type="group">
  461.             <visible>!Control.HasFocus(615)</visible>
  462.             <visible>Container.Scrolling + [String.IsEqual(Container.SortMethod,$LOCALIZE[551]) | String.IsEqual(Container.SortMethod,$LOCALIZE[561]) | String.IsEqual(Container.SortMethod,$LOCALIZE[558]) | String.IsEqual(Container.SortMethod,$LOCALIZE[557]) | String.IsEqual(Container.SortMethod,$LOCALIZE[556])]</visible>
  463.             <animation effect="slide" tween="cubic" easing="inout" time="400" start="160" end="0">VisibleChange</animation>
  464.             <left>1794</left>
  465.             <top>36</top>
  466.             <control type="image">
  467.                 <width>160</width>
  468.                 <height>160</height>
  469.                 <texture border="35">listpanel_back.png</texture>
  470.             </control>
  471.             <control type="label">
  472.                 <top>15</top>
  473.                 <width>160</width>
  474.                 <height>120</height>
  475.                 <align>center</align>
  476.                 <label>$INFO[ListItem.SortLetter]</label>
  477.                 <font>font_MainMenu</font>
  478.             </control>
  479.         </control>
  480.     </include>
  481.     <!-- Navigation Bar -->
  482.     <include name="Topbar">
  483.         <control type="group">
  484.             <visible>!Skin.HasSetting(Disable.TopBar)</visible>
  485.             <animation effect="slide" start="0,0" end="0,-90" time="800" tween="cubic" condition="Control.IsVisible(503) + String.IsEmpty(Skin.String(503.NoTopBar)) + System.IdleTime(2)">Conditional</animation>
  486.             <animation effect="slide" start="0,0" end="0,-90" time="800" tween="cubic" condition="Control.IsVisible(609) + String.IsEmpty(Skin.String(609.NoTopBar)) + System.IdleTime(2)">Conditional</animation>
  487.             <animation effect="slide" start="0,-90" end="0,0" delay="800" time="480" condition="Window.Previous(Home)">WindowOpen</animation>
  488.             <animation effect="slide" end="0,-90" start="0,0" time="480" condition="Window.Next(Home)">WindowClose</animation>
  489.             <visible>[Control.IsVisible(50) + String.IsEmpty(Skin.String(50.NoTopBar))] | [Control.IsVisible(51) + String.IsEmpty(Skin.String(51.NoTopBar))] | [Control.IsVisible(52) + String.IsEmpty(Skin.String(52.NoTopBar))] | [Control.IsVisible(53) + String.IsEmpty(Skin.String(53.NoTopBar))] | [Control.IsVisible(54) + String.IsEmpty(Skin.String(54.NoTopBar))] | [Control.IsVisible(55) + String.IsEmpty(Skin.String(55.NoTopBar))] | [Control.IsVisible(56) + String.IsEmpty(Skin.String(56.NoTopBar))] | [Control.IsVisible(57) + String.IsEmpty(Skin.String(57.NoTopBar))] | [Control.IsVisible(58) + String.IsEmpty(Skin.String(58.NoTopBar))] | [Control.IsVisible(59) + String.IsEmpty(Skin.String(59.NoTopBar))] | [Control.IsVisible(499) + String.IsEmpty(Skin.String(499.NoTopBar))] | [Control.IsVisible(500) + String.IsEmpty(Skin.String(500.NoTopBar))] | [Control.IsVisible(501) + String.IsEmpty(Skin.String(501.NoTopBar))] | [Control.IsVisible(502) + String.IsEmpty(Skin.String(502.NoTopBar))] | [Control.IsVisible(503) + String.IsEmpty(Skin.String(503.NoTopBar))] | [Control.IsVisible(504) + String.IsEmpty(Skin.String(504.NoTopBar))] | [Control.IsVisible(505) + String.IsEmpty(Skin.String(505.NoTopBar))] | [Control.IsVisible(507) + String.IsEmpty(Skin.String(507.NoTopBar))] | [Control.IsVisible(508) + String.IsEmpty(Skin.String(508.NoTopBar))] | [Control.IsVisible(591) + String.IsEmpty(Skin.String(591.NoTopBar))] | [Control.IsVisible(592) + String.IsEmpty(Skin.String(592.NoTopBar))] | [Control.IsVisible(601) + String.IsEmpty(Skin.String(601.NoTopBar))] | [Control.IsVisible(602) + String.IsEmpty(Skin.String(602.NoTopBar))] | [Control.IsVisible(603) + String.IsEmpty(Skin.String(603.NoTopBar))] | [Control.IsVisible(609) + String.IsEmpty(Skin.String(609.NoTopBar))] | [Control.IsVisible(506) + String.IsEmpty(Skin.String(506.NoTopBar))] | [Control.IsVisible(509) + String.IsEmpty(Skin.String(509.NoTopBar))] | !Window.IsMedia | Window.IsActive(script-NextAired-TVGuide.xml) | Window.IsActive(script-NextAired-TVGuide2.xml) | Window.IsActive(tvguide)</visible>
  490.             <control type="image">
  491.                 <width>100%</width>
  492.                 <height>87</height>
  493.                 <texture colordiffuse="$VAR[TopBarColor]">submenu_bar.png</texture>
  494.                 <visible>String.IsEmpty(Skin.String(TopBarColor)) | String.IsEqual(Skin.String(TopBarColor),None)</visible>
  495.             </control>
  496.             <control type="image">
  497.                 <width>100%</width>
  498.                 <height>88</height>
  499.                 <texture colordiffuse="$VAR[TopBarColor]">submenu_bar_white.png</texture>
  500.                 <visible>!String.IsEmpty(Skin.String(TopBarColor)) + !String.IsEqual(Skin.String(TopBarColor),None)</visible>
  501.             </control>
  502.             <control type="group">
  503.                 <visible>!Window.IsActive(volumebar)</visible>
  504.                 <include>VisibleFadeAnimation</include>
  505.                 <control type="group">
  506.                     <visible>!Player.HasMedia + ![MusicPlayer.HasNext + [Player.Playing | Player.Paused]]</visible>
  507.                     <include>VisibleFadeAnimation</include>
  508.                     <control type="button" id="90022">
  509.                         <left>-27</left>
  510.                         <top>3</top>
  511.                         <label />
  512.                         <texturenofocus colordiffuse="grey">mediamenu_indicator.png</texturenofocus>
  513.                         <texturefocus colordiffuse="$VAR[ThemeLabelColor]">mediamenu_indicator.png</texturefocus>
  514.                         <height>32</height>
  515.                         <include>ButtonTopbarCommonvalues</include>
  516.                         <visible>!String.IsEmpty(Window(Home).Property(Window.HasSettings))</visible>
  517.                     </control>
  518.                     <control type="grouplist">
  519.                         <width>750</width>
  520.                         <height>90</height>
  521.                         <orientation>horizontal</orientation>
  522.                         <usecontrolcoords>true</usecontrolcoords>
  523.                         <left>20</left>
  524.                         <control type="label">
  525.                             <top>6</top>
  526.                             <width>auto</width>
  527.                             <height>40</height>
  528.                             <font>IconTiny</font>
  529.                             <textcolor>grey</textcolor>
  530.                             <shadowcolor>shadow</shadowcolor>
  531.                             <aligny>top</aligny>
  532.                             <label>$VAR[BreadcrumbsIconVar]</label>
  533.                         </control>
  534.                         <control type="label">
  535.                             <width>615</width>
  536.                             <height>90</height>
  537.                             <font>font13_title</font>
  538.                             <textcolor>grey</textcolor>
  539.                             <shadowcolor>shadow</shadowcolor>
  540.                             <aligny>top</aligny>
  541.                             <label>$VAR[BreadcrumbsVar]</label>
  542.                         </control>
  543.                     </control>
  544.                 </control>
  545.                 <control type="group">
  546.                     <visible>Player.HasMedia</visible>
  547.                     <include>VisibleFadeAnimation</include>
  548.                     <control type="progress">
  549.                         <!-- This could be the timeshift progress bar when playing LiveTV -->
  550.                         <!-- Like the one in LiveTV Infobar -->
  551.                         <width>100.1%</width>
  552.                         <height>42</height>
  553.                         <texturebg border="2" colordiffuse="B3FFFFFF">osd/texturebg.png</texturebg>
  554.                         <lefttexture />
  555.                         <midtexture colordiffuse="$VAR[ThemeLabelColor]" border="2">osd/midtexture_cache.png</midtexture>
  556.                         <righttexture />
  557.                         <overlaytexture />
  558.                         <info>Player.ProgressCache</info>
  559.                     </control>
  560.                     <!-- Change for LiveTV-bugfix -->
  561.                     <control type="progress">
  562.                         <width>100.1%</width>
  563.                         <height>37</height>
  564.                         <texturebg border="2">osd/texturebg_cache.png</texturebg>
  565.                         <lefttexture />
  566.                         <midtexture colordiffuse="$VAR[ThemeLabelColor]" border="2">osd/midtexture.png</midtexture>
  567.                         <righttexture />
  568.                         <overlaytexture />
  569.                         <info>Player.Progress</info>
  570.                         <visible>!Pvr.IsPlayingTv</visible>
  571.                     </control>
  572.                     <control type="progress">
  573.                         <width>100.1%</width>
  574.                         <height>37</height>
  575.                         <texturebg border="2">osd/texturebg_cache.png</texturebg>
  576.                         <lefttexture />
  577.                         <midtexture colordiffuse="$VAR[ThemeLabelColor]" border="2">osd/midtexture.png</midtexture>
  578.                         <righttexture />
  579.                         <overlaytexture />
  580.                         <info>PVR.EpgEventProgress</info>
  581.                         <visible>Pvr.IsPlayingTv</visible>
  582.                     </control>
  583.                     <!-- / Change for LiveTV-bugfix -->
  584.                     <control type="label">
  585.                         <left>5</left>
  586.                         <top>6</top>
  587.                         <width>165</width>
  588.                         <height>90</height>
  589.                         <font>IconTiny</font>
  590.                         <textcolor>white</textcolor>
  591.                         <shadowcolor>shadow</shadowcolor>
  592.                         <textoffsetx>10</textoffsetx>
  593.                         <aligny>top</aligny>
  594.                         <label>$VAR[PlayerProgressIconVar]</label>
  595.                     </control>
  596.                     <control type="fadelabel">
  597.                         <left>80</left>
  598.                         <width>690</width>
  599.                         <height>90</height>
  600.                         <font>font13_title</font>
  601.                         <textcolor>grey</textcolor>
  602.                         <shadowcolor>shadow</shadowcolor>
  603.                         <scroll>true</scroll>
  604.                         <scrollspeed>20</scrollspeed>
  605.                         <scrollout>false</scrollout>
  606.                         <pauseatend>7000</pauseatend>
  607.                         <textoffsetx>10</textoffsetx>
  608.                         <aligny>top</aligny>
  609.                         <label>[COLOR white]$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[MusicPlayer.Artist,, - ]$INFO[Player.Title][/COLOR]</label>
  610.                         <label>$VAR[BreadcrumbsVar]</label>
  611.                     </control>
  612.                 </control>
  613.                 <control type="grouplist">
  614.                     <width>100%</width>
  615.                     <height>90</height>
  616.                     <orientation>horizontal</orientation>
  617.                     <align>center</align>
  618.                     <itemgap>5</itemgap>
  619.                     <visible>!Window.IsActive(script-globalsearch.xml) + ![String.IsEqual(Container.NumItems,0) | String.IsEmpty(Container.NumItems)]</visible>
  620.                     <include>VisibleFadeAnimation</include>
  621.                     <control type="label">
  622.                         <width>auto</width>
  623.                         <height>90</height>
  624.                         <font>font13_title</font>
  625.                         <textcolor>grey</textcolor>
  626.                         <shadowcolor>shadow</shadowcolor>
  627.                         <aligny>top</aligny>
  628.                         <label>$INFO[Container.NumItems]</label>
  629.                     </control>
  630.                     <control type="label">
  631.                         <width>30</width>
  632.                         <height>40</height>
  633.                         <font>IconTiny</font>
  634.                         <textcolor>grey</textcolor>
  635.                         <shadowcolor>shadow</shadowcolor>
  636.                         <label></label>
  637.                     </control>
  638.                     <control type="label">
  639.                         <width>auto</width>
  640.                         <height>90</height>
  641.                         <font>font13_title</font>
  642.                         <textcolor>grey</textcolor>
  643.                         <shadowcolor>shadow</shadowcolor>
  644.                         <aligny>top</aligny>
  645.                         <label>$INFO[Container.CurrentPage,[COLOR grey2] | ]$INFO[Container.NumPages,/,[/COLOR]]</label>
  646.                     </control>
  647.                     <control type="label">
  648.                         <width>30</width>
  649.                         <height>40</height>
  650.                         <font>IconTiny</font>
  651.                         <textcolor>grey2</textcolor>
  652.                         <shadowcolor>shadow</shadowcolor>
  653.                         <label></label>
  654.                     </control>
  655.                 </control>
  656.                 <!-- Change for LiveTV-bugfix -->
  657.                 <control type="label">
  658.                     <left>1160</left>
  659.                     <width>760</width>
  660.                     <height>90</height>
  661.                     <font>font13_title</font>
  662.                     <textoffsetx>10</textoffsetx>
  663.                     <textcolor>grey</textcolor>
  664.                     <shadowcolor>shadow</shadowcolor>
  665.                     <align>right</align>
  666.                     <aligny>top</aligny>
  667.                     <label>$INFO[System.Date][COLOR grey2]$INFO[System.Time, | ][/COLOR][COLOR white]$INFO[Player.TimeRemaining,   - ][/COLOR]</label>
  668.                     <visible>!Pvr.IsPlayingTv</visible>
  669.                 </control>
  670.                 <control type="label">
  671.                     <left>1160</left>
  672.                     <width>760</width>
  673.                     <height>90</height>
  674.                     <font>font13_title</font>
  675.                     <textoffsetx>10</textoffsetx>
  676.                     <textcolor>grey</textcolor>
  677.                     <shadowcolor>shadow</shadowcolor>
  678.                     <align>right</align>
  679.                     <aligny>top</aligny>
  680.                     <label>$INFO[System.Date][COLOR grey2]$INFO[System.Time, | ][/COLOR][COLOR white]$INFO[PVR.EpgEventRemainingTime,   - ][/COLOR]</label>
  681.                     <visible>Pvr.IsPlayingTv</visible>
  682.                 </control>
  683.                 <!-- / Change for LiveTV-bugfix -->
  684.             </control>
  685.         </control>
  686.         <control type="button" id="900222">
  687.             <label />
  688.             <onclick condition="String.IsEmpty(Window(Home).Property(MediaMenu))">SetProperty(MediaMenu,True,Home)</onclick>
  689.             <onclick condition="!String.IsEmpty(Window(Home).Property(MediaMenu))">ClearProperty(MediaMenu,Home)</onclick>
  690.             <onfocus condition="String.IsEmpty(Window(Home).Property(MediaMenu)) + Skin.HasSetting(Enable.AutoOpenMediaMenuOnMouseOver)">SetProperty(MediaMenu,True,Home)</onfocus>
  691.             <onfocus condition="!String.IsEmpty(Window(Home).Property(MediaMenu)) + Skin.HasSetting(Enable.AutoOpenMediaMenuOnMouseOver)">ClearProperty(MediaMenu,Home)</onfocus>
  692.             <texturenofocus />
  693.             <texturefocus />
  694.             <width>100</width>
  695.             <height>37</height>
  696.             <include>ButtonTopbarCommonvalues</include>
  697.             <visible>!String.IsEmpty(Window(Home).Property(Window.HasSettings))</visible>
  698.         </control>
  699.     </include>
  700.     <!-- System Windows -->
  701.     <include name="SystemPanel">
  702.         <control type="image">
  703.             <left>51</left>
  704.             <width>1818</width>
  705.             <height>875</height>
  706.             <texture colordiffuse="C4FFFFFF" border="40">listpanel_back.png</texture>
  707.         </control>
  708.         <control type="image">
  709.             <left>436</left>
  710.             <top>32</top>
  711.             <width>1</width>
  712.             <height>808</height>
  713.             <texture colordiffuse="$VAR[ThemeLabelColor]">new_pvr/osd_line_white.png</texture>
  714.             <animation effect="slide" end="90" condition="Window.IsActive(profiles)">Conditional</animation>
  715.         </control>
  716.     </include>
  717.     <include name="SystemLeftPanel">
  718.         <control type="image">
  719.             <left>50</left>
  720.             <width>420</width>
  721.             <height>1020</height>
  722.             <texture colordiffuse="E6FFFFFF" border="40">listpanel_back.png</texture>
  723.         </control>
  724.     </include>
  725.     <include name="SystemRightPanel">
  726.         <control type="image">
  727.             <left>490</left>
  728.             <width>1380</width>
  729.             <height>1020</height>
  730.             <texture colordiffuse="E6FFFFFF" border="40">listpanel_back.png</texture>
  731.         </control>
  732.     </include>
  733.     <!-- Extras -->
  734.     <include name="ExtendedInfoAutoComplete">
  735.         <control type="group">
  736.             <animation effect="fade" start="100" end="0" time="300" condition="String.IsEmpty(Container(5000).ListItem.Label)">Conditional</animation>
  737.             <visible>!System.HasHiddenInput</visible>
  738.             <control type="image">
  739.                 <top>540</top>
  740.                 <width>1340</width>
  741.                 <height>220</height>
  742.                 <texture border="40">dialogs/default/bg.png</texture>
  743.             </control>
  744.             <control type="image">
  745.                 <left>30</left>
  746.                 <top>572</top>
  747.                 <width>1280</width>
  748.                 <height>161</height>
  749.                 <texture border="5">dialogs/default/inner.png</texture>
  750.             </control>
  751.             <control type="panel" id="5000">
  752.                 <left>30</left>
  753.                 <top>572</top>
  754.                 <width>1280</width>
  755.                 <height>160</height>
  756.                 <onleft>5000</onleft>
  757.                 <onright>5000</onright>
  758.                 <onup>4000</onup>
  759.                 <ondown>4000</ondown>
  760.                 <onback>noop</onback>
  761.                 <orientation>vertical</orientation>
  762.                 <scrolltime tween="quadratic" easing="out">200</scrolltime>
  763.                 <itemlayout height="80" width="320">
  764.                     <control type="image">
  765.                         <width>320</width>
  766.                         <height>80</height>
  767.                         <texture border="4">thumbs/panel_border.png</texture>
  768.                     </control>
  769.                     <control type="label">
  770.                         <width>320</width>
  771.                         <height>80</height>
  772.                         <align>center</align>
  773.                         <textcolor>grey2</textcolor>
  774.                         <font>font15</font>
  775.                         <label>$INFO[ListItem.Label]</label>
  776.                     </control>
  777.                 </itemlayout>
  778.                 <focusedlayout height="80" width="320">
  779.                     <control type="image">
  780.                         <width>320</width>
  781.                         <height>80</height>
  782.                         <texture border="4">thumbs/panel_border.png</texture>
  783.                         <visible>!Control.HasFocus(5000)</visible>
  784.                     </control>
  785.                     <control type="image">
  786.                         <width>320</width>
  787.                         <height>80</height>
  788.                         <texture colordiffuse="$VAR[HighlightBarColor]" border="5">listselect_fo.png</texture>
  789.                         <visible>Control.HasFocus(5000)</visible>
  790.                     </control>
  791.                     <control type="label">
  792.                         <width>320</width>
  793.                         <height>80</height>
  794.                         <align>center</align>
  795.                         <font>font15</font>
  796.                         <label>$INFO[ListItem.Label]</label>
  797.                     </control>
  798.                 </focusedlayout>
  799.                 <content>plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).Index(1)]&amp;&amp;limit=8</content>
  800.             </control>
  801.         </control>
  802.     </include>
  803.     <include name="ExtendedVideoInfoLists">
  804.         <include condition="System.HasAddon(script.extendedinfo) + !Skin.HasSetting(Disable.ExtendedInfoIntergration) + String.IsEqual(ListItem.DBTYPE,movie)">ExtendedInfoMovieLists</include>
  805.         <include condition="String.IsEqual(ListItem.DBTYPE,movie) + !String.IsEmpty(ListItem.SetID)">ExtendedInfoSetList</include>
  806.         <include condition="System.HasAddon(script.extendedinfo) + !Skin.HasSetting(Disable.ExtendedInfoIntergration) + String.IsEqual(ListItem.DBTYPE,tvshow)">ExtendedInfoSeriesLists</include>
  807.         <include condition="String.IsEqual(ListItem.DBTYPE,tvshow) + Integer.IsGreater(ListItem.Property(TotalSeasons),0)">ExtendedInfoSeasonList</include>
  808.     </include>
  809.     <include name="ExtendedInfoMovieLists">
  810.         <control type="panel" id="90011">
  811.             <include content="ExtendedInfoListLayout">
  812.                 <param name="PanelID">90011</param>
  813.                 <param name="listVisible" value="!String.IsEqual(Window(Home).Property(SimilarMovies.Count),0)" />
  814.                 <param name="content">plugin://script.extendedinfo?info=similarmovies&amp;&amp;imdb_id=$INFO[ListItem.IMDBNumber]&amp;&amp;dbid=$INFO[ListItem.DBID]</param>
  815.             </include>
  816.         </control>
  817.         <control type="panel" id="90012">
  818.             <include content="ExtendedInfoListLayout">
  819.                 <param name="PanelID">90012</param>
  820.                 <param name="listVisible" value="!String.IsEqual(Window(Home).Property(DirectorMovies.Count),0)" />
  821.                 <param name="content">plugin://script.extendedinfo?info=personmovies&amp;&amp;person=$INFO[ListItem.Director]</param>
  822.             </include>
  823.         </control>
  824.         <control type="panel" id="90013">
  825.             <include content="ExtendedInfoListLayout">
  826.                 <param name="PanelID">90013</param>
  827.                 <param name="listVisible" value="!String.IsEqual(Window(Home).Property(WriterMovies.Count),0)" />
  828.                 <param name="content">plugin://script.extendedinfo?info=personmovies&amp;&amp;person=$INFO[ListItem.Writer]</param>
  829.             </include>
  830.         </control>
  831.         <control type="panel" id="90014">
  832.             <include content="ExtendedInfoListLayout">
  833.                 <param name="PanelID">90014</param>
  834.                 <param name="listVisible" value="!String.IsEqual(Window(Home).Property(StudioMovies.Count),0)" />
  835.                 <param name="content">plugin://script.extendedinfo?info=studio&amp;&amp;studio=$INFO[ListItem.Studio]</param>
  836.             </include>
  837.         </control>
  838.     </include>
  839.     <include name="ExtendedInfoSeriesLists">
  840.         <control type="panel" id="90015">
  841.             <include content="ExtendedInfoListLayout">
  842.                 <param name="PanelID">90015</param>
  843.                 <param name="listVisible" value="!String.IsEqual(Window(Home).Property(SimilarTVShows.Count),0)" />
  844.                 <param name="content">plugin://script.extendedinfo?info=similartvshows&amp;&amp;dbid=$INFO[ListItem.DBID]</param>
  845.             </include>
  846.         </control>
  847.     </include>
  848.     <include name="ExtendedInfoSeasonList">
  849.         <control type="panel" id="90016">
  850.             <include content="ExtendedInfoListLayout">
  851.                 <param name="PanelID">90016</param>
  852.                 <param name="label2">$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[20453]]</param>
  853.                 <param name="listVisible" value="Integer.IsGreater(ListItem.Property(TotalSeasons),0)" />
  854.                 <param name="content">videodb://tvshows/titles/$INFO[ListItem.DBID]</param>
  855.             </include>
  856.         </control>
  857.     </include>
  858.     <include name="ExtendedInfoSetList">
  859.         <control type="panel" id="90017">
  860.             <include content="ExtendedInfoListLayout">
  861.                 <param name="PanelID">90017</param>
  862.                 <param name="listVisible" value="!String.IsEmpty(ListItem.SetID)" />
  863.                 <param name="content">videodb://movies/sets/$INFO[ListItem.SetID]</param>
  864.                 <param name="sortby">year</param>
  865.             </include>
  866.         </control>
  867.     </include>
  868.     <include name="DefaultActorList">
  869.         <control type="panel" id="50">
  870.             <left>15</left>
  871.             <width>1196</width>
  872.             <height>420</height>
  873.             <orientation>horizontal</orientation>
  874.             <preloaditems>2</preloaditems>
  875.             <scrolltime tween="quadratic" easing="out">300</scrolltime>
  876.             <itemlayout height="420" width="299">
  877.                 <control type="image">
  878.                     <left>-15</left>
  879.                     <top>-10</top>
  880.                     <width>319</width>
  881.                     <height>450</height>
  882.                     <bordersize>22</bordersize>
  883.                     <bordertexture border="20">thumbs/shadow.png</bordertexture>
  884.                     <aspectratio aligny="top">scale</aspectratio>
  885.                     <texture background="true" fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture>
  886.                 </control>
  887.                 <control type="image">
  888.                     <left>5</left>
  889.                     <width>280</width>
  890.                     <height>418</height>
  891.                     <texture>poster_bottom_fade.png</texture>
  892.                 </control>
  893.                 <control type="label">
  894.                     <left>8</left>
  895.                     <top>340</top>
  896.                     <width>274</width>
  897.                     <height>43</height>
  898.                     <align>center</align>
  899.                     <font>font14</font>
  900.                     <shadowcolor>shadow</shadowcolor>
  901.                     <textcolor>white2</textcolor>
  902.                     <label>$INFO[ListItem.Label]</label>
  903.                 </control>
  904.                 <control type="label">
  905.                     <left>8</left>
  906.                     <top>375</top>
  907.                     <width>274</width>
  908.                     <height>43</height>
  909.                     <align>center</align>
  910.                     <font>font14</font>
  911.                     <shadowcolor>shadow</shadowcolor>
  912.                     <textcolor>white2</textcolor>
  913.                     <label>$INFO[ListItem.Label2]</label>
  914.                 </control>
  915.             </itemlayout>
  916.             <focusedlayout height="420" width="299">
  917.                 <control type="group">
  918.                     <animation effect="zoom" start="100" end="104" time="280" tween="sine" easing="inout" center="auto">Focus</animation>
  919.                     <control type="image">
  920.                         <left>-15</left>
  921.                         <top>-10</top>
  922.                         <width>320</width>
  923.                         <height>450</height>
  924.                         <bordersize>22</bordersize>
  925.                         <bordertexture border="20">thumbs/shadow.png</bordertexture>
  926.                         <aspectratio aligny="top">scale</aspectratio>
  927.                         <texture background="true" fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture>
  928.                     </control>
  929.                     <control type="image">
  930.                         <left>5</left>
  931.                         <width>280</width>
  932.                         <height>418</height>
  933.                         <texture>poster_bottom_fade.png</texture>
  934.                     </control>
  935.                     <control type="label">
  936.                         <left>8</left>
  937.                         <top>340</top>
  938.                         <width>274</width>
  939.                         <height>43</height>
  940.                         <align>center</align>
  941.                         <font>font14</font>
  942.                         <shadowcolor>shadow</shadowcolor>
  943.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  944.                         <label>$INFO[ListItem.Label]</label>
  945.                         <animation effect="fade" start="100" end="40" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(50)">Conditional</animation>
  946.                     </control>
  947.                     <control type="label">
  948.                         <left>8</left>
  949.                         <top>375</top>
  950.                         <width>274</width>
  951.                         <height>43</height>
  952.                         <align>center</align>
  953.                         <font>font14</font>
  954.                         <shadowcolor>shadow</shadowcolor>
  955.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  956.                         <label>$INFO[ListItem.Label2]</label>
  957.                         <animation effect="fade" start="100" end="40" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(50)">Conditional</animation>
  958.                     </control>
  959.                 </control>
  960.             </focusedlayout>
  961.         </control>
  962.     </include>
  963.     <include name="CustomActorList">
  964.         <control type="panel" id="90050">
  965.             <left>15</left>
  966.             <width>1196</width>
  967.             <height>420</height>
  968.             <orientation>horizontal</orientation>
  969.             <preloaditems>2</preloaditems>
  970.             <viewtype label="">list</viewtype>
  971.             <scrolltime tween="quadratic" easing="out">300</scrolltime>
  972.             <itemlayout height="420" width="299">
  973.                 <control type="image">
  974.                     <left>-15</left>
  975.                     <top>-10</top>
  976.                     <width>320</width>
  977.                     <height>450</height>
  978.                     <bordersize>22</bordersize>
  979.                     <bordertexture border="20">thumbs/shadow.png</bordertexture>
  980.                     <aspectratio aligny="top">scale</aspectratio>
  981.                     <texture background="true" fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture>
  982.                 </control>
  983.                 <control type="image">
  984.                     <left>5</left>
  985.                     <width>280</width>
  986.                     <height>418</height>
  987.                     <texture>poster_bottom_fade.png</texture>
  988.                 </control>
  989.                 <control type="label">
  990.                     <left>8</left>
  991.                     <top>340</top>
  992.                     <width>274</width>
  993.                     <height>43</height>
  994.                     <align>center</align>
  995.                     <font>font14</font>
  996.                     <shadowcolor>shadow</shadowcolor>
  997.                     <textcolor>white2</textcolor>
  998.                     <label>$INFO[ListItem.Label]</label>
  999.                 </control>
  1000.                 <control type="label">
  1001.                     <left>8</left>
  1002.                     <top>375</top>
  1003.                     <width>274</width>
  1004.                     <height>43</height>
  1005.                     <align>center</align>
  1006.                     <font>font14</font>
  1007.                     <shadowcolor>shadow</shadowcolor>
  1008.                     <textcolor>white2</textcolor>
  1009.                     <label>$INFO[ListItem.Label2]</label>
  1010.                 </control>
  1011.             </itemlayout>
  1012.             <focusedlayout height="420" width="299">
  1013.                 <control type="group">
  1014.                     <animation effect="zoom" start="100" end="104" time="280" tween="sine" easing="inout" center="auto">Focus</animation>
  1015.                     <control type="image">
  1016.                         <left>-15</left>
  1017.                         <top>-10</top>
  1018.                         <width>320</width>
  1019.                         <height>450</height>
  1020.                         <bordersize>22</bordersize>
  1021.                         <bordertexture border="20">thumbs/shadow.png</bordertexture>
  1022.                         <aspectratio aligny="top">scale</aspectratio>
  1023.                         <texture background="true" fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture>
  1024.                     </control>
  1025.                     <control type="image">
  1026.                         <left>5</left>
  1027.                         <width>280</width>
  1028.                         <height>418</height>
  1029.                         <texture>poster_bottom_fade.png</texture>
  1030.                     </control>
  1031.                     <control type="label">
  1032.                         <left>8</left>
  1033.                         <top>340</top>
  1034.                         <width>274</width>
  1035.                         <height>43</height>
  1036.                         <align>center</align>
  1037.                         <font>font14</font>
  1038.                         <shadowcolor>shadow</shadowcolor>
  1039.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1040.                         <label>$INFO[ListItem.Label]</label>
  1041.                         <animation effect="fade" start="100" end="40" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(90050)">Conditional</animation>
  1042.                     </control>
  1043.                     <control type="label">
  1044.                         <left>8</left>
  1045.                         <top>375</top>
  1046.                         <width>274</width>
  1047.                         <height>43</height>
  1048.                         <align>center</align>
  1049.                         <font>font14</font>
  1050.                         <shadowcolor>shadow</shadowcolor>
  1051.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1052.                         <label>$INFO[ListItem.Label2]</label>
  1053.                         <animation effect="fade" start="100" end="40" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(90050)">Conditional</animation>
  1054.                     </control>
  1055.                 </control>
  1056.             </focusedlayout>
  1057.             <content>
  1058.                 <include content="VideoCastItem">
  1059.                     <param name="CastListItemID">0</param>
  1060.                 </include>
  1061.                 <include content="VideoCastItem">
  1062.                     <param name="CastListItemID">1</param>
  1063.                 </include>
  1064.                 <include content="VideoCastItem">
  1065.                     <param name="CastListItemID">2</param>
  1066.                 </include>
  1067.                 <include content="VideoCastItem">
  1068.                     <param name="CastListItemID">3</param>
  1069.                 </include>
  1070.                 <include content="VideoCastItem">
  1071.                     <param name="CastListItemID">4</param>
  1072.                 </include>
  1073.                 <include content="VideoCastItem">
  1074.                     <param name="CastListItemID">5</param>
  1075.                 </include>
  1076.                 <include content="VideoCastItem">
  1077.                     <param name="CastListItemID">6</param>
  1078.                 </include>
  1079.                 <include content="VideoCastItem">
  1080.                     <param name="CastListItemID">7</param>
  1081.                 </include>
  1082.                 <include content="VideoCastItem">
  1083.                     <param name="CastListItemID">8</param>
  1084.                 </include>
  1085.                 <include content="VideoCastItem">
  1086.                     <param name="CastListItemID">9</param>
  1087.                 </include>
  1088.                 <include content="VideoCastItem">
  1089.                     <param name="CastListItemID">10</param>
  1090.                 </include>
  1091.                 <include content="VideoCastItem">
  1092.                     <param name="CastListItemID">11</param>
  1093.                 </include>
  1094.                 <include content="VideoCastItem">
  1095.                     <param name="CastListItemID">12</param>
  1096.                 </include>
  1097.                 <include content="VideoCastItem">
  1098.                     <param name="CastListItemID">13</param>
  1099.                 </include>
  1100.                 <include content="VideoCastItem">
  1101.                     <param name="CastListItemID">14</param>
  1102.                 </include>
  1103.                 <include content="VideoCastItem">
  1104.                     <param name="CastListItemID">15</param>
  1105.                 </include>
  1106.                 <include content="VideoCastItem">
  1107.                     <param name="CastListItemID">16</param>
  1108.                 </include>
  1109.                 <include content="VideoCastItem">
  1110.                     <param name="CastListItemID">17</param>
  1111.                 </include>
  1112.                 <include content="VideoCastItem">
  1113.                     <param name="CastListItemID">18</param>
  1114.                 </include>
  1115.                 <include content="VideoCastItem">
  1116.                     <param name="CastListItemID">19</param>
  1117.                 </include>
  1118.                 <include content="VideoCastItem">
  1119.                     <param name="CastListItemID">20</param>
  1120.                 </include>
  1121.                 <include content="VideoCastItem">
  1122.                     <param name="CastListItemID">21</param>
  1123.                 </include>
  1124.                 <include content="VideoCastItem">
  1125.                     <param name="CastListItemID">22</param>
  1126.                 </include>
  1127.                 <include content="VideoCastItem">
  1128.                     <param name="CastListItemID">23</param>
  1129.                 </include>
  1130.                 <include content="VideoCastItem">
  1131.                     <param name="CastListItemID">24</param>
  1132.                 </include>
  1133.             </content>
  1134.         </control>
  1135.     </include>
  1136.     <include name="HiddenActorList">
  1137.         <control type="list" id="50">
  1138.             <include>HiddenList</include>
  1139.         </control>
  1140.     </include>
  1141.     <!-- InfoPanel -->
  1142.     <include name="InfoPanel">
  1143.         <control type="group">
  1144.             <visible>!String.IsEmpty(Control.GetLabel(4420)) + Control.IsVisible(4420)</visible>
  1145.             <control type="group" id="12000">
  1146.                 <visible>!String.IsEqual(Control.GetLabel(4420),5) + !String.IsEqual(Control.GetLabel(4420),6)</visible>
  1147.                 <visible>!Skin.HasSetting(Enable.ManualInfoPanel) | [Skin.HasSetting(Enable.ManualInfoPanel) + Control.HasFocus(4401)]</visible>
  1148.                 <animation effect="slide" start="0,-1080" end="0,0" time="840" tween="cubic">Visible</animation>
  1149.                 <animation effect="slide" start="0,0" end="0,-1080" time="720" tween="cubic">Hidden</animation>
  1150.                 <animation effect="slide" start="0,-1200" end="0,0" time="720" tween="cubic">WindowOpen</animation>
  1151.                 <animation effect="slide" end="0,-1200" start="0,0" time="720" tween="cubic">WindowClose</animation>
  1152.                 <animation effect="slide" start="0,0" end="0,195" time="0" tween="cubic" condition="[Control.IsVisible(57) + Skin.HasSetting(Enable.Shift.Small)] | Control.IsVisible(59)">Conditional</animation>
  1153.                 <animation effect="slide" start="0,0" end="0,20" time="720" tween="cubic" condition="Control.IsVisible(52)">Conditional</animation>
  1154.                 <animation effect="slide" start="0,0" end="0,80" time="720" tween="cubic" condition="Control.IsVisible(601)">Conditional</animation>
  1155.                 <top>5</top>
  1156.                 <control type="image">
  1157.                     <left>90</left>
  1158.                     <top>880</top>
  1159.                     <width>1740</width>
  1160.                     <height>780</height>
  1161.                     <texture colordiffuse="A6FFFFFF" border="40">panel_reflect.png</texture>
  1162.                     <visible>!Control.IsVisible(57)</visible>
  1163.                 </control>
  1164.                 <control type="image">
  1165.                     <left>90</left>
  1166.                     <top>130</top>
  1167.                     <width>1740</width>
  1168.                     <height>780</height>
  1169.                     <texture colordiffuse="B3FFFFFF" border="40">listpanel_back.png</texture>
  1170.                     <visible>!Control.IsVisible(57)</visible>
  1171.                 </control>
  1172.                 <control type="image">
  1173.                     <left>120</left>
  1174.                     <top>60</top>
  1175.                     <width>1680</width>
  1176.                     <height>860</height>
  1177.                     <texture colordiffuse="B3FFFFFF" border="40">listpanel_back.png</texture>
  1178.                     <visible>Control.IsVisible(57) + !Skin.HasSetting(Enable.Shift.Small)</visible>
  1179.                 </control>
  1180.                 <control type="image">
  1181.                     <left>120</left>
  1182.                     <top>60</top>
  1183.                     <width>1680</width>
  1184.                     <height>630</height>
  1185.                     <texture colordiffuse="B3FFFFFF" border="40">listpanel_back.png</texture>
  1186.                     <visible>Control.IsVisible(57) + Skin.HasSetting(Enable.Shift.Small)</visible>
  1187.                 </control>
  1188.                 <control type="group">
  1189.                     <visible>String.IsEqual(Control.GetLabel(4420),1)</visible>
  1190.                     <include>SettingsFadeAnimation</include>
  1191.                     <control type="grouplist">
  1192.                         <left>121</left>
  1193.                         <top>162</top>
  1194.                         <control type="button">
  1195.                             <label>$VAR[InfoPanelLabel1Var]</label>
  1196.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1197.                         </control>
  1198.                         <control type="button">
  1199.                             <label>$VAR[InfoPanelLabel2Var]</label>
  1200.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1201.                         </control>
  1202.                     </control>
  1203.                     <control type="grouplist">
  1204.                         <left>624</left>
  1205.                         <top>162</top>
  1206.                         <control type="button">
  1207.                             <label>$VAR[InfoPanelLabel3Var]</label>
  1208.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1209.                         </control>
  1210.                         <control type="group">
  1211.                             <control type="button">
  1212.                                 <label>$VAR[InfoPanelLabel4Var]</label>
  1213.                                 <width>251</width>
  1214.                                 <include>ShowCaseInfoPanelButtonsValues</include>
  1215.                             </control>
  1216.                             <control type="button">
  1217.                                 <label>$VAR[InfoPanelLabel5Var]</label>
  1218.                                 <left>251</left>
  1219.                                 <width>250</width>
  1220.                                 <include>ShowCaseInfoPanelButtonsValues</include>
  1221.                             </control>
  1222.                         </control>
  1223.                     </control>
  1224.                     <control type="textbox">
  1225.                         <label>$VAR[VideoPlotVar]</label>
  1226.                         <top>342</top>
  1227.                         <left>136</left>
  1228.                         <width>970</width>
  1229.                         <height>180</height>
  1230.                         <font>font14_textbox2</font>
  1231.                         <pagecontrol>62</pagecontrol>
  1232.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll) + !Control.HasFocus(62)</autoscroll>
  1233.                         <include>ShowCaseInfoPanelButtonsValues</include>
  1234.                     </control>
  1235.                     <control type="scrollbar" id="62">
  1236.                         <top>342</top>
  1237.                         <left>1112</left>
  1238.                         <width>14</width>
  1239.                         <height>180</height>
  1240.                         <onup>SetProperty(MediaMenu,True,Home)</onup>
  1241.                         <onup>SetFocus(9050)</onup>
  1242.                         <onleft>50</onleft>
  1243.                         <onright>50</onright>
  1244.                         <ondown>50</ondown>
  1245.                         <texturesliderbackground>scrollbar/texturesliderbackground3.png</texturesliderbackground>
  1246.                         <texturesliderbar colordiffuse="80FFFFFF" border="1">scrollbar/texturesliderbar3.png</texturesliderbar>
  1247.                         <texturesliderbarfocus border="1">scrollbar/texturesliderbar3.png</texturesliderbarfocus>
  1248.                         <showonepage>false</showonepage>
  1249.                         <orientation>vertical</orientation>
  1250.                     </control>
  1251.                     <control type="image">
  1252.                         <left>1126</left>
  1253.                         <top>162</top>
  1254.                         <width>673</width>
  1255.                         <height>360</height>
  1256.                         <fadetime>200</fadetime>
  1257.                         <texture background="true">$VAR[GlobalBackgroundVar]</texture>
  1258.                         <bordertexture border="1,1,2,1">thumbs/panel_border.png</bordertexture>
  1259.                         <bordersize>1,1,2,1</bordersize>
  1260.                     </control>
  1261.                 </control>
  1262.                 <control type="group">
  1263.                     <visible>String.IsEqual(Control.GetLabel(4420),2)</visible>
  1264.                     <include>SettingsFadeAnimation</include>
  1265.                     <control type="grouplist">
  1266.                         <left>121</left>
  1267.                         <top>162</top>
  1268.                         <control type="button">
  1269.                             <label>$VAR[InfoPanelLabel1Var]</label>
  1270.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1271.                         </control>
  1272.                         <control type="button">
  1273.                             <label>$VAR[InfoPanelLabel2Var]</label>
  1274.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1275.                         </control>
  1276.                         <control type="button">
  1277.                             <label>$VAR[InfoPanelLabel3Var]</label>
  1278.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1279.                         </control>
  1280.                         <control type="group">
  1281.                             <control type="button">
  1282.                                 <label>$VAR[InfoPanelLabel4Var]</label>
  1283.                                 <width>251</width>
  1284.                                 <height>92</height>
  1285.                                 <include>ShowCaseInfoPanelButtonsValues</include>
  1286.                             </control>
  1287.                             <control type="button">
  1288.                                 <label>$VAR[InfoPanelLabel5Var]</label>
  1289.                                 <left>251</left>
  1290.                                 <width>250</width>
  1291.                                 <height>92</height>
  1292.                                 <include>ShowCaseInfoPanelButtonsValues</include>
  1293.                             </control>
  1294.                         </control>
  1295.                     </control>
  1296.                     <control type="textbox">
  1297.                         <left>639</left>
  1298.                         <label>$VAR[VideoPlotVar]</label>
  1299.                         <top>162</top>
  1300.                         <width>860</width>
  1301.                         <height>354</height>
  1302.                         <font>font14_textbox</font>
  1303.                         <pagecontrol>62</pagecontrol>
  1304.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll) + !Control.HasFocus(62)</autoscroll>
  1305.                         <include>ShowCaseInfoPanelButtonsValues</include>
  1306.                     </control>
  1307.                     <control type="scrollbar" id="62">
  1308.                         <top>162</top>
  1309.                         <left>1510</left>
  1310.                         <width>14</width>
  1311.                         <height>360</height>
  1312.                         <onleft>SetProperty(MediaMenu,True,Home)</onleft>
  1313.                         <onleft>SetFocus(9050)</onleft>
  1314.                         <onright>50</onright>
  1315.                         <ondown>50</ondown>
  1316.                         <texturesliderbackground>scrollbar/texturesliderbackground3.png</texturesliderbackground>
  1317.                         <texturesliderbar colordiffuse="80FFFFFF" border="1">scrollbar/texturesliderbar3.png</texturesliderbar>
  1318.                         <texturesliderbarfocus border="1">scrollbar/texturesliderbar3.png</texturesliderbarfocus>
  1319.                         <showonepage>false</showonepage>
  1320.                         <orientation>vertical</orientation>
  1321.                     </control>
  1322.                     <control type="image">
  1323.                         <left>1160</left>
  1324.                         <top>162</top>
  1325.                         <width>640</width>
  1326.                         <height>360</height>
  1327.                         <fadetime>200</fadetime>
  1328.                         <aspectratio align="right">keep</aspectratio>
  1329.                         <texture background="true">$VAR[PosterThumbVar]</texture>
  1330.                         <bordertexture border="1,1,2,1">thumbs/panel_border.png</bordertexture>
  1331.                         <bordersize>1,1,2,1</bordersize>
  1332.                     </control>
  1333.                 </control>
  1334.                 <control type="group">
  1335.                     <visible>String.IsEqual(Control.GetLabel(4420),3) + Control.IsVisible(57)</visible>
  1336.                     <include>SettingsFadeAnimation</include>
  1337.                     <control type="grouplist">
  1338.                         <left>150</left>
  1339.                         <top>90</top>
  1340.                         <orientation>horizontal</orientation>
  1341.                         <visible>Skin.HasSetting(Enable.Shift.Discart) + !Skin.HasSetting(Enable.Shift.Small) + !ListItem.IsCollection + !Skin.HasSetting(Enable.ManualInfoPanel) + ![Container.Content(tvshows) | Container.Content(seasons)]</visible>
  1342.                         <control type="button">
  1343.                             <label>$VAR[InfoPanelLabel1Var]</label>
  1344.                             <width>280</width>
  1345.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1346.                         </control>
  1347.                         <control type="button">
  1348.                             <label>$VAR[InfoPanelLabel2Var]</label>
  1349.                             <width>280</width>
  1350.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1351.                         </control>
  1352.                         <control type="button">
  1353.                             <label>$VAR[InfoPanelLabel3Var]</label>
  1354.                             <width>300</width>
  1355.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1356.                         </control>
  1357.                         <control type="button">
  1358.                             <label>$VAR[InfoPanelLabel4Var]</label>
  1359.                             <width>224</width>
  1360.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1361.                         </control>
  1362.                     </control>
  1363.                     <control type="grouplist">
  1364.                         <left>150</left>
  1365.                         <top>95</top>
  1366.                         <visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | ListItem.IsCollection | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
  1367.                         <control type="button">
  1368.                             <label>$VAR[InfoPanelLabel1Var]</label>
  1369.                             <width>443</width>
  1370.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1371.                         </control>
  1372.                         <control type="button">
  1373.                             <label>$VAR[InfoPanelLabel2Var]</label>
  1374.                             <width>443</width>
  1375.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1376.                         </control>
  1377.                         <control type="button">
  1378.                             <label>$VAR[InfoPanelLabel3Var]</label>
  1379.                             <width>443</width>
  1380.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1381.                         </control>
  1382.                     </control>
  1383.                     <control type="textbox">
  1384.                         <label>$VAR[VideoPlotVar]</label>
  1385.                         <top>95</top>
  1386.                         <left>610</left>
  1387.                         <width>600</width>
  1388.                         <height>308</height>
  1389.                         <font>font14_textbox2</font>
  1390.                         <align>justify</align>
  1391.                         <pagecontrol />
  1392.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
  1393.                         <include>ShowCaseInfoPanelButtonsValues</include>
  1394.                         <visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | ListItem.IsCollection | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
  1395.                     </control>
  1396.                     <control type="textbox">
  1397.                         <label>$VAR[VideoPlotVar]</label>
  1398.                         <top>195</top>
  1399.                         <left>550</left>
  1400.                         <width>650</width>
  1401.                         <height>218</height>
  1402.                         <font>font14_textbox2</font>
  1403.                         <pagecontrol />
  1404.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
  1405.                         <include>ShowCaseInfoPanelButtonsValues</include>
  1406.                         <visible>Skin.HasSetting(Enable.Shift.Discart) + !Skin.HasSetting(Enable.Shift.Small) + !ListItem.IsCollection + !Skin.HasSetting(Enable.ManualInfoPanel) + ![Container.Content(tvshows) | Container.Content(seasons)]</visible>
  1407.                     </control>
  1408.                     <control type="image">
  1409.                         <left>1229</left>
  1410.                         <top>92</top>
  1411.                         <width>540</width>
  1412.                         <height>330</height>
  1413.                         <fadetime>200</fadetime>
  1414.                         <texture background="true">$VAR[GlobalBackgroundVar]</texture>
  1415.                         <bordertexture border="1,1,2,1">thumbs/panel_border.png</bordertexture>
  1416.                         <bordersize>1,1,2,1</bordersize>
  1417.                     </control>
  1418.                 </control>
  1419.                 <control type="group">
  1420.                     <visible>String.IsEqual(Control.GetLabel(4420),4) + Control.IsVisible(57)</visible>
  1421.                     <include>SettingsFadeAnimation</include>
  1422.                     <control type="grouplist">
  1423.                         <left>150</left>
  1424.                         <top>90</top>
  1425.                         <orientation>horizontal</orientation>
  1426.                         <visible>Skin.HasSetting(Enable.Shift.Discart) + !Skin.HasSetting(Enable.Shift.Small) + !ListItem.IsCollection + !Skin.HasSetting(Enable.ManualInfoPanel) + ![Container.Content(tvshows) | Container.Content(seasons)]</visible>
  1427.                         <control type="button">
  1428.                             <label>$VAR[InfoPanelLabel1Var]</label>
  1429.                             <width>300</width>
  1430.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1431.                         </control>
  1432.                         <control type="button">
  1433.                             <label>$VAR[InfoPanelLabel2Var]</label>
  1434.                             <width>300</width>
  1435.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1436.                         </control>
  1437.                         <control type="button">
  1438.                             <label>$VAR[InfoPanelLabel3Var]</label>
  1439.                             <width>320</width>
  1440.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1441.                         </control>
  1442.                         <control type="button">
  1443.                             <label>$VAR[InfoPanelLabel4Var]</label>
  1444.                             <width>280</width>
  1445.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1446.                         </control>
  1447.                         <control type="button">
  1448.                             <label>$VAR[InfoPanelLabel5Var]</label>
  1449.                             <width>260</width>
  1450.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1451.                         </control>
  1452.                     </control>
  1453.                     <control type="grouplist">
  1454.                         <left>150</left>
  1455.                         <top>90</top>
  1456.                         <visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | ListItem.IsCollection | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
  1457.                         <control type="button">
  1458.                             <label>$VAR[InfoPanelLabel1Var]</label>
  1459.                             <width>384</width>
  1460.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1461.                         </control>
  1462.                         <control type="button">
  1463.                             <label>$VAR[InfoPanelLabel4Var]</label>
  1464.                             <width>384</width>
  1465.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1466.                         </control>
  1467.                         <control type="button">
  1468.                             <label>$VAR[InfoPanelLabel5Var]</label>
  1469.                             <width>384</width>
  1470.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1471.                         </control>
  1472.                     </control>
  1473.                     <control type="grouplist">
  1474.                         <left>535</left>
  1475.                         <top>90</top>
  1476.                         <orientation>horizontal</orientation>
  1477.                         <visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | ListItem.IsCollection | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
  1478.                         <control type="button">
  1479.                             <label>$VAR[InfoPanelLabel2Var]</label>
  1480.                             <width>430</width>
  1481.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1482.                         </control>
  1483.                         <control type="button">
  1484.                             <label>$VAR[InfoPanelLabel3Var]</label>
  1485.                             <width>440</width>
  1486.                             <include>ShowCaseInfoPanelButtonsValues</include>
  1487.                         </control>
  1488.                     </control>
  1489.                     <control type="textbox">
  1490.                         <left>550</left>
  1491.                         <label>$VAR[VideoPlotVar]</label>
  1492.                         <top>185</top>
  1493.                         <width>950</width>
  1494.                         <height>240</height>
  1495.                         <font>font14_textbox</font>
  1496.                         <pagecontrol />
  1497.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
  1498.                         <include>ShowCaseInfoPanelButtonsValues</include>
  1499.                     </control>
  1500.                     <control type="image">
  1501.                         <left>1525</left>
  1502.                         <top>93</top>
  1503.                         <width>240</width>
  1504.                         <height>340</height>
  1505.                         <fadetime>200</fadetime>
  1506.                         <texture background="true">$VAR[PosterThumbVar]</texture>
  1507.                         <bordertexture border="1,1,2,1">thumbs/panel_border.png</bordertexture>
  1508.                         <bordersize>1,1,2,1</bordersize>
  1509.                     </control>
  1510.                 </control>
  1511.             </control>
  1512.             <control type="group" id="13000">
  1513.                 <control type="image">
  1514.                     <include>FullscreenDimensions</include>
  1515.                     <texture colordiffuse="80FFFFFF">black.png</texture>
  1516.                     <visible>!Skin.HasSetting(Enable.ManualInfoPanel) + [String.IsEqual(Control.GetLabel(4420),5) | String.IsEqual(Control.GetLabel(4420),6)] | [Skin.HasSetting(Enable.ManualInfoPanel) + Control.HasFocus(4401) + [String.IsEqual(Control.GetLabel(4420),5) | String.IsEqual(Control.GetLabel(4420),6)]]</visible>
  1517.                     <animation effect="fade" time="320">Visible</animation>
  1518.                     <animation effect="fade" time="720">Hidden</animation>
  1519.                 </control>
  1520.                 <control type="group">
  1521.                     <visible>!Skin.HasSetting(Enable.ManualInfoPanel) + [String.IsEqual(Control.GetLabel(4420),5) | String.IsEqual(Control.GetLabel(4420),6)] | [Skin.HasSetting(Enable.ManualInfoPanel) + Control.HasFocus(4401) + [String.IsEqual(Control.GetLabel(4420),5) | String.IsEqual(Control.GetLabel(4420),6)]]</visible>
  1522.                     <animation effect="slide" start="0,-1080" end="0,0" time="840" tween="cubic">Visible</animation>
  1523.                     <animation effect="slide" start="0,0" end="0,-1080" time="720" tween="cubic">Hidden</animation>
  1524.                     <animation effect="slide" start="0,-1200" end="0,0" time="720" tween="cubic">WindowOpen</animation>
  1525.                     <animation effect="slide" end="0,-1200" start="0,0" time="720" tween="cubic">WindowClose</animation>
  1526.                     <control type="group">
  1527.                         <visible>String.IsEqual(Control.GetLabel(4420),5)</visible>
  1528.                         <include>SettingsFadeAnimation</include>
  1529.                         <control type="grouplist">
  1530.                             <left>5</left>
  1531.                             <top>80</top>
  1532.                             <control type="button">
  1533.                                 <label>$VAR[InfoPanelLabel1Var]</label>
  1534.                                 <include>NewInfoPanelButtonsValues</include>
  1535.                             </control>
  1536.                             <control type="button">
  1537.                                 <label>$VAR[InfoPanelLabel2Var]</label>
  1538.                                 <include>NewInfoPanelButtonsValues</include>
  1539.                             </control>
  1540.                             <control type="group">
  1541.                                 <control type="button">
  1542.                                     <label>$VAR[InfoPanelLabel3Var]</label>
  1543.                                     <width>auto</width>
  1544.                                     <include>NewInfoPanelButtonsValues</include>
  1545.                                 </control>
  1546.                                 <control type="button">
  1547.                                     <left>501</left>
  1548.                                     <width>251</width>
  1549.                                     <label>$VAR[InfoPanelLabel4Var]</label>
  1550.                                     <include>NewInfoPanelButtonsValues</include>
  1551.                                 </control>
  1552.                                 <control type="button">
  1553.                                     <left>752</left>
  1554.                                     <width>250</width>
  1555.                                     <label>$VAR[InfoPanelLabel5Var]</label>
  1556.                                     <include>NewInfoPanelButtonsValues</include>
  1557.                                 </control>
  1558.                             </control>
  1559.                         </control>
  1560.                         <control type="textbox">
  1561.                             <label>$VAR[VideoPlotVar]</label>
  1562.                             <top>367</top>
  1563.                             <left>20</left>
  1564.                             <width>1090</width>
  1565.                             <height>130</height>
  1566.                             <font>font14_textbox2</font>
  1567.                             <pagecontrol />
  1568.                             <autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
  1569.                             <include>NewInfoPanelButtonsValues</include>
  1570.                         </control>
  1571.                         <control type="image">
  1572.                             <left>1132</left>
  1573.                             <top>71</top>
  1574.                             <width>768</width>
  1575.                             <height>415</height>
  1576.                             <fadetime>200</fadetime>
  1577.                             <texture background="true">$VAR[GlobalBackgroundVar]</texture>
  1578.                             <aspectratio scalediffuse="false" aligny="center">scale</aspectratio>
  1579.                             <bordertexture border="20">thumbs/thumb_shadow_aa.png</bordertexture>
  1580.                             <bordersize>20</bordersize>
  1581.                         </control>
  1582.                     </control>
  1583.                     <control type="group">
  1584.                         <visible>String.IsEqual(Control.GetLabel(4420),6)</visible>
  1585.                         <include>SettingsFadeAnimation</include>
  1586.                         <control type="grouplist">
  1587.                             <left>5</left>
  1588.                             <top>80</top>
  1589.                             <control type="button">
  1590.                                 <label>$VAR[InfoPanelLabel1Var]</label>
  1591.                                 <width>615</width>
  1592.                                 <include>NewInfoPanelButtonsValues</include>
  1593.                             </control>
  1594.                             <control type="button">
  1595.                                 <label>$VAR[InfoPanelLabel2Var]</label>
  1596.                                 <width>615</width>
  1597.                                 <include>NewInfoPanelButtonsValues</include>
  1598.                             </control>
  1599.                             <control type="button">
  1600.                                 <label>$VAR[InfoPanelLabel3Var]</label>
  1601.                                 <width>615</width>
  1602.                                 <include>NewInfoPanelButtonsValues</include>
  1603.                             </control>
  1604.                             <control type="group">
  1605.                                 <control type="button">
  1606.                                     <width>251</width>
  1607.                                     <label>$VAR[InfoPanelLabel4Var]</label>
  1608.                                     <include>NewInfoPanelButtonsValues</include>
  1609.                                 </control>
  1610.                                 <control type="button">
  1611.                                     <left>251</left>
  1612.                                     <width>364</width>
  1613.                                     <label>$VAR[InfoPanelLabel5Var]</label>
  1614.                                     <include>NewInfoPanelButtonsValues</include>
  1615.                                 </control>
  1616.                             </control>
  1617.                         </control>
  1618.                         <control type="textbox">
  1619.                             <label>$VAR[VideoPlotVar]</label>
  1620.                             <top>92</top>
  1621.                             <left>650</left>
  1622.                             <width>900</width>
  1623.                             <height>345</height>
  1624.                             <font>font14_textbox2</font>
  1625.                             <pagecontrol />
  1626.                             <autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
  1627.                             <include>NewInfoPanelButtonsValues</include>
  1628.                         </control>
  1629.                         <control type="image">
  1630.                             <left>1601</left>
  1631.                             <top>71</top>
  1632.                             <width>278</width>
  1633.                             <height>380</height>
  1634.                             <fadetime>200</fadetime>
  1635.                             <texture background="true">$VAR[PosterThumbVar]</texture>
  1636.                             <bordertexture border="20">thumbs/thumb_shadow_aa.png</bordertexture>
  1637.                             <bordersize>20</bordersize>
  1638.                         </control>
  1639.                     </control>
  1640.                 </control>
  1641.             </control>
  1642.         </control>
  1643.     </include>
  1644.     <!-- InfoPopup -->
  1645.     <include name="InfoPopup">
  1646.         <param name="StudioLabelID" />
  1647.         <definition>
  1648.             <control type="image">
  1649.                 <include>FullscreenDimensions</include>
  1650.                 <texture>black.png</texture>
  1651.                 <animation effect="fade" start="0" end="40" time="320">Visible</animation>
  1652.                 <visible>[String.IsEqual(Skin.String(InfoPopup.Delay),2) + System.IdleTime(2) | String.IsEqual(Skin.String(InfoPopup.Delay),3) + System.IdleTime(3) | String.IsEqual(Skin.String(InfoPopup.Delay),4) + System.IdleTime(4) | String.IsEqual(Skin.String(InfoPopup.Delay),5) + System.IdleTime(5)] + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(sets)]</visible>
  1653.             </control>
  1654.             <control type="group" id="14000">
  1655.                 <top>254</top>
  1656.                 <left>300</left>
  1657.                 <animation type="Visible" reversible="false">
  1658.                     <effect type="zoom" start="80" end="100" center="960,540" delay="160" tween="back" time="240" />
  1659.                     <effect type="fade" delay="160" end="100" time="240" />
  1660.                 </animation>
  1661.                 <visible>[String.IsEqual(Skin.String(InfoPopup.Delay),2) + System.IdleTime(2) | String.IsEqual(Skin.String(InfoPopup.Delay),3) + System.IdleTime(3) | String.IsEqual(Skin.String(InfoPopup.Delay),4) + System.IdleTime(4) | String.IsEqual(Skin.String(InfoPopup.Delay),5) + System.IdleTime(5)] + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(sets)]</visible>
  1662.                 <control type="image">
  1663.                     <top>2</top>
  1664.                     <left>22</left>
  1665.                     <width>1280</width>
  1666.                     <height>568</height>
  1667.                     <texture border="40">listpanel_back.png</texture>
  1668.                 </control>
  1669.                 <control type="image">
  1670.                     <top>40</top>
  1671.                     <left>396</left>
  1672.                     <width>210</width>
  1673.                     <height>80</height>
  1674.                     <aspectratio align="left" aligny="bottom">stretch</aspectratio>
  1675.                     <texture background="true">$VAR[ArtworkLogoVar]</texture>
  1676.                 </control>
  1677.                 <control type="label">
  1678.                     <top>40</top>
  1679.                     <left>397</left>
  1680.                     <width>865</width>
  1681.                     <height>80</height>
  1682.                     <font>font30_title_bold</font>
  1683.                     <textcolor>grey</textcolor>
  1684.                     <label>$INFO[ListItem.Label]</label>
  1685.                     <scroll>true</scroll>
  1686.                     <visible>[String.IsEmpty(ListItem.Art(clearlogo)) + !Container.Content(episodes)] | [String.IsEmpty(ListItem.Art(tvshow.clearlogo)) + Container.Content(episodes)]</visible>
  1687.                 </control>
  1688.                 <control type="group">
  1689.                     <visible>Container.Content(movies) | Container.Content(sets) | Container.Content(episodes)</visible>
  1690.                     <control type="grouplist">
  1691.                         <top>130</top>
  1692.                         <left>382</left>
  1693.                         <width>900</width>
  1694.                         <height>100</height>
  1695.                         <orientation>vertical</orientation>
  1696.                         <control type="grouplist">
  1697.                             <visible>!ListItem.IsCollection</visible>
  1698.                             <orientation>vertical</orientation>
  1699.                             <control type="button">
  1700.                                 <width>889</width>
  1701.                                 <height>47.5</height>
  1702.                                 <font>font14</font>
  1703.                                 <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1704.                                 <label>$LOCALIZE[20352]: [COLOR grey]$INFO[ListItem.Season,,x]$INFO[ListItem.Episode,,. ]$INFO[ListItem.Title][/COLOR]</label>
  1705.                                 <include>DefaultButtonsValues</include>
  1706.                                 <visible>!String.IsEmpty(ListItem.Title) + Container.Content(episodes)</visible>
  1707.                             </control>
  1708.                             <control type="button">
  1709.                                 <width>889</width>
  1710.                                 <height>47.5</height>
  1711.                                 <font>font14</font>
  1712.                                 <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1713.                                 <label>$INFO[ListItem.Director,$LOCALIZE[20339]: [COLOR grey],[/COLOR]]</label>
  1714.                                 <include>DefaultButtonsValues</include>
  1715.                                 <visible>!String.IsEmpty(ListItem.Director)</visible>
  1716.                             </control>
  1717.                             <control type="button">
  1718.                                 <width>889</width>
  1719.                                 <height>47.5</height>
  1720.                                 <font>font14</font>
  1721.                                 <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1722.                                 <label>$INFO[ListItem.Genre,$LOCALIZE[515]: [COLOR grey],[/COLOR]]</label>
  1723.                                 <include>DefaultButtonsValues</include>
  1724.                                 <visible>!String.IsEmpty(ListItem.Genre)</visible>
  1725.                             </control>
  1726.                         </control>
  1727.                         <control type="group">
  1728.                             <visible>ListItem.IsCollection</visible>
  1729.                             <control type="button">
  1730.                                 <width>889</width>
  1731.                                 <height>47.5</height>
  1732.                                 <font>font14</font>
  1733.                                 <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1734.                                 <label>$INFO[Window(Home).Property(Set.Movies.Director),$LOCALIZE[20339]: [COLOR grey],[/COLOR]]</label>
  1735.                                 <include>DefaultButtonsValues</include>
  1736.                             </control>
  1737.                             <control type="button">
  1738.                                 <top>45</top>
  1739.                                 <width>889</width>
  1740.                                 <height>47.5</height>
  1741.                                 <font>font14</font>
  1742.                                 <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1743.                                 <label>$INFO[Window(Home).Property(Set.Movies.Genre),$LOCALIZE[515]: [COLOR grey],[/COLOR]]</label>
  1744.                                 <include>DefaultButtonsValues</include>
  1745.                             </control>
  1746.                         </control>
  1747.                     </control>
  1748.                     <control type="label">
  1749.                         <top>223</top>
  1750.                         <left>397</left>
  1751.                         <width>889</width>
  1752.                         <height>45</height>
  1753.                         <font>font14</font>
  1754.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1755.                         <label>$INFO[ListItem.Rating,$LOCALIZE[31146]: [COLOR grey],[/COLOR]]$INFO[ListItem.Top250,[COLOR grey] / $LOCALIZE[13409] # ,[/COLOR]]$INFO[ListItem.Year,   $LOCALIZE[345]: [COLOR grey],[/COLOR]]$INFO[ListItem.Duration(mins),   $LOCALIZE[2050]: [COLOR grey], $LOCALIZE[12391][/COLOR]]$INFO[Window(Home).Property(Set.Movies.Runtime),   $LOCALIZE[2050]: [COLOR grey], $LOCALIZE[12391][/COLOR]]</label>
  1756.                         <visible>!Container.Content(episodes)</visible>
  1757.                     </control>
  1758.                     <control type="label">
  1759.                         <top>223</top>
  1760.                         <left>397</left>
  1761.                         <width>889</width>
  1762.                         <height>45</height>
  1763.                         <font>font14</font>
  1764.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1765.                         <label>$INFO[ListItem.RatingAndVotes,$LOCALIZE[31146]: [COLOR grey],[/COLOR] ]$INFO[ListItem.Duration(mins),$LOCALIZE[2050]: [COLOR grey], $LOCALIZE[12391][/COLOR]]</label>
  1766.                         <visible>Container.Content(episodes)</visible>
  1767.                     </control>
  1768.                 </control>
  1769.                 <control type="grouplist">
  1770.                     <top>133</top>
  1771.                     <left>397</left>
  1772.                     <width>855</width>
  1773.                     <height>40</height>
  1774.                     <itemgap>15</itemgap>
  1775.                     <orientation>horizontal</orientation>
  1776.                     <visible>Container.Content(tvshows)</visible>
  1777.                     <control type="label">
  1778.                         <width>auto</width>
  1779.                         <font>font14</font>
  1780.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1781.                         <label>$LOCALIZE[31010]: [COLOR grey]$INFO[Window(Home).Property(NextAired.NextNumber)]$INFO[Window(Home).Property(NextAired.NextTitle), - ,]$INFO[Window(Home).Property(NextAired.NextDay), (,)][/COLOR]</label>
  1782.                         <visible>[!String.IsEmpty(Window(Home).Property(NextAired.NextDate)) | !String.IsEmpty(Window(Home).Property(NextAired.NextTitle))]</visible>
  1783.                     </control>
  1784.                     <control type="label">
  1785.                         <width>auto</width>
  1786.                         <font>font14</font>
  1787.                         <textcolor>$VAR[ThemeLabelColor]</textcolor>
  1788.                         <label>$LOCALIZE[31011]: [COLOR grey]$INFO[Window(Home).Property(NextAired.LatestNumber)]$INFO[Window(Home).Property(NextAired.LatestTitle), - ,][/COLOR]</label>
  1789.                         <visible>!String.IsEmpty(Window(Home).Property(NextAired.LatestNumber)) + String.IsEmpty(Window(Home).Property(NextAired.NextDate)) + String.IsEmpty(Window(Home).Property(NextAired.NextTitle))</visible>
  1790.                     </control>
  1791.                 </control>
  1792.                 <control type="textbox">
  1793.                     <top>273</top>
  1794.                     <left>397</left>
  1795.                     <width>870</width>
  1796.                     <height>175</height>
  1797.                     <font>font14_textbox2</font>
  1798.                     <textcolor>grey</textcolor>
  1799.                     <label>$VAR[VideoPlotVar]</label>
  1800.                     <autoscroll delay="5000" time="4000" repeat="8000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
  1801.                     <visible>!ListItem.IsCollection + !Container.Content(tvshows)</visible>
  1802.                 </control>
  1803.                 <control type="textbox">
  1804.                     <top>273</top>
  1805.                     <left>397</left>
  1806.                     <width>870</width>
  1807.                     <height>260</height>
  1808.                     <font>font14_textbox2</font>
  1809.                     <textcolor>grey</textcolor>
  1810.                     <label>$VAR[VideoPlotVar]</label>
  1811.                     <autoscroll delay="5000" time="4000" repeat="8000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
  1812.                     <visible>ListItem.IsCollection</visible>
  1813.                 </control>
  1814.                 <control type="textbox">
  1815.                     <top>188</top>
  1816.                     <left>397</left>
  1817.                     <width>870</width>
  1818.                     <height>260</height>
  1819.                     <font>font14_textbox2</font>
  1820.                     <textcolor>grey</textcolor>
  1821.                     <label>$VAR[VideoPlotVar]</label>
  1822.                     <autoscroll delay="5000" time="4000" repeat="8000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
  1823.                     <visible>Container.Content(tvshows)</visible>
  1824.                 </control>
  1825.                 <control type="grouplist">
  1826.                     <top>457</top>
  1827.                     <left>397</left>
  1828.                     <width>889</width>
  1829.                     <height>90</height>
  1830.                     <itemgap>20</itemgap>
  1831.                     <orientation>horizontal</orientation>
  1832.                     <visible>Container.Content(movies) | Container.Content(episodes)</visible>
  1833.                     <control type="image">
  1834.                         <width>127</width>
  1835.                         <colordiffuse>grey</colordiffuse>
  1836.                         <include>MediaFlagValues</include>
  1837.                         <texture>$VAR[MediaFlagsPathVar]/resolution/$INFO[ListItem.VideoResolution,,.png]</texture>
  1838.                         <visible>!String.IsEmpty(ListItem.VideoResolution)</visible>
  1839.                     </control>
  1840.                     <control type="image">
  1841.                         <width>127</width>
  1842.                         <colordiffuse>grey</colordiffuse>
  1843.                         <include>MediaFlagValues</include>
  1844.                         <texture>$VAR[MediaFlagsPathVar]/videocodec/$VAR[SourceFlagVar]</texture>
  1845.                         <visible>!String.IsEmpty(ListItem.VideoCodec)</visible>
  1846.                     </control>
  1847.                     <control type="image">
  1848.                         <width>127</width>
  1849.                         <colordiffuse>grey</colordiffuse>
  1850.                         <include>MediaFlagValues</include>
  1851.                         <texture>$VAR[MediaFlagsPathVar]/aspectratio/$INFO[ListItem.VideoAspect,,.png]</texture>
  1852.                         <visible>!String.IsEmpty(ListItem.VideoAspect)</visible>
  1853.                     </control>
  1854.                     <control type="image">
  1855.                         <width>127</width>
  1856.                         <colordiffuse>grey</colordiffuse>
  1857.                         <include>MediaFlagValues</include>
  1858.                         <texture>$VAR[MediaFlagsPathVar]/audiocodec/$INFO[ListItem.AudioCodec,,.png]</texture>
  1859.                         <visible>!String.IsEmpty(ListItem.AudioCodec)</visible>
  1860.                     </control>
  1861.                     <control type="image">
  1862.                         <width>127</width>
  1863.                         <colordiffuse>grey</colordiffuse>
  1864.                         <include>MediaFlagValues</include>
  1865.                         <texture>$VAR[MediaFlagsPathVar]/audiochannels/$INFO[ListItem.AudioChannels,,.png]</texture>
  1866.                         <visible>!String.IsEmpty(ListItem.AudioChannels)</visible>
  1867.                     </control>
  1868.                     <control type="image">
  1869.                         <width>127</width>
  1870.                         <colordiffuse>grey</colordiffuse>
  1871.                         <include>MediaFlagValues</include>
  1872.                         <texture>$VAR[MediaFlagsPathVar]/cc.png</texture>
  1873.                         <visible>!String.IsEmpty(ListItem.SubtitleLanguage)</visible>
  1874.                     </control>
  1875.                 </control>
  1876.                 <control type="grouplist">
  1877.                     <top>450</top>
  1878.                     <left>397</left>
  1879.                     <width>889</width>
  1880.                     <height>90</height>
  1881.                     <itemgap>20</itemgap>
  1882.                     <orientation>horizontal</orientation>
  1883.                     <visible>Container.Content(tvshows)</visible>
  1884.                     <control type="group">
  1885.                         <top>446</top>
  1886.                         <left>397</left>
  1887.                         <width>120</width>
  1888.                         <height>90</height>
  1889.                         <visible>Container.Content(tvshows)</visible>
  1890.                         <control type="image" id="9900$PARAM[StudioLabelID]">
  1891.                             <width>120</width>
  1892.                             <colordiffuse>grey</colordiffuse>
  1893.                             <include>MediaFlagValues</include>
  1894.                             <texture>$VAR[PathFlagsStudios]$INFO[ListItem.Studio,,.png]</texture>
  1895.                             <visible>!String.IsEmpty(ListItem.Studio)</visible>
  1896.                         </control>
  1897.                         <control type="label">
  1898.                             <width>120</width>
  1899.                             <align>center</align>
  1900.                             <font>font10</font>
  1901.                             <label>$INFO[ListItem.Studio]</label>
  1902.                             <visible>String.IsEmpty(Control.GetLabel(9900$PARAM[StudioLabelID]))</visible>
  1903.                         </control>
  1904.                     </control>
  1905.                     <control type="image">
  1906.                         <width>120</width>
  1907.                         <colordiffuse>grey</colordiffuse>
  1908.                         <include>MediaFlagValues</include>
  1909.                         <texture fallback="flags/default/mpaa/NR.png">$VAR[MediaFlagsPathVar]/mpaa/$VAR[RatingFlagVar]</texture>
  1910.                     </control>
  1911.                     <control type="group">
  1912.                         <visible>Container.Content(tvshows) + !String.IsEmpty(ListItem.Property(TotalSeasons))</visible>
  1913.                         <width>177</width>
  1914.                         <control type="label">
  1915.                             <top>2</top>
  1916.                             <width>177</width>
  1917.                             <height>60</height>
  1918.                             <align>center</align>
  1919.                             <label>$INFO[ListItem.Property(TotalSeasons)]</label>
  1920.                             <font>font48_bold</font>
  1921.                             <wrapmultiline>true</wrapmultiline>
  1922.                             <textcolor>grey</textcolor>
  1923.                         </control>
  1924.                         <control type="label">
  1925.                             <top>52</top>
  1926.                             <width>177</width>
  1927.                             <height>30</height>
  1928.                             <align>center</align>
  1929.                             <label>[LOWERCASE]$VAR[OneOrMoreSeasonsVar][/LOWERCASE]</label>
  1930.                             <font>font12</font>
  1931.                             <textcolor>grey</textcolor>
  1932.                         </control>
  1933.                     </control>
  1934.                     <control type="group">
  1935.                         <visible>Container.Content(tvshows) + !String.IsEmpty(ListItem.Property(TotalEpisodes))</visible>
  1936.                         <width>177</width>
  1937.                         <control type="label">
  1938.                             <top>2</top>
  1939.                             <width>177</width>
  1940.                             <height>60</height>
  1941.                             <align>center</align>
  1942.                             <label>$INFO[ListItem.Property(TotalEpisodes)]</label>
  1943.                             <font>font48_bold</font>
  1944.                             <wrapmultiline>true</wrapmultiline>
  1945.                             <textcolor>grey</textcolor>
  1946.                         </control>
  1947.                         <control type="label">
  1948.                             <top>52</top>
  1949.                             <width>177</width>
  1950.                             <height>30</height>
  1951.                             <align>center</align>
  1952.                             <label>[LOWERCASE]$VAR[OneOrMoreEpisodesVar][/LOWERCASE]</label>
  1953.                             <font>font12</font>
  1954.                             <textcolor>grey</textcolor>
  1955.                         </control>
  1956.                     </control>
  1957.                     <control type="group">
  1958.                         <visible>Container.Content(tvshows) + !String.IsEmpty(ListItem.Property(UnWatchedEpisodes))</visible>
  1959.                         <width>177</width>
  1960.                         <control type="label">
  1961.                             <top>2</top>
  1962.                             <width>177</width>
  1963.                             <height>60</height>
  1964.                             <align>center</align>
  1965.                             <label>$INFO[ListItem.Property(UnWatchedEpisodes)]</label>
  1966.                             <font>font48_bold</font>
  1967.                             <wrapmultiline>true</wrapmultiline>
  1968.                             <textcolor>grey</textcolor>
  1969.                         </control>
  1970.                         <control type="label">
  1971.                             <top>52</top>
  1972.                             <width>177</width>
  1973.                             <height>30</height>
  1974.                             <align>center</align>
  1975.                             <label>[LOWERCASE]$LOCALIZE[16101][/LOWERCASE]</label>
  1976.                             <font>font12</font>
  1977.                             <textcolor>grey</textcolor>
  1978.                         </control>
  1979.                     </control>
  1980.                 </control>
  1981.                 <control type="image">
  1982.                     <top>36</top>
  1983.                     <left>54</left>
  1984.                     <width>334</width>
  1985.                     <height>501</height>
  1986.                     <texture background="true" fallback="">$VAR[PosterThumbVar]</texture>
  1987.                 </control>
  1988.             </control>
  1989.         </definition>
  1990.     </include>
  1991.     <!-- Fonts -->
  1992.     <include name="LyricsFonts">
  1993.         <font>
  1994.             <name>fontScriptLyrics</name>
  1995.             <filename>gnyrwn975.ttf</filename>
  1996.             <size>80</size>
  1997.         </font>
  1998.         <font>
  1999.             <name>lyr0</name>
  2000.             <filename>lyrics/FredokaOne-Regular.ttf</filename>
  2001.             <linespacing>0.9</linespacing>
  2002.             <size>36</size>
  2003.         </font>
  2004.         <font>
  2005.             <name>lyr1</name>
  2006.             <filename>lyrics/Theboldfont.ttf</filename>
  2007.             <size>120</size>
  2008.         </font>
  2009.         <font>
  2010.             <name>lyr1b</name>
  2011.             <filename>lyrics/PollerOne.ttf</filename>
  2012.             <linespacing>0.9</linespacing>
  2013.             <aspect>0.9</aspect>
  2014.             <size>54</size>
  2015.         </font>
  2016.         <font>
  2017.             <name>lyr2</name>
  2018.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2019.             <style>uppercase</style>
  2020.             <linespacing>0.9</linespacing>
  2021.             <size>130</size>
  2022.         </font>
  2023.         <font>
  2024.             <name>lyr2b</name>
  2025.             <filename>lyrics/Exo2-Black.ttf</filename>
  2026.             <linespacing>0.80</linespacing>
  2027.             <size>58</size>
  2028.         </font>
  2029.         <font>
  2030.             <name>lyr3</name>
  2031.             <filename>lyrics/SF Distant Galaxy.ttf</filename>
  2032.             <style>lowercase</style>
  2033.             <linespacing>0.9</linespacing>
  2034.             <size>120</size>
  2035.         </font>
  2036.         <font>
  2037.             <name>lyr3b</name>
  2038.             <filename>lyrics/Ranchers-Regular.ttf</filename>
  2039.             <aspect>1.4</aspect>
  2040.             <linespacing>0.9</linespacing>
  2041.             <size>50</size>
  2042.         </font>
  2043.         <font>
  2044.             <name>lyr4</name>
  2045.             <filename>lyrics/Geomancy - Extra Bold.ttf</filename>
  2046.             <linespacing>0.9</linespacing>
  2047.             <size>120</size>
  2048.         </font>
  2049.         <font>
  2050.             <name>lyr4b</name>
  2051.             <filename>lyrics/hemi head bd it.ttf</filename>
  2052.             <style>bold</style>
  2053.             <linespacing>0.85</linespacing>
  2054.             <size>54</size>
  2055.         </font>
  2056.         <font>
  2057.             <name>lyr5</name>
  2058.             <filename>lyrics/BOXING.ttf</filename>
  2059.             <aspect>1.3</aspect>
  2060.             <style>lowercase</style>
  2061.             <linespacing>0.9</linespacing>
  2062.             <size>104</size>
  2063.         </font>
  2064.         <font>
  2065.             <name>lyr5b</name>
  2066.             <filename>lyrics/FredokaOne-Regular.ttf</filename>
  2067.             <linespacing>0.85</linespacing>
  2068.             <size>54</size>
  2069.         </font>
  2070.         <font>
  2071.             <name>lyr6</name>
  2072.             <style>uppercase</style>
  2073.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2074.             <size>110</size>
  2075.         </font>
  2076.         <font>
  2077.             <name>lyr6a</name>
  2078.             <style>uppercase</style>
  2079.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2080.             <size>165</size>
  2081.         </font>
  2082.         <font>
  2083.             <name>lyr6b</name>
  2084.             <style>uppercase</style>
  2085.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2086.             <size>220</size>
  2087.         </font>
  2088.         <font>
  2089.             <name>lyr6c</name>
  2090.             <filename>lyrics/Exo2-Black.ttf</filename>
  2091.             <linespacing>0.80</linespacing>
  2092.             <size>56</size>
  2093.         </font>
  2094.         <font>
  2095.             <name>lyr7</name>
  2096.             <filename>lyrics/Theboldfont.ttf</filename>
  2097.             <size>120</size>
  2098.         </font>
  2099.         <font>
  2100.             <name>lyr7b</name>
  2101.             <filename>lyrics/PollerOne.ttf</filename>
  2102.             <linespacing>0.9</linespacing>
  2103.             <aspect>0.9</aspect>
  2104.             <size>54</size>
  2105.         </font>
  2106.         <font>
  2107.             <name>lyr8</name>
  2108.             <filename>lyrics/SF Distant Galaxy.ttf</filename>
  2109.             <style>lowercase</style>
  2110.             <linespacing>0.9</linespacing>
  2111.             <size>120</size>
  2112.         </font>
  2113.         <font>
  2114.             <name>lyr8b</name>
  2115.             <filename>lyrics/Ranchers-Regular.ttf</filename>
  2116.             <aspect>1.4</aspect>
  2117.             <linespacing>0.9</linespacing>
  2118.             <size>50</size>
  2119.         </font>
  2120.         <font>
  2121.             <name>lyr9</name>
  2122.             <filename>lyrics/Geomancy - Extra Bold.ttf</filename>
  2123.             <linespacing>0.9</linespacing>
  2124.             <size>130</size>
  2125.         </font>
  2126.         <font>
  2127.             <name>lyr9b</name>
  2128.             <filename>lyrics/hemi head bd it.ttf</filename>
  2129.             <style>bold</style>
  2130.             <linespacing>0.85</linespacing>
  2131.             <size>54</size>
  2132.         </font>
  2133.         <font>
  2134.             <name>lyr10</name>
  2135.             <style>uppercase</style>
  2136.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2137.             <size>170</size>
  2138.         </font>
  2139.         <font>
  2140.             <name>lyr10b</name>
  2141.             <style>uppercase</style>
  2142.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2143.             <size>145</size>
  2144.         </font>
  2145.         <font>
  2146.             <name>lyr10c</name>
  2147.             <style>uppercase</style>
  2148.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2149.             <size>120</size>
  2150.         </font>
  2151.         <font>
  2152.             <name>lyr10d</name>
  2153.             <filename>lyrics/Exo2-Black.ttf</filename>
  2154.             <linespacing>0.80</linespacing>
  2155.             <size>56</size>
  2156.         </font>
  2157.         <font>
  2158.             <name>lyr11</name>
  2159.             <filename>lyrics/Theboldfont.ttf</filename>
  2160.             <size>120</size>
  2161.         </font>
  2162.         <font>
  2163.             <name>lyr11b</name>
  2164.             <filename>lyrics/PollerOne.ttf</filename>
  2165.             <linespacing>0.9</linespacing>
  2166.             <aspect>0.9</aspect>
  2167.             <size>54</size>
  2168.         </font>
  2169.         <font>
  2170.             <name>lyr12</name>
  2171.             <filename>lyrics/BOXING.ttf</filename>
  2172.             <style>lowercase</style>
  2173.             <linespacing>0.9</linespacing>
  2174.             <size>275</size>
  2175.         </font>
  2176.         <font>
  2177.             <name>lyr12b</name>
  2178.             <filename>lyrics/BOXING.ttf</filename>
  2179.             <style>lowercase</style>
  2180.             <linespacing>0.9</linespacing>
  2181.             <size>165</size>
  2182.         </font>
  2183.         <font>
  2184.             <name>lyr12c</name>
  2185.             <filename>lyrics/BOXING.ttf</filename>
  2186.             <style>lowercase</style>
  2187.             <linespacing>0.9</linespacing>
  2188.             <size>220</size>
  2189.         </font>
  2190.         <font>
  2191.             <name>lyr12d</name>
  2192.             <filename>lyrics/FredokaOne-Regular.ttf</filename>
  2193.             <linespacing>0.9</linespacing>
  2194.             <size>58</size>
  2195.         </font>
  2196.         <font>
  2197.             <name>lyr13</name>
  2198.             <filename>lyrics/SF Distant Galaxy.ttf</filename>
  2199.             <style>lowercase</style>
  2200.             <linespacing>0.9</linespacing>
  2201.             <size>120</size>
  2202.         </font>
  2203.         <font>
  2204.             <name>lyr13b</name>
  2205.             <filename>lyrics/Ranchers-Regular.ttf</filename>
  2206.             <aspect>1.4</aspect>
  2207.             <linespacing>0.9</linespacing>
  2208.             <size>50</size>
  2209.         </font>
  2210.         <font>
  2211.             <name>lyr14</name>
  2212.             <style>uppercase</style>
  2213.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2214.             <size>130</size>
  2215.         </font>
  2216.         <font>
  2217.             <name>lyr14b</name>
  2218.             <style>uppercase</style>
  2219.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2220.             <size>150</size>
  2221.         </font>
  2222.         <font>
  2223.             <name>lyr14c</name>
  2224.             <style>uppercase</style>
  2225.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2226.             <size>170</size>
  2227.         </font>
  2228.         <font>
  2229.             <name>lyr14d</name>
  2230.             <filename>lyrics/Exo2-Black.ttf</filename>
  2231.             <linespacing>0.8</linespacing>
  2232.             <size>56</size>
  2233.         </font>
  2234.         <font>
  2235.             <name>lyr15</name>
  2236.             <filename>lyrics/Geomancy - Extra Bold.ttf</filename>
  2237.             <linespacing>0.9</linespacing>
  2238.             <size>130</size>
  2239.         </font>
  2240.         <font>
  2241.             <name>lyr15b</name>
  2242.             <filename>lyrics/hemi head bd it.ttf</filename>
  2243.             <style>bold</style>
  2244.             <linespacing>0.85</linespacing>
  2245.             <size>54</size>
  2246.         </font>
  2247.         <font>
  2248.             <name>lyr16</name>
  2249.             <filename>lyrics/Theboldfont.ttf</filename>
  2250.             <size>120</size>
  2251.         </font>
  2252.         <font>
  2253.             <name>lyr16b</name>
  2254.             <filename>lyrics/PollerOne.ttf</filename>
  2255.             <linespacing>0.9</linespacing>
  2256.             <aspect>0.9</aspect>
  2257.             <size>54</size>
  2258.         </font>
  2259.         <font>
  2260.             <name>lyr17</name>
  2261.             <style>uppercase</style>
  2262.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2263.             <size>110</size>
  2264.         </font>
  2265.         <font>
  2266.             <name>lyr17a</name>
  2267.             <style>uppercase</style>
  2268.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2269.             <size>165</size>
  2270.         </font>
  2271.         <font>
  2272.             <name>lyr17b</name>
  2273.             <style>uppercase</style>
  2274.             <filename>lyrics/Luckiest Guy.ttf</filename>
  2275.             <size>220</size>
  2276.         </font>
  2277.         <font>
  2278.             <name>lyr17c</name>
  2279.             <filename>lyrics/Exo2-Black.ttf</filename>
  2280.             <linespacing>0.80</linespacing>
  2281.             <size>56</size>
  2282.         </font>
  2283.         <font>
  2284.             <name>lyr18</name>
  2285.             <filename>lyrics/Geomancy - Extra Bold.ttf</filename>
  2286.             <linespacing>0.9</linespacing>
  2287.             <size>120</size>
  2288.         </font>
  2289.         <font>
  2290.             <name>lyr18b</name>
  2291.             <filename>lyrics/hemi head bd it.ttf</filename>
  2292.             <style>bold</style>
  2293.             <linespacing>0.85</linespacing>
  2294.             <size>54</size>
  2295.         </font>
  2296.         <font>
  2297.             <name>lyr19</name>
  2298.             <filename>lyrics/BOXING.ttf</filename>
  2299.             <style>lowercase</style>
  2300.             <linespacing>0.9</linespacing>
  2301.             <size>230</size>
  2302.         </font>
  2303.         <font>
  2304.             <name>lyr19b</name>
  2305.             <filename>lyrics/BOXING.ttf</filename>
  2306.             <style>lowercase</style>
  2307.             <linespacing>0.9</linespacing>
  2308.             <size>170</size>
  2309.         </font>
  2310.         <font>
  2311.             <name>lyr19c</name>
  2312.             <filename>lyrics/BOXING.ttf</filename>
  2313.             <style>lowercase</style>
  2314.             <linespacing>0.9</linespacing>
  2315.             <size>115</size>
  2316.         </font>
  2317.         <font>
  2318.             <name>lyr19d</name>
  2319.             <filename>lyrics/FredokaOne-Regular.ttf</filename>
  2320.             <linespacing>0.9</linespacing>
  2321.             <size>58</size>
  2322.         </font>
  2323.         <font>
  2324.             <name>lyr20</name>
  2325.             <filename>lyrics/SF Distant Galaxy.ttf</filename>
  2326.             <style>lowercase</style>
  2327.             <linespacing>0.9</linespacing>
  2328.             <size>120</size>
  2329.         </font>
  2330.         <font>
  2331.             <name>lyr20b</name>
  2332.             <filename>lyrics/Ranchers-Regular.ttf</filename>
  2333.             <aspect>1.4</aspect>
  2334.             <linespacing>0.9</linespacing>
  2335.             <size>50</size>
  2336.         </font>
  2337.     </include>
  2338.     <include name="CommonIconFonts">
  2339.         <font>
  2340.             <name>IconTiny</name>
  2341.             <filename>webhostinghub-glyphs.ttf</filename>
  2342.             <size>26</size>
  2343.         </font>
  2344.         <font>
  2345.             <name>IconSmall</name>
  2346.             <filename>webhostinghub-glyphs.ttf</filename>
  2347.             <size>30</size>
  2348.         </font>
  2349.         <font>
  2350.             <name>IconMedium</name>
  2351.             <filename>webhostinghub-glyphs.ttf</filename>
  2352.             <size>36</size>
  2353.         </font>
  2354.         <font>
  2355.             <name>IconMediumMD</name>
  2356.             <filename>MaterialIcons-Regular.ttf</filename>
  2357.             <size>50</size>
  2358.         </font>
  2359.         <font>
  2360.             <name>IconMediumMDDisable</name>
  2361.             <filename>MaterialIcons-Regular.ttf</filename>
  2362.             <size>40</size>
  2363.         </font>
  2364.         <font>
  2365.             <name>IconSkinShortcuts</name>
  2366.             <filename>MaterialIcons-Regular.ttf</filename>
  2367.             <size>70</size>
  2368.         </font>
  2369.         <font>
  2370.             <name>CloseButton</name>
  2371.             <filename>webhostinghub-glyphs.ttf</filename>
  2372.             <size>20</size>
  2373.         </font>
  2374.     </include>
  2375. </includes>
Add Comment
Please, Sign In to add comment