Advertisement
Guest User

DialogVideoInfo

a guest
Jul 9th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 47.96 KB | None | 0 0
  1. <window id="2003">
  2.     <defaultcontrol always="true">8</defaultcontrol>
  3.     <allowoverlay>no</allowoverlay>
  4.  
  5.     <controls>
  6.            
  7.         <control type="group">
  8.             <visible>!Window.IsVisible(FileBrowser)</visible>
  9.             <animation effect="fade" start="0" end="100" time="400" >WindowOpen</animation>
  10.             <animation effect="fade" start="100" end="0" time="400" delay="200" >WindowClose</animation>
  11.            
  12.         <!--    <control type="image">
  13.                 <posx>0</posx>
  14.                 <posy>0</posy>
  15.                 <width>1280</width>
  16.                 <height>720</height>
  17.                 <colordiffuse>mainblue</colordiffuse>
  18.                 <texture>DialogBackwht.png</texture>
  19.             </control>-->
  20.             <control type="image">
  21.                 <posx>0</posx>
  22.                 <posy>0</posy>
  23.                 <width>1300</width>
  24.                 <height>720</height>
  25.                 <colordiffuse>black</colordiffuse>
  26.                 <texture >background-solid.png</texture>
  27.             </control>
  28.                
  29.            
  30.         </control>
  31.         <control type="group">
  32.             <visible>!Window.IsVisible(FileBrowser)</visible>
  33.             <animation effect="fade" start="0" end="100" time="400" >WindowOpen</animation>
  34.             <animation effect="fade" start="100" end="0" time="400" delay="200" >WindowClose</animation>
  35.    
  36.             <control type="group">
  37.                 <animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation>
  38.                 <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
  39.                 <control type="label">
  40.                     <description>header label</description>
  41.                     <posx>20</posx>
  42.                     <posy>30</posy>
  43.                     <width>750</width>
  44.                     <height>30</height>
  45.                     <font>Font_Bartowski_Title_Movie</font>
  46.                     <label>[B]$INFO[Listitem.Title][/B]</label>
  47.                     <align>center</align>
  48.                     <aligny>center</aligny>
  49.                     <textcolor>mainblue</textcolor>
  50.                     <visible>Container.Content(movies) | Container.Content(videos) | Container.Content(music)] + !Control.HasFocus(12) </visible>
  51.                 </control>
  52.  
  53.                 <control type="label">
  54.                     <posx>20</posx>
  55.                     <posy>65</posy>
  56.                     <width>750</width>
  57.                     <height>30</height>
  58.                     <font>Font_Neon_20</font>
  59.                     <align>center</align>
  60.                     <textcolor>white</textcolor>
  61.                     <label>"$INFO[ListItem.TagLine]"</label>
  62.                     <visible>!IsEmpty(ListItem.TagLine) + !Control.HasFocus(12) + !Control.HasFocus(14) </visible>
  63.                 </control>
  64.                 <include>VideoInfo_Next_Aired</include>
  65.                 <control type="image">
  66.                     <posx>20</posx>
  67.                     <posy>90</posy>
  68.                     <width>720</width>
  69.                     <height>4</height>
  70.                     <aspectratio>stretch</aspectratio>
  71.                     <colordiffuse>mainblue</colordiffuse>
  72.                     <texture>separator2.png</texture>
  73.                     <visible>Container.Content(movies) | Container.Content(videos) | Container.Content(music)] + !Control.HasFocus(12) + !Control.HasFocus(14)</visible>
  74.                 </control>
  75.                
  76.                
  77.                
  78.                 <control type="grouplist">
  79.                     <description>Media Codec Flagging Images</description>
  80.                     <posx>65</posx>
  81.                     <posy>410</posy>
  82.                     <width>490</width>
  83.                     <align>center</align>
  84.                     <itemgap>0</itemgap>
  85.                     <orientation>horizontal</orientation>
  86.                     <include>VisibleFadeEffect</include>
  87.                     <visible>!Control.IsVisible(50) + [Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
  88.                     <include>VideoCodecFlaggingConditions</include>
  89.                     <include>AudioCodecFlaggingConditions</include>
  90.                     <include>AspectCodecFlaggingConditions</include>
  91.                 </control>
  92.         <!-- Logo / Thumb / Landscape Icons -->
  93.                 <control type="group">
  94.                     <visible>Control.HasFocus(14) + Container.Content(tvshows)</visible>
  95.                     <include>VisibleFadeEffect</include>
  96.                    
  97.                     <control type="label">
  98.                         <posx>230</posx>
  99.                         <posy>25</posy>
  100.                         <font>Font_Neon_24</font>
  101.                         <label>[COLOR=mainblue]"logo.png"[/COLOR]</label>
  102.                     </control>
  103.                     <control type="image">
  104.                         <posx>80</posx>
  105.                         <posy>55</posy>
  106.                         <width>400</width>
  107.                         <height>155</height>
  108.                         <texture>$INFO[ListItem.FilenameAndPath]logo.png</texture>
  109.                         <fadetime>100</fadetime>
  110.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  111.                         <bordersize>5</bordersize>
  112.                         <aspectratio scalediffuse="false">keep</aspectratio>
  113.                     </control>
  114.                     <control type="label">
  115.                         <posx>220</posx>
  116.                         <posy>210</posy>
  117.                         <font>Font_Neon_24</font>
  118.                         <label>[COLOR=mainblue]"clearart.png"[/COLOR]</label>
  119.                     </control>
  120.                     <control type="image">
  121.                         <posx>80</posx>
  122.                         <posy>240</posy>
  123.                         <width>400</width>
  124.                         <height>225</height>
  125.                         <texture>$INFO[ListItem.FilenameAndPath]clearart.png</texture>
  126.                         <fadetime>100</fadetime>
  127.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  128.                         <bordersize>5</bordersize>
  129.                         <aspectratio scalediffuse="false">keep</aspectratio>
  130.                     </control>
  131.                     <control type="label">
  132.                         <posx>630</posx>
  133.                         <posy>25</posy>
  134.                         <font>Font_Neon_24</font>
  135.                         <label>[COLOR=mainblue]"poster.jpg"[/COLOR]</label>
  136.                     </control>
  137.                     <control type="image">
  138.                         <posx>550</posx>
  139.                         <posy>-20</posy>
  140.                         <width>275</width>
  141.                         <height>550</height>
  142.                         <aspectratio align="center" aligny="center">keep</aspectratio>
  143.                         <texture>$INFO[ListItem.FilenameAndPath]poster.jpg</texture>
  144.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  145.                         <bordersize>5</bordersize>
  146.                     </control>
  147.                     <control type="image">
  148.                         <posx>870</posx>
  149.                         <posy>30</posy>
  150.                         <width>380</width>
  151.                         <height>197</height>
  152.                         <colordiffuse>mainblue</colordiffuse>
  153.                         <texture>dialog.png</texture>
  154.                     </control>
  155.                     <control type="label">
  156.                         <posx>880</posx>
  157.                         <posy>40</posy>
  158.                         <width>360</width>
  159.                         <align>center</align>
  160.                         <font>Font_Neon_30</font>
  161.                         <label>[COLOR=mainblue]Installed Artwork[/COLOR]</label>
  162.                     </control>
  163.                     <control type="image">
  164.                         <posx>880</posx>
  165.                         <posy>70</posy>
  166.                         <width>340</width>
  167.                         <height>2</height>
  168.                         <aspectratio>stretch</aspectratio>
  169.                         <colordiffuse>mainblue</colordiffuse>
  170.                         <texture>separator2.png</texture>
  171.                     </control>
  172.                     <control type="label">
  173.                         <posx>895</posx>
  174.                         <posy>75</posy>
  175.                         <width>330</width>
  176.                         <align>left</align>
  177.                         <font>Font_Neon_22</font>
  178.                         <label>31978</label>
  179.                         <wrapmultiline>true</wrapmultiline>
  180.                     </control>
  181.                     <control type="label">
  182.                         <posx>980</posx>
  183.                         <posy>235</posy>
  184.                         <font>Font_Neon_24</font>
  185.                         <label>[COLOR=mainblue]"landscape.jpg"[/COLOR]</label>
  186.                     </control>
  187.                     <control type="image">
  188.                         <posx>880</posx>
  189.                         <posy>265</posy>
  190.                         <width>350</width>
  191.                         <height>197</height>
  192.                         <align>center</align>
  193.                         <texture>$INFO[ListItem.FilenameAndPath]landscape.jpg</texture>
  194.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  195.                         <bordersize>5</bordersize>
  196.                         <fadetime>100</fadetime>
  197.                     </control>
  198.                    
  199.                    
  200.                     <control type="label">
  201.                         <posx>100</posx>
  202.                         <posy>535</posy>
  203.                         <font>Font_Neon_24</font>
  204.                         <label>[COLOR=mainblue]"banner.jpg"[/COLOR]</label>
  205.                     </control>
  206.                     <control type="image">
  207.                         <posx>255</posx>
  208.                         <posy>485</posy>
  209.                         <width>768</width>
  210.                         <height>150</height>
  211.                         <align>center</align>
  212.                         <texture>$INFO[ListItem.FilenameAndPath]banner.jpg</texture>
  213.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  214.                         <bordersize>5</bordersize>
  215.                         <fadetime>100</fadetime>
  216.                     </control>
  217.                 </control>
  218.            
  219.             <control type="group">
  220.                     <visible>Control.HasFocus(12)</visible>
  221.                     <posy>90</posy>
  222.                     <posx>387</posx>
  223.                     <include>VisibleFadeEffect</include>
  224.                     <control type="image" id="328">
  225.                         <description>Current Fanart image</description>
  226.                         <posx>-250</posx>
  227.                         <posy>-40</posy>
  228.                         <width>1000</width>
  229.                         <height>562</height>
  230.                         <texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
  231.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  232.                         <bordersize>4</bordersize>
  233.                         <aspectratio>keep</aspectratio>
  234.                         <visible>!IsEmpty(Listitem.Property(Fanart_Image))</visible>
  235.                     </control>
  236.                     <control type="group">
  237.                         <visible>IsEmpty(Listitem.Property(Fanart_Image))</visible>
  238.  
  239.                         <control type="label">
  240.                             <posx>0</posx>
  241.                             <posy>0</posy>
  242.                             <width>675</width>
  243.                             <height>380</height>
  244.                             <font>font30caps_title</font>
  245.                             <textcolor>white</textcolor>
  246.                             <shadowcolor>black</shadowcolor>
  247.                             <align>center</align>
  248.                             <aligny>center</aligny>
  249.                             <label>31311</label>
  250.                         </control>
  251.                     </control>
  252.                 </control>
  253.                 <control type="group"><!--movies-->
  254.                     <visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + !Control.HasFocus(12)</visible>
  255.                     <posy>40</posy>
  256.                     <posx>260</posx>
  257.                     <include>VisibleFadeEffect</include>
  258.                     <control type="textbox" id="400">
  259.                         <description>Description Value for Movies</description>
  260.                         <posx>-220</posx>
  261.                         <posy>410</posy>
  262.                         <width>730</width>
  263.                         <height>180</height>
  264.                         <font>Font_RSS_Unicode</font>
  265.                         <align>justify</align>
  266.                         <textcolor>white</textcolor>
  267.                         <pagecontrol>61</pagecontrol>
  268.                         <label>$INFO[ListItem.Plot]</label>
  269.                         <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
  270.                        
  271.                     </control>
  272.                    
  273.                     <!-- Movie Poster -->
  274.                    
  275.                     <control type="group">
  276.                         <posx>750</posx>
  277.                         <posy>-20</posy>
  278.                         <visible>IsEmpty(Control.GetLabel(9170)) + IsEmpty(Control.GetLabel(9171))</visible>
  279.                         <!-- Movie Poster -->
  280.                         <control type="image" id="200300">
  281.                             <visible>false</visible>
  282.                         </control>
  283.                         <control type="image" id="200300">
  284.                             <posx>-135</posx>
  285.                             <posy>0</posy>
  286.                             <height>580</height>
  287.                             <width>387</width>
  288.                             <texture background="true" diffuse="postermatte.png">$INFO[ListItem.Path,,movie.tbn]</texture>
  289.                             <fadetime>200</fadetime>
  290.                             <aspectratio scalediffuse="false">stretch</aspectratio>
  291.                         </control>
  292.                         <control type="image" id="200301">
  293.                             <visible>false</visible>
  294.                         </control>
  295.                         <control type="image" id="200301">
  296.                             <posx>-135</posx>
  297.                             <posy>0</posy>
  298.                             <height>580</height>
  299.                             <width>387</width>
  300.                             <texture background="true" diffuse="postermatte.png">$INFO[ListItem.Path,,movie.tbn]</texture>
  301.                             <fadetime>200</fadetime>
  302.                             <aspectratio scalediffuse="false">stretch</aspectratio>
  303.                         </control>
  304.                         <control type="image" id="200302">
  305.                             <visible>false</visible>
  306.                         </control>
  307.                         <control type="image" id="200302">
  308.                             <posx>-155</posx>
  309.                             <posy>-30</posy>
  310.                             <height>630</height>
  311.                             <width>420</width>
  312.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  313.                             <fadetime>200</fadetime>
  314.                             <bordertexture border="8">ThumbShadow.png</bordertexture>
  315.                             <bordersize>8</bordersize>
  316.                             <aspectratio scalediffuse="false">keep</aspectratio>
  317.                             <visible>!Container.Content(episodes) + IsEmpty(Control.GetLabel(200300)) + IsEmpty(Control.GetLabel(200301))</visible>
  318.                         </control>
  319.                     <!--    <control type="image">
  320.                             <posx>-160</posx>
  321.                             <posy>-25</posy>
  322.                             <width>450</width>
  323.                             <height>650</height>
  324.                             <texture>posterframeF.png</texture>
  325.                         </control> -->
  326.                         <control type="image">
  327.                             <posx>-147</posx>
  328.                             <posy>573</posy>
  329.                             <width>405</width>
  330.                             <height>630</height>
  331.                             <aspectratio aligny="top">keep</aspectratio>
  332.                             <fadetime>IconCrossfadeTime</fadetime>
  333.                             <texture diffuse="diffuse_mirror3.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  334.                         </control>
  335.                     </control>
  336.                 <!--    <control type="group">
  337.                         <posx>-240</posx>
  338.                         <posy>345</posy>
  339.                         <width>490</width>
  340.                         <align>left</align>
  341.                         <include>VideoMPAAFlaggingConditions</include>
  342.                     </control> -->
  343.                     <control type="grouplist">
  344.                         <description>Movie Codec Flagging Images</description>
  345.                         <posx>-100</posx>
  346.                         <posy>340</posy>
  347.                         <width>490</width>
  348.                         <align>center</align>
  349.                         <itemgap>0</itemgap>
  350.                         <orientation>horizontal</orientation>
  351.                         <!-- <include>VideoMPAAFlaggingConditions</include> -->
  352.                         <include>VisibleFadeEffect</include>
  353.                         <include>VideoCodecFlaggingConditions</include>
  354.                         <include>AudioCodecFlaggingConditions</include>
  355.                         <include>AspectCodecFlaggingConditions</include>
  356.                         <include>VideoTypeHackFlaggingConditions</include>
  357.                         <include>StudioFlags</include>
  358.                     </control>
  359.                    
  360.                    
  361.                     <control type="list" id="49">
  362.                         <posx>-310</posx>
  363.                         <posy>60</posy>
  364.                         <width>900</width>
  365.                         <height>330</height>
  366.                         <onleft>49</onleft>
  367.                         <onright>49</onright>
  368.                         <onup>9000</onup>
  369.                         <ondown>61</ondown>
  370.                         <pagecontrol>-</pagecontrol>
  371.                         <scrolltime>200</scrolltime>
  372.                         <animation effect="fade" start="0" end="100" time="400" condition="!Control.IsVisible(50)">conditional</animation>
  373.                         <animation effect="fade" start="0" end="100" time="400" >WindowOpen</animation>
  374.                         <animation effect="fade" start="100" end="0" time="400" delay="200" >WindowClose</animation>
  375.                         <itemlayout height="30">
  376.                             <control type="label">
  377.                                 <posx>170</posx>
  378.                                 <posy>0</posy>
  379.                                 <width>160</width>
  380.                                 <height>30</height>
  381.                                 <font>Font_Neon_25</font>
  382.                                 <align>right</align>
  383.                                 <aligny>center</aligny>
  384.                                 <textcolor>mainblue</textcolor>
  385.                                 <selectedcolor>selected</selectedcolor>
  386.                                 <info>ListItem.Label</info>
  387.                             </control>
  388.                             <control type="label">
  389.                                 <posx>180</posx>
  390.                                 <posy>2</posy>
  391.                                 <width>640</width>
  392.                                 <height>30</height>
  393.                                 <font>Font_Neon_20_title</font>
  394.                                 <align>left</align>
  395.                                 <aligny>center</aligny>
  396.                                 <textcolor>white</textcolor>
  397.                                 <selectedcolor>white</selectedcolor>
  398.                                 <info>ListItem.Label2</info>
  399.                                 <scroll>true</scroll>
  400.                                 <scrollspeed>30</scrollspeed>
  401.  
  402.  
  403.                             </control>
  404.                         </itemlayout>
  405.                         <focusedlayout height="30">
  406.                             <control type="image">
  407.                                 <posx>0</posx>
  408.                                 <posy>0</posy>
  409.                                 <width>740</width>
  410.                                 <height>30</height>
  411.                                 <visible>Control.HasFocus(49)</visible>
  412.                                 <colordiffuse>mainblue</colordiffuse>
  413.                                 <texture>button-focus.png</texture>
  414.                                 <include>VisibleFadeEffect</include>
  415.                             </control>
  416.                             <control type="label">
  417.                                 <posx>170</posx>
  418.                                 <posy>0</posy>
  419.                                 <width>160</width>
  420.                                 <height>30</height>
  421.                                 <font>Font_Neon_25</font>
  422.                                 <align>right</align>
  423.                                 <aligny>center</aligny>
  424.                                 <textcolor>mainblue</textcolor>
  425.                                 <selectedcolor>selected</selectedcolor>
  426.                                 <info>ListItem.Label</info>
  427.                             </control>
  428.                             <control type="label">
  429.                                 <posx>180</posx>
  430.                                 <posy>2</posy>
  431.                                 <width>540</width>
  432.                                 <height>30</height>
  433.                                 <font>Font_Neon_20_title</font>
  434.                                 <align>left</align>
  435.                                 <aligny>center</aligny>
  436.                                 <textcolor>white</textcolor>
  437.                                 <selectedcolor>white</selectedcolor>
  438.                                 <info>ListItem.Label2</info>
  439.                             </control>
  440.                         </focusedlayout>
  441.                         <content>
  442.                             <item>
  443.                                 <label>$LOCALIZE[20339]:</label>
  444.                                 <label2>$INFO[ListItem.Director]</label2>
  445.                                 <onclick>-</onclick>
  446.                                 <visible>!IsEmpty(ListItem.Director)</visible>
  447.                             </item>
  448.                             <item>
  449.                                 <label>$LOCALIZE[20417]:</label>
  450.                                 <label2>$INFO[ListItem.Writer]</label2>
  451.                                 <onclick>-</onclick>
  452.                                 <visible>!IsEmpty(ListItem.Writer)</visible>
  453.                             </item>
  454.                             <item>
  455.                                 <label>$LOCALIZE[572]:</label>
  456.                                 <label2>$INFO[ListItem.Studio]</label2>
  457.                                 <onclick>-</onclick>
  458.                                 <visible>!IsEmpty(ListItem.Studio)</visible>
  459.                             </item>
  460.                             <item>
  461.                                 <label>$LOCALIZE[515]:</label>
  462.                                 <label2>$INFO[ListItem.Genre]</label2>
  463.                                 <onclick>-</onclick>
  464.                                 <visible>!IsEmpty(ListItem.Genre)</visible>
  465.                             </item>
  466.                             <item>
  467.                                 <label>$LOCALIZE[562]:</label>
  468.                                 <label2>$INFO[ListItem.Year]</label2>
  469.                                 <onclick>-</onclick>
  470.                                 <visible>!IsEmpty(ListItem.Year)</visible>
  471.                             </item>
  472.                             <item>
  473.                                 <label>$LOCALIZE[2050]:</label>
  474.                                 <label2>$INFO[ListItem.Duration]</label2>
  475.                                 <onclick>-</onclick>
  476.                                 <visible>!IsEmpty(ListItem.Duration)</visible>
  477.                             </item>
  478.                             <item>
  479.                                 <label>$LOCALIZE[563]:</label>
  480.                                 <label2>$INFO[ListItem.RatingAndVotes]</label2>
  481.                                 <onclick>-</onclick>
  482.                                 <visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
  483.                             </item>
  484.  
  485.                             <item>
  486.                                 <label>MPAA:</label>
  487.                                 <label2>$INFO[ListItem.mpaa]</label2>
  488.                                 <onclick>-</onclick>
  489.                                 <visible>!IsEmpty(ListItem.mpaa)</visible>
  490.                             </item>
  491.                             <item>
  492.                                 <label>$LOCALIZE[15311]</label>
  493.                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
  494.                                 <onclick>-</onclick>
  495.                                 <visible>!IsEmpty(ListItem.FilenameAndPath) + Skin.HasSetting(showpathininfo)</visible>
  496.                             </item>
  497.                         </content>
  498.                     </control>
  499.                     <control type="image">
  500.                         <posx>-210</posx>
  501.                         <posy>385</posy>
  502.                         <width>720</width>
  503.                         <height>4</height>
  504.                         <aspectratio>stretch</aspectratio>
  505.                         <colordiffuse>mainblue</colordiffuse>
  506.                         <texture>separator2.png</texture>
  507.                     </control>
  508.                 </control>
  509.                 <control type="group"><!--TV SHOWS-->
  510.                     <visible>Container.Content(TVShows) + !Control.HasFocus(12) +!Control.HasFocus(14)</visible>
  511.                     <posy>40</posy>
  512.                     <posx>130</posx>
  513.                     <include>VisibleFadeEffect</include>
  514.                     <animation effect="fade" start="0" end="100" time="650" condition="!Control.IsVisible(50)">conditional</animation> -->
  515.                     <animation effect="fade" start="0" end="90" time="400" >WindowOpen</animation>
  516.                     <animation effect="fade" start="90" end="0" time="400" delay="200" >WindowClose</animation>
  517.                     <control type="list" id="49">
  518.                         <posx>-300</posx>
  519.                         <posy>100</posy>
  520.                         <width>1440</width>
  521.                         <height>330</height>
  522.                         <onleft>49</onleft>
  523.                         <onright>49</onright>
  524.                         <onup>9000</onup>
  525.                         <ondown>61</ondown>
  526.                         <pagecontrol>-</pagecontrol>
  527.                         <scrolltime>200</scrolltime>
  528.                         <itemlayout height="30">
  529.                             <control type="label">
  530.                                 <posx>305</posx>
  531.                                 <posy>0</posy>
  532.                                 <width>160</width>
  533.                                 <height>30</height>
  534.                                 <font>Font_Neon_25</font>
  535.                                 <align>right</align>
  536.                                 <aligny>center</aligny>
  537.                                 <textcolor>mainblue</textcolor>
  538.                                 <selectedcolor>selected</selectedcolor>
  539.                                 <info>ListItem.Label</info>
  540.                             </control>
  541.                             <control type="label">
  542.                                 <posx>315</posx>
  543.                                 <posy>2</posy>
  544.                                 <width>380</width>
  545.                                 <height>30</height>
  546.                                 <font>Font_Neon_20_title</font>
  547.                                 <align>left</align>
  548.                                 <aligny>center</aligny>
  549.                                 <textcolor>white</textcolor>
  550.                                 <selectedcolor>white</selectedcolor>
  551.                                 <info>ListItem.Label2</info>
  552.                             </control>
  553.                         </itemlayout>
  554.                         <focusedlayout height="30">
  555.                             <control type="image">
  556.                                 <posx>0</posx>
  557.                                 <posy>0</posy>
  558.                                 <width>840</width>
  559.                                 <height>30</height>
  560.                                 <visible>Control.HasFocus(49)</visible>
  561.                                 <colordiffuse>mainblue</colordiffuse>
  562.                                 <texture>button-focus.png</texture>
  563.                                 <include>VisibleFadeEffect</include>
  564.                             </control>
  565.                             <control type="label">
  566.                                 <posx>305</posx>
  567.                                 <posy>0</posy>
  568.                                 <width>160</width>
  569.                                 <height>30</height>
  570.                                 <font>Font_Neon_25</font>
  571.                                 <align>right</align>
  572.                                 <aligny>center</aligny>
  573.                                 <textcolor>mainblue</textcolor>
  574.                                 <selectedcolor>selected</selectedcolor>
  575.                                 <info>ListItem.Label</info>
  576.                             </control>
  577.                             <control type="label">
  578.                                 <posx>315</posx>
  579.                                 <posy>2</posy>
  580.                                 <width>665</width>
  581.                                 <height>30</height>
  582.                                 <font>Font_Neon_20_title</font>
  583.                                 <align>left</align>
  584.                                 <aligny>center</aligny>
  585.                                 <textcolor>white</textcolor>
  586.                                 <selectedcolor>white</selectedcolor>
  587.                                 <info>ListItem.Label2</info>
  588.                             </control>
  589.                         </focusedlayout>
  590.                         <content>
  591.                             <item>
  592.                                 <label>$LOCALIZE[20360]:</label>
  593.                                 <label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
  594.                                 <onclick>-</onclick>
  595.                                 <visible>!IsEmpty(ListItem.Episode)</visible>
  596.                             </item>
  597.                             <item>
  598.                                 <label>$LOCALIZE[20416]:</label>
  599.                                 <label2>$INFO[ListItem.Premiered]</label2>
  600.                                 <onclick>-</onclick>
  601.                                 <visible>!IsEmpty(ListItem.Premiered)</visible>
  602.                             </item>
  603.                             <item>
  604.                                 <label>$LOCALIZE[515]:</label>
  605.                                 <label2>$INFO[ListItem.Genre]</label2>
  606.                                 <onclick>-</onclick>
  607.                                 <visible>!IsEmpty(ListItem.Genre)</visible>
  608.                             </item>
  609.                             <item>
  610.                                 <label>$LOCALIZE[562]:</label>
  611.                                 <label2>$INFO[ListItem.Year]</label2>
  612.                                 <onclick>-</onclick>
  613.                                 <visible>!IsEmpty(ListItem.Year)</visible>
  614.                             </item>
  615.                             <item>
  616.                                 <label>$LOCALIZE[563]:</label>
  617.                                 <label2>$INFO[ListItem.Rating]</label2>
  618.                                 <onclick>-</onclick>
  619.                                 <visible>!IsEmpty(ListItem.Rating)</visible>
  620.                             </item>
  621.                             <item>
  622.                                 <label>$LOCALIZE[15311]</label>
  623.                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
  624.                                 <onclick>-</onclick>
  625.                                 <visible>!IsEmpty(ListItem.FilenameAndPath) + Skin.HasSetting(showpathininfo)</visible>
  626.                             </item>
  627.                         </content>
  628.                     </control>
  629.         <!-- TV Poster -->
  630.                 <!--    <control type="image">
  631.                         <posx>430</posx>
  632.                         <posy>0</posy>
  633.                         <width>490</width>
  634.                         <height>360</height>
  635.                         <aspectratio align="center" aligny="center">keep</aspectratio>
  636.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  637.                         <bordertexture border="8">common/thumb_border.png</bordertexture>
  638.                         <bordersize>8</bordersize>
  639.                         <visible>!Container.Content(Genres)</visible>
  640.                         <visible>!Container.Content(movies)</visible>
  641.                     </control> -->
  642.                    
  643.                     <control type="image" id="7019">
  644.                         <posx>20</posx>
  645.                         <posy>0</posy>
  646.                         <width>230</width>
  647.                         <height>89</height>
  648.                         <texture background="true">$INFO[ListItem.FilenameAndPath]logo.png</texture>
  649.                         <fadetime>100</fadetime>
  650.                         <aspectratio scalediffuse="false">stretch</aspectratio>
  651.                     </control>
  652.                    
  653.                    
  654.                 <!--<control type="image">
  655.                         <posx>450</posx>
  656.                         <posy>20</posy>
  657.                         <width>600</width>
  658.                         <height>339</height>
  659.                         <align>center</align>
  660.                         <texture background="true">$INFO[ListItem.FilenameAndPath]landscape.jpg</texture>
  661.                         <fadetime>100</fadetime>
  662.                     </control> -->
  663.                     <control type="image">
  664.                         <posx>450</posx>
  665.                         <posy>10</posy>
  666.                         <width>650</width>
  667.                         <height>339</height>
  668.                         <align>center</align>
  669.                         <texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
  670.                         <fadetime>100</fadetime>
  671.                         <visible>!Container.Content(movies) + !Container.Content(Genres) + Control.IsVisible(50) | !Control.IsVisible(50) </visible>
  672.                        
  673.                     </control>
  674.                     <control type="image">
  675.                         <posx>130</posx>
  676.                         <posy>450</posy>
  677.                         <align>center</align>
  678.                         <texture background="true">$INFO[ListItem.FilenameAndPath]banner.jpg</texture>
  679.                         <fadetime>100</fadetime>
  680.                     </control>
  681.                     <!-- <control type="image">
  682.                         <posx>130</posx>
  683.                         <posy>450</posy>
  684.                         <width>759</width>
  685.                         <height>140</height>
  686.                         <aspectratio scalediffuse="false">stretch</aspectratio>
  687.                         <texture>black-back.png</texture>
  688.                         <fadetime>100</fadetime>
  689.                     </control> -->
  690.                     <control type="image">
  691.                         <posx>1070</posx>
  692.                         <posy>620</posy>
  693.                         <width>59</width>
  694.                         <height>40</height>
  695.                         <aspectratio>keep</aspectratio>
  696.                         <texture>$INFO[listitem.studio,extras/Studios/,.png]</texture>
  697.                     </control>
  698.                     <control type="textbox" id="400">
  699.                         <description>Description Value for TV Shows</description>
  700.                         <posx>-100</posx>
  701.                         <posy>290</posy>
  702.                         <width>500</width>
  703.                         <height>120</height>
  704.                         <font>Font_RSS_Unicode</font>
  705.                         <align>justify</align>
  706.                         <textcolor>white</textcolor>
  707.                         <pagecontrol>61</pagecontrol>
  708.                         <label>$INFO[ListItem.Plot]</label>
  709.                         <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
  710.                         <!-- JVB <animation effect="slide" start="0,0" end="0,700" time="200" delay="100" condition="Control.IsVisible(50)">conditional</animation> -->
  711.                         <animation effect="fade" start="0" end="90" time="400" >WindowOpen</animation>
  712.                         <animation effect="fade" start="90" end="0" time="400" delay="200" >WindowClose</animation>
  713.                         <visible>!container.content(movies) + !Control.HasFocus(12) + !Control.HasFocus(14) + !container.content(episodes)</visible>
  714.                     </control>
  715.                     <control type="label">
  716.                         <description>header label</description>
  717.                         <posx>-150</posx>
  718.                         <posy>10</posy>
  719.                         <width>700</width>
  720.                         <height>30</height>
  721.                         <font>Font_Bartowski_Title_TVShow</font>
  722.                         <label>[B]$INFO[Listitem.Title][/B]</label>
  723.                         <align>center</align>
  724.                         <aligny>center</aligny>
  725.                         <textcolor>mainblue</textcolor>
  726.                         <visible>IsEmpty(Control.GetLabel(7019))</visible>
  727.                     </control>
  728.                     <control type="image" id="7017">
  729.                         <visible>Container.Content(tvshows)</visible>
  730.                         <posx>160</posx>
  731.                         <posy>300</posy>
  732.                         <width>230</width>
  733.                         <height>89</height>
  734.                         <texture background="true">$INFO[ListItem.path]logo.png</texture>
  735.                         <fadetime>100</fadetime>
  736.                         <aspectratio scalediffuse="false">stretch</aspectratio>
  737.                     </control>
  738.                    
  739.  
  740.                     <control type="image">
  741.                         <posx>-65</posx>
  742.                         <posy>420</posy>
  743.                         <width>1140</width>
  744.                         <height>4</height>
  745.                         <aspectratio>stretch</aspectratio>
  746.                         <colordiffuse>mainblue</colordiffuse>
  747.                         <texture>separator2.png</texture>
  748.                     </control>
  749.                 </control>
  750.                 <control type="group"><!--Episodes-->
  751.                     <visible>container.content(episodes) + !Control.HasFocus(12) + !Control.HasFocus(14) </visible>
  752.                     <posy>90</posy>
  753.                     <posx>210</posx>
  754.                     <include>VisibleFadeEffect</include>
  755.                     <!-- <animation effect="slide" end="-1800,0" time="200" delay="200" condition="Control.IsVisible(50)">conditional</animation> -->
  756.                     <animation effect="fade" start="0" end="100" time="400" >WindowOpen</animation>
  757.                     <animation effect="fade" start="100" end="0" time="400" delay="200" >WindowClose</animation>
  758.                     <control type="image">
  759.                         <posx>-90</posx>
  760.                         <posy>40</posy>
  761.                         <width>380</width>
  762.                         <height>250</height>
  763.                         <aspectratio aligny="bottom">keep</aspectratio>
  764.                         <bordertexture>button-nofocus.png</bordertexture>
  765.                         <bordersize>4</bordersize>
  766.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  767.                         <visible>!Control.IsVisible(50)</visible>
  768.                     </control>
  769.  
  770.                     <control type="list" id="49">
  771.                         <visible>!Control.IsVisible(50)</visible>
  772.                         <posx>240</posx>
  773.                         <posy>20</posy>
  774.                         <width>1040</width>
  775.                         <height>330</height>
  776.                         <onleft>49</onleft>
  777.                         <onright>49</onright>
  778.                         <onup>9000</onup>
  779.                         <ondown>61</ondown>
  780.                         <pagecontrol>-</pagecontrol>
  781.                         <scrolltime>200</scrolltime>
  782.                         <itemlayout height="30">
  783.                             <control type="label">
  784.                                 <posx>170</posx>
  785.                                 <posy>0</posy>
  786.                                 <width>160</width>
  787.                                 <height>30</height>
  788.                                 <font>Font_Neon_25</font>
  789.                                 <align>right</align>
  790.                                 <aligny>center</aligny>
  791.                                 <textcolor>mainblue</textcolor>
  792.                                 <selectedcolor>selected</selectedcolor>
  793.                                 <info>ListItem.Label</info>
  794.                             </control>
  795.                             <control type="label">
  796.                                 <posx>180</posx>
  797.                                 <posy>2</posy>
  798.                                 <width>1000</width>
  799.                                 <height>30</height>
  800.                                 <font>Font_Neon_20_title</font>
  801.                                 <align>left</align>
  802.                                 <aligny>center</aligny>
  803.                                 <textcolor>white</textcolor>
  804.                                 <selectedcolor>white</selectedcolor>
  805.                                 <info>ListItem.Label2</info>
  806.                             </control>
  807.                         </itemlayout>
  808.                         <focusedlayout height="30">
  809.                             <control type="image">
  810.                                 <posx>0</posx>
  811.                                 <posy>0</posy>
  812.                                 <width>640</width>
  813.                                 <height>30</height>
  814.                                 <visible>Control.HasFocus(49)</visible>
  815.                                 <colordiffuse>mainblue</colordiffuse>
  816.                                 <texture>button-focus.png</texture>
  817.                                 <include>VisibleFadeEffect</include>
  818.                             </control>
  819.                             <control type="label">
  820.                                 <posx>170</posx>
  821.                                 <posy>0</posy>
  822.                                 <width>160</width>
  823.                                 <height>30</height>
  824.                                 <font>Font_Neon_25</font>
  825.                                 <align>right</align>
  826.                                 <aligny>center</aligny>
  827.                                 <textcolor>mainblue</textcolor>
  828.                                 <selectedcolor>selected</selectedcolor>
  829.                                 <info>ListItem.Label</info>
  830.                             </control>
  831.                             <control type="label">
  832.                                 <posx>180</posx>
  833.                                 <posy>2</posy>
  834.                                 <width>1000</width>
  835.                                 <height>30</height>
  836.                                 <font>Font_Neon_20_title</font>
  837.                                 <align>left</align>
  838.                                 <aligny>center</aligny>
  839.                                 <textcolor>white</textcolor>
  840.                                 <selectedcolor>white</selectedcolor>
  841.                                 <info>ListItem.Label2</info>
  842.                             </control>
  843.                         </focusedlayout>
  844.                         <content>
  845.                             <item>
  846.                                 <label>$LOCALIZE[20364]:</label>
  847.                                 <label2>$INFO[ListItem.TVShowTitle]</label2>
  848.                                 <onclick>-</onclick>
  849.                                 <visible>!IsEmpty(ListItem.TVShowTitle)</visible>
  850.                             </item>
  851.                             <item>
  852.                                 <label>$LOCALIZE[20373]:</label>
  853.                                 <label2>$INFO[ListItem.Season]</label2>
  854.                                 <onclick>-</onclick>
  855.                                 <visible>!IsEmpty(ListItem.Season)</visible>
  856.                             </item>
  857.                             <item>
  858.                                 <label>$LOCALIZE[20359]:</label>
  859.                                 <label2>$INFO[ListItem.Episode]</label2>
  860.                                 <onclick>-</onclick>
  861.                                 <visible>!IsEmpty(ListItem.Episode)</visible>
  862.                             </item>
  863.                             <item>
  864.                                 <label>$LOCALIZE[20416]:</label>
  865.                                 <label2>$INFO[ListItem.Premiered]</label2>
  866.                                 <onclick>-</onclick>
  867.                                 <visible>!IsEmpty(ListItem.Premiered)</visible>
  868.                             </item>
  869.                             <item>
  870.                                 <label>$LOCALIZE[515]:</label>
  871.                                 <label2>$INFO[ListItem.Genre]</label2>
  872.                                 <onclick>-</onclick>
  873.                                 <visible>!IsEmpty(ListItem.Genre)</visible>
  874.                             </item>
  875.                             <item>
  876.                                 <label>$LOCALIZE[20339]:</label>
  877.                                 <label2>$INFO[ListItem.Director]</label2>
  878.                                 <onclick>-</onclick>
  879.                                 <visible>!IsEmpty(ListItem.Director)</visible>
  880.                             </item>
  881.                             <item>
  882.                                 <label>$LOCALIZE[20417]:</label>
  883.                                 <label2>$INFO[ListItem.Writer]</label2>
  884.                                 <onclick>-</onclick>
  885.                                 <visible>!IsEmpty(ListItem.Writer)</visible>
  886.                             </item>
  887.                             <item>
  888.                                 <label>$LOCALIZE[562]:</label>
  889.                                 <label2>$INFO[ListItem.Year]</label2>
  890.                                 <onclick>-</onclick>
  891.                                 <visible>!IsEmpty(ListItem.Year)</visible>
  892.                             </item>
  893.                             <item>
  894.                                 <label>$LOCALIZE[2050]:</label>
  895.                                 <label2>$INFO[ListItem.Duration]</label2>
  896.                                 <onclick>-</onclick>
  897.                                 <visible>!IsEmpty(ListItem.Duration)</visible>
  898.                             </item>
  899.                             <item>
  900.                                 <label>$LOCALIZE[563]:</label>
  901.                                 <label2>$INFO[ListItem.Rating]</label2>
  902.                                 <onclick>-</onclick>
  903.                                 <visible>!IsEmpty(ListItem.Rating)</visible>
  904.                             </item>
  905.                             <item>
  906.                                 <label>$LOCALIZE[15311]</label>
  907.                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
  908.                                 <onclick>-</onclick>
  909.                                 <visible>!IsEmpty(ListItem.FilenameAndPath) + Skin.HasSetting(showpathininfo)</visible>
  910.                             </item>
  911.                         </content>
  912.                     </control>
  913.                     <control type="image">
  914.                         <posx>290</posx>
  915.                         <posy>370</posy>
  916.                         <width>740</width>
  917.                         <height>4</height>
  918.                         <colordiffuse>mainblue</colordiffuse>
  919.                         <aspectratio>stretch</aspectratio>
  920.                         <texture>separator2.png</texture>
  921.                     </control>
  922.                 </control>
  923.                 <control type="group"><!-- Musicvideos -->
  924.                     <posy>90</posy>
  925.                     <posx>210</posx>
  926.                     <include>VisibleFadeEffect</include>
  927.                     <visible>container.content(musicvideos) + !Control.HasFocus(12)</visible>
  928.                     <control type="image" id="7019">
  929.                         <posx>630</posx>
  930.                         <posy>230</posy>
  931.                         <width>350</width>
  932.                         <height>350</height>
  933.                         <texture background="true">$INFO[ListItem.path]logo.png</texture>
  934.                         <fadetime>100</fadetime>
  935.                         <aspectratio>keep</aspectratio>
  936.                     </control>
  937.                     <control type="label">
  938.                         <description>header label</description>
  939.                         <posx>-200</posx>
  940.                         <posy>-40</posy>
  941.                         <width>1000</width>
  942.                         <height>30</height>
  943.                         <font>Font_Bartowski_Title_TVShow</font>
  944.                         <label>[B]$INFO[Listitem.Title][/B]</label>
  945.                         <align>center</align>
  946.                         <aligny>center</aligny>
  947.                         <textcolor>mainblue</textcolor>
  948.                         <visible>IsEmpty(Control.GetLabel(7019))</visible>
  949.                     </control>
  950.                    
  951.                    
  952.                    
  953.                     <control type="image">
  954.                         <posx>-85</posx>
  955.                         <posy>-30</posy>
  956.                         <width>380</width>
  957.                         <height>360</height>
  958.                         <aspectratio>keep</aspectratio>
  959.                         <bordertexture>button-nofocus.png</bordertexture>
  960.                         <bordersize>4</bordersize>
  961.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  962.                     </control>
  963.                     <control type="list" id="49">
  964.                         <posx>390</posx>
  965.                         <posy>20</posy>
  966.                         <width>640</width>
  967.                         <height>330</height>
  968.                         <onleft>49</onleft>
  969.                         <onright>49</onright>
  970.                         <onup>9000</onup>
  971.                         <ondown>61</ondown>
  972.                         <pagecontrol>-</pagecontrol>
  973.                         <scrolltime>200</scrolltime>
  974.                         <itemlayout height="30">
  975.                             <control type="label">
  976.                                 <posx>170</posx>
  977.                                 <posy>0</posy>
  978.                                 <width>160</width>
  979.                                 <height>30</height>
  980.                                 <font>Font_Neon_20</font>
  981.                                 <align>right</align>
  982.                                 <aligny>center</aligny>
  983.                                 <textcolor>mainblue</textcolor>
  984.                                 <selectedcolor>selected</selectedcolor>
  985.                                 <info>ListItem.Label</info>
  986.                             </control>
  987.                             <control type="label">
  988.                                 <posx>180</posx>
  989.                                 <posy>0</posy>
  990.                                 <width>465</width>
  991.                                 <height>30</height>
  992.                                 <font>Font_Neon_20</font>
  993.                                 <align>left</align>
  994.                                 <aligny>center</aligny>
  995.                                 <textcolor>white</textcolor>
  996.                                 <selectedcolor>white</selectedcolor>
  997.                                 <info>ListItem.Label2</info>
  998.                             </control>
  999.                         </itemlayout>
  1000.                         <focusedlayout height="30">
  1001.                             <control type="image">
  1002.                                 <posx>0</posx>
  1003.                                 <posy>0</posy>
  1004.                                 <width>640</width>
  1005.                                 <height>30</height>
  1006.                                 <visible>Control.HasFocus(49)</visible>
  1007.                                 <colordiffuse>mainblue</colordiffuse>
  1008.                                 <texture>button-focus.png</texture>
  1009.                                 <include>VisibleFadeEffect</include>
  1010.                             </control>
  1011.                             <control type="label">
  1012.                                 <posx>170</posx>
  1013.                                 <posy>0</posy>
  1014.                                 <width>160</width>
  1015.                                 <height>30</height>
  1016.                                 <font>Font_Neon_20</font>
  1017.                                 <align>right</align>
  1018.                                 <aligny>center</aligny>
  1019.                                 <textcolor>mainblue</textcolor>
  1020.                                 <selectedcolor>selected</selectedcolor>
  1021.                                 <info>ListItem.Label</info>
  1022.                             </control>
  1023.                             <control type="label">
  1024.                                 <posx>180</posx>
  1025.                                 <posy>0</posy>
  1026.                                 <width>465</width>
  1027.                                 <height>30</height>
  1028.                                 <font>Font_Neon_20</font>
  1029.                                 <align>left</align>
  1030.                                 <aligny>center</aligny>
  1031.                                 <textcolor>white</textcolor>
  1032.                                 <selectedcolor>white</selectedcolor>
  1033.                                 <info>ListItem.Label2</info>
  1034.                             </control>
  1035.                         </focusedlayout>
  1036.                         <content>
  1037.                             <item>
  1038.                                 <label>$LOCALIZE[557]:</label>
  1039.                                 <label2>$INFO[ListItem.Artist]</label2>
  1040.                                 <onclick>-</onclick>
  1041.                                 <visible>!IsEmpty(ListItem.Artist)</visible>
  1042.                             </item>
  1043.                             <item>
  1044.                                 <label>$LOCALIZE[558]:</label>
  1045.                                 <label2>$INFO[ListItem.Album]</label2>
  1046.                                 <onclick>-</onclick>
  1047.                                 <visible>!IsEmpty(ListItem.Album)</visible>
  1048.                             </item>
  1049.                             <item>
  1050.                                 <label>$LOCALIZE[515]:</label>
  1051.                                 <label2>$INFO[ListItem.Genre]</label2>
  1052.                                 <onclick>-</onclick>
  1053.                                 <visible>!IsEmpty(ListItem.Genre)</visible>
  1054.                             </item>
  1055.                             <item>
  1056.                                 <label>$LOCALIZE[572]:</label>
  1057.                                 <label2>$INFO[ListItem.Studio]</label2>
  1058.                                 <onclick>-</onclick>
  1059.                                 <visible>!IsEmpty(ListItem.Studio)</visible>
  1060.                             </item>
  1061.                             <item>
  1062.                                 <label>$LOCALIZE[20417]:</label>
  1063.                                 <label2>$INFO[ListItem.Writer]</label2>
  1064.                                 <onclick>-</onclick>
  1065.                                 <visible>!IsEmpty(ListItem.Writer)</visible>
  1066.                             </item>
  1067.                             <item>
  1068.                                 <label>$LOCALIZE[562]:</label>
  1069.                                 <label2>$INFO[ListItem.Year]</label2>
  1070.                                 <onclick>-</onclick>
  1071.                                 <visible>!IsEmpty(ListItem.Year)</visible>
  1072.                             </item>
  1073.                             <item>
  1074.                                 <label>$LOCALIZE[2050]:</label>
  1075.                                 <label2>$INFO[ListItem.Duration]</label2>
  1076.                                 <onclick>-</onclick>
  1077.                                 <visible>!IsEmpty(ListItem.Duration)</visible>
  1078.                             </item>
  1079.                             <item>
  1080.                                 <label>$LOCALIZE[15311]</label>
  1081.                                 <label2>$INFO[ListItem.FilenameAndPath]</label2>
  1082.                                 <onclick>-</onclick>
  1083.                                 <visible>!IsEmpty(ListItem.FilenameAndPath) + Skin.HasSetting(showpathininfo)</visible>
  1084.                             </item>
  1085.                         </content>
  1086.                     </control>
  1087.                    
  1088.                 </control>
  1089.  
  1090.            
  1091.                 <control type="textbox" id="400">
  1092.                     <description>Description Value for TV Shows</description>
  1093.                     <posx>130</posx>
  1094.                     <posy>480</posy>
  1095.                     <width>1070</width>
  1096.                     <height>120</height>
  1097.                     <font>Font_RSS_Unicode</font>
  1098.                     <align>justify</align>
  1099.                     <textcolor>white</textcolor>
  1100.                     <pagecontrol>61</pagecontrol>
  1101.                     <label>$INFO[ListItem.Plot]</label>
  1102.                     <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
  1103.                     <!-- JVB <animation effect="slide" start="0,0" end="0,700" time="200" delay="100" condition="Control.IsVisible(50)">conditional</animation> -->
  1104.                     <animation effect="fade" start="0" end="90" time="400" >WindowOpen</animation>
  1105.                     <animation effect="fade" start="90" end="0" time="400" delay="200" >WindowClose</animation>
  1106.                     <visible>!container.content(movies) + !Control.HasFocus(12) + container.content(episodes)</visible>
  1107.                 </control>
  1108.         <!--!!!!-->    
  1109.                 <control type="image" id="123">
  1110.                     <description>Actor image</description>
  1111.                     <posx>20</posx>
  1112.                     <posy>40</posy>
  1113.                     <width>400</width>
  1114.                     <height>400</height>
  1115.                     <texture>$INFO[Container(50).Listitem.Icon]</texture>
  1116.                     <bordertexture border="5">button-nofocus.png</bordertexture>
  1117.                     <bordersize>5</bordersize>
  1118.                     <allign>right</allign>
  1119.                     <aspectratio>keep</aspectratio>
  1120.                     <visible>!Container.Content(movies) + Control.IsVisible(50) + ![Control.HasFocus(12) | Control.HasFocus(14)]</visible>
  1121.                    
  1122.                     <!-- <animation effect="slide" start="-400,0" end="0,0" time="400" delay="300" condition="Control.IsVisible(50)">conditional</animation> -->
  1123.                     <animation effect="fade" start="0" end="90" time="400" >WindowOpen</animation>
  1124.                     <animation effect="fade" start="90" end="0" time="400" delay="200" >WindowClose</animation>
  1125.                 </control>
  1126.                 <control type="image" id="123">
  1127.                     <description>Actor image</description>
  1128.                     <posx>70</posx>
  1129.                     <posy>110</posy>
  1130.                     <width>260</width>
  1131.                     <height>260</height>
  1132.                     <texture>$INFO[Container(50).Listitem.Icon]</texture>
  1133.                     <bordertexture border="5">button-nofocus.png</bordertexture>
  1134.                     <bordersize>5</bordersize>
  1135.                     <allign>right</allign>
  1136.                     <aspectratio>keep</aspectratio>
  1137.                     <visible>Container.Content(movies) + Control.IsVisible(50) + ![Control.HasFocus(12) | Control.HasFocus(14)]</visible>
  1138.                    
  1139.                     <!-- <animation effect="slide" start="-400,0" end="0,0" time="400" delay="300" condition="Control.IsVisible(50)">conditional</animation> -->
  1140.                     <animation effect="fade" start="0" end="90" time="400" >WindowOpen</animation>
  1141.                     <animation effect="fade" start="90" end="0" time="400" delay="200" >WindowClose</animation>
  1142.                 </control>
  1143.                 <control type="group">
  1144.                     <visible>!Container.Content(Genres)+ !Container.Content(movies) + Control.IsVisible(50) + ![Control.HasFocus(12) | Control.HasFocus(14)]</visible>
  1145.                     <control type="image">
  1146.                         <posx>930</posx>
  1147.                         <posy>-42</posy>
  1148.                         <height>565</height>
  1149.                         <width>282</width>
  1150.                         <aspectratio align="center" aligny="center">keep</aspectratio>
  1151.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  1152.                         <bordertexture border="5">button-nofocus.png</bordertexture>
  1153.                         <bordersize>8</bordersize>
  1154.                     </control>
  1155.                     <control type="image">
  1156.                         <posx>100</posx>
  1157.                         <posy>460</posy>
  1158.                         <width>1080</width>
  1159.                         <height>4</height>
  1160.                         <colordiffuse>mainblue</colordiffuse>
  1161.                         <aspectratio>stretch</aspectratio>
  1162.                         <texture>separator2.png</texture>
  1163.                     </control>
  1164.                     <control type="image">
  1165.                         <posx>260</posx>
  1166.                         <posy>490</posy>
  1167.                         <align>center</align>
  1168.                         <texture background="true">$INFO[ListItem.FilenameAndPath]banner.jpg</texture>
  1169.                         <fadetime>100</fadetime>
  1170.                     </control>
  1171.                     <control type="image">
  1172.                         <posx>1200</posx>
  1173.                         <posy>660</posy>
  1174.                         <width>59</width>
  1175.                         <height>40</height>
  1176.                         <aspectratio>keep</aspectratio>
  1177.                         <texture>$INFO[listitem.studio,extras/Studios/,.png]</texture>
  1178.                     </control>
  1179.                    
  1180.                 </control>
  1181.                
  1182.                 <control type="list" id="50">
  1183.                 <!-- Actor List TV Show -->
  1184.                     <posx>430</posx>
  1185.                     <posy>110</posy>
  1186.                     <width>450</width>
  1187.                     <height>290</height>
  1188.                     <onleft>9000</onleft>
  1189.                     <onright>9000</onright>
  1190.                     <onup>61</onup>
  1191.                     <ondown>61</ondown>
  1192.                     <viewtype label="">list</viewtype>
  1193.                     <pagecontrol>61</pagecontrol>
  1194.                     <scrolltime>200</scrolltime>
  1195.                     <orientation>vertical</orientation>
  1196.                     <visible>!Container.Content(movies) + ![Control.HasFocus(12) | Control.HasFocus(14)]</visible>
  1197.                     <animation effect="fade" start="0" end="90" time="400" >WindowOpen</animation>
  1198.                     <animation effect="fade" start="90" end="0" time="400" delay="200" >WindowClose</animation>
  1199.                     <itemlayout height="40" width="430">
  1200.                        
  1201.                         <control type="label">
  1202.                             <posx>10</posx>
  1203.                             <posy>0</posy>
  1204.                             <width>450</width>
  1205.                             <height>40</height>
  1206.                             <font>Font_MediaMenu</font>
  1207.                             <align>left</align>
  1208.                             <aligny>center</aligny>
  1209.                             <selectedcolor>white</selectedcolor>
  1210.                             <info>ListItem.Label</info>
  1211.                         </control>
  1212.                     </itemlayout>
  1213.                    
  1214.                     <focusedlayout height="40" width="430">
  1215.                    
  1216.                         <control type="image">
  1217.                             <posx>0</posx>
  1218.                             <posy>0</posy>
  1219.                             <width>450</width>
  1220.                             <height>40</height>
  1221.                             <visible>Control.HasFocus(50)</visible>
  1222.                             <colordiffuse>mainblue</colordiffuse>
  1223.                             <texture>button-focus.png</texture>
  1224.                         </control>
  1225.                         <control type="label">
  1226.                             <posx>10</posx>
  1227.                             <posy>0</posy>
  1228.                             <width>450</width>
  1229.                             <height>40</height>
  1230.                             <font>Font_MediaMenu</font>
  1231.                             <align>left</align>
  1232.                             <aligny>center</aligny>
  1233.                             <textcolor>white</textcolor>
  1234.                             <info>ListItem.Label</info>
  1235.                         </control>
  1236.                     </focusedlayout>
  1237.                 </control>
  1238.                 <control type="list" id="50">
  1239.                 <!-- Actor List Movie -->
  1240.                     <posx>340</posx>
  1241.                     <posy>115</posy>
  1242.                     <width>430</width>
  1243.                     <height>250</height>
  1244.                     <onleft>9000</onleft>
  1245.                     <onright>9000</onright>
  1246.                     <onup>61</onup>
  1247.                     <ondown>61</ondown>
  1248.                     <viewtype label="">list</viewtype>
  1249.                     <pagecontrol>61</pagecontrol>
  1250.                     <scrolltime>200</scrolltime>
  1251.                     <orientation>vertical</orientation>
  1252.                     <visible>Container.Content(movies) + ![Control.HasFocus(12) | Control.HasFocus(14)]</visible>
  1253.                     <animation effect="fade" start="0" end="90" time="400" >WindowOpen</animation>
  1254.                     <animation effect="fade" start="90" end="0" time="400" delay="200" >WindowClose</animation>
  1255.                     <itemlayout height="40" width="430">
  1256.                        
  1257.                         <control type="label">
  1258.                             <posx>20</posx>
  1259.                             <posy>0</posy>
  1260.                             <width>400</width>
  1261.                             <height>40</height>
  1262.                             <font>Font_MediaMenu</font>
  1263.                             <align>left</align>
  1264.                             <aligny>center</aligny>
  1265.                             <selectedcolor>white</selectedcolor>
  1266.                             <info>ListItem.Label</info>
  1267.                         </control>
  1268.                     </itemlayout>
  1269.                    
  1270.                     <focusedlayout height="40" width="430">
  1271.                    
  1272.                         <control type="image">
  1273.                             <posx>0</posx>
  1274.                             <posy>0</posy>
  1275.                             <width>430</width>
  1276.                             <height>40</height>
  1277.                             <visible>Control.HasFocus(50)</visible>
  1278.                             <colordiffuse>mainblue</colordiffuse>
  1279.                             <texture>button-focus.png</texture>
  1280.                         </control>
  1281.                         <control type="label">
  1282.                             <posx>20</posx>
  1283.                             <posy>0</posy>
  1284.                             <width>390</width>
  1285.                             <height>40</height>
  1286.                             <font>Font_MediaMenu</font>
  1287.                             <align>left</align>
  1288.                             <aligny>center</aligny>
  1289.                             <textcolor>white</textcolor>
  1290.                             <info>ListItem.Label</info>
  1291.                         </control>
  1292.                     </focusedlayout>
  1293.                 </control>
  1294.                 <control type="grouplist" id="9000"> <!-- Bottom Button Bar -->
  1295.                     <posx>0</posx>
  1296.                     <posy>650</posy>
  1297.                     <width>1280</width>
  1298.                     <height>40</height>
  1299.                     <itemgap>2</itemgap>
  1300.                     <align>center</align>
  1301.                     <orientation>horizontal</orientation>
  1302.                     <onleft>9000</onleft>
  1303.                     <onright>9000</onright>
  1304.                     <onup>50</onup>
  1305.                     <ondown>50</ondown>
  1306.                    
  1307.                     <control type="togglebutton" id="8">
  1308.                         <description>Play</description>
  1309.                         <include>ButtonInfoDialogsCommonValues</include>
  1310.                         <label>208</label>
  1311.                         <alttexturefocus border="2">button-focus.png</alttexturefocus>
  1312.                         <alttexturenofocus border="2">button-nofocus.png</alttexturenofocus>
  1313.                         <altlabel>1024</altlabel>
  1314.                         <usealttexture>Container.Content(TVShows)</usealttexture>
  1315.                     </control>
  1316.                     <control type="button" id="11">
  1317.                         <description>Play Trailer</description>
  1318.                         <include>ButtonInfoDialogsCommonValues</include>
  1319.                         <label>$LOCALIZE[20410]</label>
  1320.                         <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(big_trailer)</visible>
  1321.                         <onclick>PlayMedia($INFO[ListItem.Trailer],noresume</onclick>
  1322.                     </control>
  1323.                     <control type="button" id="15">
  1324.                         <description>Play Trailer</description>
  1325.                         <include>ButtonInfoDialogsCommonValues</include>
  1326.                         <label>$LOCALIZE[20410]</label>
  1327.                         <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(big_trailer)</visible>
  1328.                         <onclick>Dialog.Close(MovieInformation)</onclick>
  1329.                         <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick>
  1330.                     </control>
  1331.                    
  1332.                     <control type="button" id="13">
  1333.                         <description>Cinema Script</description>
  1334.                         <include>ButtonInfoDialogsCommonValues</include>
  1335.                         <label>$LOCALIZE[31212]</label>
  1336.                         <onclick>Playlist.Clear</onclick>
  1337.                         <onclick>Dialog.Close(MovieInformation)</onclick>
  1338.                         <onclick>XBMC.RunScript(script.cinema.experience)</onclick>
  1339.                         <visible>system.hasaddon(script.cinema.experience) + Container.Content(movies)</visible>
  1340.                     </control>
  1341.                     <control type="button" id="5">
  1342.                         <description>Cast/Review</description>
  1343.                         <include>ButtonInfoDialogsCommonValues</include>
  1344.                         <label>$LOCALIZE[206]</label>
  1345.                     </control>
  1346.                     <control type="button" id="6">
  1347.                         <description>Refresh</description>
  1348.                         <include>ButtonInfoDialogsCommonValues</include>
  1349.                         <label>$LOCALIZE[184]</label>
  1350.                         <visible>!Skin.HasSetting(LockViews)</visible>
  1351.                     </control>
  1352.                     <control type="button" id="10">
  1353.                         <description>Get Thumb</description>
  1354.                         <include>ButtonInfoDialogsCommonValues</include>
  1355.                         <label>$LOCALIZE[13405]</label>
  1356.                         <visible>!Skin.HasSetting(LockViews)</visible>
  1357.                     </control>
  1358.                     <control type="button" id="12">
  1359.                         <description>Get Fanart</description>
  1360.                         <include>ButtonInfoDialogsCommonValues</include>
  1361.                         <label>$LOCALIZE[20413]</label>
  1362.                         <visible>!Skin.HasSetting(LockViews)</visible>
  1363.                     </control>
  1364.                    
  1365.                     <control type="button" id="14">
  1366.                         <description>Download Logos</description>
  1367.                         <include>ButtonInfoDialogsCommonValues</include>
  1368.                         <label>$LOCALIZE[31249]</label>
  1369.                         <onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=True,showthumb=landscape.jpg,poster=poster.jpg,banner=banner.jpg,showname=$INFO[ListItem.TVShowTitle])</onclick>
  1370.                         <visible>Container.Content(tvshows) + !Skin.HasSetting(LockViews)</visible>
  1371.                     </control>
  1372.                 </control>
  1373.             </control>
  1374.         </control>
  1375.        
  1376.         <include>Object_DebugGrid</include>
  1377.     </controls>
  1378. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement