Advertisement
Guest User

ViewsVideoLibrary.xml XBMC runtime for Media Info

a guest
Apr 10th, 2011
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 71.93 KB | None | 0 0
  1. <includes>
  2.     <include name="PosterWrapView">
  3.         <control type="group">
  4.             <visible>Control.IsVisible(501)</visible>
  5.             <include>VisibleFadeEffect</include>
  6.             <posx>0</posx>
  7.             <posy>80</posy>
  8.             <control type="image">
  9.                 <posx>240</posx>
  10.                 <posy>420</posy>
  11.                 <width>800</width>
  12.                 <height>70</height>
  13.                 <aspectratio>stretch</aspectratio>
  14.                 <texture>GlassTitleBar.png</texture>
  15.             </control>
  16.             <control type="wraplist" id="501">
  17.                 <visible>Container.Content(Movies) | Container.Content(Seasons) | [Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)] | Window.IsVisible(VideoFiles)</visible>
  18.                 <visible>!Container.Content(LiveTV)</visible>
  19.                 <posx>-123</posx>
  20.                 <posy>0</posy>
  21.                 <width>1526</width>
  22.                 <height>460</height>
  23.                 <onleft>57</onleft>
  24.                 <onright>57</onright>
  25.                 <onup>2</onup>
  26.                 <ondown>60</ondown>
  27.                 <viewtype label="31028">bigwrap</viewtype>
  28.                 <pagecontrol>60</pagecontrol>
  29.                 <scrolltime>200</scrolltime>
  30.                 <focusposition>3</focusposition>
  31.                 <orientation>horizontal</orientation>
  32.                 <preloaditems>4</preloaditems>
  33.                 <itemlayout height="310" width="218">
  34.                     <control type="image">
  35.                         <posx>2</posx>
  36.                         <posy>40</posy>
  37.                         <width>214</width>
  38.                         <height>310</height>
  39.                         <aspectratio>stretch</aspectratio>
  40.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  41.                         <bordersize>4</bordersize>
  42.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  43.                     </control>
  44.                 </itemlayout>
  45.                 <focusedlayout height="310" width="218">
  46.                     <control type="image">
  47.                         <posx>-2</posx>
  48.                         <posy>36</posy>
  49.                         <width>222</width>
  50.                         <height>318</height>
  51.                         <aspectratio>stretch</aspectratio>
  52.                         <bordertexture border="8">ThumbBorder.png</bordertexture>
  53.                         <bordersize>8</bordersize>
  54.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  55.                         <animation reversible="false" effect="zoom" start="-2,36,222,318" end="-28,0,284,390" time="200">focus</animation>
  56.                         <animation reversible="false" effect="zoom" end="-2,36,222,318" start="-28,0,284,390" time="200">unfocus</animation>
  57.                     </control>
  58.                     <control type="image">
  59.                         <posx>6</posx>
  60.                         <posy>44</posy>
  61.                         <width>170</width>
  62.                         <height>180</height>
  63.                         <aspectratio>stretch</aspectratio>
  64.                         <texture>GlassOverlay.png</texture>
  65.                         <animation reversible="false" effect="zoom" start="6,44,170,180" end="-24,4,240,250" time="200">focus</animation>
  66.                         <animation reversible="false" effect="zoom" end="6,44,170,180" start="-24,4,240,250" time="200">unfocus</animation>
  67.                     </control>
  68.                     <control type="image">
  69.                         <posx>205</posx>
  70.                         <posy>310</posy>
  71.                         <width>35</width>
  72.                         <height>35</height>
  73.                         <aspectratio>keep</aspectratio>
  74.                         <texture>$INFO[ListItem.Overlay]</texture>
  75.                         <animation type="focus">
  76.                             <effect type="fade" start="0" end="100" time="200" />
  77.                             <effect type="slide" start="0,0" end="40,40" time="200" />
  78.                         </animation>
  79.                         <animation type="unfocus">
  80.                             <effect type="fade" start="100" end="0" time="200" />
  81.                             <effect type="slide" end="0,0" start="40,40" time="200" />
  82.                         </animation>
  83.                     </control>
  84.                 </focusedlayout>
  85.             </control>
  86.             <control type="scrollbar" id="60">
  87.                 <posx>200</posx>
  88.                 <posy>390</posy>
  89.                 <width>880</width>
  90.                 <height>25</height>
  91.                 <texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
  92.                 <texturesliderbar border="14,0,14,0">ScrollBarH_bar.png</texturesliderbar>
  93.                 <texturesliderbarfocus border="14,0,14,0">ScrollBarH_bar_focus.png</texturesliderbarfocus>
  94.                 <textureslidernib>ScrollBarNib.png</textureslidernib>
  95.                 <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  96.                 <onup>501</onup>
  97.                 <ondown>9000</ondown>
  98.                 <showonepage>false</showonepage>
  99.                 <orientation>horizontal</orientation>
  100.                 <visible>Control.IsVisible(501)</visible>
  101.             </control>
  102.         </control>
  103.         <control type="group">
  104.             <visible>Control.IsVisible(501) + Window.IsVisible(VideoFiles)</visible>
  105.             <control type="label">
  106.                 <posx>30</posx>
  107.                 <posy>530</posy>
  108.                 <width>1220</width>
  109.                 <height>35</height>
  110.                 <font>font30_title</font>
  111.                 <textcolor>white</textcolor>
  112.                 <shadowcolor>black</shadowcolor>
  113.                 <scroll>true</scroll>
  114.                 <align>center</align>
  115.                 <aligny>center</aligny>
  116.                 <label>$INFO[ListItem.Label]</label>
  117.             </control>
  118.             <control type="label">
  119.                 <posx>0</posx>
  120.                 <posy>580</posy>
  121.                 <width>1280</width>
  122.                 <height>35</height>
  123.                 <font>font30</font>
  124.                 <textcolor>white</textcolor>
  125.                 <shadowcolor>black</shadowcolor>
  126.                 <scroll>true</scroll>
  127.                 <align>center</align>
  128.                 <aligny>center</aligny>
  129.                 <label>$INFO[ListItem.Label2]</label>
  130.             </control>
  131.         </control>
  132.         <control type="group">
  133.             <visible>[Control.IsVisible(501) + !Window.IsVisible(VideoFiles)] + Container.Content(Movies)</visible>
  134.             <control type="label">
  135.                 <posx>30</posx>
  136.                 <posy>510</posy>
  137.                 <width>1220</width>
  138.                 <height>35</height>
  139.                 <font>font30_title</font>
  140.                 <textcolor>white</textcolor>
  141.                 <shadowcolor>black</shadowcolor>
  142.                 <scroll>true</scroll>
  143.                 <align>center</align>
  144.                 <aligny>center</aligny>
  145.                 <label>$INFO[ListItem.Label]</label>
  146.             </control>
  147.             <control type="label">
  148.                 <posx>0</posx>
  149.                 <posy>550</posy>
  150.                 <width>1280</width>
  151.                 <height>35</height>
  152.                 <font>font30</font>
  153.                 <textcolor>white</textcolor>
  154.                 <shadowcolor>black</shadowcolor>
  155.                 <scroll>true</scroll>
  156.                 <align>center</align>
  157.                 <aligny>center</aligny>
  158.                 <label>$INFO[ListItem.Year]</label>
  159.             </control>
  160.             <control type="image">
  161.                 <description>Rating value</description>
  162.                 <posx>580</posx>
  163.                 <posy>590</posy>
  164.                 <width>120</width>
  165.                 <height>24</height>
  166.                 <texture>CenterRating/$INFO[ListItem.StarRating]</texture>
  167.             </control>
  168.             <control type="grouplist">
  169.                 <description>Media Codec Flagging Images</description>
  170.                 <posx>0</posx>
  171.                 <posy>620</posy>
  172.                 <width>1280</width>
  173.                 <align>center</align>
  174.                 <itemgap>0</itemgap>
  175.                 <orientation>horizontal</orientation>
  176.                 <include>VideoCodecFlaggingConditions</include>
  177.                 <include>AudioCodecFlaggingConditions</include>
  178.                 <include>AspectCodecFlaggingConditions</include>
  179.                 <include>VideoTypeHackFlaggingConditions</include>
  180.             </control>
  181.             <control type="label">
  182.                 <posx>0</posx>
  183.                 <posy>650</posy>
  184.                 <width>1280</width>
  185.                 <height>35</height>
  186.                 <font>font13caps</font>
  187.                 <textcolor>white</textcolor>
  188.                 <shadowcolor>black</shadowcolor>
  189.                 <scroll>true</scroll>
  190.                 <align>center</align>
  191.                 <aligny>center</aligny>
  192.                 <label>$INFO[ListItem.Duration,$LOCALIZE[2050] , $LOCALIZE[12391]]</label>
  193.             </control>
  194.         </control>
  195.         <control type="group">
  196.             <visible>[Control.IsVisible(501) + !Window.IsVisible(VideoFiles)] + Container.Content(Seasons)</visible>
  197.             <control type="label">
  198.                 <posx>30</posx>
  199.                 <posy>530</posy>
  200.                 <width>1220</width>
  201.                 <height>35</height>
  202.                 <font>font30_title</font>
  203.                 <textcolor>white</textcolor>
  204.                 <scroll>true</scroll>
  205.                 <align>center</align>
  206.                 <aligny>center</aligny>
  207.                 <label>$INFO[ListItem.Label]</label>
  208.             </control>
  209.             <control type="label">
  210.                 <posx>0</posx>
  211.                 <posy>570</posy>
  212.                 <width>1280</width>
  213.                 <height>35</height>
  214.                 <font>font30</font>
  215.                 <textcolor>white</textcolor>
  216.                 <scroll>true</scroll>
  217.                 <align>center</align>
  218.                 <aligny>center</aligny>
  219.                 <label>$INFO[ListItem.TVShowTitle]</label>
  220.             </control>
  221.             <control type="label">
  222.                 <posx>0</posx>
  223.                 <posy>610</posy>
  224.                 <width>1280</width>
  225.                 <height>35</height>
  226.                 <font>font13caps</font>
  227.                 <textcolor>white</textcolor>
  228.                 <scroll>true</scroll>
  229.                 <align>center</align>
  230.                 <aligny>center</aligny>
  231.                 <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
  232.             </control>
  233.             <control type="label">
  234.                 <posx>0</posx>
  235.                 <posy>640</posy>
  236.                 <width>1280</width>
  237.                 <height>35</height>
  238.                 <font>font12caps</font>
  239.                 <textcolor>white</textcolor>
  240.                 <scroll>true</scroll>
  241.                 <align>center</align>
  242.                 <aligny>center</aligny>
  243.                 <label>($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label>
  244.             </control>
  245.         </control>
  246.         <control type="group">
  247.             <visible>[Control.IsVisible(501) + !Window.IsVisible(VideoFiles)] + Container.Content(TVShows)</visible>
  248.             <control type="label">
  249.                 <posx>30</posx>
  250.                 <posy>530</posy>
  251.                 <width>1220</width>
  252.                 <height>35</height>
  253.                 <font>font30_title</font>
  254.                 <textcolor>white</textcolor>
  255.                 <scroll>true</scroll>
  256.                 <align>center</align>
  257.                 <aligny>center</aligny>
  258.                 <label>$INFO[ListItem.Label]</label>
  259.             </control>
  260.             <control type="label">
  261.                 <posx>0</posx>
  262.                 <posy>570</posy>
  263.                 <width>1280</width>
  264.                 <height>35</height>
  265.                 <font>font30</font>
  266.                 <textcolor>white</textcolor>
  267.                 <scroll>true</scroll>
  268.                 <align>center</align>
  269.                 <aligny>center</aligny>
  270.                 <label>$INFO[ListItem.Genre]</label>
  271.             </control>
  272.             <control type="label">
  273.                 <posx>0</posx>
  274.                 <posy>610</posy>
  275.                 <width>1280</width>
  276.                 <height>35</height>
  277.                 <font>font13caps</font>
  278.                 <textcolor>white</textcolor>
  279.                 <scroll>true</scroll>
  280.                 <align>center</align>
  281.                 <aligny>center</aligny>
  282.                 <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
  283.             </control>
  284.             <control type="label">
  285.                 <posx>0</posx>
  286.                 <posy>640</posy>
  287.                 <width>1280</width>
  288.                 <height>35</height>
  289.                 <font>font12caps</font>
  290.                 <textcolor>white</textcolor>
  291.                 <scroll>true</scroll>
  292.                 <align>center</align>
  293.                 <aligny>center</aligny>
  294.                 <label>($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label>
  295.             </control>
  296.         </control>
  297.     </include>
  298.     <include name="PosterWrapView2_Fanart">
  299.         <control type="group">
  300.             <visible>Control.IsVisible(508)</visible>
  301.             <include>VisibleFadeEffect</include>
  302.             <posx>0</posx>
  303.             <posy>440</posy>
  304.             <control type="fixedlist" id="508">
  305.                 <visible>Container.Content(Movies) | [Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)]</visible>
  306.                 <posx>-20</posx>
  307.                 <posy>0</posy>
  308.                 <width>1320</width>
  309.                 <height>250</height>
  310.                 <onleft>508</onleft>
  311.                 <onright>508</onright>
  312.                 <onup>2</onup>
  313.                 <ondown>60</ondown>
  314.                 <viewtype label="31029">wrap</viewtype>
  315.                 <pagecontrol>60</pagecontrol>
  316.                 <scrolltime>200</scrolltime>
  317.                 <focusposition>5</focusposition>
  318.                 <movement>3</movement>
  319.                 <orientation>horizontal</orientation>
  320.                 <preloaditems>4</preloaditems>
  321.                 <itemlayout height="200" width="120">
  322.                     <control type="image">
  323.                         <posx>2</posx>
  324.                         <posy>20</posy>
  325.                         <width>120</width>
  326.                         <height>160</height>
  327.                         <aspectratio>stretch</aspectratio>
  328.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  329.                         <bordersize>4</bordersize>
  330.                         <fadetime>200</fadetime>
  331.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  332.                     </control>
  333.                     <control type="image">
  334.                         <posx>6</posx>
  335.                         <posy>24</posy>
  336.                         <width>112</width>
  337.                         <height>152</height>
  338.                         <aspectratio>stretch</aspectratio>
  339.                         <texture>black-back.png</texture>
  340.                         <colordiffuse>AAFFFFFF</colordiffuse>
  341.                     </control>
  342.                     <control type="image">
  343.                         <posx>2</posx>
  344.                         <posy>180</posy>
  345.                         <width>120</width>
  346.                         <height>160</height>
  347.                         <aspectratio>stretch</aspectratio>
  348.                         <bordertexture border="5" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
  349.                         <bordersize>4</bordersize>
  350.                         <fadetime>200</fadetime>
  351.                         <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  352.                     </control>
  353.                 </itemlayout>
  354.                 <focusedlayout height="310" width="120">
  355.                     <control type="image">
  356.                         <posx>-2</posx>
  357.                         <posy>16</posy>
  358.                         <width>128</width>
  359.                         <height>168</height>
  360.                         <aspectratio>stretch</aspectratio>
  361.                         <bordertexture border="8">ThumbBorder.png</bordertexture>
  362.                         <bordersize>8</bordersize>
  363.                         <fadetime>200</fadetime>
  364.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  365.                         <animation reversible="false" effect="zoom" start="-2,16,128,168" end="-12,-10,148,198" time="200">focus</animation>
  366.                         <animation reversible="false" effect="zoom" end="-2,16,128,168" start="-12,-10,148,198" time="200">unfocus</animation>
  367.                     </control>
  368.                     <control type="image">
  369.                         <posx>90</posx>
  370.                         <posy>150</posy>
  371.                         <width>35</width>
  372.                         <height>35</height>
  373.                         <aspectratio>keep</aspectratio>
  374.                         <texture>$INFO[ListItem.Overlay]</texture>
  375.                         <animation type="focus">
  376.                             <effect type="fade" start="0" end="100" time="200" />
  377.                             <effect type="slide" start="0,0" end="10,5" time="200" />
  378.                         </animation>
  379.                         <animation type="unfocus">
  380.                             <effect type="fade" start="100" end="0" time="200" />
  381.                             <effect type="slide" end="0,0" start="10,5" time="200" />
  382.                         </animation>
  383.                     </control>
  384.                 </focusedlayout>
  385.             </control>
  386.             <control type="grouplist">
  387.                 <description>Media Codec Flagging Images</description>
  388.                 <posx>10</posx>
  389.                 <posy>215</posy>
  390.                 <width>290</width>
  391.                 <align>right</align>
  392.                 <itemgap>0</itemgap>
  393.                 <orientation>horizontal</orientation>
  394.                 <include>VideoCodecFlaggingConditions</include>
  395.                 <include>VideoTypeHackFlaggingConditions</include>
  396.                 <visible>Skin.HasSetting(View508HideInfo)</visible>
  397.             </control>
  398.             <control type="grouplist">
  399.                 <description>Media Codec Flagging Images</description>
  400.                 <posx>300r</posx>
  401.                 <posy>215</posy>
  402.                 <width>290</width>
  403.                 <align>left</align>
  404.                 <itemgap>0</itemgap>
  405.                 <orientation>horizontal</orientation>
  406.                 <include>AudioCodecFlaggingConditions</include>
  407.                 <visible>Skin.HasSetting(View508HideInfo)</visible>
  408.             </control>
  409.             <control type="label">
  410.                 <posx>40</posx>
  411.                 <posy>188</posy>
  412.                 <width>1200</width>
  413.                 <height>30</height>
  414.                 <font>font24_title</font>
  415.                 <textcolor>white</textcolor>
  416.                 <shadowcolor>black</shadowcolor>
  417.                 <scroll>true</scroll>
  418.                 <align>center</align>
  419.                 <aligny>center</aligny>
  420.                 <label>$INFO[ListItem.Label]</label>
  421.             </control>
  422.             <control type="scrollbar" id="60">
  423.                 <posx>310</posx>
  424.                 <posy>220</posy>
  425.                 <width>660</width>
  426.                 <height>25</height>
  427.                 <texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
  428.                 <texturesliderbar border="14,0,14,0">ScrollBarH_bar.png</texturesliderbar>
  429.                 <texturesliderbarfocus border="14,0,14,0">ScrollBarH_bar_focus.png</texturesliderbarfocus>
  430.                 <textureslidernib>ScrollBarNib.png</textureslidernib>
  431.                 <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  432.                 <onup>508</onup>
  433.                 <ondown>2</ondown>
  434.                 <showonepage>false</showonepage>
  435.                 <orientation>horizontal</orientation>
  436.                 <visible>Control.IsVisible(508)</visible>
  437.             </control>
  438.         </control>
  439.         <control type="group">
  440.             <posx>180</posx>
  441.             <posy>30</posy>
  442.             <visible>Control.IsVisible(508) + !Skin.HasSetting(View508HideInfo) + !Window.IsVisible(VideoFiles) + ![ListItem.IsFolder + Container.Content(Movies)]</visible>
  443.             <include>VisibleFadeEffect</include>
  444.             <control type="image">
  445.                 <posx>0</posx>
  446.                 <posy>0</posy>
  447.                 <width>920</width>
  448.                 <height>410</height>
  449.                 <texture border="20">ContentPanel.png</texture>
  450.             </control>
  451.             <control type="group">
  452.                 <posx>40</posx>
  453.                 <posy>20</posy>
  454.                 <visible>Container.Content(Movies)</visible>
  455.                 <control type="label">
  456.                     <posx>0</posx>
  457.                     <posy>0</posy>
  458.                     <width>400</width>
  459.                     <height>30</height>
  460.                     <font>font13_title</font>
  461.                     <textcolor>white</textcolor>
  462.                     <shadowcolor>black</shadowcolor>
  463.                     <scroll>true</scroll>
  464.                     <align>left</align>
  465.                     <aligny>center</aligny>
  466.                     <label>31308</label>
  467.                 </control>
  468.                 <control type="fadelabel">
  469.                     <posx>0</posx>
  470.                     <posy>30</posy>
  471.                     <width>400</width>
  472.                     <height>30</height>
  473.                     <font>font13</font>
  474.                     <textcolor>white</textcolor>
  475.                     <shadowcolor>black</shadowcolor>
  476.                     <scroll>true</scroll>
  477.                     <align>left</align>
  478.                     <aligny>center</aligny>
  479.                     <label>$INFO[ListItem.Genre]</label>
  480.                     <scrollout>false</scrollout>
  481.                     <pauseatend>2000</pauseatend>
  482.                 </control>
  483.                 <control type="fadelabel">
  484.                     <posx>0</posx>
  485.                     <posy>55</posy>
  486.                     <width>400</width>
  487.                     <height>30</height>
  488.                     <font>font13</font>
  489.                     <textcolor>white</textcolor>
  490.                     <shadowcolor>black</shadowcolor>
  491.                     <scroll>true</scroll>
  492.                     <align>left</align>
  493.                     <aligny>center</aligny>
  494.                     <label>$INFO[ListItem.Year]</label>
  495.                     <scrollout>false</scrollout>
  496.                     <pauseatend>2000</pauseatend>
  497.                 </control>
  498.                 <control type="fadelabel">
  499.                     <posx>0</posx>
  500.                     <posy>80</posy>
  501.                     <width>400</width>
  502.                     <height>30</height>
  503.                     <font>font13</font>
  504.                     <textcolor>white</textcolor>
  505.                     <shadowcolor>black</shadowcolor>
  506.                     <scroll>true</scroll>
  507.                     <align>left</align>
  508.                     <aligny>center</aligny>
  509.                     <label>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label>
  510.                     <scrollout>false</scrollout>
  511.                     <pauseatend>2000</pauseatend>
  512.                 </control>
  513.                 <control type="fadelabel">
  514.                     <posx>0</posx>
  515.                     <posy>105</posy>
  516.                     <width>400</width>
  517.                     <height>30</height>
  518.                     <font>font13</font>
  519.                     <textcolor>white</textcolor>
  520.                     <shadowcolor>black</shadowcolor>
  521.                     <scroll>true</scroll>
  522.                     <align>left</align>
  523.                     <aligny>center</aligny>
  524.                     <label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
  525.                     <scrollout>false</scrollout>
  526.                     <pauseatend>2000</pauseatend>
  527.                 </control>
  528.             </control>
  529.             <control type="group">
  530.                 <posx>480</posx>
  531.                 <posy>20</posy>
  532.                 <visible>Container.Content(Movies)</visible>
  533.                 <control type="label">
  534.                     <posx>0</posx>
  535.                     <posy>0</posy>
  536.                     <width>400</width>
  537.                     <height>30</height>
  538.                     <font>font13_title</font>
  539.                     <textcolor>white</textcolor>
  540.                     <shadowcolor>black</shadowcolor>
  541.                     <scroll>true</scroll>
  542.                     <align>left</align>
  543.                     <aligny>center</aligny>
  544.                     <label>20339</label>
  545.                 </control>
  546.                 <control type="label">
  547.                     <posx>0</posx>
  548.                     <posy>30</posy>
  549.                     <width>400</width>
  550.                     <height>30</height>
  551.                     <font>font13</font>
  552.                     <textcolor>white</textcolor>
  553.                     <shadowcolor>black</shadowcolor>
  554.                     <scroll>true</scroll>
  555.                     <align>left</align>
  556.                     <aligny>center</aligny>
  557.                     <label>$INFO[ListItem.Director]</label>
  558.                 </control>
  559.                 <control type="label">
  560.                     <posx>0</posx>
  561.                     <posy>75</posy>
  562.                     <width>400</width>
  563.                     <height>30</height>
  564.                     <font>font13_title</font>
  565.                     <textcolor>white</textcolor>
  566.                     <shadowcolor>black</shadowcolor>
  567.                     <scroll>true</scroll>
  568.                     <align>left</align>
  569.                     <aligny>center</aligny>
  570.                     <label>20417</label>
  571.                 </control>
  572.                 <control type="label">
  573.                     <posx>0</posx>
  574.                     <posy>105</posy>
  575.                     <width>400</width>
  576.                     <height>30</height>
  577.                     <font>font13</font>
  578.                     <textcolor>white</textcolor>
  579.                     <shadowcolor>black</shadowcolor>
  580.                     <scroll>true</scroll>
  581.                     <align>left</align>
  582.                     <aligny>top</aligny>
  583.                     <label>$INFO[ListItem.Writer]</label>
  584.                 </control>
  585.             </control>
  586.             <control type="group">
  587.                 <posx>40</posx>
  588.                 <posy>20</posy>
  589.                 <visible>Container.Content(TVShows)</visible>
  590.                 <control type="label">
  591.                     <posx>0</posx>
  592.                     <posy>0</posy>
  593.                     <width>400</width>
  594.                     <height>30</height>
  595.                     <font>font13_title</font>
  596.                     <textcolor>white</textcolor>
  597.                     <shadowcolor>black</shadowcolor>
  598.                     <scroll>true</scroll>
  599.                     <align>left</align>
  600.                     <aligny>center</aligny>
  601.                     <label>20351</label>
  602.                 </control>
  603.                 <control type="fadelabel">
  604.                     <posx>0</posx>
  605.                     <posy>30</posy>
  606.                     <width>400</width>
  607.                     <height>30</height>
  608.                     <font>font13</font>
  609.                     <textcolor>white</textcolor>
  610.                     <shadowcolor>black</shadowcolor>
  611.                     <scroll>true</scroll>
  612.                     <align>left</align>
  613.                     <aligny>center</aligny>
  614.                     <label>$INFO[ListItem.Genre]</label>
  615.                     <scrollout>false</scrollout>
  616.                     <pauseatend>2000</pauseatend>
  617.                 </control>
  618.                 <control type="fadelabel">
  619.                     <posx>0</posx>
  620.                     <posy>55</posy>
  621.                     <width>400</width>
  622.                     <height>30</height>
  623.                     <font>font13</font>
  624.                     <textcolor>white</textcolor>
  625.                     <shadowcolor>black</shadowcolor>
  626.                     <scroll>true</scroll>
  627.                     <align>left</align>
  628.                     <aligny>center</aligny>
  629.                     <label>$INFO[ListItem.Year]</label>
  630.                     <scrollout>false</scrollout>
  631.                     <pauseatend>2000</pauseatend>
  632.                 </control>
  633.                 <control type="fadelabel">
  634.                     <posx>0</posx>
  635.                     <posy>80</posy>
  636.                     <width>400</width>
  637.                     <height>30</height>
  638.                     <font>font13</font>
  639.                     <textcolor>white</textcolor>
  640.                     <shadowcolor>black</shadowcolor>
  641.                     <scroll>true</scroll>
  642.                     <align>left</align>
  643.                     <aligny>center</aligny>
  644.                     <label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
  645.                     <scrollout>false</scrollout>
  646.                     <pauseatend>2000</pauseatend>
  647.                 </control>
  648.             </control>
  649.             <control type="group">
  650.                 <posx>480</posx>
  651.                 <posy>20</posy>
  652.                 <visible>Container.Content(TVShows)</visible>
  653.                 <control type="label">
  654.                     <posx>0</posx>
  655.                     <posy>0</posy>
  656.                     <width>400</width>
  657.                     <height>30</height>
  658.                     <font>font13_title</font>
  659.                     <textcolor>white</textcolor>
  660.                     <shadowcolor>black</shadowcolor>
  661.                     <scroll>true</scroll>
  662.                     <align>left</align>
  663.                     <aligny>center</aligny>
  664.                     <label>20360</label>
  665.                 </control>
  666.                 <control type="label">
  667.                     <posx>0</posx>
  668.                     <posy>30</posy>
  669.                     <width>400</width>
  670.                     <height>30</height>
  671.                     <font>font13</font>
  672.                     <textcolor>white</textcolor>
  673.                     <shadowcolor>black</shadowcolor>
  674.                     <scroll>true</scroll>
  675.                     <align>left</align>
  676.                     <aligny>center</aligny>
  677.                     <label>$LOCALIZE[20161] : $INFO[ListItem.Episode]</label>
  678.                 </control>
  679.                 <control type="label">
  680.                     <posx>0</posx>
  681.                     <posy>55</posy>
  682.                     <width>400</width>
  683.                     <height>30</height>
  684.                     <font>font13</font>
  685.                     <textcolor>white</textcolor>
  686.                     <shadowcolor>black</shadowcolor>
  687.                     <scroll>true</scroll>
  688.                     <align>left</align>
  689.                     <aligny>center</aligny>
  690.                     <label>$LOCALIZE[16102] : $INFO[ListItem.Property(WatchedEpisodes)]</label>
  691.                 </control>
  692.                 <control type="label">
  693.                     <posx>0</posx>
  694.                     <posy>80</posy>
  695.                     <width>400</width>
  696.                     <height>30</height>
  697.                     <font>font13</font>
  698.                     <textcolor>white</textcolor>
  699.                     <shadowcolor>black</shadowcolor>
  700.                     <scroll>true</scroll>
  701.                     <align>left</align>
  702.                     <aligny>center</aligny>
  703.                     <label>$LOCALIZE[16101] : $INFO[ListItem.Property(UnWatchedEpisodes)]</label>
  704.                 </control>
  705.             </control>
  706.             <control type="group">
  707.                 <posx>40</posx>
  708.                 <posy>180</posy>
  709.                 <control type="label">
  710.                     <posx>0</posx>
  711.                     <posy>0</posy>
  712.                     <width>400</width>
  713.                     <height>30</height>
  714.                     <font>font13_title</font>
  715.                     <textcolor>white</textcolor>
  716.                     <shadowcolor>black</shadowcolor>
  717.                     <scroll>true</scroll>
  718.                     <align>left</align>
  719.                     <aligny>center</aligny>
  720.                     <label>207</label>
  721.                 </control>
  722.                 <control type="textbox">
  723.                     <description>Description Value The Movie</description>
  724.                     <posx>0</posx>
  725.                     <posy>30</posy>
  726.                     <width>850</width>
  727.                     <height>120</height>
  728.                     <font>font12</font>
  729.                     <align>justify</align>
  730.                     <textcolor>white</textcolor>
  731.                     <label>$INFO[ListItem.Plot]</label>
  732.                     <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  733.                 </control>
  734.             </control>
  735.             <control type="grouplist">
  736.                 <description>Media Codec Flagging Images</description>
  737.                 <posx>40</posx>
  738.                 <posy>350</posy>
  739.                 <width>800</width>
  740.                 <align>left</align>
  741.                 <itemgap>0</itemgap>
  742.                 <orientation>horizontal</orientation>
  743.                 <include>VideoCodecFlaggingConditions</include>
  744.                 <include>AudioCodecFlaggingConditions</include>
  745.                 <include>AspectCodecFlaggingConditions</include>
  746.                 <include>VideoTypeHackFlaggingConditions</include>
  747.             </control>
  748.             <control type="grouplist">
  749.                 <description>MPAA Rating Flagging Images</description>
  750.                 <posx>80</posx>
  751.                 <posy>350</posy>
  752.                 <width>800</width>
  753.                 <align>right</align>
  754.                 <itemgap>0</itemgap>
  755.                 <orientation>horizontal</orientation>
  756.                 <include>VideoMPAAFlaggingConditions</include>
  757.             </control>
  758.         </control>
  759.     </include>
  760.     <include name="MediaListView3">
  761.         <control type="group">
  762.             <visible>Control.IsVisible(503)</visible>
  763.             <include>VisibleFadeEffect</include>
  764.             <control type="list" id="503">
  765.                 <posx>660</posx>
  766.                 <posy>260</posy>
  767.                 <width>580</width>
  768.                 <height>401</height>
  769.                 <onleft>2</onleft>
  770.                 <onright>60</onright>
  771.                 <onup>503</onup>
  772.                 <ondown>503</ondown>
  773.                 <viewtype label="$LOCALIZE[544] 2">list</viewtype>
  774.                 <pagecontrol>60</pagecontrol>
  775.                 <scrolltime>200</scrolltime>
  776.                 <visible>Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(Movies)</visible>
  777.                 <itemlayout height="40" width="580">
  778.                     <control type="image">
  779.                         <posx>0</posx>
  780.                         <posy>0</posy>
  781.                         <width>580</width>
  782.                         <height>41</height>
  783.                         <texture border="0,2,0,2">MenuItemNF.png</texture>
  784.                     </control>
  785.                     <control type="label">
  786.                         <posx>10</posx>
  787.                         <posy>0</posy>
  788.                         <width>520</width>
  789.                         <height>40</height>
  790.                         <font>font13</font>
  791.                         <textcolor>grey2</textcolor>
  792.                         <selectedcolor>selected</selectedcolor>
  793.                         <align>left</align>
  794.                         <aligny>center</aligny>
  795.                         <label>$INFO[ListItem.Label]</label>
  796.                     </control>
  797.                     <control type="label">
  798.                         <posx>535</posx>
  799.                         <posy>0</posy>
  800.                         <width>500</width>
  801.                         <height>40</height>
  802.                         <font>font12</font>
  803.                         <textcolor>grey2</textcolor>
  804.                         <selectedcolor>selected</selectedcolor>
  805.                         <align>right</align>
  806.                         <aligny>center</aligny>
  807.                         <label>$INFO[ListItem.Label2]</label>
  808.                     </control>
  809.                     <control type="image">
  810.                         <posx>545</posx>
  811.                         <posy>14</posy>
  812.                         <width>20</width>
  813.                         <height>16</height>
  814.                         <texture>$INFO[ListItem.Overlay]</texture>
  815.                     </control>
  816.                 </itemlayout>
  817.                 <focusedlayout height="40" width="580">
  818.                     <control type="image">
  819.                         <posx>0</posx>
  820.                         <posy>0</posy>
  821.                         <width>580</width>
  822.                         <height>41</height>
  823.                         <texture border="0,2,0,2">MenuItemNF.png</texture>
  824.                         <visible>!Control.HasFocus(503)</visible>
  825.                         <include>VisibleFadeEffect</include>
  826.                     </control>
  827.                     <control type="image">
  828.                         <posx>0</posx>
  829.                         <posy>0</posy>
  830.                         <width>580</width>
  831.                         <height>41</height>
  832.                         <texture border="0,2,0,2">MenuItemFO.png</texture>
  833.                         <visible>Control.HasFocus(503)</visible>
  834.                         <include>VisibleFadeEffect</include>
  835.                     </control>
  836.                     <control type="image">
  837.                         <posx>370</posx>
  838.                         <posy>5</posy>
  839.                         <width>200</width>
  840.                         <height>31</height>
  841.                         <texture border="0,0,14,0">MediaItemDetailBG.png</texture>
  842.                         <visible>Control.HasFocus(503) + !IsEmpty(ListItem.Label2)</visible>
  843.                     </control>
  844.                     <control type="label">
  845.                         <posx>10</posx>
  846.                         <posy>0</posy>
  847.                         <width>520</width>
  848.                         <height>40</height>
  849.                         <font>font13</font>
  850.                         <textcolor>white</textcolor>
  851.                         <selectedcolor>selected</selectedcolor>
  852.                         <align>left</align>
  853.                         <aligny>center</aligny>
  854.                         <label>$INFO[ListItem.Label]</label>
  855.                     </control>
  856.                     <control type="label">
  857.                         <posx>535</posx>
  858.                         <posy>0</posy>
  859.                         <width>500</width>
  860.                         <height>40</height>
  861.                         <font>font12</font>
  862.                         <textcolor>grey2</textcolor>
  863.                         <selectedcolor>selected</selectedcolor>
  864.                         <align>right</align>
  865.                         <aligny>center</aligny>
  866.                         <label>$INFO[ListItem.Label2]</label>
  867.                     </control>
  868.                     <control type="image">
  869.                         <posx>545</posx>
  870.                         <posy>14</posy>
  871.                         <width>20</width>
  872.                         <height>16</height>
  873.                         <texture>$INFO[ListItem.Overlay]</texture>
  874.                     </control>
  875.                 </focusedlayout>
  876.             </control>
  877.             <control type="scrollbar" id="60">
  878.                 <posx>1230</posx>
  879.                 <posy>260</posy>
  880.                 <width>25</width>
  881.                 <height>400</height>
  882.                 <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  883.                 <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  884.                 <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  885.                 <textureslidernib>ScrollBarNib.png</textureslidernib>
  886.                 <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  887.                 <onleft>503</onleft>
  888.                 <onright>2</onright>
  889.                 <showonepage>false</showonepage>
  890.                 <orientation>vertical</orientation>
  891.                 <visible>Control.IsVisible(503)</visible>
  892.             </control>
  893.             <control type="group">
  894.                 <posx>50</posx>
  895.                 <posy>250</posy>
  896.                 <visible>Container.Content(TVShows) + !Skin.HasSetting(TVShowsUsePosters)</visible>
  897.                 <control type="image">
  898.                     <posx>0</posx>
  899.                     <posy>0</posy>
  900.                     <width>600</width>
  901.                     <height>130</height>
  902.                     <aspectratio aligny="bottom">keep</aspectratio>
  903.                     <fadetime>IconCrossfadeTime</fadetime>
  904.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  905.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  906.                     <bordersize>8</bordersize>
  907.                 </control>
  908.                 <control type="image">
  909.                     <posx>8</posx>
  910.                     <posy>122</posy>
  911.                     <width>584</width>
  912.                     <height>114</height>
  913.                     <aspectratio aligny="top">keep</aspectratio>
  914.                     <fadetime>IconCrossfadeTime</fadetime>
  915.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  916.                 </control>
  917.                 <control type="image">
  918.                     <posx>560</posx>
  919.                     <posy>90</posy>
  920.                     <width>40</width>
  921.                     <height>40</height>
  922.                     <aspectratio>keep</aspectratio>
  923.                     <texture>$INFO[ListItem.Overlay]</texture>
  924.                 </control>
  925.                 <control type="label">
  926.                     <description>Episodes txt</description>
  927.                     <posx>150</posx>
  928.                     <posy>145</posy>
  929.                     <width>140</width>
  930.                     <height>25</height>
  931.                     <label>$LOCALIZE[20360]:</label>
  932.                     <align>right</align>
  933.                     <aligny>center</aligny>
  934.                     <font>font13_title</font>
  935.                     <textcolor>blue</textcolor>
  936.                 </control>
  937.                 <control type="label">
  938.                     <description>Episodes Value</description>
  939.                     <posx>160</posx>
  940.                     <posy>145</posy>
  941.                     <width>440</width>
  942.                     <height>25</height>
  943.                     <label fallback="416">$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label>
  944.                     <align>left</align>
  945.                     <aligny>center</aligny>
  946.                     <font>font13</font>
  947.                     <scroll>true</scroll>
  948.                 </control>
  949.                 <control type="label">
  950.                     <description>Aired txt</description>
  951.                     <posx>150</posx>
  952.                     <posy>170</posy>
  953.                     <width>140</width>
  954.                     <height>25</height>
  955.                     <label>$LOCALIZE[31322]:</label>
  956.                     <align>right</align>
  957.                     <aligny>center</aligny>
  958.                     <font>font13_title</font>
  959.                     <textcolor>blue</textcolor>
  960.                 </control>
  961.                 <control type="label">
  962.                     <description>Aired Value</description>
  963.                     <posx>160</posx>
  964.                     <posy>170</posy>
  965.                     <width>440</width>
  966.                     <height>25</height>
  967.                     <label fallback="416">$INFO[listitem.premiered]</label>
  968.                     <align>left</align>
  969.                     <aligny>center</aligny>
  970.                     <font>font13</font>
  971.                     <scroll>true</scroll>
  972.                 </control>
  973.                 <control type="label">
  974.                     <description>Genre txt</description>
  975.                     <posx>150</posx>
  976.                     <posy>195</posy>
  977.                     <width>140</width>
  978.                     <height>25</height>
  979.                     <label>$LOCALIZE[515]:</label>
  980.                     <align>right</align>
  981.                     <aligny>center</aligny>
  982.                     <font>font13_title</font>
  983.                     <textcolor>blue</textcolor>
  984.                 </control>
  985.                 <control type="label">
  986.                     <description>Genre Value</description>
  987.                     <posx>160</posx>
  988.                     <posy>195</posy>
  989.                     <width>440</width>
  990.                     <height>25</height>
  991.                     <label fallback="416">$INFO[listitem.Genre]</label>
  992.                     <align>left</align>
  993.                     <aligny>center</aligny>
  994.                     <font>font13</font>
  995.                     <scroll>true</scroll>
  996.                 </control>
  997.                 <control type="image">
  998.                     <posx>0</posx>
  999.                     <posy>232</posy>
  1000.                     <width>550</width>
  1001.                     <height>4</height>
  1002.                     <texture>separator.png</texture>
  1003.                 </control>
  1004.                 <control type="textbox">
  1005.                     <description>Description Value for TVShows</description>
  1006.                     <posx>0</posx>
  1007.                     <posy>250</posy>
  1008.                     <width>600</width>
  1009.                     <height>160</height>
  1010.                     <font>font12</font>
  1011.                     <align>justify</align>
  1012.                     <textcolor>white</textcolor>
  1013.                     <label>$INFO[ListItem.Plot]</label>
  1014.                     <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  1015.                 </control>
  1016.             </control>
  1017.             <control type="group">
  1018.                 <posx>80</posx>
  1019.                 <posy>170</posy>
  1020.                 <visible>Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)</visible>
  1021.                 <control type="group">
  1022.                     <posx>10</posx>
  1023.                     <camera x="640" y="200" />
  1024.                     <animation effect="rotatey" center="90" start="-30" end="-30" time="0" condition="true">Conditional</animation>
  1025.                     <control type="image">
  1026.                         <posx>0</posx>
  1027.                         <posy>0</posy>
  1028.                         <width>260</width>
  1029.                         <height>480</height>
  1030.                         <aspectratio aligny="bottom">stretch</aspectratio>
  1031.                         <fadetime>IconCrossfadeTime</fadetime>
  1032.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  1033.                         <bordertexture border="8">ThumbShadow.png</bordertexture>
  1034.                         <bordersize>8</bordersize>
  1035.                     </control>
  1036.                     <control type="image">
  1037.                         <posx>8</posx>
  1038.                         <posy>8</posy>
  1039.                         <width>180</width>
  1040.                         <height>350</height>
  1041.                         <aspectratio>stretch</aspectratio>
  1042.                         <texture>GlassOverlay.png</texture>
  1043.                         <colordiffuse>AAFFFFFF</colordiffuse>
  1044.                     </control>
  1045.                     <control type="image">
  1046.                         <posx>8</posx>
  1047.                         <posy>472</posy>
  1048.                         <width>244</width>
  1049.                         <height>464</height>
  1050.                         <aspectratio aligny="top">stretch</aspectratio>
  1051.                         <fadetime>IconCrossfadeTime</fadetime>
  1052.                         <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  1053.                     </control>
  1054.                 </control>
  1055.                 <control type="label">
  1056.                     <description>Episodes Count</description>
  1057.                     <posx>320</posx>
  1058.                     <posy>320</posy>
  1059.                     <width>250</width>
  1060.                     <height>25</height>
  1061.                     <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
  1062.                     <align>left</align>
  1063.                     <aligny>center</aligny>
  1064.                     <font>font13_title</font>
  1065.                     <textcolor>white</textcolor>
  1066.                     <shadowcolor>black</shadowcolor>
  1067.                 </control>
  1068.                 <control type="label">
  1069.                     <description>Watched Count</description>
  1070.                     <posx>320</posx>
  1071.                     <posy>380</posy>
  1072.                     <width>250</width>
  1073.                     <height>25</height>
  1074.                     <label>$INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]]</label>
  1075.                     <align>left</align>
  1076.                     <aligny>center</aligny>
  1077.                     <font>font13_title</font>
  1078.                     <textcolor>grey2</textcolor>
  1079.                     <shadowcolor>black</shadowcolor>
  1080.                 </control>
  1081.                 <control type="label">
  1082.                     <description>UnWatched Count</description>
  1083.                     <posx>320</posx>
  1084.                     <posy>400</posy>
  1085.                     <width>250</width>
  1086.                     <height>25</height>
  1087.                     <label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101]]</label>
  1088.                     <align>left</align>
  1089.                     <aligny>center</aligny>
  1090.                     <font>font13_title</font>
  1091.                     <textcolor>grey2</textcolor>
  1092.                     <shadowcolor>black</shadowcolor>
  1093.                 </control>
  1094.             </control>
  1095.             <control type="group">
  1096.                 <posx>80</posx>
  1097.                 <posy>170</posy>
  1098.                 <visible>Container.Content(Seasons)</visible>
  1099.                 <control type="group">
  1100.                     <posx>10</posx>
  1101.                     <camera x="640" y="200" />
  1102.                     <animation effect="rotatey" center="90" start="-30" end="-30" time="0" condition="true">Conditional</animation>
  1103.                     <control type="image">
  1104.                         <posx>0</posx>
  1105.                         <posy>0</posy>
  1106.                         <width>260</width>
  1107.                         <height>480</height>
  1108.                         <aspectratio aligny="bottom">stretch</aspectratio>
  1109.                         <fadetime>IconCrossfadeTime</fadetime>
  1110.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  1111.                         <bordertexture border="8">ThumbShadow.png</bordertexture>
  1112.                         <bordersize>8</bordersize>
  1113.                     </control>
  1114.                     <control type="image">
  1115.                         <posx>8</posx>
  1116.                         <posy>8</posy>
  1117.                         <width>180</width>
  1118.                         <height>350</height>
  1119.                         <aspectratio>stretch</aspectratio>
  1120.                         <texture>GlassOverlay.png</texture>
  1121.                         <colordiffuse>AAFFFFFF</colordiffuse>
  1122.                     </control>
  1123.                     <control type="image">
  1124.                         <posx>8</posx>
  1125.                         <posy>472</posy>
  1126.                         <width>244</width>
  1127.                         <height>464</height>
  1128.                         <aspectratio aligny="top">stretch</aspectratio>
  1129.                         <fadetime>IconCrossfadeTime</fadetime>
  1130.                         <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  1131.                     </control>
  1132.                 </control>
  1133.                 <control type="label">
  1134.                     <description>Main Label txt</description>
  1135.                     <posx>320</posx>
  1136.                     <posy>260</posy>
  1137.                     <width>250</width>
  1138.                     <height>25</height>
  1139.                     <label>$INFO[ListItem.Label]</label>
  1140.                     <align>left</align>
  1141.                     <aligny>center</aligny>
  1142.                     <font>font30</font>
  1143.                     <textcolor>white</textcolor>
  1144.                     <shadowcolor>black</shadowcolor>
  1145.                 </control>
  1146.                 <control type="label">
  1147.                     <description>Episodes Count</description>
  1148.                     <posx>320</posx>
  1149.                     <posy>320</posy>
  1150.                     <width>250</width>
  1151.                     <height>25</height>
  1152.                     <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
  1153.                     <align>left</align>
  1154.                     <aligny>center</aligny>
  1155.                     <font>font13_title</font>
  1156.                     <textcolor>white</textcolor>
  1157.                     <shadowcolor>black</shadowcolor>
  1158.                 </control>
  1159.                 <control type="label">
  1160.                     <description>Watched Count</description>
  1161.                     <posx>320</posx>
  1162.                     <posy>380</posy>
  1163.                     <width>250</width>
  1164.                     <height>25</height>
  1165.                     <label>$INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]]</label>
  1166.                     <align>left</align>
  1167.                     <aligny>center</aligny>
  1168.                     <font>font13_title</font>
  1169.                     <textcolor>grey2</textcolor>
  1170.                     <shadowcolor>black</shadowcolor>
  1171.                 </control>
  1172.                 <control type="label">
  1173.                     <description>UnWatched Count</description>
  1174.                     <posx>320</posx>
  1175.                     <posy>400</posy>
  1176.                     <width>250</width>
  1177.                     <height>25</height>
  1178.                     <label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101]]</label>
  1179.                     <align>left</align>
  1180.                     <aligny>center</aligny>
  1181.                     <font>font13_title</font>
  1182.                     <textcolor>grey2</textcolor>
  1183.                     <shadowcolor>black</shadowcolor>
  1184.                 </control>
  1185.             </control>
  1186.             <control type="group">
  1187.                 <posx>50</posx>
  1188.                 <posy>250</posy>
  1189.                 <visible>Container.Content(Episodes)</visible>
  1190.                 <control type="image">
  1191.                     <posx>0</posx>
  1192.                     <posy>0</posy>
  1193.                     <width>600</width>
  1194.                     <height>210</height>
  1195.                     <aspectratio aligny="bottom">keep</aspectratio>
  1196.                     <fadetime>IconCrossfadeTime</fadetime>
  1197.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  1198.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  1199.                     <bordersize>8</bordersize>
  1200.                 </control>
  1201.                 <control type="image">
  1202.                     <posx>8</posx>
  1203.                     <posy>202</posy>
  1204.                     <width>600</width>
  1205.                     <height>194</height>
  1206.                     <aspectratio aligny="top">keep</aspectratio>
  1207.                     <fadetime>IconCrossfadeTime</fadetime>
  1208.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  1209.                 </control>
  1210.                 <control type="grouplist">
  1211.                     <description>Media Codec Flagging Images</description>
  1212.                     <posx>0</posx>
  1213.                     <posy>210</posy>
  1214.                     <width>600</width>
  1215.                     <align>center</align>
  1216.                     <itemgap>0</itemgap>
  1217.                     <orientation>horizontal</orientation>
  1218.                     <include>VideoCodecFlaggingConditions</include>
  1219.                     <include>AudioCodecFlaggingConditions</include>
  1220.                     <include>AspectCodecFlaggingConditions</include>
  1221.                     <include>VideoTypeHackFlaggingConditions</include>
  1222.                 </control>
  1223.                 <control type="label">
  1224.                     <description>INFO txt</description>
  1225.                     <posx>0</posx>
  1226.                     <posy>245</posy>
  1227.                     <width>600</width>
  1228.                     <height>25</height>
  1229.                     <label>$INFO[ListItem.Season,[COLOR=blue] $LOCALIZE[20373] :[/COLOR] ] $INFO[ListItem.episode,[COLOR=blue] $LOCALIZE[20359] :[/COLOR] ] $INFO[ListItem.premiered,[COLOR=blue] $LOCALIZE[31322] :[/COLOR] ]</label>
  1230.                     <align>center</align>
  1231.                     <aligny>top</aligny>
  1232.                     <font>font13_title</font>
  1233.                     <textcolor>white</textcolor>
  1234.                     <shadowcolor>black</shadowcolor>
  1235.                     <wrapmultiline>true</wrapmultiline>
  1236.                 </control>
  1237.                 <control type="image">
  1238.                     <posx>0</posx>
  1239.                     <posy>275</posy>
  1240.                     <width>600</width>
  1241.                     <height>4</height>
  1242.                     <texture>separator.png</texture>
  1243.                 </control>
  1244.                 <control type="textbox">
  1245.                     <description>Description Value for TVShows</description>
  1246.                     <posx>0</posx>
  1247.                     <posy>280</posy>
  1248.                     <width>600</width>
  1249.                     <height>140</height>
  1250.                     <font>font12</font>
  1251.                     <align>justify</align>
  1252.                     <textcolor>white</textcolor>
  1253.                     <label>$INFO[ListItem.Plot]</label>
  1254.                     <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  1255.                 </control>
  1256.             </control>
  1257.             <control type="group">
  1258.                 <posx>40</posx>
  1259.                 <posy>170</posy>
  1260.                 <visible>Container.Content(Movies)</visible>
  1261.                 <control type="group">
  1262.                     <posx>10</posx>
  1263.                     <camera x="640" y="200" />
  1264.                     <animation effect="rotatey" center="50" start="-30" end="-30" time="0" condition="true">Conditional</animation>
  1265.                     <control type="image">
  1266.                         <posx>0</posx>
  1267.                         <posy>0</posy>
  1268.                         <width>260</width>
  1269.                         <height>480</height>
  1270.                         <aspectratio aligny="bottom">stretch</aspectratio>
  1271.                         <fadetime>IconCrossfadeTime</fadetime>
  1272.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  1273.                         <bordertexture border="8">ThumbShadow.png</bordertexture>
  1274.                         <bordersize>8</bordersize>
  1275.                     </control>
  1276.                     <control type="image">
  1277.                         <posx>8</posx>
  1278.                         <posy>8</posy>
  1279.                         <width>180</width>
  1280.                         <height>350</height>
  1281.                         <aspectratio>stretch</aspectratio>
  1282.                         <texture>GlassOverlay.png</texture>
  1283.                         <colordiffuse>AAFFFFFF</colordiffuse>
  1284.                     </control>
  1285.                     <control type="image">
  1286.                         <posx>8</posx>
  1287.                         <posy>472</posy>
  1288.                         <width>244</width>
  1289.                         <height>464</height>
  1290.                         <aspectratio aligny="top">stretch</aspectratio>
  1291.                         <fadetime>IconCrossfadeTime</fadetime>
  1292.                         <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  1293.                     </control>
  1294.                 </control>
  1295.                 <control type="grouplist">
  1296.                     <description>Media Codec Flagging Images</description>
  1297.                     <posx>0</posx>
  1298.                     <posy>480</posy>
  1299.                     <width>590</width>
  1300.                     <align>center</align>
  1301.                     <itemgap>0</itemgap>
  1302.                     <orientation>horizontal</orientation>
  1303.                     <include>VideoCodecFlaggingConditions</include>
  1304.                     <include>AudioCodecFlaggingConditions</include>
  1305.                     <include>AspectCodecFlaggingConditions</include>
  1306.                     <include>VideoTypeHackFlaggingConditions</include>
  1307.                 </control>
  1308.                 <control type="textbox">
  1309.                     <description>Description Value for Movie</description>
  1310.                     <posx>320</posx>
  1311.                     <posy>80</posy>
  1312.                     <width>270</width>
  1313.                     <height>370</height>
  1314.                     <font>font12</font>
  1315.                     <align>justify</align>
  1316.                     <textcolor>white</textcolor>
  1317.                     <label>$INFO[ListItem.Plot]</label>
  1318.                     <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  1319.                 </control>
  1320.             </control>
  1321.         </control>
  1322.     </include>
  1323.     <include name="MediaListView2">
  1324.         <control type="group">
  1325.             <visible>Control.IsVisible(504)</visible>
  1326.             <include>VisibleFadeEffect</include>
  1327.             <control type="list" id="504">
  1328.                 <posx>660</posx>
  1329.                 <posy>60</posy>
  1330.                 <width>580</width>
  1331.                 <height>601</height>
  1332.                 <onleft>2</onleft>
  1333.                 <onright>60</onright>
  1334.                 <onup>504</onup>
  1335.                 <ondown>504</ondown>
  1336.                 <viewtype label="$LOCALIZE[544]">list</viewtype>
  1337.                 <pagecontrol>60</pagecontrol>
  1338.                 <scrolltime>200</scrolltime>
  1339.                 <visible>Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Seasons) | Container.Content(Episodes)</visible>
  1340.                 <itemlayout height="40" width="580">
  1341.                     <control type="image">
  1342.                         <posx>0</posx>
  1343.                         <posy>0</posy>
  1344.                         <width>580</width>
  1345.                         <height>41</height>
  1346.                         <texture border="0,2,0,2">MenuItemNF.png</texture>
  1347.                     </control>
  1348.                     <control type="label">
  1349.                         <posx>10</posx>
  1350.                         <posy>0</posy>
  1351.                         <width>520</width>
  1352.                         <height>40</height>
  1353.                         <font>font13</font>
  1354.                         <textcolor>grey2</textcolor>
  1355.                         <selectedcolor>selected</selectedcolor>
  1356.                         <align>left</align>
  1357.                         <aligny>center</aligny>
  1358.                         <label>$INFO[ListItem.Label]</label>
  1359.                     </control>
  1360.                     <control type="label">
  1361.                         <posx>535</posx>
  1362.                         <posy>0</posy>
  1363.                         <width>500</width>
  1364.                         <height>40</height>
  1365.                         <font>font12</font>
  1366.                         <textcolor>grey2</textcolor>
  1367.                         <selectedcolor>selected</selectedcolor>
  1368.                         <align>right</align>
  1369.                         <aligny>center</aligny>
  1370.                         <label>$INFO[ListItem.Label2]</label>
  1371.                     </control>
  1372.                     <control type="image">
  1373.                         <posx>545</posx>
  1374.                         <posy>14</posy>
  1375.                         <width>20</width>
  1376.                         <height>16</height>
  1377.                         <texture>$INFO[ListItem.Overlay]</texture>
  1378.                     </control>
  1379.                 </itemlayout>
  1380.                 <focusedlayout height="40" width="580">
  1381.                     <control type="image">
  1382.                         <posx>0</posx>
  1383.                         <posy>0</posy>
  1384.                         <width>580</width>
  1385.                         <height>41</height>
  1386.                         <texture border="0,2,0,2">MenuItemNF.png</texture>
  1387.                         <visible>!Control.HasFocus(504)</visible>
  1388.                         <include>VisibleFadeEffect</include>
  1389.                     </control>
  1390.                     <control type="image">
  1391.                         <posx>0</posx>
  1392.                         <posy>0</posy>
  1393.                         <width>580</width>
  1394.                         <height>41</height>
  1395.                         <texture border="0,2,0,2">MenuItemFO.png</texture>
  1396.                         <visible>Control.HasFocus(504)</visible>
  1397.                         <include>VisibleFadeEffect</include>
  1398.                     </control>
  1399.                     <control type="image">
  1400.                         <posx>370</posx>
  1401.                         <posy>5</posy>
  1402.                         <width>200</width>
  1403.                         <height>31</height>
  1404.                         <texture border="0,0,14,0">MediaItemDetailBG.png</texture>
  1405.                         <visible>Control.HasFocus(504) + !IsEmpty(ListItem.Label2)</visible>
  1406.                     </control>
  1407.                     <control type="label">
  1408.                         <posx>10</posx>
  1409.                         <posy>0</posy>
  1410.                         <width>520</width>
  1411.                         <height>40</height>
  1412.                         <font>font13</font>
  1413.                         <textcolor>white</textcolor>
  1414.                         <selectedcolor>selected</selectedcolor>
  1415.                         <align>left</align>
  1416.                         <aligny>center</aligny>
  1417.                         <label>$INFO[ListItem.Label]</label>
  1418.                     </control>
  1419.                     <control type="label">
  1420.                         <posx>535</posx>
  1421.                         <posy>0</posy>
  1422.                         <width>500</width>
  1423.                         <height>40</height>
  1424.                         <font>font12</font>
  1425.                         <textcolor>grey2</textcolor>
  1426.                         <selectedcolor>selected</selectedcolor>
  1427.                         <align>right</align>
  1428.                         <aligny>center</aligny>
  1429.                         <label>$INFO[ListItem.Label2]</label>
  1430.                     </control>
  1431.                     <control type="image">
  1432.                         <posx>545</posx>
  1433.                         <posy>14</posy>
  1434.                         <width>20</width>
  1435.                         <height>16</height>
  1436.                         <texture>$INFO[ListItem.Overlay]</texture>
  1437.                     </control>
  1438.                 </focusedlayout>
  1439.             </control>
  1440.             <control type="group">
  1441.                 <posx>50</posx>
  1442.                 <posy>60</posy>
  1443.                 <visible>Control.IsVisible(504)</visible>
  1444.                 <control type="scrollbar" id="60">
  1445.                     <posx>1180</posx>
  1446.                     <posy>0</posy>
  1447.                     <width>25</width>
  1448.                     <height>600</height>
  1449.                     <texturesliderbackground border="10,14,10,14">ScrollBarV.png</texturesliderbackground>
  1450.                     <texturesliderbar border="10,14,10,14">ScrollBarV_bar.png</texturesliderbar>
  1451.                     <texturesliderbarfocus border="10,14,10,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  1452.                     <textureslidernib>ScrollBarNib.png</textureslidernib>
  1453.                     <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  1454.                     <onleft>504</onleft>
  1455.                     <onright>2</onright>
  1456.                     <showonepage>false</showonepage>
  1457.                     <orientation>vertical</orientation>
  1458.                     <visible>Control.IsVisible(504)</visible>
  1459.                 </control>
  1460.             </control>
  1461.             <control type="group">
  1462.                 <posx>50</posx>
  1463.                 <posy>60</posy>
  1464.                 <visible>Control.IsVisible(504) + Container.Content(TVShows)</visible>
  1465.                 <control type="label">
  1466.                     <description>Show Title txt</description>
  1467.                     <posx>0</posx>
  1468.                     <posy>0</posy>
  1469.                     <width>600</width>
  1470.                     <height>15</height>
  1471.                     <label>$INFO[ListItem.Label]</label>
  1472.                     <align>center</align>
  1473.                     <aligny>center</aligny>
  1474.                     <font>font24_title</font>
  1475.                     <textcolor>white</textcolor>
  1476.                     <shadowcolor>black</shadowcolor>
  1477.                     <wrapmultiline>true</wrapmultiline>
  1478.                 </control>
  1479.                 <control type="image">
  1480.                     <posx>0</posx>
  1481.                     <posy>30</posy>
  1482.                     <width>600</width>
  1483.                     <height>340</height>
  1484.                     <aspectratio aligny="top">keep</aspectratio>
  1485.                     <fadetime>IconCrossfadeTime</fadetime>
  1486.                     <texture background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Property(fanart_image)]</texture>
  1487.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  1488.                     <bordersize>8</bordersize>
  1489.                     <visible>!Skin.HasSetting(VideoLibraryFanartView504)</visible>
  1490.                 </control>
  1491.                 <control type="image">
  1492.                     <posx>0</posx>
  1493.                     <posy>30</posy>
  1494.                     <width>600</width>
  1495.                     <height>140</height>
  1496.                     <aspectratio aligny="bottom">keep</aspectratio>
  1497.                     <fadetime>IconCrossfadeTime</fadetime>
  1498.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  1499.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  1500.                     <bordersize>8</bordersize>
  1501.                     <visible>Skin.HasSetting(VideoLibraryFanartView504) + !Skin.HasSetting(TVShowsUsePosters)</visible>
  1502.                 </control>
  1503.                 <control type="image">
  1504.                     <posx>8</posx>
  1505.                     <posy>162</posy>
  1506.                     <width>584</width>
  1507.                     <height>140</height>
  1508.                     <aspectratio aligny="top">keep</aspectratio>
  1509.                     <fadetime>IconCrossfadeTime</fadetime>
  1510.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  1511.                     <visible>Skin.HasSetting(VideoLibraryFanartView504) + !Skin.HasSetting(TVShowsUsePosters)</visible>
  1512.                 </control>
  1513.                 <control type="image">
  1514.                     <posx>0</posx>
  1515.                     <posy>30</posy>
  1516.                     <width>600</width>
  1517.                     <height>400</height>
  1518.                     <aspectratio aligny="bottom">keep</aspectratio>
  1519.                     <fadetime>IconCrossfadeTime</fadetime>
  1520.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  1521.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  1522.                     <bordersize>8</bordersize>
  1523.                     <visible>Skin.HasSetting(VideoLibraryFanartView504) + Skin.HasSetting(TVShowsUsePosters)</visible>
  1524.                 </control>
  1525.                 <control type="image">
  1526.                     <posx>8</posx>
  1527.                     <posy>422</posy>
  1528.                     <width>584</width>
  1529.                     <height>380</height>
  1530.                     <aspectratio aligny="top">keep</aspectratio>
  1531.                     <fadetime>IconCrossfadeTime</fadetime>
  1532.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  1533.                     <visible>Skin.HasSetting(VideoLibraryFanartView504) + Skin.HasSetting(TVShowsUsePosters)</visible>
  1534.                 </control>
  1535.                 <control type="group">
  1536.                     <posy>200</posy>
  1537.                     <visible>!Skin.HasSetting(VideoLibraryFanartView504)</visible>
  1538.                     <control type="label">
  1539.                         <description>Aired txt</description>
  1540.                         <posx>150</posx>
  1541.                         <posy>170</posy>
  1542.                         <width>140</width>
  1543.                         <height>25</height>
  1544.                         <label>$LOCALIZE[31322]:</label>
  1545.                         <align>right</align>
  1546.                         <aligny>center</aligny>
  1547.                         <font>font13_title</font>
  1548.                         <textcolor>blue</textcolor>
  1549.                     </control>
  1550.                     <control type="label">
  1551.                         <description>Aired Value</description>
  1552.                         <posx>160</posx>
  1553.                         <posy>170</posy>
  1554.                         <width>440</width>
  1555.                         <height>25</height>
  1556.                         <label fallback="416">$INFO[listitem.premiered]</label>
  1557.                         <align>left</align>
  1558.                         <aligny>center</aligny>
  1559.                         <font>font13</font>
  1560.                         <scroll>true</scroll>
  1561.                     </control>
  1562.                     <control type="label">
  1563.                         <description>Genre txt</description>
  1564.                         <posx>150</posx>
  1565.                         <posy>195</posy>
  1566.                         <width>140</width>
  1567.                         <height>25</height>
  1568.                         <label>$LOCALIZE[515]:</label>
  1569.                         <align>right</align>
  1570.                         <aligny>center</aligny>
  1571.                         <font>font13_title</font>
  1572.                         <textcolor>blue</textcolor>
  1573.                     </control>
  1574.                     <control type="label">
  1575.                         <description>Genre Value</description>
  1576.                         <posx>160</posx>
  1577.                         <posy>195</posy>
  1578.                         <width>440</width>
  1579.                         <height>25</height>
  1580.                         <label fallback="416">$INFO[listitem.Genre]</label>
  1581.                         <align>left</align>
  1582.                         <aligny>center</aligny>
  1583.                         <font>font13</font>
  1584.                         <scroll>true</scroll>
  1585.                     </control>         
  1586.                     <control type="image">
  1587.                         <posx>0</posx>
  1588.                         <posy>232</posy>
  1589.                         <width>550</width>
  1590.                         <height>4</height>
  1591.                         <texture>separator.png</texture>
  1592.                     </control>
  1593.                     <control type="textbox">
  1594.                         <description>Description Value for TVShows</description>
  1595.                         <posx>0</posx>
  1596.                         <posy>250</posy>
  1597.                         <width>600</width>
  1598.                         <height>160</height>
  1599.                         <font>font12</font>
  1600.                         <align>justify</align>
  1601.                         <textcolor>white</textcolor>
  1602.                         <label>$INFO[ListItem.Plot]</label>
  1603.                         <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  1604.                     </control>
  1605.                 </control>
  1606.                 <control type="group">
  1607.                     <posy>30</posy>
  1608.                     <visible>Skin.HasSetting(VideoLibraryFanartView504) + !Skin.HasSetting(TVShowsUsePosters)</visible>
  1609.                     <control type="label">
  1610.                         <description>Aired txt</description>
  1611.                         <posx>150</posx>
  1612.                         <posy>170</posy>
  1613.                         <width>140</width>
  1614.                         <height>25</height>
  1615.                         <label>$LOCALIZE[31322]:</label>
  1616.                         <align>right</align>
  1617.                         <aligny>center</aligny>
  1618.                         <font>font13_title</font>
  1619.                         <textcolor>blue</textcolor>
  1620.                     </control>
  1621.                     <control type="label">
  1622.                         <description>Aired Value</description>
  1623.                         <posx>160</posx>
  1624.                         <posy>170</posy>
  1625.                         <width>440</width>
  1626.                         <height>25</height>
  1627.                         <label fallback="416">$INFO[listitem.premiered]</label>
  1628.                         <align>left</align>
  1629.                         <aligny>center</aligny>
  1630.                         <font>font13</font>
  1631.                         <scroll>true</scroll>
  1632.                     </control>
  1633.                     <control type="label">
  1634.                         <description>Genre txt</description>
  1635.                         <posx>150</posx>
  1636.                         <posy>195</posy>
  1637.                         <width>140</width>
  1638.                         <height>25</height>
  1639.                         <label>$LOCALIZE[515]:</label>
  1640.                         <align>right</align>
  1641.                         <aligny>center</aligny>
  1642.                         <font>font13_title</font>
  1643.                         <textcolor>blue</textcolor>
  1644.                     </control>
  1645.                     <control type="label">
  1646.                         <description>Genre Value</description>
  1647.                         <posx>160</posx>
  1648.                         <posy>195</posy>
  1649.                         <width>440</width>
  1650.                         <height>25</height>
  1651.                         <label fallback="416">$INFO[listitem.Genre]</label>
  1652.                         <align>left</align>
  1653.                         <aligny>center</aligny>
  1654.                         <font>font13</font>
  1655.                         <scroll>true</scroll>
  1656.                     </control>
  1657.                     <control type="label">
  1658.                         <description>Episodes txt</description>
  1659.                         <posx>150</posx>
  1660.                         <posy>220</posy>
  1661.                         <width>140</width>
  1662.                         <height>25</height>
  1663.                         <label>$LOCALIZE[20360]:</label>
  1664.                         <align>right</align>
  1665.                         <aligny>center</aligny>
  1666.                         <font>font13_title</font>
  1667.                         <textcolor>blue</textcolor>
  1668.                     </control>
  1669.                     <control type="label">
  1670.                         <description>Episodes Value</description>
  1671.                         <posx>160</posx>
  1672.                         <posy>220</posy>
  1673.                         <width>440</width>
  1674.                         <height>25</height>
  1675.                         <label fallback="416">$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label>
  1676.                         <align>left</align>
  1677.                         <aligny>center</aligny>
  1678.                         <font>font13</font>
  1679.                         <scroll>true</scroll>
  1680.                     </control>
  1681.                     <control type="image">
  1682.                         <posx>0</posx>
  1683.                         <posy>260</posy>
  1684.                         <width>550</width>
  1685.                         <height>4</height>
  1686.                         <texture>separator.png</texture>
  1687.                     </control>
  1688.                     <control type="textbox">
  1689.                         <description>Description Value for TVShows</description>
  1690.                         <posx>0</posx>
  1691.                         <posy>275</posy>
  1692.                         <width>600</width>
  1693.                         <height>290</height>
  1694.                         <font>font12</font>
  1695.                         <align>justify</align>
  1696.                         <textcolor>white</textcolor>
  1697.                         <label>$INFO[ListItem.Plot]</label>
  1698.                         <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  1699.                     </control>
  1700.                 </control>
  1701.                 <control type="group">
  1702.                     <posy>250</posy>
  1703.                     <visible>Skin.HasSetting(VideoLibraryFanartView504) + Skin.HasSetting(TVShowsUsePosters)</visible>
  1704.                     <control type="label">
  1705.                         <description>Genre txt</description>
  1706.                         <posx>150</posx>
  1707.                         <posy>195</posy>
  1708.                         <width>140</width>
  1709.                         <height>25</height>
  1710.                         <label>$LOCALIZE[515]:</label>
  1711.                         <align>right</align>
  1712.                         <aligny>center</aligny>
  1713.                         <font>font13_title</font>
  1714.                         <textcolor>blue</textcolor>
  1715.                     </control>
  1716.                     <control type="label">
  1717.                         <description>Genre Value</description>
  1718.                         <posx>160</posx>
  1719.                         <posy>195</posy>
  1720.                         <width>440</width>
  1721.                         <height>25</height>
  1722.                         <label fallback="416">$INFO[listitem.Genre]</label>
  1723.                         <align>left</align>
  1724.                         <aligny>center</aligny>
  1725.                         <font>font13</font>
  1726.                         <scroll>true</scroll>
  1727.                     </control>
  1728.                     <control type="label">
  1729.                         <description>Episodes txt</description>
  1730.                         <posx>150</posx>
  1731.                         <posy>220</posy>
  1732.                         <width>140</width>
  1733.                         <height>25</height>
  1734.                         <label>$LOCALIZE[20360]:</label>
  1735.                         <align>right</align>
  1736.                         <aligny>center</aligny>
  1737.                         <font>font13_title</font>
  1738.                         <textcolor>blue</textcolor>
  1739.                     </control>
  1740.                     <control type="label">
  1741.                         <description>Episodes Value</description>
  1742.                         <posx>160</posx>
  1743.                         <posy>220</posy>
  1744.                         <width>440</width>
  1745.                         <height>25</height>
  1746.                         <label fallback="416">$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label>
  1747.                         <align>left</align>
  1748.                         <aligny>center</aligny>
  1749.                         <font>font13</font>
  1750.                         <scroll>true</scroll>
  1751.                     </control>
  1752.                     <control type="image">
  1753.                         <posx>0</posx>
  1754.                         <posy>260</posy>
  1755.                         <width>550</width>
  1756.                         <height>4</height>
  1757.                         <texture>separator.png</texture>
  1758.                     </control>
  1759.                     <control type="textbox">
  1760.                         <description>Description Value for TVShows</description>
  1761.                         <posx>0</posx>
  1762.                         <posy>275</posy>
  1763.                         <width>600</width>
  1764.                         <height>100</height>
  1765.                         <font>font12</font>
  1766.                         <align>justify</align>
  1767.                         <textcolor>white</textcolor>
  1768.                         <label>$INFO[ListItem.Plot]</label>
  1769.                         <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  1770.                     </control>
  1771.                 </control>
  1772.             </control>
  1773.             <control type="group">
  1774.                 <posx>50</posx>
  1775.                 <posy>60</posy>
  1776.                 <visible>Control.IsVisible(504) + Container.Content(Movies)</visible>
  1777.                 <control type="label">
  1778.                     <description>Show Title txt</description>
  1779.                     <posx>0</posx>
  1780.                     <posy>0</posy>
  1781.                     <width>600</width>
  1782.                     <height>15</height>
  1783.                     <label>$INFO[ListItem.Label]</label>
  1784.                     <align>center</align>
  1785.                     <aligny>center</aligny>
  1786.                     <font>font24_title</font>
  1787.                     <textcolor>white</textcolor>
  1788.                     <shadowcolor>black</shadowcolor>
  1789.                     <wrapmultiline>true</wrapmultiline>
  1790.                 </control>
  1791.                 <control type="image">
  1792.                     <posx>0</posx>
  1793.                     <posy>30</posy>
  1794.                     <width>600</width>
  1795.                     <height>340</height>
  1796.                     <aspectratio aligny="top">keep</aspectratio>
  1797.                     <fadetime>IconCrossfadeTime</fadetime>
  1798.                     <texture background="true" fallback="Fanart_Fallback_Small.jpg" >$INFO[ListItem.Property(fanart_image)]</texture>
  1799.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  1800.                     <bordersize>8</bordersize>
  1801.                     <visible>!Skin.HasSetting(VideoLibraryFanartView504)</visible>
  1802.                 </control>
  1803.                 <control type="image">
  1804.                     <posx>0</posx>
  1805.                     <posy>30</posy>
  1806.                     <width>600</width>
  1807.                     <height>480</height>
  1808.                     <aspectratio>keep</aspectratio>
  1809.                     <fadetime>IconCrossfadeTime</fadetime>
  1810.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  1811.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  1812.                     <bordersize>8</bordersize>
  1813.                     <visible>Skin.HasSetting(VideoLibraryFanartView504)</visible>
  1814.                 </control>
  1815.                 <control type="image">
  1816.                     <posx>8</posx>
  1817.                     <posy>502</posy>
  1818.                     <width>584</width>
  1819.                     <height>464</height>
  1820.                     <aspectratio aligny="top">keep</aspectratio>
  1821.                     <fadetime>IconCrossfadeTime</fadetime>
  1822.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  1823.                     <visible>Skin.HasSetting(VideoLibraryFanartView504)</visible>
  1824.                 </control>
  1825.                 <control type="group">
  1826.                     <posy>200</posy>
  1827.                     <visible>!Skin.HasSetting(VideoLibraryFanartView504)</visible>
  1828.                     <control type="grouplist">
  1829.                         <description>Media Codec Flagging Images</description>
  1830.                         <posx>0</posx>
  1831.                         <posy>170</posy>
  1832.                         <width>600</width>
  1833.                         <align>center</align>
  1834.                         <itemgap>0</itemgap>
  1835.                         <orientation>horizontal</orientation>
  1836.                         <include>VideoCodecFlaggingConditions</include>
  1837.                         <include>AudioCodecFlaggingConditions</include>
  1838.                         <include>AspectCodecFlaggingConditions</include>
  1839.                         <include>VideoTypeHackFlaggingConditions</include>
  1840.                     </control>
  1841.                     <control type="image">
  1842.                         <posx>0</posx>
  1843.                         <posy>205</posy>
  1844.                         <width>600</width>
  1845.                         <height>4</height>
  1846.                         <texture>separator.png</texture>
  1847.                     </control>
  1848.                     <control type="label">
  1849.                         <description>Year txt</description>
  1850.                         <posx>150</posx>
  1851.                         <posy>215</posy>
  1852.                         <width>140</width>
  1853.                         <height>25</height>
  1854.                         <label>$LOCALIZE[345]:</label>
  1855.                         <align>right</align>
  1856.                         <aligny>center</aligny>
  1857.                         <font>font13_title</font>
  1858.                         <textcolor>blue</textcolor>
  1859.                     </control>
  1860.                     <control type="label">
  1861.                         <description>Year Value</description>
  1862.                         <posx>160</posx>
  1863.                         <posy>215</posy>
  1864.                         <width>440</width>
  1865.                         <height>25</height>
  1866.                         <label fallback="416">$INFO[listitem.Year]</label>
  1867.                         <align>left</align>
  1868.                         <aligny>center</aligny>
  1869.                         <font>font13</font>
  1870.                         <scroll>true</scroll>
  1871.                     </control>
  1872.                     <control type="label">
  1873.                         <description>Genre txt</description>
  1874.                         <posx>150</posx>
  1875.                         <posy>240</posy>
  1876.                         <width>140</width>
  1877.                         <height>25</height>
  1878.                         <label>$LOCALIZE[515]:</label>
  1879.                         <align>right</align>
  1880.                         <aligny>center</aligny>
  1881.                         <font>font13_title</font>
  1882.                         <textcolor>blue</textcolor>
  1883.                     </control>
  1884.                     <control type="label">
  1885.                         <description>Genre Value</description>
  1886.                         <posx>160</posx>
  1887.                         <posy>240</posy>
  1888.                         <width>440</width>
  1889.                         <height>25</height>
  1890.                         <label fallback="416">$INFO[listitem.Genre]</label>
  1891.                         <align>left</align>
  1892.                         <aligny>center</aligny>
  1893.                         <font>font13</font>
  1894.                         <scroll>true</scroll>
  1895.                     </control>
  1896.                    
  1897.                     <!-- BEGIN runtime addition -->
  1898.                     <control type="label">
  1899.                         <description>Runtime txt</description>
  1900.                         <posx>150</posx>
  1901.                         <posy>265</posy>
  1902.                         <width>140</width>
  1903.                         <height>10</height>
  1904.                         <label>$LOCALIZE[2050]</label>
  1905.                         <align>right</align>
  1906.                         <aligny>center</aligny>
  1907.                         <font>font10_title</font>
  1908.                         <textcolor>blue</textcolor>
  1909.                     </control>
  1910.                     <control type="label">
  1911.                         <description>Runtime Value</description>
  1912.                         <posx>160</posx>
  1913.                         <posy>265</posy>
  1914.                         <width>440</width>
  1915.                         <height>10</height>
  1916.                         <label fallback="416">$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label>
  1917.                         <align>left</align>
  1918.                         <aligny>center</aligny>
  1919.                         <font>font10</font>
  1920.                         <scroll>true</scroll>
  1921.                     </control>
  1922.                     <!-- END runtime addition -->
  1923.  
  1924.                     <control type="image">
  1925.                         <posx>0</posx>
  1926.                         <posy>275</posy>
  1927.                         <width>550</width>
  1928.                         <height>4</height>
  1929.                         <texture>separator.png</texture>
  1930.                     </control>
  1931.                     <control type="textbox">
  1932.                         <description>Description Value for Movie</description>
  1933.                         <posx>0</posx>
  1934.                         <posy>290</posy>
  1935.                         <width>600</width>
  1936.                         <height>120</height>
  1937.                         <font>font12</font>
  1938.                         <align>justify</align>
  1939.                         <textcolor>white</textcolor>
  1940.                         <label>$INFO[ListItem.Plot]</label>
  1941.                         <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  1942.                     </control>
  1943.                 </control>
  1944.                 <control type="group">
  1945.                     <posy>370</posy>
  1946.                     <visible>Skin.HasSetting(VideoLibraryFanartView504)</visible>
  1947.                     <control type="grouplist">
  1948.                         <description>Media Codec Flagging Images</description>
  1949.                         <posx>0</posx>
  1950.                         <posy>140</posy>
  1951.                         <width>600</width>
  1952.                         <align>center</align>
  1953.                         <itemgap>0</itemgap>
  1954.                         <orientation>horizontal</orientation>
  1955.                         <include>VideoCodecFlaggingConditions</include>
  1956.                         <include>AudioCodecFlaggingConditions</include>
  1957.                         <include>AspectCodecFlaggingConditions</include>
  1958.                         <include>VideoTypeHackFlaggingConditions</include>
  1959.                     </control>
  1960.                     <control type="image">
  1961.                         <posx>0</posx>
  1962.                         <posy>175</posy>
  1963.                         <width>600</width>
  1964.                         <height>4</height>
  1965.                         <texture>separator.png</texture>
  1966.                     </control>
  1967.                     <control type="label">
  1968.                         <description>Year txt</description>
  1969.                         <posx>150</posx>
  1970.                         <posy>185</posy>
  1971.                         <width>140</width>
  1972.                         <height>25</height>
  1973.                         <label>$LOCALIZE[345]:</label>
  1974.                         <align>right</align>
  1975.                         <aligny>center</aligny>
  1976.                         <font>font13_title</font>
  1977.                         <textcolor>blue</textcolor>
  1978.                     </control>
  1979.                     <control type="label">
  1980.                         <description>Year Value</description>
  1981.                         <posx>160</posx>
  1982.                         <posy>185</posy>
  1983.                         <width>440</width>
  1984.                         <height>25</height>
  1985.                         <label fallback="416">$INFO[listitem.Year]</label>
  1986.                         <align>left</align>
  1987.                         <aligny>center</aligny>
  1988.                         <font>font13</font>
  1989.                         <scroll>true</scroll>
  1990.                     </control>
  1991.                     <control type="label">
  1992.                         <description>Genre txt</description>
  1993.                         <posx>150</posx>
  1994.                         <posy>210</posy>
  1995.                         <width>140</width>
  1996.                         <height>25</height>
  1997.                         <label>$LOCALIZE[515]:</label>
  1998.                         <align>right</align>
  1999.                         <aligny>center</aligny>
  2000.                         <font>font13_title</font>
  2001.                         <textcolor>blue</textcolor>
  2002.                     </control>
  2003.                     <control type="label">
  2004.                         <description>Genre Value</description>
  2005.                         <posx>160</posx>
  2006.                         <posy>210</posy>
  2007.                         <width>440</width>
  2008.                         <height>25</height>
  2009.                         <label fallback="416">$INFO[listitem.Genre]</label>
  2010.                         <align>left</align>
  2011.                         <aligny>center</aligny>
  2012.                         <font>font13</font>
  2013.                         <scroll>true</scroll>
  2014.                     </control>
  2015.                 </control>
  2016.             </control>
  2017.             <control type="group">
  2018.                 <posx>50</posx>
  2019.                 <posy>60</posy>
  2020.                 <visible>Control.IsVisible(504) + Container.Content(Seasons)</visible>
  2021.                 <control type="label">
  2022.                     <description>Show Title txt</description>
  2023.                     <posx>0</posx>
  2024.                     <posy>0</posy>
  2025.                     <width>600</width>
  2026.                     <height>15</height>
  2027.                     <label>$INFO[ListItem.TVShowTitle]</label>
  2028.                     <align>center</align>
  2029.                     <aligny>center</aligny>
  2030.                     <font>font24_title</font>
  2031.                     <textcolor>white</textcolor>
  2032.                     <shadowcolor>black</shadowcolor>
  2033.                     <wrapmultiline>true</wrapmultiline>
  2034.                 </control>
  2035.                 <control type="image">
  2036.                     <posx>0</posx>
  2037.                     <posy>30</posy>
  2038.                     <width>600</width>
  2039.                     <height>480</height>
  2040.                     <aspectratio>keep</aspectratio>
  2041.                     <fadetime>IconCrossfadeTime</fadetime>
  2042.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  2043.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  2044.                     <bordersize>8</bordersize>
  2045.                 </control>
  2046.                 <control type="image">
  2047.                     <posx>8</posx>
  2048.                     <posy>502</posy>
  2049.                     <width>584</width>
  2050.                     <height>464</height>
  2051.                     <aspectratio aligny="top">keep</aspectratio>
  2052.                     <fadetime>IconCrossfadeTime</fadetime>
  2053.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  2054.                 </control>
  2055.                 <control type="label">
  2056.                     <description>Season Title txt</description>
  2057.                     <posx>0</posx>
  2058.                     <posy>530</posy>
  2059.                     <width>600</width>
  2060.                     <height>15</height>
  2061.                     <label>$INFO[ListItem.Label]</label>
  2062.                     <align>center</align>
  2063.                     <aligny>center</aligny>
  2064.                     <font>font24_title</font>
  2065.                     <textcolor>white</textcolor>
  2066.                     <shadowcolor>black</shadowcolor>
  2067.                     <wrapmultiline>true</wrapmultiline>
  2068.                 </control>
  2069.                 <control type="label">
  2070.                     <description>Episode Count txt</description>
  2071.                     <posx>0</posx>
  2072.                     <posy>560</posy>
  2073.                     <width>600</width>
  2074.                     <height>15</height>
  2075.                     <label>$INFO[ListItem.Episode] $LOCALIZE[20453]</label>
  2076.                     <align>center</align>
  2077.                     <aligny>center</aligny>
  2078.                     <font>font16caps</font>
  2079.                     <textcolor>white</textcolor>
  2080.                     <shadowcolor>black</shadowcolor>
  2081.                     <wrapmultiline>true</wrapmultiline>
  2082.                 </control>
  2083.             </control>
  2084.             <control type="group">
  2085.                 <posx>50</posx>
  2086.                 <posy>60</posy>
  2087.                 <visible>Control.IsVisible(504) + Container.Content(Episodes)</visible>
  2088.                 <control type="label">
  2089.                     <description>Episode txt</description>
  2090.                     <posx>0</posx>
  2091.                     <posy>0</posy>
  2092.                     <width>600</width>
  2093.                     <height>15</height>
  2094.                     <label>$INFO[ListItem.Title]</label>
  2095.                     <align>center</align>
  2096.                     <aligny>center</aligny>
  2097.                     <font>font24_title</font>
  2098.                     <textcolor>white</textcolor>
  2099.                     <shadowcolor>black</shadowcolor>
  2100.                     <wrapmultiline>true</wrapmultiline>
  2101.                 </control>
  2102.                 <control type="image">
  2103.                     <posx>0</posx>
  2104.                     <posy>40</posy>
  2105.                     <width>600</width>
  2106.                     <height>320</height>
  2107.                     <aspectratio aligny="bottom">keep</aspectratio>
  2108.                     <fadetime>IconCrossfadeTime</fadetime>
  2109.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  2110.                     <bordertexture background="true" border="8">ThumbShadow.png</bordertexture>
  2111.                     <bordersize>8</bordersize>
  2112.                 </control>
  2113.                 <control type="image">
  2114.                     <posx>8</posx>
  2115.                     <posy>352</posy>
  2116.                     <width>584</width>
  2117.                     <height>304</height>
  2118.                     <aspectratio aligny="top">keep</aspectratio>
  2119.                     <fadetime>IconCrossfadeTime</fadetime>
  2120.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  2121.                 </control>
  2122.                 <control type="group">
  2123.                     <posy>200</posy>
  2124.                     <control type="grouplist">
  2125.                         <description>Media Codec Flagging Images</description>
  2126.                         <posx>0</posx>
  2127.                         <posy>160</posy>
  2128.                         <width>600</width>
  2129.                         <align>center</align>
  2130.                         <itemgap>0</itemgap>
  2131.                         <orientation>horizontal</orientation>
  2132.                         <include>VideoCodecFlaggingConditions</include>
  2133.                         <include>AudioCodecFlaggingConditions</include>
  2134.                         <include>AspectCodecFlaggingConditions</include>
  2135.                         <include>VideoTypeHackFlaggingConditions</include>
  2136.                     </control>
  2137.                     <control type="image">
  2138.                         <posx>0</posx>
  2139.                         <posy>200</posy>
  2140.                         <width>600</width>
  2141.                         <height>4</height>
  2142.                         <texture>separator.png</texture>
  2143.                     </control>
  2144.                     <control type="label">
  2145.                         <description>Aired txt</description>
  2146.                         <posx>150</posx>
  2147.                         <posy>210</posy>
  2148.                         <width>140</width>
  2149.                         <height>25</height>
  2150.                         <label>$LOCALIZE[31322]:</label>
  2151.                         <align>right</align>
  2152.                         <aligny>center</aligny>
  2153.                         <font>font13_title</font>
  2154.                         <textcolor>blue</textcolor>
  2155.                     </control>
  2156.                     <control type="label">
  2157.                         <description>Aired Value</description>
  2158.                         <posx>160</posx>
  2159.                         <posy>210</posy>
  2160.                         <width>440</width>
  2161.                         <height>25</height>
  2162.                         <label fallback="416">$INFO[listitem.premiered]</label>
  2163.                         <align>left</align>
  2164.                         <aligny>center</aligny>
  2165.                         <font>font13</font>
  2166.                         <scroll>true</scroll>
  2167.                     </control>
  2168.                     <control type="label">
  2169.                         <description>Episode txt</description>
  2170.                         <posx>150</posx>
  2171.                         <posy>235</posy>
  2172.                         <width>140</width>
  2173.                         <height>25</height>
  2174.                         <label>$LOCALIZE[20359]:</label>
  2175.                         <align>right</align>
  2176.                         <aligny>center</aligny>
  2177.                         <font>font13_title</font>
  2178.                         <textcolor>blue</textcolor>
  2179.                     </control>
  2180.                     <control type="label">
  2181.                         <description>Genre Value</description>
  2182.                         <posx>160</posx>
  2183.                         <posy>235</posy>
  2184.                         <width>440</width>
  2185.                         <height>25</height>
  2186.                         <label fallback="416">$INFO[listitem.Season,,x]$INFO[listitem.Episode]</label>
  2187.                         <align>left</align>
  2188.                         <aligny>center</aligny>
  2189.                         <font>font13</font>
  2190.                         <scroll>true</scroll>
  2191.                     </control>
  2192.                     <control type="image">
  2193.                         <posx>0</posx>
  2194.                         <posy>272</posy>
  2195.                         <width>550</width>
  2196.                         <height>4</height>
  2197.                         <texture>separator.png</texture>
  2198.                     </control>
  2199.                     <control type="textbox">
  2200.                         <description>Description Value for Episodes</description>
  2201.                         <posx>0</posx>
  2202.                         <posy>290</posy>
  2203.                         <width>600</width>
  2204.                         <height>120</height>
  2205.                         <font>font12</font>
  2206.                         <align>justify</align>
  2207.                         <textcolor>white</textcolor>
  2208.                         <label>$INFO[ListItem.Plot]</label>
  2209.                         <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  2210.                     </control>
  2211.                 </control>
  2212.             </control>
  2213.         </control>
  2214.     </include>
  2215. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement