Advertisement
HitcherUK

Untitled

Mar 2nd, 2012
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 26.71 KB | None | 0 0
  1. <window id="2003">
  2.     <defaultcontrol always="true">8</defaultcontrol>
  3.     <allowoverlay>no</allowoverlay>
  4.     <controls>
  5.         <control type="group">
  6.             <visible>!Window.IsVisible(FileBrowser)</visible>
  7.             <animation effect="slide" start="1280,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
  8.             <animation effect="slide" start="0,0" end="1280,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
  9.             <control type="image">
  10.                 <posx>0</posx>
  11.                 <posy>0</posy>
  12.                 <width>1280</width>
  13.                 <height>720</height>
  14.                 <texture>shade/border.png</texture>
  15.             </control>
  16.             <control type="image">
  17.                 <description>Current Fanart image</description>
  18.                 <posx>220</posx>
  19.                 <posy>0</posy>
  20.                 <width>1060</width>
  21.                 <height>650</height>
  22.                 <texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
  23.                 <aspectratio>stretch</aspectratio>
  24.             </control>
  25.             <control type="image">
  26.                 <posx>0</posx>
  27.                 <posy>0</posy>
  28.                 <width>1280</width>
  29.                 <height>720</height>
  30.                 <texture>shade/fanfade.png</texture>
  31.             </control>
  32.             <control type="image">
  33.                 <posx>90</posx>
  34.                 <posy>0</posy>
  35.                 <width>1190</width>
  36.                 <height>700</height>
  37.                 <texture>shade/vignette2.png</texture>
  38.             </control>
  39.             <control type="image">
  40.                 <posx>20</posx>
  41.                 <posy>660</posy>
  42.                 <width>1290</width>
  43.                 <height>1</height>
  44.                 <texture>shade/separatorwhite_horizontal.png</texture>
  45.             </control>
  46.             <control type="group">
  47.                 <animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation>
  48.                 <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
  49.                 <control type="label">
  50.                     <animation effect="slide" time="0" start="0,0" end="-340,0" condition=" [Container.Content(TVShows) + !Skin.HasSetting(TVShowsUsePosters)]">Conditional</animation>
  51.                     <animation effect="slide" time="0" start="0,0" end="-340,0" condition=" Container.Content(Episodes)">Conditional</animation>
  52.                     <description>header label</description>
  53.                     <posx>375</posx>
  54.                     <posy>75</posy>
  55.                     <width>650</width>
  56.                     <height>30</height>
  57.                     <font>Shade_70_UltraThin</font>
  58.                     <label>$INFO[Listitem.Title]</label>
  59.                     <align>left</align>
  60.                     <aligny>center</aligny>
  61.                     <textcolor>white</textcolor>
  62.                     <shadowcolor>black</shadowcolor>
  63.                     <visible>!Container.Content(MusicVideos)</visible>
  64.                 </control>
  65.                 <control type="label">
  66.                     <description>header label</description>
  67.                     <posx>375</posx>
  68.                     <posy>130</posy>
  69.                     <width>650</width>
  70.                     <height>30</height>
  71.                     <font>Shade_20</font>
  72.                     <label>[B]"$INFO[Listitem.Tagline]"[/B]</label>
  73.                     <align>left</align>
  74.                     <aligny>center</aligny>
  75.                     <textcolor>grey2</textcolor>
  76.                     <shadowcolor>black</shadowcolor>
  77.                     <visible>Container.Content(Movies)</visible>
  78.                     <wrapmultiline>true</wrapmultiline>
  79.                 </control>
  80.                 <control type="grouplist">
  81.                     <description>Studio Codec Flagging Images</description>
  82.                     <posx>1100</posx>
  83.                     <posy>38</posy>
  84.                     <width>150</width>
  85.                     <align>left</align>
  86.                     <itemgap>0</itemgap>
  87.                     <orientation>horizontal</orientation>
  88.                     <include>StudioFlaggingConditionsBig</include>
  89.                 </control>
  90.                 <control type="grouplist">
  91.                     <description>Media Codec Flagging Images</description>
  92.                     <posx>375</posx>
  93.                     <posy>620</posy>
  94.                     <width>800</width>
  95.                     <align>left</align>
  96.                     <itemgap>30</itemgap>
  97.                     <orientation>horizontal</orientation>
  98.                     <include>VisibleFadeEffect</include>
  99.                     <animation effect="slide" time="0" start="0,0" end="-310,0" condition=" Container.Content(MusicVideos)">Conditional</animation>
  100.                     <visible>!Control.IsVisible(50) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
  101.                     <include>VideoTypeHackFlaggingConditions</include>
  102.                     <include>VideoCodecFlaggingConditions</include>
  103.                     <include>AspectCodecFlaggingConditions</include>
  104.                     <include>AudioCodecFlaggingConditions</include>
  105.  
  106.                 </control>
  107.                 <control type="group">
  108.                     <visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)]</visible>
  109.                     <posy>15</posy>
  110.                     <posx>20</posx>
  111.                     <include>VisibleFadeEffect</include>
  112.                     <control type="image">
  113.                         <posx>20</posx>
  114.                         <posy>40</posy>
  115.                         <width>300</width>
  116.                         <height>400</height>
  117.                         <aspectratio>stretch</aspectratio>
  118.                         <texture background="true" diffuse="views/poster/posterview/posterdiffuse.png">$INFO[ListItem.Icon]</texture>
  119.                     </control>
  120.                 </control>
  121.                 <control type="group">
  122.                     <visible>Container.Content(Movies)</visible>
  123.                     <posy>15</posy>
  124.                     <posx>20</posx>
  125.                     <include>VisibleFadeEffect</include>
  126.                     <control type="image">
  127.                         <description>Rating value</description>
  128.                         <posx>20</posx>
  129.                         <posy>460</posy>
  130.                         <width>150</width>
  131.                         <height>30</height>
  132.                         <texture>$INFO[Listitem.StarRating]</texture>
  133.                     </control>
  134.                     <control type="grouplist">
  135.                         <description>MPAA Flagging Conditions Images</description>
  136.                         <posx>190</posx>
  137.                         <posy>454</posy>
  138.                         <width>130</width>
  139.                         <align>right</align>
  140.                         <itemgap>0</itemgap>
  141.                         <colordiffuse>80FFFFFF</colordiffuse>
  142.                         <orientation>horizontal</orientation>
  143.                         <include>MPAAFlaggingConditionsShade</include>
  144.                     </control>
  145.                     <control type="fadelabel">
  146.                         <posx>20</posx>
  147.                         <posy>510</posy>
  148.                         <width>112</width>
  149.                         <height>30</height>
  150.                         <font>Shade_20</font>
  151.                         <textcolor>white</textcolor>
  152.                         <align>left</align>
  153.                         <aligny>center</aligny>
  154.                         <label>$INFO[ListItem.Year]</label>
  155.                     </control>
  156.                     <control type="fadelabel">
  157.                         <posx>20</posx>
  158.                         <posy>560</posy>
  159.                         <width>71</width>
  160.                         <height>30</height>
  161.                         <font>Shade_20</font>
  162.                         <textcolor>white</textcolor>
  163.                         <scroll>false</scroll>
  164.                         <scrollspeed>0</scrollspeed>
  165.                         <align>left</align>
  166.                         <aligny>center</aligny>
  167.                         <label>$INFO[ListItem.Duration] mins</label>
  168.                     </control>
  169.                     <control type="label">
  170.                         <posx>20</posx>
  171.                         <posy>610</posy>
  172.                         <width>280</width>
  173.                         <height>30</height>
  174.                         <font>Shade_20</font>
  175.                         <align>left</align>
  176.                         <aligny>center</aligny>
  177.                         <textcolor>white</textcolor>
  178.                         <info>ListItem.Director</info>
  179.                     </control>
  180.                     <control type="label">
  181.                         <posx>375</posx>
  182.                         <posy>375</posy>
  183.                         <width>400</width>
  184.                         <height>50</height>
  185.                         <font>Shade_24_Bold</font>
  186.                         <textcolor>white</textcolor>
  187.                         <align>left</align>
  188.                         <aligny>center</aligny>
  189.                         <label>Plot Summary</label>
  190.                     </control>
  191.                     <control type="textbox" id="400">
  192.                         <description>Description Value for Movies</description>
  193.                         <posx>375</posx>
  194.                         <posy>425</posy>
  195.                         <width>470</width>
  196.                         <height>170</height>
  197.                         <font>Shade_20</font>
  198.                         <align>justify</align>
  199.                         <textcolor>white</textcolor>
  200.                         <pagecontrol>61</pagecontrol>
  201.                         <label>$INFO[ListItem.Plot]</label>
  202.                         <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
  203.                     </control>
  204.                     <control type="label">
  205.                         <posx>900</posx>
  206.                         <posy>375</posy>
  207.                         <width>400</width>
  208.                         <height>50</height>
  209.                         <font>Shade_24_Bold</font>
  210.                         <textcolor>white</textcolor>
  211.                         <align>left</align>
  212.                         <aligny>center</aligny>
  213.                         <label>Cast</label>
  214.                     </control>
  215.                     <control type="textbox">
  216.                         <description>Cast</description>
  217.                         <posx>900</posx>
  218.                         <posy>425</posy>
  219.                         <width>350</width>
  220.                         <height>170</height>
  221.                         <font>Shade_20</font>
  222.                         <textcolor>white</textcolor>
  223.                         <align>left</align>
  224.                         <label>$INFO[ListItem.CastandRole]</label>
  225.                     </control>  
  226.                 </control>
  227.  
  228.                 <!--TVshows with banners-->
  229.  
  230.                 <control type="group">
  231.                     <visible>[Container.Content(TVShows) + !Skin.HasSetting(TVShowsUsePosters)]</visible>
  232.                     <posy>15</posy>
  233.                     <posx>20</posx>
  234.                     <include>VisibleFadeEffect</include>
  235.                     <control type="image">
  236.                         <posx>20</posx>
  237.                         <posy>180</posy>
  238.                         <width>500</width>
  239.                         <height>100</height>
  240.                         <aspectratio>stretch</aspectratio>
  241.                         <texture background="true" diffuse="shade/bannerdiffuse.png">$INFO[ListItem.Icon]</texture>
  242.                         <visible>!Container.Content(Seasons)</visible>
  243.                     </control>
  244.                     <control type="image">
  245.                         <posx>20</posx>
  246.                         <posy>40</posy>
  247.                         <width>300</width>
  248.                         <height>400</height>
  249.                         <aspectratio>stretch</aspectratio>
  250.                         <texture background="true" diffuse="views/poster/posterview/posterdiffuse.png">$INFO[ListItem.Icon]</texture>
  251.                         <visible>Container.Content(Seasons)</visible>
  252.                     </control>
  253.                 </control>
  254.                 <control type="group">
  255.                     <visible>[Container.Content(TVShows) + !Skin.HasSetting(TVShowsUsePosters)]</visible>
  256.                     <posy>15</posy>
  257.                     <posx>20</posx>
  258.                     <include>VisibleFadeEffect</include>
  259.                     <control type="image">
  260.                         <description>Rating value</description>
  261.                         <posx>20</posx>
  262.                         <posy>460</posy>
  263.                         <width>150</width>
  264.                         <height>30</height>
  265.                         <texture>$INFO[Listitem.StarRating]</texture>
  266.                     </control>
  267.                     <control type="grouplist">
  268.                         <description>MPAA Flagging Conditions Images</description>
  269.                         <posx>21</posx>
  270.                         <posy>380</posy>
  271.                         <width>130</width>
  272.                         <align>left</align>
  273.                         <itemgap>0</itemgap>
  274.                         <colordiffuse>80FFFFFF</colordiffuse>
  275.                         <orientation>horizontal</orientation>
  276.                         <include>TVMPAAFlaggingConditions</include>
  277.                     </control>
  278.                     <control type="fadelabel">
  279.                         <posx>20</posx>
  280.                         <posy>510</posy>
  281.                         <width>112</width>
  282.                         <height>30</height>
  283.                         <font>Shade_20</font>
  284.                         <textcolor>white</textcolor>
  285.                         <align>left</align>
  286.                         <aligny>center</aligny>
  287.                         <label>$INFO[ListItem.Year]</label>
  288.                     </control>
  289.                     <control type="fadelabel">
  290.                         <posx>20</posx>
  291.                         <posy>560</posy>
  292.                         <width>280</width>
  293.                         <height>30</height>
  294.                         <font>Shade_20</font>
  295.                         <textcolor>white</textcolor>
  296.                         <scroll>false</scroll>
  297.                         <scrollspeed>0</scrollspeed>
  298.                         <align>left</align>
  299.                         <aligny>center</aligny>
  300.                         <label>Episodes:  $INFO[ListItem.Episode]</label>
  301.                     </control>
  302.                     <control type="label">
  303.                         <posx>20</posx>
  304.                         <posy>610</posy>
  305.                         <width>280</width>
  306.                         <height>30</height>
  307.                         <font>Shade_20</font>
  308.                         <align>left</align>
  309.                         <aligny>center</aligny>
  310.                         <textcolor>white</textcolor>
  311.                         <label>Unwatched:  $INFO[ListItem.Property(UnWatchedEpisodes)]</label>
  312.                     </control>
  313.                     <control type="label">
  314.                         <posx>375</posx>
  315.                         <posy>375</posy>
  316.                         <width>400</width>
  317.                         <height>50</height>
  318.                         <font>Shade_24_Bold</font>
  319.                         <textcolor>white</textcolor>
  320.                         <align>left</align>
  321.                         <aligny>center</aligny>
  322.                         <label>Plot Summary</label>
  323.                     </control>
  324.                     <control type="textbox" id="400">
  325.                         <description>Description Value for Movies</description>
  326.                         <posx>375</posx>
  327.                         <posy>425</posy>
  328.                         <width>470</width>
  329.                         <height>170</height>
  330.                         <font>Shade_20</font>
  331.                         <align>justify</align>
  332.                         <textcolor>white</textcolor>
  333.                         <pagecontrol>61</pagecontrol>
  334.                         <label>$INFO[ListItem.Plot]</label>
  335.                         <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
  336.                         <visible>!Control.IsVisible(50)</visible>
  337.                     </control>
  338.                     <control type="label">
  339.                         <posx>900</posx>
  340.                         <posy>375</posy>
  341.                         <width>400</width>
  342.                         <height>50</height>
  343.                         <font>Shade_24_Bold</font>
  344.                         <textcolor>white</textcolor>
  345.                         <align>left</align>
  346.                         <aligny>center</aligny>
  347.                         <label>Cast</label>
  348.                     </control>
  349.                     <control type="textbox">
  350.                         <description>Cast</description>
  351.                         <posx>900</posx>
  352.                         <posy>425</posy>
  353.                         <width>370</width>
  354.                         <height>170</height>
  355.                         <font>Shade_20</font>
  356.                         <textcolor>white</textcolor>
  357.                         <align>left</align>
  358.                         <label>$INFO[ListItem.CastandRole]</label>
  359.                     </control>  
  360.                 </control>
  361.  
  362.                 <!--Posters-->
  363.  
  364.                 <control type="group">
  365.                     <visible>[Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)] + !Control.HasFocus(12)</visible>
  366.                     <posy>15</posy>
  367.                     <posx>20</posx>
  368.                     <include>VisibleFadeEffect</include>
  369.                     <control type="image">
  370.                         <posx>20</posx>
  371.                         <posy>40</posy>
  372.                         <width>300</width>
  373.                         <height>400</height>
  374.                         <aspectratio>stretch</aspectratio>
  375.                         <texture background="true" diffuse="views/poster/posterview/posterdiffuse.png">$INFO[ListItem.Icon]</texture>
  376.                     </control>
  377.                 </control>
  378.                 <control type="group">
  379.                     <visible>[Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)] + !Control.HasFocus(12)</visible>
  380.                     <posy>15</posy>
  381.                     <posx>20</posx>
  382.                     <include>VisibleFadeEffect</include>
  383.                     <control type="image">
  384.                         <description>Rating value</description>
  385.                         <posx>20</posx>
  386.                         <posy>460</posy>
  387.                         <width>150</width>
  388.                         <height>30</height>
  389.                         <texture>$INFO[Listitem.StarRating]</texture>
  390.                     </control>
  391.                     <control type="grouplist">
  392.                         <description>MPAA Flagging Conditions Images</description>
  393.                         <posx>188</posx>
  394.                         <posy>445</posy>
  395.                         <width>130</width>
  396.                         <align>right</align>
  397.                         <itemgap>0</itemgap>
  398.                         <colordiffuse>80FFFFFF</colordiffuse>
  399.                         <orientation>horizontal</orientation>
  400.                         <include>TVMPAAFlaggingConditions</include>
  401.                     </control>
  402.                     <control type="fadelabel">
  403.                         <posx>20</posx>
  404.                         <posy>510</posy>
  405.                         <width>112</width>
  406.                         <height>30</height>
  407.                         <font>Shade_20</font>
  408.                         <textcolor>white</textcolor>
  409.                         <align>left</align>
  410.                         <aligny>center</aligny>
  411.                         <label>$INFO[ListItem.Year]</label>
  412.                     </control>
  413.                     <control type="fadelabel">
  414.                         <posx>20</posx>
  415.                         <posy>560</posy>
  416.                         <width>280</width>
  417.                         <height>30</height>
  418.                         <font>Shade_20</font>
  419.                         <textcolor>white</textcolor>
  420.                         <scroll>false</scroll>
  421.                         <scrollspeed>0</scrollspeed>
  422.                         <align>left</align>
  423.                         <aligny>center</aligny>
  424.                         <label>Episodes:  $INFO[ListItem.Episode]</label>
  425.                     </control>
  426.                     <control type="label">
  427.                         <posx>20</posx>
  428.                         <posy>610</posy>
  429.                         <width>280</width>
  430.                         <height>30</height>
  431.                         <font>Shade_20</font>
  432.                         <align>left</align>
  433.                         <aligny>center</aligny>
  434.                         <textcolor>white</textcolor>
  435.                         <label>Unwatched:  $INFO[ListItem.Property(UnWatchedEpisodes)]</label>
  436.                     </control>
  437.                     <control type="label">
  438.                         <posx>375</posx>
  439.                         <posy>375</posy>
  440.                         <width>400</width>
  441.                         <height>50</height>
  442.                         <font>Shade_24_Bold</font>
  443.                         <textcolor>white</textcolor>
  444.                         <align>left</align>
  445.                         <aligny>center</aligny>
  446.                         <label>Plot Summary</label>
  447.                     </control>
  448.                     <control type="textbox" id="400">
  449.                         <description>Description Value for Movies</description>
  450.                         <posx>375</posx>
  451.                         <posy>425</posy>
  452.                         <width>470</width>
  453.                         <height>170</height>
  454.                         <font>Shade_20</font>
  455.                         <align>justify</align>
  456.                         <textcolor>white</textcolor>
  457.                         <pagecontrol>61</pagecontrol>
  458.                         <label>$INFO[ListItem.Plot]</label>
  459.                         <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
  460.                         <visible>!Control.IsVisible(50)</visible>
  461.                     </control>
  462.                     <control type="label">
  463.                         <posx>900</posx>
  464.                         <posy>375</posy>
  465.                         <width>400</width>
  466.                         <height>50</height>
  467.                         <font>Shade_24_Bold</font>
  468.                         <textcolor>white</textcolor>
  469.                         <align>left</align>
  470.                         <aligny>center</aligny>
  471.                         <label>Cast</label>
  472.                     </control>
  473.                     <control type="textbox">
  474.                         <description>Cast</description>
  475.                         <posx>900</posx>
  476.                         <posy>425</posy>
  477.                         <width>370</width>
  478.                         <height>170</height>
  479.                         <font>Shade_20</font>
  480.                         <textcolor>white</textcolor>
  481.                         <align>left</align>
  482.                         <label>$INFO[ListItem.CastandRole]</label>
  483.                     </control>  
  484.                 </control>
  485.  
  486.  
  487.                 <!--Episodes-->
  488.  
  489.                 <control type="group">
  490.                     <visible>Container.Content(Episodes) + !Control.HasFocus(12)</visible>
  491.                     <posy>15</posy>
  492.                     <posx>20</posx>
  493.                     <include>VisibleFadeEffect</include>
  494.                     <control type="image">
  495.                         <posx>20</posx>
  496.                         <posy>140</posy>
  497.                         <width>400</width>
  498.                         <height>200</height>
  499.                         <aspectratio>stretch</aspectratio>
  500.                         <texture background="true" diffuse="shade/episodediffuse.png">$INFO[ListItem.Icon]</texture>
  501.                     </control>
  502.                 </control>
  503.                 <control type="group">
  504.                     <visible>Container.Content(Episodes) + !Control.HasFocus(12)</visible>
  505.                     <posy>15</posy>
  506.                     <posx>20</posx>
  507.                     <include>VisibleFadeEffect</include>
  508.                     <control type="image">
  509.                         <description>Rating value</description>
  510.                         <posx>20</posx>
  511.                         <posy>460</posy>
  512.                         <width>150</width>
  513.                         <height>30</height>
  514.                         <texture>$INFO[Listitem.StarRating]</texture>
  515.                     </control>
  516.                     <control type="grouplist">
  517.                         <description>MPAA Flagging Conditions Images</description>
  518.                         <posx>21</posx>
  519.                         <posy>380</posy>
  520.                         <width>130</width>
  521.                         <align>left</align>
  522.                         <itemgap>0</itemgap>
  523.                         <colordiffuse>80FFFFFF</colordiffuse>
  524.                         <orientation>horizontal</orientation>
  525.                         <include>TVMPAAFlaggingConditions</include>
  526.                     </control>
  527.                     <control type="fadelabel">
  528.                         <posx>20</posx>
  529.                         <posy>510</posy>
  530.                         <width>112</width>
  531.                         <height>30</height>
  532.                         <font>Shade_20</font>
  533.                         <textcolor>white</textcolor>
  534.                         <align>left</align>
  535.                         <aligny>center</aligny>
  536.                         <label>$INFO[ListItem.Premiered]</label>
  537.                     </control>
  538.                     <control type="fadelabel">
  539.                         <posx>20</posx>
  540.                         <posy>560</posy>
  541.                         <width>280</width>
  542.                         <height>30</height>
  543.                         <font>Shade_20</font>
  544.                         <textcolor>white</textcolor>
  545.                         <scroll>false</scroll>
  546.                         <scrollspeed>0</scrollspeed>
  547.                         <align>left</align>
  548.                         <aligny>center</aligny>
  549.                         <label>Season:  $INFO[ListItem.Season]</label>
  550.                     </control>
  551.                     <control type="label">
  552.                         <posx>20</posx>
  553.                         <posy>610</posy>
  554.                         <width>280</width>
  555.                         <height>30</height>
  556.                         <font>Shade_20</font>
  557.                         <align>left</align>
  558.                         <aligny>center</aligny>
  559.                         <textcolor>white</textcolor>
  560.                         <label>Episode:  $INFO[ListItem.Episode]</label>
  561.                     </control>
  562.                     <control type="label">
  563.                         <posx>375</posx>
  564.                         <posy>375</posy>
  565.                         <width>400</width>
  566.                         <height>50</height>
  567.                         <font>Shade_24_Bold</font>
  568.                         <textcolor>white</textcolor>
  569.                         <align>left</align>
  570.                         <aligny>center</aligny>
  571.                         <label>Plot Summary</label>
  572.                     </control>
  573.                     <control type="textbox" id="400">
  574.                         <description>Description Value for Movies</description>
  575.                         <posx>375</posx>
  576.                         <posy>425</posy>
  577.                         <width>470</width>
  578.                         <height>170</height>
  579.                         <font>Shade_20</font>
  580.                         <align>justify</align>
  581.                         <textcolor>white</textcolor>
  582.                         <pagecontrol>61</pagecontrol>
  583.                         <label>$INFO[ListItem.Plot]</label>
  584.                         <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
  585.                         <visible>!Control.IsVisible(50)</visible>
  586.                     </control>
  587.                     <control type="label">
  588.                         <posx>900</posx>
  589.                         <posy>375</posy>
  590.                         <width>400</width>
  591.                         <height>50</height>
  592.                         <font>Shade_24_Bold</font>
  593.                         <textcolor>white</textcolor>
  594.                         <align>left</align>
  595.                         <aligny>center</aligny>
  596.                         <label>Cast</label>
  597.                     </control>
  598.                     <control type="textbox">
  599.                         <description>Cast</description>
  600.                         <posx>900</posx>
  601.                         <posy>425</posy>
  602.                         <width>370</width>
  603.                         <height>170</height>
  604.                         <font>Shade_20</font>
  605.                         <textcolor>white</textcolor>
  606.                         <align>left</align>
  607.                         <label>$INFO[ListItem.CastandRole]</label>
  608.                     </control>  
  609.                 </control>
  610.  
  611.  
  612.                 <!--Musicvideos-->
  613.  
  614.                 <control type="group">
  615.                     <visible>Container.Content(MusicVideos) + !Control.HasFocus(12)</visible>
  616.                     <posy>80</posy>
  617.                     <posx>50</posx>
  618.                     <include>VisibleFadeEffect</include>
  619.                     <control type="image">
  620.                         <posx>0</posx>
  621.                         <posy>0</posy>
  622.                         <width>380</width>
  623.                         <height>360</height>
  624.                         <aspectratio>keep</aspectratio>
  625.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  626.                         <bordersize>4</bordersize>
  627.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  628.                     </control>
  629.                     <control type="label">
  630.                         <description>header label</description>
  631.                         <posx>1050</posx>
  632.                         <posy>0</posy>
  633.                         <width>1000</width>
  634.                         <height>30</height>
  635.                         <font>Shade_70_UltraThin</font>
  636.                         <label>$INFO[Listitem.Title]</label>
  637.                         <align>right</align>
  638.                         <aligny>center</aligny>
  639.                         <textcolor>white</textcolor>
  640.                         <shadowcolor>black</shadowcolor>
  641.                         <visible>Container.Content(MusicVideos)</visible>
  642.                     </control>
  643.                     <control type="group">
  644.                         <posy>200</posy>
  645.                         <posx>-330</posx>
  646.                         <control type="label">
  647.                             <description>Artist Title</description>
  648.                             <posx>400</posx>
  649.                             <posy>140</posy>
  650.                             <width>130</width>
  651.                             <height>25</height>
  652.                             <align>right</align>
  653.                             <aligny>center</aligny>
  654.                             <font>Shade_20_Bold</font>
  655.                             <textcolor>white</textcolor>
  656.                             <label>$LOCALIZE[557]:</label>
  657.                         </control>
  658.                         <control type="fadelabel">
  659.                             <description>Artist Value</description>
  660.                             <posx>410</posx>
  661.                             <posy>140</posy>
  662.                             <width>460</width>
  663.                             <height>25</height>
  664.                             <align>left</align>
  665.                             <aligny>center</aligny>
  666.                             <font>Shade_24</font>
  667.                             <textcolor>white</textcolor>
  668.                             <label fallback="161">$INFO[ListItem.Artist]</label>
  669.                         </control>
  670.                         <control type="label">
  671.                             <description>Album Title</description>
  672.                             <posx>400</posx>
  673.                             <posy>175</posy>
  674.                             <width>130</width>
  675.                             <height>25</height>
  676.                             <align>right</align>
  677.                             <aligny>center</aligny>
  678.                             <font>Shade_20_Bold</font>
  679.                             <textcolor>white</textcolor>
  680.                             <label>$LOCALIZE[558]:</label>
  681.                         </control>
  682.                         <control type="fadelabel">
  683.                             <description>Album Value</description>
  684.                             <posx>410</posx>
  685.                             <posy>175</posy>
  686.                             <width>460</width>
  687.                             <height>25</height>
  688.                             <align>left</align>
  689.                             <aligny>center</aligny>
  690.                             <font>Shade_24</font>
  691.                             <textcolor>white</textcolor>
  692.                             <label fallback="161">$INFO[ListItem.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
  693.                         </control>
  694.                         <control type="label">
  695.                             <description>Genre Title</description>
  696.                             <posx>400</posx>
  697.                             <posy>210</posy>
  698.                             <width>130</width>
  699.                             <height>25</height>
  700.                             <align>right</align>
  701.                             <aligny>center</aligny>
  702.                             <font>Shade_20_Bold</font>
  703.                             <textcolor>white</textcolor>
  704.                             <label>$LOCALIZE[515]:</label>
  705.                         </control>
  706.                         <control type="fadelabel">
  707.                             <description>Genre Value</description>
  708.                             <posx>410</posx>
  709.                             <posy>210</posy>
  710.                             <width>460</width>
  711.                             <height>25</height>
  712.                             <align>left</align>
  713.                             <aligny>center</aligny>
  714.                             <font>Shade_24</font>
  715.                             <textcolor>white</textcolor>
  716.                             <label fallback="161">$INFO[ListItem.Genre]</label>
  717.                         </control>
  718.                         <control type="label">
  719.                             <description>Year Title</description>
  720.                             <posx>400</posx>
  721.                             <posy>245</posy>
  722.                             <width>130</width>
  723.                             <height>25</height>
  724.                             <align>right</align>
  725.                             <aligny>center</aligny>
  726.                             <font>Shade_20_Bold</font>
  727.                             <textcolor>white</textcolor>
  728.                             <label>$LOCALIZE[562]:</label>
  729.                         </control>
  730.                         <control type="fadelabel">
  731.                             <description>Year Value</description>
  732.                             <posx>410</posx>
  733.                             <posy>245</posy>
  734.                             <width>460</width>
  735.                             <height>25</height>
  736.                             <align>left</align>
  737.                             <aligny>center</aligny>
  738.                             <font>Shade_24</font>
  739.                             <textcolor>white</textcolor>
  740.                             <label fallback="161">$INFO[ListItem.Year]</label>
  741.                         </control>
  742.                         <control type="label">
  743.                             <description>Track Number Title</description>
  744.                             <posx>400</posx>
  745.                             <posy>280</posy>
  746.                             <width>130</width>
  747.                             <height>25</height>
  748.                             <align>right</align>
  749.                             <aligny>center</aligny>
  750.                             <font>Shade_20_Bold</font>
  751.                             <textcolor>white</textcolor>
  752.                             <label>$LOCALIZE[554]:</label>
  753.                         </control>
  754.                         <control type="fadelabel">
  755.                             <description>Track Number Value</description>
  756.                             <posx>410</posx>
  757.                             <posy>280</posy>
  758.                             <width>460</width>
  759.                             <height>25</height>
  760.                             <align>left</align>
  761.                             <aligny>center</aligny>
  762.                             <font>Shade_24</font>
  763.                             <textcolor>white</textcolor>
  764.                             <label fallback="161">$INFO[ListItem.TrackNumber]</label>
  765.                         </control>             
  766.                     </control>         
  767.                 </control>
  768.                
  769.                 <control type="grouplist" id="9000">
  770.                     <posx>0</posx>
  771.                     <posy>670</posy>
  772.                     <width>1280</width>
  773.                     <height>40</height>
  774.                     <itemgap>2</itemgap>
  775.                     <align>center</align>
  776.                     <orientation>horizontal</orientation>
  777.                     <onleft>9000</onleft>
  778.                     <onright>9000</onright>
  779.                     <onup>50</onup>
  780.                     <ondown>9000</ondown>
  781.                     <control type="togglebutton" id="8">
  782.                         <description>Play/browse to Show</description>
  783.                         <include>ButtonInfoDialogsCommonValues</include>
  784.                         <label>208</label>
  785.                         <alttexturefocus border="2">shade/button-focus-white.png</alttexturefocus>
  786.                         <alttexturenofocus border="2">shade/button-nofocus.png</alttexturenofocus>
  787.                         <altlabel>1024</altlabel>
  788.                         <usealttexture>Container.Content(TVShows)</usealttexture>
  789.                     </control>
  790.                     <control type="button" id="6">
  791.                         <description>Refresh</description>
  792.                         <include>ButtonInfoDialogsCommonValues</include>
  793.                         <label>184</label>
  794.                     </control>
  795.                     <control type="button" id="10">
  796.                         <description>Get Thumb</description>
  797.                         <include>ButtonInfoDialogsCommonValues</include>
  798.                         <label>13405</label>
  799.                     </control>
  800.                     <control type="button" id="12">
  801.                         <description>Get Fanart</description>
  802.                         <include>ButtonInfoDialogsCommonValues</include>
  803.                         <label>20413</label>
  804.                     </control>
  805.                     <control type="button" id="11">
  806.                         <description>Play Trailer</description>
  807.                         <include>ButtonInfoDialogsCommonValues</include>
  808.                         <label>20410</label>
  809.                         <visible>!IsEmpty(ListItem.Trailer)</visible>
  810.                     </control>
  811.                     <control type="button" id="13">
  812.                         <description>Get Logo</description>
  813.                         <include>ButtonInfoDialogsCommonValues</include>
  814.                         <onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=True,showthumb=True,showname=$INFO[ListItem.TVShowTitle])</onclick>
  815.                         <label>Get Logo</label>
  816.                         <visible>!Container.Content(Movies)</visible>
  817.                     </control>
  818.                 </control>
  819.             </control>
  820.         </control>
  821.     </controls>
  822. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement