Advertisement
Guest User

Untitled

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