Advertisement
Greg_

ViewsVideoRightList.xml for XBMC Frodo (with Banners for TV)

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