Advertisement
Guest User

Untitled

a guest
Feb 25th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 19.44 KB | None | 0 0
  1. <includes>
  2.     <include name="RightList">
  3.         <control type="group">
  4.             <visible>Control.IsVisible(725)</visible>
  5.             <include>VisibleFadeEffect</include>
  6.             <control type="image">
  7.                 <posx>400r</posx>
  8.                 <posy>0</posy>
  9.                 <width>400</width>
  10.                 <height>720</height>
  11.                 <texture>black-back.png</texture>
  12.             </control>
  13.             <control type="image">
  14.                 <posx>0</posx>
  15.                 <posy>400r</posy>
  16.                 <width>1280</width>
  17.                 <height>400</height>
  18.                 <texture>HomeNowPlayingBack.png</texture>
  19.                 <aspectratio>stretch</aspectratio>
  20.             </control>
  21. <!-- RIGHTLIST ON ALL TV SHOW LEVELS -->
  22.             <control type="list" id="725">
  23.                 <posx>890</posx>
  24.                 <posy>40</posy>
  25.                 <width>450</width>
  26.                 <height>641</height>
  27.                 <onleft>11</onleft>
  28.                 <onright>60</onright>
  29.                 <onup>725</onup>
  30.                 <ondown>725</ondown>
  31.                 <viewtype label="RightList">list</viewtype>
  32.                 <pagecontrol>60</pagecontrol>
  33.                 <scrolltime>200</scrolltime>
  34.                 <visible>Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(Movies) |  Container.Content(Artists) | Container.Content(Albums)</visible>
  35.                 <itemlayout height="40" width="380">
  36.                     <control type="image">
  37.                         <posx>0</posx>
  38.                         <posy>0</posy>
  39.                         <width>400</width>
  40.                         <height>41</height>
  41.                         <texture border="0,2,0,2">MenuItemNF.png</texture>
  42.                     </control>
  43.                     <control type="label">
  44.                         <posx>10</posx>
  45.                         <posy>0</posy>
  46.                         <width>300</width>
  47.                         <height>40</height>
  48.                         <font>font13</font>
  49.                         <textcolor>grey2</textcolor>
  50.                         <selectedcolor>selected</selectedcolor>
  51.                         <align>left</align>
  52.                         <aligny>center</aligny>
  53.                         <label>$INFO[ListItem.Label]</label>
  54.                     </control>
  55.                     <control type="image">
  56.                         <posx>320</posx>
  57.                         <posy>14</posy>
  58.                         <width>20</width>
  59.                         <height>16</height>
  60.                         <texture>$INFO[ListItem.Overlay]</texture>
  61.                     </control>
  62.                 </itemlayout>
  63.                 <focusedlayout height="40" width="380">
  64.                     <control type="image">
  65.                         <posx>0</posx>
  66.                         <posy>0</posy>
  67.                         <width>400</width>
  68.                         <height>41</height>
  69.                         <texture border="0,2,0,2">MenuItemNF.png</texture>
  70.                         <visible>!Control.HasFocus(725)</visible>
  71.                         <include>VisibleFadeEffect</include>
  72.                     </control>
  73.                     <control type="image">
  74.                         <posx>0</posx>
  75.                         <posy>0</posy>
  76.                         <width>400</width>
  77.                         <height>41</height>
  78.                         <texture border="0,2,0,2">MenuItemFO.png</texture>
  79.                         <visible>Control.HasFocus(725)</visible>
  80.                         <include>VisibleFadeEffect</include>
  81.                     </control>
  82.                     <control type="image">
  83.                         <posx>335</posx>
  84.                         <posy>5</posy>
  85.                         <width>200</width>
  86.                         <height>31</height>
  87.                         <texture border="0,0,14,0">MediaItemDetailBG.png</texture>
  88.                         <visible>Control.HasFocus(725) + !IsEmpty(ListItem.Label2)</visible>
  89.                     </control>
  90.                     <control type="label">
  91.                         <posx>10</posx>
  92.                         <posy>0</posy>
  93.                         <width>300</width>
  94.                         <height>40</height>
  95.                         <font>font13</font>
  96.                         <textcolor>white</textcolor>
  97.                         <selectedcolor>selected</selectedcolor>
  98.                         <align>left</align>
  99.                         <aligny>center</aligny>
  100.                         <label>$INFO[ListItem.Label]</label>
  101.                     </control>
  102.                     <control type="image">
  103.                         <posx>320</posx>
  104.                         <posy>14</posy>
  105.                         <width>20</width>
  106.                         <height>16</height>
  107.                         <texture>$INFO[ListItem.Overlay]</texture>
  108.                     </control>
  109.                 </focusedlayout>
  110.             </control>
  111.             <control type="scrollbar" id="60">
  112.                 <posx>1230</posx>
  113.                 <posy>40</posy>
  114.                 <width>25</width>
  115.                 <height>640</height>
  116.                 <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  117.                 <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  118.                 <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  119.                 <textureslidernib>ScrollBarNib.png</textureslidernib>
  120.                 <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  121.                 <onleft>725</onleft>
  122.                 <onright>3</onright>
  123.                 <showonepage>true</showonepage>
  124.                 <orientation>vertical</orientation>
  125.                 <visible>Control.IsVisible(725)</visible>
  126.             </control>
  127. <!-- RIGHTLIST TV SHOWS LEVEL -->
  128.             <control type="group">
  129.                 <posx>0</posx>
  130.                 <posy>615</posy>
  131.                 <visible>Container.Content(TVShows)</visible>
  132.                 <control type="image">
  133.                     <posx>20</posx>
  134.                     <posy>-575</posy>
  135.                     <width>480</width>
  136.                     <height>640</height>
  137.                     <aspectratio aligny="bottom">keep</aspectratio>
  138.                     <fadetime>IconCrossfadeTime</fadetime>
  139.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  140.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  141.                     <bordersize>8</bordersize>
  142.                 </control>
  143.                 <control type="image">
  144.                     <posx>30</posx>
  145.                     <posy>60</posy>
  146.                     <width>460</width>
  147.                     <height>620</height>
  148.                     <aspectratio aligny="top">keep</aspectratio>
  149.                     <fadetime>IconCrossfadeTime</fadetime>
  150.                     <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  151.                 </control>                 
  152.                 <control type="label">
  153.                     <description>Episodes txt</description>
  154.                     <posx>675</posx>
  155.                     <posy>-20</posy>
  156.                     <width>140</width>
  157.                     <height>25</height>
  158.                     <label>$LOCALIZE[20360]:</label>
  159.                     <align>right</align>
  160.                     <aligny>center</aligny>
  161.                     <font>font13caps_title</font>
  162.                     <textcolor>blue</textcolor>
  163.                 </control>
  164.                 <control type="label">
  165.                     <description>Episodes Value</description>
  166.                     <posx>685</posx>
  167.                     <posy>-20</posy>
  168.                     <width>260</width>
  169.                     <height>25</height>
  170.                     <label fallback="416">$INFO[listitem.episode] </label>
  171.                     <align>left</align>
  172.                     <aligny>center</aligny>
  173.                     <font>font13</font>
  174.                     <scroll>true</scroll>
  175.                 </control>
  176.                 <control type="label">
  177.                     <description>First Aired txt</description>
  178.                     <posx>675</posx>
  179.                     <posy>5</posy>
  180.                     <width>180</width>
  181.                     <height>25</height>
  182.                     <label>$LOCALIZE[20416]:</label>
  183.                     <align>right</align>
  184.                     <aligny>center</aligny>
  185.                     <font>font13caps_title</font>
  186.                     <textcolor>blue</textcolor>
  187.                 </control>
  188.                 <control type="label">
  189.                     <description>First Aired Value</description>
  190.                     <posx>685</posx>
  191.                     <posy>5</posy>
  192.                     <width>260</width>
  193.                     <height>25</height>
  194.                     <label fallback="416">$INFO[listitem.premiered]</label>
  195.                     <align>left</align>
  196.                     <aligny>center</aligny>
  197.                     <font>font13</font>
  198.                     <scroll>true</scroll>
  199.                 </control>
  200.                 <control type="image">
  201.                     <width>200</width>
  202.                     <height>128</height>
  203.                     <posx>0</posx>
  204.                     <posy>-130</posy>
  205.                     <aspectratio>keep</aspectratio>
  206.                     <align>center</align>
  207.                     <aligny>center</aligny>
  208.                     <texture>$INFO[listitem.Studio,flagging/studios/,.png]</texture>
  209.                 </control>
  210.                 <control type="image">
  211.                     <posx>550</posx>
  212.                     <posy>-605</posy>
  213.                     <width>276</width>
  214.                     <height>107</height>
  215.                     <texture background="true" fallback="logo/fallback.png">$INFO[ListItem.path]logo.png</texture>
  216.                     <aspectratio scalediffuse="false">stretch</aspectratio>
  217.                 </control>             
  218.                 <control type="label">
  219.                     <description>Genre txt</description>
  220.                     <posx>675</posx>
  221.                     <posy>30</posy>
  222.                     <width>140</width>
  223.                     <height>25</height>
  224.                     <label>$LOCALIZE[515]:</label>
  225.                     <align>right</align>
  226.                     <aligny>center</aligny>
  227.                     <font>font13caps_title</font>
  228.                     <textcolor>blue</textcolor>
  229.                 </control>
  230.                 <control type="label">
  231.                     <description>Genre Value</description>
  232.                     <posx>685</posx>
  233.                     <posy>30</posy>
  234.                     <width>185</width>
  235.                     <height>25</height>
  236.                     <label fallback="416">$INFO[listitem.Genre]</label>
  237.                     <align>left</align>
  238.                     <aligny>center</aligny>
  239.                     <font>font13</font>
  240.                     <scroll>true</scroll>
  241.                 </control>
  242.             </control>
  243. <!-- RIGHTLIST SEASONS LEVEL -->
  244.             <control type="group">
  245.                 <posx>20</posx>
  246.                 <posy>250</posy>
  247.                 <visible>Container.Content(Seasons)</visible>
  248.                 <control type="group">
  249.                     <posx>0</posx>
  250.                     <posy>10</posy>
  251.                     <control type="image">
  252.                         <posx>0</posx>
  253.                         <posy>30</posy>
  254.                         <width>300</width>
  255.                         <height>400</height>
  256.                         <aspectratio aligny="bottom">keep</aspectratio>
  257.                         <fadetime>IconCrossfadeTime</fadetime>
  258.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  259.                         <bordertexture border="8">ThumbShadow.png</bordertexture>
  260.                         <bordersize>8</bordersize>
  261.                     </control>
  262.                     <control type="image">
  263.                         <posx>0</posx>
  264.                         <posy>418</posy>
  265.                         <width>300</width>
  266.                         <height>380</height>
  267.                         <aspectratio aligny="top">keep</aspectratio>
  268.                         <fadetime>IconCrossfadeTime</fadetime>
  269.                         <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  270.                     </control>                 
  271.                 </control>
  272.                 <control type="label">
  273.                     <description>Main Label txt</description>
  274.                     <posx>300</posx>
  275.                     <posy>380</posy>
  276.                     <width>250</width>
  277.                     <height>25</height>
  278.                     <label>$INFO[ListItem.Label]</label>
  279.                     <align>left</align>
  280.                     <aligny>center</aligny>
  281.                     <font>font24_title</font>
  282.                     <textcolor>white</textcolor>
  283.                     <shadowcolor>black</shadowcolor>
  284.                 </control>
  285.                 <control type="label">
  286.                     <description>Episodes Values</description>
  287.                     <posx>300</posx>
  288.                     <posy>410</posy>
  289.                     <width>440</width>
  290.                     <height>25</height>
  291.                     <label fallback="416">Episodes: $INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label>
  292.                     <align>left</align>
  293.                     <aligny>center</aligny>
  294.                     <font>font13</font>
  295.                     <scroll>true</scroll>
  296.                 </control>
  297.             </control>
  298. <!-- RIGHTLIST EPISODES LEVEL -->
  299.             <control type="group">
  300.                 <posx>30</posx>
  301.                 <posy>400</posy>
  302.                 <visible>Container.Content(Episodes)</visible>
  303.                 <control type="image">
  304.                     <posx>0</posx>
  305.                     <posy>0</posy>
  306.                     <width>375</width>
  307.                     <height>210</height>
  308.                     <aspectratio aligny="bottom">stretch</aspectratio>
  309.                     <fadetime>IconCrossfadeTime</fadetime>
  310.                     <texture>$INFO[ListItem.Icon]</texture>
  311.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  312.                     <bordersize>8</bordersize>
  313.                 </control>
  314.                 <control type="image">
  315.                     <posx>8</posx>
  316.                     <posy>202</posy>
  317.                     <width>359</width>
  318.                     <height>194</height>
  319.                     <aspectratio aligny="top">stretch</aspectratio>
  320.                     <fadetime>IconCrossfadeTime</fadetime>
  321.                     <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
  322.                 </control>
  323.                 <control type="label">
  324.                     <description>Title txt</description>
  325.                     <posx>380</posx>
  326.                     <posy>0</posy>
  327.                     <width>420</width>
  328.                     <height>25</height>
  329.                     <label>$INFO[ListItem.Title]</label>
  330.                     <align>left</align>
  331.                     <aligny>top</aligny>
  332.                     <font>font24_title</font>
  333.                     <textcolor>white</textcolor>
  334.                     <shadowcolor>black</shadowcolor>
  335.                     <scroll>true</scroll>
  336.                 </control>
  337.                 <control type="image">
  338.                     <posx>380</posx>
  339.                     <posy>40</posy>
  340.                     <width>420</width>
  341.                     <height>4</height>
  342.                     <texture>separator.png</texture>
  343.                 </control>
  344.                 <control type="label">
  345.                     <description>Season txt</description>
  346.                     <posx>380</posx>
  347.                     <posy>60</posy>
  348.                     <width>235</width>
  349.                     <height>25</height>
  350.                     <label>$INFO[ListItem.Season,[COLOR=blue]$LOCALIZE[20373] :[/COLOR] ]</label>
  351.                     <align>left</align>
  352.                     <aligny>center</aligny>
  353.                     <font>font13caps_title</font>
  354.                     <textcolor>white</textcolor>
  355.                     <shadowcolor>black</shadowcolor>
  356.                 </control>
  357.                 <control type="label">
  358.                     <description>Episodes Value</description>
  359.                     <posx>380</posx>
  360.                     <posy>85</posy>
  361.                     <width>235</width>
  362.                     <height>25</height>
  363.                     <label>$INFO[ListItem.episode,[COLOR=blue]$LOCALIZE[20359] :[/COLOR] ]</label>
  364.                     <align>left</align>
  365.                     <aligny>center</aligny>
  366.                     <font>font13caps_title</font>
  367.                     <scroll>true</scroll>
  368.                     <textcolor>white</textcolor>
  369.                     <shadowcolor>black</shadowcolor>
  370.                 </control>
  371.                 <control type="label">
  372.                     <description>First Aired txt</description>
  373.                     <posx>380</posx>
  374.                     <posy>110</posy>
  375.                     <width>235</width>
  376.                     <height>25</height>
  377.                     <label>$INFO[ListItem.premiered,[COLOR=blue]$LOCALIZE[31322] :[/COLOR] ]</label>
  378.                     <align>left</align>
  379.                     <aligny>center</aligny>
  380.                     <font>font13caps_title</font>
  381.                     <textcolor>white</textcolor>
  382.                     <shadowcolor>black</shadowcolor>
  383.                 </control>
  384.                 <control type="image">
  385.                     <posx>380</posx>
  386.                     <posy>155</posy>
  387.                     <width>420</width>
  388.                     <height>4</height>
  389.                     <texture>separator.png</texture>
  390.                 </control>
  391.                 <control type="grouplist">
  392.                     <description>Media Codec Flagging Images</description>
  393.                     <posx>380</posx>
  394.                     <posy>170</posy>
  395.                     <width>420</width>
  396.                     <align>center</align>
  397.                     <itemgap>0</itemgap>
  398.                     <orientation>horizontal</orientation>
  399.                     <include>VideoCodecFlaggingConditions</include>
  400.                     <include>AudioCodecFlaggingConditions</include>
  401.                     <include>AspectCodecFlaggingConditions</include>
  402.                     <include>VideoTypeHackFlaggingConditions</include>
  403.                 </control>
  404.                 <control type="image">
  405.                     <posx>0</posx>
  406.                     <posy>215</posy>
  407.                     <width>800</width>
  408.                     <height>4</height>
  409.                     <texture>separator.png</texture>
  410.                 </control>
  411.                 <control type="textbox">
  412.                     <description>Description Value for TVShows</description>
  413.                     <posx>5</posx>
  414.                     <posy>225</posy>
  415.                     <width>800</width>
  416.                     <height>63</height>
  417.                     <font>font12</font>
  418.                     <align>justify</align>
  419.                     <textcolor>white</textcolor>
  420.                     <label>$INFO[ListItem.Plot]</label>
  421.                     <autoscroll time="4000" delay="6000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  422.                 </control>
  423.             </control>
  424. <!-- RIGHLIST MOVIES -->
  425.             <control type="group">
  426.                 <posx>20</posx>
  427.                 <posy>250</posy>
  428.                 <visible>Container.Content(Movies)</visible>
  429.                 <control type="group">
  430.                     <posx>0</posx>
  431.                     <posy>10</posy>
  432.                     <onleft>11</onleft>
  433.                     <control type="image">
  434.                         <posx>0</posx>
  435.                         <posy>30</posy>
  436.                         <width>300</width>
  437.                         <height>400</height>
  438.                         <aspectratio aligny="bottom">keep</aspectratio>
  439.                         <fadetime>IconCrossfadeTime</fadetime>
  440.                         <texture background="true" diffuse="movie_mask.png">$INFO[ListItem.Icon]</texture>
  441.                     </control>
  442.                 </control>
  443.                 <control type="label">
  444.                     <description>Title txt</description>
  445.                     <posx>300</posx>
  446.                     <posy>155</posy>
  447.                     <width>540</width> <!-- 235 -->
  448.                     <height>25</height>
  449.                     <label>$INFO[ListItem.Title]</label>
  450.                     <align>left</align>
  451.                     <aligny>top</aligny>
  452.                     <font>font24_title</font>
  453.                     <textcolor>white</textcolor>
  454.                     <shadowcolor>black</shadowcolor>
  455.                     <scroll>true</scroll>
  456.                 </control>
  457.                 <control type="image">
  458.                     <posx>300</posx>
  459.                     <posy>190</posy>
  460.                     <width>540</width>
  461.                     <height>4</height>
  462.                     <texture>separator.png</texture>
  463.                 </control>
  464.                 <control type="image">
  465.                     <width>200</width>
  466.                     <height>128</height>
  467.                     <posx>300</posx>
  468.                     <posy>190</posy>
  469.                     <aspectratio>keep</aspectratio>
  470.                     <align>center</align>
  471.                     <aligny>center</aligny>
  472.                     <texture>$INFO[listitem.Studio,flagging/studios/,.png]</texture>
  473.                 </control>
  474.                 <control type="label">
  475.                     <description>Year Label</description>
  476.                     <posx>500</posx>
  477.                     <posy>200</posy>
  478.                     <width>320</width>
  479.                     <height>25</height>
  480.                     <label>$INFO[ListItem.Year,[COLOR=blue]Year:[/COLOR] ]</label>
  481.                     <align>left</align>
  482.                     <aligny>center</aligny>
  483.                     <font>font13caps_title</font>
  484.                     <textcolor>white</textcolor>
  485.                     <shadowcolor>black</shadowcolor>
  486.                 </control>
  487.                 <control type="label">
  488.                     <description>Genre label</description>
  489.                     <posx>500</posx>
  490.                     <posy>220</posy>
  491.                     <width>320</width>
  492.                     <height>25</height>
  493.                     <label>$INFO[ListItem.Genre,[COLOR=blue]Genre:[/COLOR] ]</label>
  494.                     <align>left</align>
  495.                     <aligny>center</aligny>
  496.                     <font>font13caps_title</font>
  497.                     <textcolor>white</textcolor>
  498.                     <shadowcolor>black</shadowcolor>
  499.                 </control>
  500.                 <control type="label">
  501.                     <description>Runtime label</description>
  502.                     <posx>500</posx>
  503.                     <posy>240</posy>
  504.                     <width>320</width>
  505.                     <height>25</height>
  506.                     <label>$INFO[ListItem.Duration,[COLOR=blue]Runtime:[/COLOR] ]</label>
  507.                     <align>left</align>
  508.                     <aligny>center</aligny>
  509.                     <font>font13caps_title</font>
  510.                     <textcolor>white</textcolor>
  511.                     <shadowcolor>black</shadowcolor>
  512.                 </control>
  513.                 <control type="label">
  514.                     <description>MPAA label</description>
  515.                     <posx>500</posx>
  516.                     <posy>260</posy>
  517.                     <width>320</width>
  518.                     <height>25</height>
  519.                     <label>$INFO[ListItem.Mpaa,[COLOR=blue]MPAA Rating:[/COLOR] ]</label>
  520.                     <align>left</align>
  521.                     <aligny>center</aligny>
  522.                     <font>font13caps_title</font>
  523.                     <textcolor>white</textcolor>
  524.                     <shadowcolor>black</shadowcolor>
  525.                     <visible>!Skin.HasSetting(imdb725)</visible>
  526.                 </control>
  527.                 <control type="label">
  528.                     <description>MPAA label</description>
  529.                     <posx>500</posx>
  530.                     <posy>260</posy>
  531.                     <width>320</width>
  532.                     <height>25</height>
  533.                     <label>$INFO[ListItem.Rating,[COLOR=blue]IMDB Rating:[/COLOR] ]</label>
  534.                     <align>left</align>
  535.                     <aligny>center</aligny>
  536.                     <font>font13caps_title</font>
  537.                     <textcolor>white</textcolor>
  538.                     <shadowcolor>black</shadowcolor>
  539.                     <visible>Skin.HasSetting(imdb725)</visible>
  540.                 </control>     
  541.                 <control type="image">
  542.                     <posx>300</posx>
  543.                     <posy>295</posy>
  544.                     <width>540</width>
  545.                     <height>4</height>
  546.                     <texture>separator.png</texture>
  547.                 </control>
  548.                 <control type="image">
  549.                     <posx>300</posx>
  550.                     <posy>350</posy>
  551.                     <width>540</width>
  552.                     <height>4</height>
  553.                     <texture>separator.png</texture>
  554.                 </control>
  555.                 <control type="textbox">
  556.                     <description>Description Value for Movie</description>
  557.                     <posx>300</posx>
  558.                     <posy>355</posy>
  559.                     <width>540</width>
  560.                     <height>100</height>
  561.                     <font>font12</font>
  562.                     <align>justify</align>
  563.                     <textcolor>white</textcolor>
  564.                     <label>$INFO[ListItem.Plot]</label>
  565.                     <autoscroll time="4000" delay="6000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  566.                 </control>
  567.                 <control type="grouplist">
  568.                     <description>Media Codec Flagging Images</description>
  569.                     <posx>300</posx>
  570.                     <posy>305</posy>
  571.                     <width>400</width>
  572.                     <align>left</align>
  573.                     <itemgap>0</itemgap>
  574.                     <orientation>horizontal</orientation>
  575.                     <include>VideoCodecFlaggingConditions</include>
  576.                     <include>AudioCodecFlaggingConditions</include>
  577.                     <include>AspectCodecFlaggingConditions</include>
  578.                     <include>VideoTypeHackFlaggingConditions</include>
  579.                 </control>
  580.                 <control type="button" id="11">
  581.                         <description>Play Trailer</description>
  582.                         <include>ButtonInfoDialogsCommonValues</include>
  583.                         <label>20410</label>
  584.                         <posx>640</posx>
  585.                         <posy>305</posy>
  586.                         <width>60</width>
  587.                         <onleft>2</onleft>
  588.                         <onright>725</onright>
  589.                         <onclick>PlayMedia($INFO[ListItem.Trailer])</onclick>
  590.                         <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible>
  591.                 </control>
  592.                 <control type="button" id="11">
  593.                         <description>Play Trailer Windowed</description>
  594.                         <include>ButtonInfoDialogsCommonValues</include>
  595.                         <label>20410</label>
  596.                         <posx>640</posx>
  597.                         <posy>305</posy>
  598.                         <width>60</width>
  599.                         <onleft>2</onleft>
  600.                         <onright>725</onright>
  601.                         <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick>
  602.                         <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(WindowedTrailer)</visible>
  603.                 </control>
  604.  
  605.             </control>
  606.         </control>
  607.     </include>
  608. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement