Advertisement
Guest User

MyVideoNav.xml

a guest
Sep 12th, 2014
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 28.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3.     <defaultcontrol always="true">50</defaultcontrol>
  4.     <allowoverlay>true</allowoverlay>
  5.     <views>50,51,52,53,55,56,57,58,59,499,500,501,502</views>
  6.     <onload>SetProperty(Window.HasSettings,True,home)</onload>
  7.     <onload>ClearProperty(MediaMenu,Home)</onload>
  8.     <onunload>ClearProperty(Window.HasSettings,Home)</onunload>
  9.     <onload condition="System.HasAddon(script.tv.show.next.aired) + !Skin.HasSetting(Disable.NextAired)">RunScript(script.tv.show.next.aired,backend=True)</onload>
  10.     <include condition="Skin.HasSetting(Enable.TvTunes)">LoadTvTunes</include>
  11.     <controls>
  12.         <control type="label" id="4420">
  13.             <label>$VAR[VideoInfoPanelVar]</label>
  14.             <include>HiddenObject</include>
  15.             <visible>Control.IsVisible(52) | Control.IsVisible(53)</visible>
  16.             <include condition="!IsEmpty(Skin.String(InfoPanel.Delay))">InfoPanelDelayAnimation</include>
  17.         </control>
  18.         <include>CommonBackground</include>
  19.         <control type="group">
  20.             <visible>Control.IsVisible(52) | Control.IsVisible(53)</visible>
  21.             <top>-30</top>
  22.             <!--<animation type="VisibleChange" reversible="false">
  23.                 <effect type="zoom" start="200" end="100" center="960,540" easing="out" tween="cubic" time="300" />
  24.                 <effect type="fade" start="0" end="100" time="300" />
  25.             </animation>-->
  26.             <include>ShowCaseInfoPanel</include>
  27.         </control>
  28.         <control type="group">
  29.             <animation effect="slide" tween="cubic" time="720" start="0,1080" end="0,0">WindowOpen</animation>
  30.             <animation effect="slide" tween="cubic" time="720" end="0,1080" start="0,0">WindowClose</animation>
  31.             <include condition="!Skin.HasSetting(Enable.SlimList)">VideoList</include>
  32.             <include condition="Skin.HasSetting(Enable.SlimList)">SlimVideoList</include>
  33.             <!-- view id = 50 -->
  34.             <include>VideoInfoWall</include>
  35.             <!-- view id = 51 -->
  36.             <include>View_52_Landscape</include>
  37.             <!-- view id = 52 -->
  38.             <include>View_53_ShowCase</include>
  39.             <!-- view id = 53 -->
  40.             <include>VideoTriPanel</include>
  41.             <!-- view id = 55 -->
  42.             <include>Video_56_Posters</include>
  43.             <!-- view id = 56 -->
  44.             <include>PosterShift</include>
  45.             <!-- view id = 57 -->
  46.             <include>BannerWall</include>
  47.             <!-- view id = 58 -->
  48.             <include>View_59_Logo</include>
  49.             <!-- view id = 59 -->
  50.             <include>VideoWall</include>
  51.             <!-- view id = 500 -->
  52.             <include>Wall_Large</include>
  53.             <!-- view id = 499 -->
  54.             <include>VideoLowList</include>
  55.             <!-- view id = 501 -->
  56.             <include>VideoEpisode</include>
  57.             <!-- view id = 502 -->
  58.         </control>
  59.         <control type="group">
  60.             <visible>Control.IsVisible(52) | Control.IsVisible(53) | Control.IsVisible(500) | Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(57) | Control.IsVisible(58) | Control.IsVisible(59)) | Control.IsVisible(499)</visible>
  61.             <visible>!Window.IsActive(addoninformation)</visible>
  62.             <animation effect="slide" tween="cubic" time="720" start="0,806" end="0,0">VisibleChange</animation>
  63.             <include>Window_OpenClose_Animation</include>
  64.             <top>-30</top>
  65.             <control type="group">
  66.                 <visible>Control.IsVisible(52) | Control.IsVisible(53)</visible>
  67.                 <animation effect="slide" tween="cubic" time="720" start="0,806" end="0,0">VisibleChange</animation>
  68.                 <control type="grouplist">
  69.                     <left>300</left>
  70.                     <top>1010</top>
  71.                     <width>1320</width>
  72.                     <height>42</height>
  73.                     <align>center</align>
  74.                     <itemgap>18</itemgap>
  75.                     <orientation>horizontal</orientation>
  76.                     <control type="label">
  77.                         <width>auto</width>
  78.                         <height>42</height>
  79.                         <aligny>top</aligny>
  80.                         <align>center</align>
  81.                         <font>font16_title</font>
  82.                         <textcolor>white</textcolor>
  83.                         <scroll>true</scroll>
  84.                         <label>[B]$VAR[FloorLabelVar][/B]</label>
  85.                         <textoffsety>-2</textoffsety>
  86.                         <textoffsetx>0</textoffsetx>
  87.                     </control>
  88.                     <control type="image">
  89.                         <width>42</width>
  90.                         <height>46.5</height>
  91.                         <aspectratio>keep</aspectratio>
  92.                         <texture>$VAR[UnFocusHDIndicator]</texture>
  93.                         <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  94.                     </control>
  95.                 </control>
  96.                 <control type="group">
  97.                     <left>300</left>
  98.                     <top>1010</top>
  99.                     <control type="label">
  100.                         <left>0</left>
  101.                         <top>45</top>
  102.                         <width>1320</width>
  103.                         <height>30</height>
  104.                         <align>center</align>
  105.                         <font>font13_title</font>
  106.                         <textcolor>white</textcolor>
  107.                         <label>$VAR[FloorSubLabelVar]</label>
  108.                         <textoffsetx>30</textoffsetx>
  109.                     </control>
  110.                 </control>
  111.                 <control type="group">
  112.                     <left>0</left>
  113.                     <top>1010</top>
  114.                     <width>1920</width>
  115.                     <align>center</align>
  116.                     <visible>[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]</visible>
  117.                     <control type="group">
  118.                         <left>120</left>
  119.                         <control type="image" id="800011">
  120.                             <colordiffuse>white</colordiffuse>
  121.                             <include>MediaFlagVars</include>
  122.                             <bordersize>2</bordersize>
  123.                             <texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
  124.                         </control>
  125.                         <control type="label">
  126.                             <left>-10</left>
  127.                             <width>155</width>
  128.                             <height>90</height>
  129.                             <align>center</align>
  130.                             <label>$INFO[ListItem.Studio]</label>
  131.                             <font>font10</font>
  132.                             <textcolor>white</textcolor>
  133.                             <wrapmultiline>true</wrapmultiline>
  134.                             <visible>IsEmpty(Control.GetLabel(800011))</visible>
  135.                         </control>
  136.                     </control>
  137.                     <!--<control type="image">
  138.                         <left>1470</left>
  139.                         <colordiffuse>white</colordiffuse>
  140.                         <include>MediaFlagVars</include>
  141.                         <texture>$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  142.                         <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  143.                     </control>
  144.                     <control type="image">
  145.                         <left>1675</left>
  146.                         <colordiffuse>white</colordiffuse>
  147.                         <include>MediaFlagVars</include>
  148.                         <texture>$VAR[SourceFlagVar,flags/video/,.png]</texture>
  149.                         <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  150.                     </control>-->
  151.                     <control type="image">
  152.                         <left>1675</left>
  153.                         <colordiffuse>white</colordiffuse>
  154.                         <include>MediaFlagVars</include>
  155.                         <texture fallback="flags/mpaa/NR.png">$VAR[RatingFlagVar]</texture>
  156.                         <!--<animation effect="slide" start="0" end="-1350" time="200" tween="cubic" easing="inout" condition="Container.Content(movies) | Container.Content(episodes)">Conditional</animation>-->
  157.                     </control>
  158.                 </control>
  159.                 <control type="group">
  160.                     <left>0</left>
  161.                     <top>1010</top>
  162.                     <width>1920</width>
  163.                     <align>center</align>
  164.                     <visible>Container.Content(musicvideos)</visible>
  165.                     <control type="image">
  166.                         <left>120</left>
  167.                         <colordiffuse>white</colordiffuse>
  168.                         <include>MediaFlagVars</include>
  169.                         <texture>$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  170.                     </control>
  171.                     <control type="image">
  172.                         <left>1675</left>
  173.                         <colordiffuse>white</colordiffuse>
  174.                         <include>MediaFlagVars</include>
  175.                         <texture>$VAR[SourceFlagVar,flags/video/,.png]</texture>
  176.                         <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  177.                     </control>
  178.                 </control>
  179.             </control>
  180.             <control type="group">
  181.                 <visible>Control.IsVisible(500) | Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(57) | Control.IsVisible(58)</visible>
  182.                 <animation effect="slide" start="0" end="40" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(57)">Conditional</animation>
  183.                 <animation effect="slide" start="0" end="60" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(55)">Conditional</animation>
  184.                 <animation effect="slide" start="0,0" end="80,15" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(56)">Conditional</animation>
  185.                 <animation effect="slide" tween="cubic" time="720" start="0,806" end="0,0">VisibleChange</animation>
  186.                 <visible>[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]</visible>
  187.                 <control type="group">
  188.                     <left>90</left>
  189.                     <top>1010</top>
  190.                     <visible>![Control.IsVisible(56) | Control.IsVisible(55)]</visible>
  191.                     <include>VisibleFadeEffect</include>
  192.                     <!--<control type="grouplist">
  193.                         <left>30</left>
  194.                         <top>0</top>
  195.                         <width>1150</width>
  196.                         <height>42</height>
  197.                         <align>left</align>
  198.                         <itemgap>18</itemgap>
  199.                         <orientation>horizontal</orientation>
  200.                         <control type="label">
  201.                             <width>auto</width>
  202.                             <height>42</height>
  203.                             <aligny>top</aligny>
  204.                             <align>center</align>
  205.                             <font>font16_title</font>
  206.                             <textcolor>white</textcolor>
  207.                             <scroll>true</scroll>
  208.                             <label>[B]$VAR[FloorLabelVar][/B]</label>
  209.                             <textoffsety>-2</textoffsety>
  210.                             <textoffsetx>0</textoffsetx>
  211.                         </control>
  212.                         <control type="image">
  213.                             <width>42</width>
  214.                             <height>46.5</height>
  215.                             <aspectratio>keep</aspectratio>
  216.                             <texture>$VAR[UnFocusHDIndicator]</texture>
  217.                             <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  218.                         </control>
  219.                     </control>-->
  220.                     <control type="label">
  221.                         <left>0</left>
  222.                         <top>0</top>
  223.                         <width>1150</width>
  224.                         <height>42</height>
  225.                         <aligny>top</aligny>
  226.                         <align>left</align>
  227.                         <font>font16_title</font>
  228.                         <textcolor>white</textcolor>
  229.                         <scroll>true</scroll>
  230.                         <label>[B]$INFO[ListItem.Label][/B]</label>
  231.                         <textoffsety>-2</textoffsety>
  232.                         <textoffsetx>30</textoffsetx>
  233.                     </control>
  234.                     <control type="label">
  235.                         <left>0</left>
  236.                         <top>45</top>
  237.                         <width>1100</width>
  238.                         <height>30</height>
  239.                         <align>left</align>
  240.                         <font>font13_title</font>
  241.                         <textcolor>white</textcolor>
  242.                         <label>$VAR[FloorSubLabelVar]</label>
  243.                         <textoffsetx>30</textoffsetx>
  244.                     </control>
  245.                 </control>
  246.                 <control type="group">
  247.                     <left>1444</left>
  248.                     <top>1000</top>
  249.                     <width>1840</width>
  250.                     <height>90</height>
  251.                     <orientation>horizontal</orientation>
  252.                     <include>VisibleFadeEffect</include>
  253.                     <visible>Container.Content(tvshows) | Container.Content(seasons)</visible>
  254.                     <control type="image" id="800012">
  255.                         <left>32</left>
  256.                         <width>198</width>
  257.                         <include>MediaFlagVars</include>
  258.                         <bordersize>2</bordersize>
  259.                         <texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
  260.                         <visible>!IsEmpty(Control.GetLabel(800012))</visible>
  261.                     </control>
  262.                     <control type="label">
  263.                         <left>32</left>
  264.                         <width>198</width>
  265.                         <height>90</height>
  266.                         <align>center</align>
  267.                         <label>$INFO[ListItem.Studio]</label>
  268.                         <font>font10</font>
  269.                         <textcolor>white</textcolor>
  270.                         <wrapmultiline>true</wrapmultiline>
  271.                         <visible>IsEmpty(Control.GetLabel(800012))</visible>
  272.                     </control>
  273.                     <control type="image">
  274.                         <left>230</left>
  275.                         <include>MediaFlagVars</include>
  276.                         <texture fallback="flags/mpaa/NR.png">$VAR[RatingFlagVar]</texture>
  277.                     </control>
  278.                 </control>
  279.                 <control type="group">
  280.                     <left>1246</left>
  281.                     <top>1000</top>
  282.                     <width>1840</width>
  283.                     <height>90</height>
  284.                     <include>VisibleFadeEffect</include>
  285.                     <visible>![Container.Content(tvshows) | Container.Content(seasons) | Control.IsVisible(55)]</visible>
  286.                     <control type="image">
  287.                         <left>32</left>
  288.                         <include>MediaFlagVars</include>
  289.                         <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  290.                         <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  291.                     </control>
  292.                     <control type="image">
  293.                         <left>230</left>
  294.                         <include>MediaFlagVars</include>
  295.                         <texture>$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  296.                         <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  297.                     </control>
  298.                     <control type="image">
  299.                         <left>428</left>
  300.                         <include>MediaFlagVars</include>
  301.                         <texture>$VAR[SourceFlagVar,flags/video/,.png]</texture>
  302.                         <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  303.                     </control>
  304.                 </control>
  305.                 <control type="group">
  306.                     <left>1330</left>
  307.                     <top>1000</top>
  308.                     <width>1815</width>
  309.                     <height>90</height>
  310.                     <include>VisibleFadeEffect</include>
  311.                     <visible>![Container.Content(tvshows) | Container.Content(seasons)] + Control.IsVisible(55)</visible>
  312.                     <control type="image">
  313.                         <left>0</left>
  314.                         <include>MediaFlagVars</include>
  315.                         <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  316.                         <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  317.                     </control>
  318.                     <control type="image">
  319.                         <left>175</left>
  320.                         <include>MediaFlagVars</include>
  321.                         <texture>$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  322.                         <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  323.                     </control>
  324.                     <control type="image">
  325.                         <left>350</left>
  326.                         <include>MediaFlagVars</include>
  327.                         <texture>$VAR[SourceFlagVar,flags/video/,.png]</texture>
  328.                         <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  329.                     </control>
  330.                 </control>
  331.             </control>
  332.             <control type="group">
  333.                 <visible>Control.IsVisible(499)</visible>
  334.                 <animation effect="slide" start="0" end="40" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(57)">Conditional</animation>
  335.                 <animation effect="slide" start="0" end="60" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(55)">Conditional</animation>
  336.                 <animation effect="slide" start="0,0" end="80,15" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(56)">Conditional</animation>
  337.                 <animation effect="slide" tween="cubic" time="720" start="0,806" end="0,0">VisibleChange</animation>
  338.                 <visible>[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]</visible>
  339.                 <control type="group">
  340.                     <posx>90</posx>
  341.                     <posy>1010</posy>
  342.                     <visible>![Control.IsVisible(56) | Control.IsVisible(55)]</visible>
  343.                     <include>VisibleFadeEffect</include>
  344.                     <!--<control type="grouplist">
  345.                         <posx>30</posx>
  346.                         <posy>0</posy>
  347.                         <width>1150</width>
  348.                         <height>42</height>
  349.                         <align>left</align>
  350.                         <itemgap>18</itemgap>
  351.                         <orientation>horizontal</orientation>
  352.                         <control type="label">
  353.                             <width>auto</width>
  354.                             <height>42</height>
  355.                             <aligny>top</aligny>
  356.                             <align>center</align>
  357.                             <font>font16_title</font>
  358.                             <textcolor>white</textcolor>
  359.                             <scroll>true</scroll>
  360.                             <label>[B]$VAR[FloorLabelVar][/B]</label>
  361.                             <textoffsety>-2</textoffsety>
  362.                             <textoffsetx>0</textoffsetx>
  363.                         </control>
  364.                         <control type="image">
  365.                             <width>42</width>
  366.                             <height>46.5</height>
  367.                             <aspectratio>keep</aspectratio>
  368.                             <texture>$VAR[UnFocusHDIndicator]</texture>
  369.                             <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  370.                         </control>
  371.                     </control>-->
  372.                     <control type="label">
  373.                         <posx>10</posx>
  374.                         <posy>0</posy>
  375.                         <width>1150</width>
  376.                         <height>42</height>
  377.                         <aligny>top</aligny>
  378.                         <align>left</align>
  379.                         <font>font16_title</font>
  380.                         <textcolor>white</textcolor>
  381.                         <scroll>true</scroll>
  382.                         <label>[B]$INFO[ListItem.Label][/B]</label>
  383.                         <textoffsety>-2</textoffsety>
  384.                         <textoffsetx>30</textoffsetx>
  385.                     </control>
  386.                     <control type="label">
  387.                         <posx>10</posx>
  388.                         <posy>51</posy>
  389.                         <width>1100</width>
  390.                         <height>30</height>
  391.                         <align>left</align>
  392.                         <font>font14_title</font>
  393.                         <textcolor>grey</textcolor>
  394.                         <label>[B]$VAR[FloorSubLabelVar][/B]</label>
  395.                         <textoffsetx>30</textoffsetx>
  396.                     </control>
  397.                 </control>
  398.                 <control type="group">
  399.                     <posx>1454</posx>
  400.                     <posy>1000</posy>
  401.                     <width>1840</width>
  402.                     <height>90</height>
  403.                     <orientation>horizontal</orientation>
  404.                     <include>VisibleFadeEffect</include>
  405.                     <visible>Container.Content(tvshows) | Container.Content(seasons)</visible>
  406.                     <control type="image" id="800012">
  407.                         <posx>32</posx>
  408.                         <width>198</width>
  409.                         <include>MediaFlagVars</include>
  410.                         <bordersize>2</bordersize>
  411.                         <texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
  412.                         <visible>!IsEmpty(Control.GetLabel(800012))</visible>
  413.                     </control>
  414.                     <control type="label">
  415.                         <posx>32</posx>
  416.                         <width>198</width>
  417.                         <height>90</height>
  418.                         <align>center</align>
  419.                         <label>$INFO[ListItem.Studio]</label>
  420.                         <font>font10</font>
  421.                         <textcolor>white</textcolor>
  422.                         <wrapmultiline>true</wrapmultiline>
  423.                         <visible>IsEmpty(Control.GetLabel(800012))</visible>
  424.                     </control>
  425.                     <control type="image">
  426.                         <posx>230</posx>
  427.                         <include>MediaFlagVars</include>
  428.                         <texture fallback="flags/mpaa/NR.png">$VAR[RatingFlagVar]</texture>
  429.                     </control>
  430.                 </control>
  431.                 <control type="group">
  432.                     <posx>1235</posx>
  433.                     <posy>1000</posy>
  434.                     <width>1840</width>
  435.                     <height>90</height>
  436.                     <include>VisibleFadeEffect</include>
  437.                     <visible>![Container.Content(tvshows) | Container.Content(seasons) | Control.IsVisible(55)]</visible>
  438.                     <control type="image">
  439.                         <posx>32</posx>
  440.                         <include>MediaFlagVars</include>
  441.                         <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  442.                         <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  443.                     </control>
  444.                     <control type="image">
  445.                         <posx>230</posx>
  446.                         <include>MediaFlagVars</include>
  447.                         <texture>$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  448.                         <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  449.                     </control>
  450.                     <control type="image">
  451.                         <posx>428</posx>
  452.                         <include>MediaFlagVars</include>
  453.                         <texture>$VAR[SourceFlagVar,flags/video/,.png]</texture>
  454.                         <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  455.                     </control>
  456.                 </control>
  457.                 <control type="group">
  458.                     <posx>1330</posx>
  459.                     <posy>1000</posy>
  460.                     <width>1815</width>
  461.                     <height>90</height>
  462.                     <include>VisibleFadeEffect</include>
  463.                     <visible>![Container.Content(tvshows) | Container.Content(seasons)] + Control.IsVisible(55)</visible>
  464.                     <control type="image">
  465.                         <posx>0</posx>
  466.                         <include>MediaFlagVars</include>
  467.                         <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  468.                         <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  469.                     </control>
  470.                     <control type="image">
  471.                         <posx>175</posx>
  472.                         <include>MediaFlagVars</include>
  473.                         <texture>$INFO[ListItem.AudioCodec,flags/audio/,.png]</texture>
  474.                         <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  475.                     </control>
  476.                     <control type="image">
  477.                         <posx>350</posx>
  478.                         <include>MediaFlagVars</include>
  479.                         <texture>$VAR[SourceFlagVar,flags/video/,.png]</texture>
  480.                         <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  481.                     </control>
  482.                 </control>
  483.             </control>
  484.             <control type="image">
  485.                 <left>0</left>
  486.                 <top>970</top>
  487.                 <width>1920</width>
  488.                 <height>140</height>
  489.                 <texture border="1">gradient_floor.png</texture>
  490.                 <animation effect="slide" start="0,0" end="0,15" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(56)">Conditional</animation>
  491.             </control>
  492.         </control>
  493.         <include>ScrollOffsetLabel</include>
  494.         <include>Topbar</include>
  495.             <control type="group">
  496.                 <visible>Control.IsVisible(59)</visible>
  497.                 <animation effect="slide" start="0" end="40" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(57)">Conditional</animation>
  498.                 <animation effect="slide" start="0" end="60" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(55)">Conditional</animation>
  499.                 <animation effect="slide" start="0,0" end="80,15" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(56)">Conditional</animation>
  500.                 <animation effect="slide" tween="cubic" time="720" start="0,806" end="0,0">VisibleChange</animation>
  501.                 <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(movies)]</visible>
  502.                 <control type="group">
  503.                 <include>Window_OpenClose_Animation_Slower</include>
  504.                 <include>VisibleFadeEffect</include>
  505.                     <control type="image">
  506.                         <posx>40</posx>
  507.                         <posy>984</posy>
  508.                         <height>100</height>
  509.                         <aspectratio>scale</aspectratio>
  510.                         <colordiffuse>grey2</colordiffuse>
  511.                         <include>MediaFlagVars</include>
  512.                         <texture height="400">$INFO[ListItem.Studio,flags/studios/,.png]</texture>
  513.                     </control>
  514.                     <control type="label">
  515.                         <visible>Container.Content(movies)</visible>
  516.                         <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
  517.                         <posx>180</posx>
  518.                         <posy>960</posy>
  519.                         <width>300</width>
  520.                         <height>100</height>
  521.                         <align>center</align>
  522.                         <label>[B]Runtime: $INFO[ListItem.Duration] Minutes[/B]</label>
  523.                         <font>font12</font>
  524.                         <textcolor>grey2</textcolor>
  525.                     </control>
  526.                     <control type="label">
  527.                         <visible>Container.Content(movies)</visible>
  528.                         <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
  529.                         <posx>180</posx>
  530.                         <posy>1005</posy>
  531.                         <width>300</width>
  532.                         <height>100</height>
  533.                         <align>center</align>
  534.                         <label>[B]Release Year: $INFO[ListItem.Year][/B]</label>
  535.                         <font>font12</font>
  536.                         <textcolor>grey2</textcolor>
  537.                     </control>
  538.                     <control type="label">
  539.                         <visible>[Container.Content(tvshows) | Container.Content(seasons)] + !IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
  540.                         <posx>180</posx>
  541.                         <posy>960</posy>
  542.                         <width>400</width>
  543.                         <height>100</height>
  544.                         <align>center</align>
  545.                         <label>[B]Next Episode Airs: $INFO[Window(Home).Property(NextAired.NextDate)][/B]</label>
  546.                         <font>font12</font>
  547.                         <textcolor>grey2</textcolor>
  548.                     </control>
  549.                     <control type="label">
  550.                         <visible>[Container.Content(tvshows) | Container.Content(seasons)] + IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
  551.                         <posx>180</posx>
  552.                         <posy>960</posy>
  553.                         <width>400</width>
  554.                         <height>100</height>
  555.                         <align>center</align>
  556.                         <label>[B]Last Episode Aired: $INFO[Window(Home).Property(NextAired.LatestDate)][/B]</label>
  557.                         <font>font12</font>
  558.                         <textcolor>grey2</textcolor>
  559.                     </control>
  560.                     <control type="label">
  561.                         <visible>Container.Content(tvshows) + !IsEmpty(Window(Home).Property(NextAired.Status))</visible>
  562.                         <posx>180</posx>
  563.                         <posy>1005</posy>
  564.                         <width>400</width>
  565.                         <height>100</height>
  566.                         <align>center</align>
  567.                         <label>[B]Status: $INFO[Window(Home).Property(NextAired.Status)][/B]</label>
  568.                         <font>font12</font>
  569.                         <textcolor>grey2</textcolor>
  570.                     </control>
  571.                     <control type="label">
  572.                         <posx>620</posx>
  573.                         <posy>980</posy>
  574.                         <width>670</width>
  575.                         <height>100</height>
  576.                         <align>center</align>
  577.                         <label>[B]$INFO[ListItem.Tagline][/B]</label>
  578.                         <font>font15</font>
  579.                         <scroll>true</scroll>
  580.                         <textcolor>grey2</textcolor>
  581.                     </control>
  582.                     <control type="label">
  583.                         <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)+ !IsEmpty(ListItem.Property(UnWatchedEpisodes))</visible>
  584.                         <posx>760</posx>
  585.                         <posy>980</posy>
  586.                         <width>400</width>
  587.                         <height>100</height>
  588.                         <align>center</align>
  589.                         <label>[B]Unwatched Episodes: $INFO[ListItem.Property(UnWatchedEpisodes)][/B]</label>
  590.                         <font>font15</font>
  591.                         <textcolor>grey2</textcolor>
  592.                     </control>
  593.                     <control type="label">
  594.                         <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
  595.                         <posx>1480</posx>
  596.                         <posy>960</posy>
  597.                         <width>250</width>
  598.                         <height>100</height>
  599.                         <align>center</align>
  600.                         <label>[B]IMDb Rating: $INFO[ListItem.Rating][/B]</label>
  601.                         <font>font12</font>
  602.                         <textcolor>grey2</textcolor>
  603.                     </control>
  604.                     <control type="label">
  605.                         <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
  606.                         <posx>1480</posx>
  607.                         <posy>1005</posy>
  608.                         <width>250</width>
  609.                         <height>100</height>
  610.                         <align>center</align>
  611.                         <label>[B]Votes: $INFO[ListItem.Votes][/B]</label>
  612.                         <font>font12</font>
  613.                         <textcolor>grey2</textcolor>
  614.                     </control>
  615.                     <control type="image">
  616.                         <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
  617.                         <posx>1743</posx>
  618.                         <posy>993</posy>
  619.                         <height>77</height>
  620.                         <aspectratio>scale</aspectratio>
  621.                         <colordiffuse>grey2</colordiffuse>
  622.                         <include>MediaFlagVars</include>
  623.                         <texture fallback="flags/mpaa/NR.png">$VAR[RatingFlagVar]</texture>
  624.                     </control>
  625.                 </control>
  626.             </control>
  627.         <control type="group">
  628.             <left>-440</left>
  629.             <include>SideBladeLeft</include>
  630.             <control type="grouplist" id="9050">
  631.                 <include>MediaMenuTop</include>
  632.                 <control type="button" id="6051">
  633.                     <description>Show Info Toggle</description>
  634.                     <textwidth>255</textwidth>
  635.                     <include>ButtonCommonValues</include>
  636.                     <label>$LOCALIZE[31018]</label>
  637.                     <label2>[COLOR labelheader]$VAR[InfoPanelLabelVar][/COLOR]</label2>
  638.                     <onclick condition="Control.IsVisible(52)">$VAR[52VideoInfoPanelVar]</onclick>
  639.                     <onclick condition="Control.IsVisible(53)">$VAR[53VideoInfoPanelVar]</onclick>
  640.                     <visible>Control.IsVisible(52) | Control.IsVisible(53)</visible>
  641.                 </control>
  642.                 <control type="togglebutton" id="6053">
  643.                     <description>LowList Toggle</description>
  644.                     <textwidth>255</textwidth>
  645.                     <include>ButtonCommonValues</include>
  646.                     <label>$LOCALIZE[31093]</label>
  647.                     <onclick>Skin.ToggleSetting(nohighlist)</onclick>
  648.                     <onclick>ReloadSkin()</onclick>
  649.                     <visible>Control.IsVisible(501)</visible>
  650.                 </control>
  651.                 <control type="button" id="201">
  652.                     <description>View options</description>
  653.                     <textwidth>352</textwidth>
  654.                     <font>font13_title</font>
  655.                     <include>ButtonCommonValues</include>
  656.                     <label>31026</label>
  657.                     <enable>no</enable>
  658.                     <disabledcolor>themecolor</disabledcolor>
  659.                 </control>
  660.                 <control type="button" id="10">
  661.                     <description>Watched Toggle</description>
  662.                     <textwidth>255</textwidth>
  663.                     <include>ButtonCommonValues</include>
  664.                     <label>20367</label>
  665.                     <label2>[COLOR themecolor]$INFO[Container.NumItems][/COLOR]</label2>
  666.                 </control>
  667.                 <control type="button" id="8">
  668.                     <description>Search</description>
  669.                     <include>ButtonCommonValues</include>
  670.                     <label>137</label>
  671.                 </control>
  672.                 <control type="edit" id="19">
  673.                     <visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
  674.                     <description>Filter</description>
  675.                     <textwidth>345</textwidth>
  676.                     <include>ButtonCommonValues</include>
  677.                     <label>587</label>
  678.                 </control>
  679.                 <control type="radiobutton" id="98">
  680.                     <visible>Container.CanFilterAdvanced</visible>
  681.                     <description>Filter</description>
  682.                     <include>ButtonCommonValues</include>
  683.                     <label>587</label>
  684.                     <selected>Container.Filtered</selected>
  685.                     <onclick>right</onclick>
  686.                     <onclick>Filter</onclick>
  687.                 </control>
  688.                 <control type="radiobutton" id="16">
  689.                     <description>PartyMode</description>
  690.                     <label>589</label>
  691.                     <include>ButtonCommonValues</include>
  692.                     <visible>Container.Content(MusicVideos)</visible>
  693.                 </control>
  694.                 <control type="radiobutton" id="11">
  695.                     <description>Unlock Shares</description>
  696.                     <textwidth>255</textwidth>
  697.                     <include>ButtonCommonValues</include>
  698.                     <label>20336</label>
  699.                     <onclick>xbmc.mastermode</onclick>
  700.                     <selected>system.ismaster</selected>
  701.                     <visible>system.haslocks</visible>
  702.                 </control>
  703.                 <control type="button" id="203">
  704.                     <description>View options</description>
  705.                     <textwidth>352</textwidth>
  706.                     <font>font13_title</font>
  707.                     <include>ButtonCommonValues</include>
  708.                     <label>31039</label>
  709.                     <enable>no</enable>
  710.                     <disabledcolor>themecolor</disabledcolor>
  711.                 </control>
  712.                 <control type="togglebutton" id="20">
  713.                     <description>Update library</description>
  714.                     <include>ButtonCommonValues</include>
  715.                     <label>653</label>
  716.                     <altlabel>13353</altlabel>
  717.                     <usealttexture>library.isscanningvideo</usealttexture>
  718.                 </control>
  719.                 <control type="button" id="612">
  720.                     <description>Go to playlist</description>
  721.                     <include>ButtonCommonValues</include>
  722.                     <label>13350</label>
  723.                     <onclick>ActivateWindow(videoplaylist)</onclick>
  724.                     <visible>!StringCompare(Playlist.Length(video),0)</visible>
  725.                 </control>
  726.             </control>
  727.         </control>
  728.     </controls>
  729. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement