Advertisement
vicmanpergar

ViewsTvLogoRightlist

Nov 1st, 2012
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 26.69 KB | None | 0 0
  1. <includes>
  2. <!-- ===================================================================================== -->
  3. <!-- ============================== TV Logo Rightlist VIEW ID 668 ============================== -->
  4. <!-- =================================== TV Shows only =================================== -->
  5.     <include name="TVLogo_Rightlist">
  6.         <control type="group">
  7.         <animation type="WindowOpen" reversible="false">
  8.             <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  9.             <effect type="fade" start="0" end="100" time="300" />
  10.             </animation>
  11.             <animation type="WindowClose" reversible="false">
  12.             <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  13.             <effect type="fade" start="100" end="0" time="300" />
  14.             </animation>      
  15.             <visible>Control.IsVisible(668)</visible>
  16.             <include>VisibleFadeEffect</include>
  17.             <control type="image"> <!-- bottom bar background -->
  18.                 <posx>0</posx>
  19.                 <posy>155r</posy>
  20.                 <width>1280</width>
  21.                 <height>700</height>
  22.                 <aspectratio>stretch</aspectratio>
  23.                 <texture>rightlistbackground.png</texture>
  24.             </control>
  25.            
  26.     <control type="label">  <!-- obviate this part, trying to display label when no logo -->
  27.                 <posx>1000</posx>
  28.                 <posy>200</posy>
  29.                 <width>300</width>
  30.                 <height>80</height>
  31.                 <aspectratio scalediffuse="false" aligny="center" align="right">keep</aspectratio>
  32.                 <colordiffuse>888A8A8A</colordiffuse>
  33.                 <label>$INFO[ListItem.Title]</label>
  34.                 <visible>IsEmpty($INFO[ListItem.Path]logo.png)</visible>
  35.             </control>
  36.            
  37.     <control type="group">
  38.         <visible>!Container(668).OnNext + !Container(668).OnPrevious + Container.Content(movies)</visible>
  39.         <animation effect="slide" start="0,0" end="0,-100" time="500" delay="2000" reversible="false">Visible</animation>
  40.         <animation effect="slide" time="300" tween="circle" easing="out" start="0,0" end="0,0">WindowOpen</animation>
  41.         <animation effect="slide" time="200" tween="circle" easing="in" start="0,500" end="0,600">WindowClose</animation>
  42.         <posx>0</posx>
  43.             <posy>100</posy>
  44.             <visible>Control.IsVisible(668)</visible>  
  45.             <control type="image"> <!-- bottom bar background disc -->
  46.                 <posx>028</posx>
  47.                 <posy>220</posy>
  48.                 <width>222</width>
  49.                 <height>222</height>
  50.                 <aspectratio>stretch</aspectratio>
  51.                 <texture>$INFO[ListItem.Path,,disc.png]</texture>
  52.             </control> 
  53.            
  54.         </control>
  55.             <control type="image"><!-- Clearart -->
  56.                     <description>Clearart Logo</description>
  57.                     <posx>1126</posx>
  58.                     <posy>520</posy>
  59.                     <width>150</width>
  60.                     <height>138</height>
  61.                     <texture>$INFO[ListItem.Path,,clearart.png]</texture>
  62.                     <aspectratio align="center" aligny="center">keep</aspectratio>
  63.                     <visible>Control.IsVisible(668)</visible>
  64.                 </control>
  65.             <control type="image"> <!-- Black gradient up the top -->
  66.                 <posx>0</posx>
  67.                 <posy>0</posy>
  68.                 <width>1280</width>
  69.                 <height>300</height>
  70.                 <texture>blackgradientvert.png</texture>
  71.                 <aspectratio>stretch</aspectratio>
  72.             </control>
  73.             <control type="image"> <!-- right gradient -->
  74.                 <posx>700r</posx>
  75.                 <posy>0</posy>
  76.                 <width>700</width>
  77.                 <height>720</height>
  78.                 <texture flipx="true">blackgradient.png</texture>
  79.             </control>
  80.             <control type="image">
  81.         <posx>268</posx>
  82.         <posy>360</posy>
  83.         <width>385</width>
  84.         <height>200</height>
  85.         <texture>black-back.png</texture>
  86.         <bordertexture border="8">contentpanelvertical.png</bordertexture>
  87.         <bordersize>8</bordersize>
  88.         <aspectratio>stretch</aspectratio>
  89.         <visible>Skin.Hassetting(videowindowglobal)</visible>
  90.         <visible>Player.HasVideo</visible>
  91.         <visible>Control.IsVisible(668)</visible>
  92.       </control>
  93.             <control type="videowindow" id="8">
  94.                 <posx>280</posx>
  95.                 <posy>370</posy>
  96.                 <width>362</width>
  97.                 <height>180</height>
  98.                 <visible>Skin.Hassetting(videowindowglobal)</visible>
  99.                 <visible>Control.IsVisible(668)</visible>
  100.                 <visible>!IsEmpty(ListItem.Thumb)</visible>
  101.              </control>
  102.          
  103.             <!-- list -->
  104.             <control type="fixedlist" id="668">
  105.             <visible>Skin.HasSetting(tvlogorightlist_view)</visible>
  106.             <animation type="WindowOpen" reversible="false">
  107.             <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  108.             <effect type="fade" start="0" end="100" time="300" />
  109.             </animation>
  110.             <animation type="WindowClose" reversible="false">
  111.             <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  112.             <effect type="fade" start="100" end="0" time="300" />
  113.             </animation>      
  114.                 <posx>600r</posx>
  115.                 <posy>50</posy>
  116.                 <width>575</width>
  117.                 <height>480</height>
  118.                 <onleft>60</onleft>
  119.                 <onright>4</onright>
  120.                 <onup>668</onup>
  121.                 <ondown>668</ondown>
  122.        
  123.                 <viewtype label="40006">list</viewtype>
  124.                 <focusposition>1</focusposition>
  125.                 <preloaditems>2</preloaditems>
  126.                 <pagecontrol>60</pagecontrol>
  127.                 <scrolltime tween="quadratic" easing="out">300</scrolltime>
  128.                 <visible>Container.Content(TVShows) | Container.Content(Movies)</visible>
  129.                 <itemlayout height="130" width="580">
  130.                     <control type="group" id="7000"> <!-- Logo mod -->
  131.                         <posx>0</posx>
  132.                         <posy>0</posy>
  133.                     </control>
  134.                     <control type="image" id="7100"> <!-- Logo mod -->
  135.                             <posx>260</posx>
  136.                             <posy>0</posy>
  137.                             <width>300</width>
  138.                             <height>80</height>
  139.                             <aspectratio scalediffuse="false" aligny="center" align="right">keep</aspectratio>
  140.                             <texture fallback="empty">$INFO[ListItem.path]logo.png</texture>
  141.                             <colordiffuse>888A8A8A</colordiffuse>                          
  142.                         </control>
  143.                        
  144.                 </itemlayout>
  145.                 <focusedlayout height="130" width="580">
  146.                 <control type="group">
  147.                     <animation type="Focus" reversible="false">
  148.                     <effect type="zoom" center="500,30" start="100" end="130" time="200" easing="out" tween="cubic" reversible="false"/>
  149.                     </animation>
  150.                         <control type="image" id="7101"> <!-- logo mod -->
  151.                             <posx>260</posx>
  152.                             <posy>0</posy>
  153.                             <width>300</width>
  154.                             <height>80</height>
  155.                             <aspectratio scalediffuse="false" aligny="center" align="right">keep</aspectratio>
  156.                             <texture fallback="empty">$INFO[ListItem.Path]logo.png</texture>
  157.                     </control>
  158.                     </control>
  159.                 </focusedlayout>
  160.             </control>
  161.            
  162.            
  163.                
  164.             <!-- RIGHLIST BOTTOM INFO MOVIES -->
  165.             <control type="group">
  166.                 <posx>20</posx>
  167.                 <posy>360</posy>
  168.                 <visible>Container.Content(Movies)</visible>
  169.                 <control type="group">
  170.                     <visible>!Skin.HasSetting(posterlessRightList) + !Skin.HasSetting(showCases)</visible>
  171.                     <posx>0</posx>
  172.                     <posy>-30</posy>
  173.                     <control type="image">
  174.                         <posx>0</posx>
  175.                         <posy>20</posy>
  176.                         <width>240</width>
  177.                         <height>360</height>
  178.                         <aspectratio aligny="bottom">stretch</aspectratio>
  179.                         <texture>black-back.png</texture>
  180.                         <bordertexture border="8">contentpanelvertical.png</bordertexture>
  181.                         <bordersize>8</bordersize>
  182.                     </control>
  183.                     <control type="image">
  184.                         <posx>0</posx>
  185.                         <posy>20</posy>
  186.                         <width>240</width>
  187.                         <height>360</height>
  188.                         <aspectratio aligny="bottom">stretch</aspectratio>
  189.                         <fadetime>IconCrossfadeTime</fadetime>
  190.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  191.                         <bordersize>8</bordersize>
  192.                     </control>
  193.                     <control type="image">
  194.                     <posx>8</posx>
  195.                     <posy>28</posy>
  196.                     <width>91</width>
  197.                     <height>91</height>
  198.                     <aspectratio>keep</aspectratio>
  199.                     <fadetime>FanartCrossfadeTime</fadetime>
  200.                     <texture>Overlayicons/TrailerOverlay.png</texture>
  201.                     <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(trailerflag)</visible>
  202.                 </control>
  203.                 </control>
  204.                 <!-- Blueray and DVD cover images if turned on -->
  205.                 <control type="group">
  206.                     <visible>!Skin.HasSetting(posterlessRightList) + [Skin.HasSetting(showCases) + !Skin.HasSetting(showClearCases)]</visible>
  207.                     <posx>0</posx>
  208.                     <posy>0</posy>
  209.                     <control type="image">
  210.                         <posx>3</posx>
  211.                         <posy>27</posy>
  212.                         <width>222</width>
  213.                         <height>310</height>
  214.                         <aspectratio aligny="bottom">stretch</aspectratio>
  215.                         <fadetime>IconCrossfadeTime</fadetime>
  216.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  217.                     </control>
  218.                     <control type="image"> <!-- DVD Case -->
  219.                         <posx>0</posx>
  220.                         <posy>0</posy>
  221.                         <width>240</width>
  222.                         <height>360</height>
  223.                         <aspectratio aligny="bottom">stretch</aspectratio>
  224.                         <fadetime>IconCrossfadeTime</fadetime>
  225.                         <texture>special://skin/extras/flagging/cases/dvd.png</texture>
  226.                         <visible>![stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080) | stringcompare(ListItem.VideoResolution,540)]</visible>
  227.                     </control>
  228.                     <control type="image"> <!-- Bluray Case -->
  229.                         <posx>0</posx>
  230.                         <posy>0</posy>
  231.                         <width>240</width>
  232.                         <height>360</height>
  233.                         <aspectratio aligny="bottom">stretch</aspectratio>
  234.                         <fadetime>IconCrossfadeTime</fadetime>
  235.                         <texture>special://skin/extras/flagging/cases/bluray.png</texture>
  236.                         <visible>[stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080)] + !substring(listitem.filename,3D) + !stringcompare(ListItem.VideoResolution,540)</visible>
  237.                     </control>
  238.                     <control type="image"> <!-- Bluray 3D Case -->
  239.                         <posx>0</posx>
  240.                         <posy>0</posy>
  241.                         <width>240</width>
  242.                         <height>360</height>
  243.                         <aspectratio aligny="bottom">stretch</aspectratio>
  244.                         <fadetime>IconCrossfadeTime</fadetime>
  245.                         <texture>special://skin/extras/flagging/cases/3dbluraycase3.png</texture>
  246.                         <visible>[stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080)] + substring(listitem.filename,3D) + !stringcompare(ListItem.VideoResolution,540)</visible>
  247.                     </control>
  248.                     <control type="image"> <!-- HDDVD Case -->
  249.                         <posx>0</posx>
  250.                         <posy>0</posy>
  251.                         <width>240</width>
  252.                         <height>360</height>
  253.                         <aspectratio aligny="bottom">stretch</aspectratio>
  254.                         <fadetime>IconCrossfadeTime</fadetime>
  255.                         <texture>special://skin/extras/flagging/cases/hddvd.png</texture>
  256.                         <visible>stringcompare(ListItem.VideoResolution,540)</visible>
  257.                     </control>
  258.                 </control>
  259.                 <!-- Blueray and DVD CLEAR cover images if turned on -->
  260.                 <control type="group">
  261.                     <visible>!Skin.HasSetting(posterlessRightList) + [Skin.HasSetting(showCases) + Skin.HasSetting(showClearCases)]</visible>
  262.                     <posx>0</posx>
  263.                     <posy>0</posy>
  264.                     <control type="image">
  265.                         <posx>33</posx>
  266.                         <posy>13</posy>
  267.                         <width>195</width>
  268.                         <height>330</height>
  269.                         <aspectratio aligny="bottom">stretch</aspectratio>
  270.                         <fadetime>IconCrossfadeTime</fadetime>
  271.                         <texture background="true">$INFO[ListItem.Icon]</texture>
  272.                     </control>
  273.                     <control type="image"> <!-- DVD Clear Case -->
  274.                         <posx>0</posx>
  275.                         <posy>0</posy>
  276.                         <width>240</width>
  277.                         <height>360</height>
  278.                         <aspectratio aligny="bottom">stretch</aspectratio>
  279.                         <fadetime>IconCrossfadeTime</fadetime>
  280.                         <texture>special://skin/extras/flagging/cases/dvd-clear.png</texture>
  281.                         <visible>![stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080) | stringcompare(ListItem.VideoResolution,540)]</visible>
  282.                     </control>
  283.                     <control type="image"> <!-- Bluray Clear Case -->
  284.                         <posx>0</posx>
  285.                         <posy>0</posy>
  286.                         <width>240</width>
  287.                         <height>360</height>
  288.                         <aspectratio aligny="bottom">stretch</aspectratio>
  289.                         <fadetime>IconCrossfadeTime</fadetime>
  290.                         <texture>special://skin/extras/flagging/cases/bluray-clear.png</texture>
  291.                         <visible>[stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080)] + !substring(listitem.filename,3D) + !stringcompare(ListItem.VideoResolution,540)</visible>
  292.                     </control>
  293.                     <control type="image"> <!-- Bluray 3D Clear Case -->
  294.                         <posx>0</posx>
  295.                         <posy>0</posy>
  296.                         <width>240</width>
  297.                         <height>360</height>
  298.                         <aspectratio aligny="bottom">stretch</aspectratio>
  299.                         <fadetime>IconCrossfadeTime</fadetime>
  300.                         <texture>special://skin/extras/flagging/cases/3dbluray-clear.png</texture>
  301.                         <visible>[stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080)] + substring(listitem.filename,3D) + !stringcompare(ListItem.VideoResolution,540)</visible>
  302.                     </control>
  303.                     <control type="image"> <!-- HDDVD Clear Case -->
  304.                         <posx>0</posx>
  305.                         <posy>0</posy>
  306.                         <width>240</width>
  307.                         <height>360</height>
  308.                         <aspectratio aligny="bottom">stretch</aspectratio>
  309.                         <fadetime>IconCrossfadeTime</fadetime>
  310.                         <texture>special://skin/extras/flagging/cases/hddvd-clear.png</texture>
  311.                         <visible>stringcompare(ListItem.VideoResolution,540)</visible>
  312.                     </control>
  313.                 </control>
  314.                 <control type="group">
  315.                     <posx>250</posx>
  316.                     <posy>210</posy>
  317.                     <visible>!Skin.HasSetting(posterlessRightList)</visible>
  318.                     <control type="label">
  319.                         <description>Genre label</description>
  320.                         <posx>0</posx>
  321.                         <posy>0</posy>
  322.                         <width>1000</width>
  323.                         <height>25</height>
  324.                         <label>$INFO[ListItem.Genre,[COLOR=orange]$LOCALIZE[515]:[/COLOR] ]</label>
  325.                         <align>left</align>
  326.                         <aligny>center</aligny>
  327.                         <font>cirrus_24</font>
  328.                         <textcolor>white</textcolor>
  329.                        
  330.                     </control>
  331.                     <control type="textbox"> <!-- plot -->
  332.                         <description>plot</description>
  333.                         <posx>0</posx>
  334.                         <posy>32</posy>
  335.                         <width>700</width>
  336.                         <height>61</height>
  337.                         <label>$INFO[ListItem.Plot]</label>
  338.                         <align>justify</align>
  339.                         <aligny>top</aligny>
  340.                         <font>cirrus_18</font>
  341.                         <textcolor>white</textcolor>
  342.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  343.                         <visible>!Skin.HasSetting(plotoutline)</visible>
  344.                         <visible>!Skin.HasSetting(newMPAAFlags) + !Skin.HasSetting(noMPAAStudioFlags)</visible>
  345.                     </control>
  346.                     <control type="textbox">
  347.                         <description>plot</description>
  348.                         <posx>0</posx>
  349.                         <posy>32</posy>
  350.                         <width>990</width>
  351.                         <height>61</height>
  352.                         <label>$INFO[ListItem.Plot]</label>
  353.                         <align>justify</align>
  354.                         <aligny>top</aligny>
  355.                         <font>cirrus_18</font>
  356.                         <textcolor>white</textcolor>
  357.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  358.                         <visible>!Skin.HasSetting(plotoutline)</visible>
  359.                         <visible>Skin.HasSetting(noMPAAStudioFlags)</visible>
  360.                     </control>
  361.                     <control type="textbox">
  362.                         <description>plot</description>
  363.                         <posx>0</posx>
  364.                         <posy>32</posy>
  365.                         <width>850</width>
  366.                         <height>61</height>
  367.                         <label>$INFO[ListItem.Plot]</label>
  368.                         <align>justify</align>
  369.                         <aligny>top</aligny>
  370.                         <font>cirrus_18</font>
  371.                         <textcolor>white</textcolor>
  372.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  373.                         <visible>!Skin.HasSetting(plotoutline)</visible>
  374.                         <visible>Skin.HasSetting(newMPAAFlags) + !Skin.HasSetting(noMPAAStudioFlags)</visible>
  375.                     </control>
  376.                    
  377.                     <control type="textbox"> <!-- CUSTOM mod plotoutline -->
  378.                         <description>plotoutline</description>
  379.                         <posx>0</posx>
  380.                         <posy>32</posy>
  381.                         <width>700</width>
  382.                         <height>61</height>
  383.                         <label>$INFO[ListItem.PlotOutline]</label>
  384.                         <align>justify</align>
  385.                         <aligny>top</aligny>
  386.                         <font>cirrus_18</font>
  387.                         <textcolor>white</textcolor>
  388.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  389.                         <visible>Skin.HasSetting(plotoutline)</visible>
  390.                         <visible>!Skin.HasSetting(newMPAAFlags) + !Skin.HasSetting(noMPAAStudioFlags)</visible>
  391.                     </control>
  392.                     <control type="textbox">
  393.                         <description>plotoutline</description>
  394.                         <posx>0</posx>
  395.                         <posy>32</posy>
  396.                         <width>990</width>
  397.                         <height>61</height>
  398.                         <label>$INFO[ListItem.PlotOutline]</label>
  399.                         <align>justify</align>
  400.                         <aligny>top</aligny>
  401.                         <font>cirrus_18</font>
  402.                         <textcolor>white</textcolor>
  403.                        
  404.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  405.                         <visible>Skin.HasSetting(plotoutline)</visible>
  406.                         <visible>Skin.HasSetting(noMPAAStudioFlags)</visible>
  407.                     </control>
  408.                     <control type="textbox">
  409.                         <description>plotoutline</description>
  410.                         <posx>0</posx>
  411.                         <posy>32</posy>
  412.                         <width>850</width>
  413.                         <height>61</height>
  414.                         <label>$INFO[ListItem.PlotOutline]</label>
  415.                         <align>justify</align>
  416.                         <aligny>top</aligny>
  417.                         <font>cirrus_18</font>
  418.                         <textcolor>white</textcolor>
  419.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  420.                         <visible>Skin.HasSetting(plotoutline)</visible>
  421.                         <visible>Skin.HasSetting(newMPAAFlags) + !Skin.HasSetting(noMPAAStudioFlags)</visible>
  422.                     </control>
  423.                     <control type="label">
  424.                         <description>Year Label</description>
  425.                         <posx>0</posx>
  426.                         <posy>110</posy>
  427.                         <width>320</width>
  428.                         <height>30</height>
  429.                         <label>$INFO[ListItem.Year]</label>
  430.                         <align>left</align>
  431.                         <aligny>center</aligny>
  432.                         <font>cirrus_26</font>
  433.                         <textcolor>orange</textcolor>
  434.                        
  435.                     </control>
  436.                     <control type="label">
  437.                         <description>Runtime label</description>
  438.                         <posx>70</posx>
  439.                         <posy>110</posy>
  440.                         <width>320</width>
  441.                         <height>30</height>
  442.                         <label>$INFO[ListItem.Duration] mins</label>
  443.                         <align>left</align>
  444.                         <aligny>center</aligny>
  445.                         <font>cirrus_26</font>
  446.                         <textcolor>white</textcolor>
  447.                        
  448.                         <visible>!SubString(ListItem.Duration,mins)</visible>
  449.                         <visible>!ListItem.IsFolder</visible>
  450.                     </control>
  451.                     <control type="label">
  452.                         <description>Runtime label</description>
  453.                         <posx>70</posx>
  454.                         <posy>110</posy>
  455.                         <width>320</width>
  456.                         <height>30</height>
  457.                         <label>$INFO[ListItem.Duration]</label>
  458.                         <align>left</align>
  459.                         <aligny>center</aligny>
  460.                         <font>cirrus_26</font>
  461.                         <textcolor>white</textcolor>
  462.                        
  463.                         <visible>SubString(ListItem.Duration,mins)</visible>
  464.                         <visible>!ListItem.IsFolder</visible>
  465.                     </control>
  466.        
  467.                     <control type="image"> <!-- Top250IMDB Mod 1.2 -->
  468.                     <posx>190</posx>
  469.                     <posy>110</posy>
  470.                     <width>88</width>
  471.                     <height>30</height>
  472.                     <aspectratio aligny="bottom">stretch</aspectratio>
  473.                     <fadetime>IconCrossfadeTime</fadetime>
  474.                     <texture>IMDBFlag.png</texture>
  475.                     <visible>!IsEmpty(ListItem.Top250)</visible>
  476.                     <colordiffuse>orange</colordiffuse>
  477.                 </control>
  478.                     <control type="label"> <!-- Top250IMDB Mod 1.2 -->
  479.                         <description>top250</description>
  480.                         <posx>51</posx>
  481.                         <posy>108</posy>
  482.                         <width>400</width>
  483.                         <height>30</height>
  484.                         <label>$INFO[ListItem.Top250]</label>
  485.                         <align>center</align>
  486.                         <aligny>center</aligny>
  487.                         <font>cirrus_38_Bold</font>
  488.                         <textcolor>white</textcolor>
  489.                        
  490.                         </control>
  491.                 </control>
  492.                 <control type="group">
  493.                     <posx>5</posx>
  494.                     <posy>210</posy>
  495.                     <visible>Skin.HasSetting(posterlessRightList)</visible>
  496.                     <control type="label">
  497.                         <description>Genre label</description>
  498.                         <posx>0</posx>
  499.                         <posy>0</posy>
  500.                         <width>1000</width>
  501.                         <height>25</height>
  502.                         <label>$INFO[ListItem.Genre,[COLOR=orange]$LOCALIZE[515]:[/COLOR] ]</label>
  503.                         <align>left</align>
  504.                         <aligny>center</aligny>
  505.                         <font>cirrus_24</font>
  506.                         <textcolor>white</textcolor>
  507.                        
  508.                     </control>
  509.                     <control type="textbox">
  510.                         <description>plot</description>
  511.                         <posx>0</posx>
  512.                         <posy>32</posy>
  513.                         <width>1090</width>
  514.                         <height>61</height>
  515.                         <label>$INFO[ListItem.Plot]</label>
  516.                         <align>justify</align>
  517.                         <aligny>top</aligny>
  518.                         <font>cirrus_18</font>
  519.                         <textcolor>white</textcolor>
  520.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  521.                         <visible>Skin.HasSetting(newMPAAFlags) + !Skin.HasSetting(noMPAAStudioFlags)</visible>
  522.                     </control>
  523.                     <control type="textbox">
  524.                         <description>plot</description>
  525.                         <posx>0</posx>
  526.                         <posy>32</posy>
  527.                         <width>1230</width>
  528.                         <height>61</height>
  529.                         <label>$INFO[ListItem.Plot]</label>
  530.                         <align>justify</align>
  531.                         <aligny>top</aligny>
  532.                         <font>cirrus_18</font>
  533.                         <textcolor>white</textcolor>
  534.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  535.                         <visible>Skin.HasSetting(noMPAAStudioFlags)</visible>
  536.                     </control>
  537.                     <control type="textbox">
  538.                         <description>plot</description>
  539.                         <posx>0</posx>
  540.                         <posy>32</posy>
  541.                         <width>950</width>
  542.                         <height>61</height>
  543.                         <label>$INFO[ListItem.Plot]</label>
  544.                         <align>justify</align>
  545.                         <aligny>top</aligny>
  546.                         <font>cirrus_18</font>
  547.                         <textcolor>white</textcolor>
  548.                         <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
  549.                         <visible>!Skin.HasSetting(newMPAAFlags) + !Skin.HasSetting(noMPAAStudioFlags)</visible>
  550.                     </control>
  551.                     <control type="label">
  552.                         <description>Year Label</description>
  553.                         <posx>0</posx>
  554.                         <posy>110</posy>
  555.                         <width>320</width>
  556.                         <height>30</height>
  557.                         <label>$INFO[ListItem.Year]</label>
  558.                         <align>left</align>
  559.                         <aligny>center</aligny>
  560.                         <font>cirrus_35</font>
  561.                         <textcolor>orange</textcolor>
  562.                        
  563.                     </control>
  564.                     <control type="label">
  565.                         <description>Runtime label</description>
  566.                         <posx>80</posx>
  567.                         <posy>110</posy>
  568.                         <width>320</width>
  569.                         <height>30</height>
  570.                         <label>$INFO[ListItem.Duration] mins</label>
  571.                         <align>left</align>
  572.                         <aligny>center</aligny>
  573.                         <font>cirrus_35</font>
  574.                         <textcolor>white</textcolor>
  575.                         <visible>!SubString(ListItem.Duration,mins)</visible>
  576.                         <visible>!ListItem.IsFolder</visible>
  577.                     </control>
  578.                     <control type="label">
  579.                         <description>Runtime label</description>
  580.                         <posx>80</posx>
  581.                         <posy>110</posy>
  582.                         <width>320</width>
  583.                         <height>30</height>
  584.                         <label>$INFO[ListItem.Duration]</label>
  585.                         <align>left</align>
  586.                         <aligny>center</aligny>
  587.                         <font>cirrus_35</font>
  588.                         <textcolor>white</textcolor>
  589.                        
  590.                         <visible>SubString(ListItem.Duration,mins)</visible>
  591.                         <visible>!ListItem.IsFolder</visible>
  592.                     </control>
  593.                     <control type="image"> <!-- Top250IMDB Mod 1.2 -->
  594.                     <posx>230</posx>
  595.                     <posy>110</posy>
  596.                     <width>88</width>
  597.                     <height>30</height>
  598.                     <aspectratio aligny="bottom">stretch</aspectratio>
  599.                     <fadetime>IconCrossfadeTime</fadetime>
  600.                     <texture>IMDBFlag.png</texture>
  601.                     <visible>!IsEmpty(ListItem.Top250)</visible>
  602.                     <colordiffuse>orange</colordiffuse>
  603.                 </control>
  604.                     <control type="label"> <!-- Top250IMDB Mod 1.2 -->
  605.                         <description>top250</description>
  606.                         <posx>91</posx>
  607.                         <posy>108</posy>
  608.                         <width>400</width>
  609.                         <height>30</height>
  610.                         <label>$INFO[ListItem.Top250]</label>
  611.                         <align>center</align>
  612.                         <aligny>center</aligny>
  613.                         <font>cirrus_38_Bold</font>
  614.                         <textcolor>white</textcolor>
  615.                        
  616.                         </control>
  617.                 </control>
  618.                 <control type="image">
  619.                     <width>240</width>
  620.                     <height>50</height>
  621.                     <posx>480</posx>
  622.                     <posy>50r</posy>
  623.                     <aspectratio>keep</aspectratio>
  624.                     <align>center</align>
  625.                     <aligny>bottom</aligny>
  626.                     <texture diffuse="maskflags.png">$INFO[listitem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
  627.                 </control>
  628.                 <control type="image">
  629.                     <posx>680</posx>
  630.                     <posy>41r</posy>
  631.                     <width>70</width>
  632.                     <height>31</height>
  633.                     <aspectratio>keep</aspectratio>
  634.                     <fadetime>FanartCrossfadeTime</fadetime>
  635.                     <texture>Overlayicons/Trailer.png</texture>
  636.                     <visible>!IsEmpty(ListItem.Trailer) | Skin.HasSetting(trailerflag)</visible>
  637.                     <visible>Skin.HasSetting(showCases) | Skin.HasSetting(showClearCases) | Skin.HasSetting(posterlessRightList)</visible>
  638.                 </control>
  639.                 <control type="grouplist">
  640.                     <description>MPAA Rating Flagging Images</description>
  641.                     <posx>272r</posx>
  642.                     <posy>250</posy>
  643.                     <width>249</width>
  644.                     <height>57</height>
  645.                     <align>right</align>
  646.                     <itemgap>0</itemgap>
  647.                     <orientation>horizontal</orientation>
  648.                     <include>VideoMPAAFlaggingConditions</include>
  649.                     <visible>!Skin.HasSetting(noMPAAStudioFlags)</visible>
  650.                     <visible>!Skin.HasSetting(NewMPAAFlags)</visible>
  651.                     <visible>!ListItem.IsFolder</visible>
  652.                 </control>
  653.                 <control type="grouplist">
  654.                     <description>MPAA NEW Rating Flagging Images</description>
  655.                     <posx>260r</posx>
  656.                     <posy>270</posy>
  657.                     <width>249</width>
  658.                     <height>57</height>
  659.                     <align>right</align>
  660.                     <itemgap>0</itemgap>
  661.                     <orientation>horizontal</orientation>
  662.                     <include>NewVideoMPAAFlaggingConditions</include>
  663.                     <visible>!Skin.HasSetting(noMPAAStudioFlags)</visible>
  664.                     <visible>Skin.HasSetting(NewMPAAFlags)</visible>
  665.                     <visible>!ListItem.IsFolder</visible>
  666.                 </control>
  667.                 <control type="grouplist">
  668.                     <description>Media Codec Flagging Images</description>
  669.                     <posx>570r</posx>
  670.                     <posy>320</posy>
  671.                     <width>550</width>
  672.                     <align>right</align>
  673.                     <itemgap>10</itemgap>
  674.                     <orientation>horizontal</orientation>
  675.                     <include condition="!Skin.HasSetting(newFlags)">VideoCodecFlaggingConditions</include>
  676.                     <include condition="!Skin.HasSetting(newFlags)">AudioCodecFlaggingConditions</include>
  677.                     <include condition="!Skin.HasSetting(newFlags)">AspectCodecFlaggingConditions</include>
  678.                     <include condition="Skin.HasSetting(newFlags)">VideoCodecFlaggingConditionsNew</include>
  679.                     <include condition="Skin.HasSetting(newFlags)">AudioCodecFlaggingConditionsNew</include>
  680.                     <include condition="Skin.HasSetting(newFlags)">AspectCodecFlaggingConditionsNew</include>
  681.                     <visible>!IsEmpty(ListItem.Thumb)</visible>
  682.                 </control>
  683.             </control>
  684.              <control type="scrollbar" id="60">
  685.         <posx>10</posx>
  686.         <posy>100</posy>
  687.         <width>25</width>
  688.         <height>220</height>
  689.         <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  690.         <textureslidernib>ScrollBarV.png</textureslidernib>
  691.         <textureslidernibfocus>ScrollBarV_bar_focus.png</textureslidernibfocus>
  692.         <onleft>2</onleft>
  693.         <onright>569</onright>
  694.         <showonepage>false</showonepage>
  695.         <orientation>vertical</orientation>
  696.         <visible>Control.IsVisible(569)</visible>
  697.         <visible allowhiddenfocus="true">Control.IsVisible(569) + Control.HasFocus(60)</visible>
  698.       </control>
  699.         </control>
  700.     </include>
  701. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement