Don't like ads? PRO users don't see any ads ;-)
Guest

Update 2

By: a guest on Mar 12th, 2010  |  syntax: XML  |  size: 11.64 KB  |  hits: 287  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <window id="6">
  2.         <defaultcontrol always="true">50</defaultcontrol>
  3.         <allowoverlay>yes</allowoverlay>
  4.         <views>50, 51</views>
  5.         <controls>
  6.                 <!-- Fanart -->
  7.                 <control type="largeimage">
  8.                         <texture>$INFO[ListItem.Property(Fanart_Image)]</texture>
  9.                         <width>1920</width>
  10.                         <height>1080</height>
  11.                         <aspectratio>stretch</aspectratio>
  12.                 </control>
  13.                 <include>DateTime</include>
  14.                 <!-- Big Title -->
  15.                 <control type="label">
  16.                         <posx>0</posx>
  17.                         <posy>0</posy>
  18.                         <width>1920</width>
  19.                         <align>center</align>
  20.                         <aligny>center</aligny>
  21.                         <scroll>false</scroll>
  22.                         <height>1080</height>
  23.                         <font>Fanart</font>
  24.                         <textcolor>55F0F0F0</textcolor>
  25.                         <colordiffuse></colordiffuse>
  26.                         <align>left</align>
  27.                         <label>$INFO[listitem.title]</label>
  28.                 </control>
  29.                 <!-- Lineup view -->
  30.                 <control type="panel" id="50">
  31.                         <visible>Control.IsVisible(50)</visible>
  32.                         <viewtype label="Lineup">list</viewtype>
  33.                         <align>center</align>
  34.                         <posx>1</posx>
  35.                         <posy>450</posy>
  36.                         <width>2100</width>
  37.                         <height>500</height>
  38.                         <scrolltime>0</scrolltime>
  39.                         <orientation>horizontal</orientation>
  40.                         <onup>1000</onup>
  41.                         <ondown>1000</ondown>
  42.                         <onleft>1000</onleft>
  43.                         <onright>1000</onright>
  44.                         <itemlayout height="299" width="213">
  45.                                 <control type="group">
  46.                                         <posx>0</posx>
  47.                                         <posy>100</posy>
  48.                                         <control type="image">
  49.                                                 <width>213</width>
  50.                                                 <height>299</height>
  51.                                                 <colordiffuse>FFB5C9D7</colordiffuse>
  52.                                                 <texture>$INFO[ListItem.Icon]</texture>
  53.                                                 <aspectratio>stretch</aspectratio>
  54.                                         </control>
  55.                                         <control type="scrollbar" id="60">
  56.                                                 <posx>1240</posx>
  57.                                                 <posy>102</posy>
  58.                                                 <width>26</width>
  59.                                                 <height>526</height>
  60.                                                 <ondown>1000</ondown>
  61.                                                 <showonepage>true</showonepage>
  62.                                                 <orientation>horizontal</orientation>
  63.                                         </control>
  64.                                 </control>
  65.                         </itemlayout>
  66.                         <focusedlayout height="299" width="213">
  67.                                 <control type="group">
  68.                                         <posx>0</posx>
  69.                                         <posy>100</posy>
  70.                                         <align>center</align>
  71.                                         <control type="group">
  72.                                                 <animation type="Focus">
  73.                                                         <effect type="zoom" end="140" center="auto" time="150" tween="cubic"/>
  74.                                                 </animation>
  75.                                                 <!-- Here is the 4 Arrows Arround The Poster-->
  76.                                                 <control type="group">
  77.                                                         <animation type="Focus">
  78.                                                                 <effect type="fade" time="300" />
  79.                                                                 <effect type="zoom" start="120" center="auto" time="300" tween="quadratic" />
  80.                                                         </animation>
  81.                                                         <control type="image">
  82.                                                                 <posx>-30</posx>
  83.                                                                 <posy>125</posy>
  84.                                                                 <width>10</width>
  85.                                                                 <height>10</height>
  86.                                                                 <colordiffuse>FFFFFFFF</colordiffuse>
  87.                                                                 <texture>arrow2.png</texture>
  88.                                                                 <aspectratio>stretch</aspectratio>
  89.                                                         </control>
  90.                                                         <control type="image">
  91.                                                                 <posx>212</posx>
  92.                                                                 <posy>125</posy>
  93.                                                                 <width>10</width>
  94.                                                                 <height>10</height>
  95.                                                                 <colordiffuse>FFFFFFFF</colordiffuse>
  96.                                                                 <aspectratio>stretch</aspectratio>
  97.                                                                 <texture flipx="true">arrow2.png</texture>
  98.                                                         </control>
  99.                                                 </control>
  100.                                                 <!-- Here is the Shine and Border's and stuff... -->
  101.                                                 <control type="image">
  102.                                                         <posx>-105</posx>
  103.                                                         <posy>-105</posy>
  104.                                                         <width>400</width>
  105.                                                         <height>488</height>
  106.                                                         <colordiffuse>EEFFFFFF</colordiffuse>
  107.                                                         <texture>shine.png</texture>
  108.                                                         <aspectratio>stretch</aspectratio>
  109.                                                 </control>
  110.                                                 <control type="image">
  111.                                                         <posx>-12</posx>
  112.                                                         <posy>-12</posy>
  113.                                                         <width>216</width>
  114.                                                         <height>294</height>
  115.                                                         <texture>shadow.png</texture>
  116.                                                         <aspectratio>stretch</aspectratio>
  117.                                                 </control>
  118.                                                 <control type="image">
  119.                                                         <width>192</width>
  120.                                                         <height>270</height>
  121.                                                         <info>ListItem.Icon</info>
  122.                                                         <colordiffuse>EEFFFFFF</colordiffuse>
  123.                                                         <aspectratio>stretch</aspectratio>
  124.                                                 </control>
  125.                                                 <control type="image">
  126.                                                         <posx>0</posx>
  127.                                                         <posy>0</posy>
  128.                                                         <width>192</width>
  129.                                                         <height>262</height>
  130.                                                         <texture>ImageOverlay.png</texture>
  131.                                                         <aspectratio>stretch</aspectratio>
  132.                                                         <colordiffuse>CCFFFFFF</colordiffuse>
  133.                                                 </control>
  134.                                         </control>
  135.                                        
  136.                                         <!-- Here is the Text Part-->
  137.                                         <control type="group">
  138.                                                 <animation type="Focus">
  139.                                                         <effect type="fade" time="400" />
  140.                                                 </animation>
  141.                                                 <posx>90</posx>
  142.                                                 <posy>320</posy>
  143.                                                 <control type="label">
  144.                                                         <scroll>false</scroll>
  145.                                                         <width>300</width>
  146.                                                         <height>30</height>
  147.                                                         <font>list</font>
  148.                                                         <textcolor>White</textcolor>
  149.                                                         <align>center</align>
  150.                                                         <label>$INFO[listitem.title]</label>
  151.                                                 </control>
  152.                                                 <control type="label">
  153.                                                         <posy>30</posy>
  154.                                                         <scroll>false</scroll>
  155.                                                         <width>300</width>
  156.                                                         <height>30</height>
  157.                                                         <font>listinfo</font>
  158.                                                         <textcolor>babyblue</textcolor>
  159.                                                         <align>center</align>
  160.                                                         <label>$INFO[listitem.director], $INFO[listitem.year]</label>
  161.                                                 </control>
  162.                                         </control>
  163.                                 </control>
  164.                         </focusedlayout>
  165.                 </control>
  166.                
  167.                 <control type="panel" id="51">
  168.                         <visible>Control.IsVisible(504)</visible>
  169.                         <viewtype label="Wall">list</viewtype>
  170.                         <posx>-50</posx>
  171.                         <posy>-100</posy>
  172.                         <animation effect="slide" end="0,100" time="300" tween="cubic" easing="inout" condition="Container(51).Row(0)">Conditional</animation>
  173.                         <animation effect="slide" end="0,-165" time="300" tween="cubic" easing="inout" condition="Container(51).Row(3)">Conditional</animation>
  174.                         <animation effect="slide" end="-100,0" time="300" tween="cubic" easing="inout" condition="Container(51).Column(9) + ![ControlGroup(1000).HasFocus]">Conditional</animation>
  175.                         <animation effect="slide" end="100,0" time="300" tween="cubic" easing="inout" condition="Container(51).Column(0) + ![ControlGroup(1000).HasFocus]">Conditional</animation>
  176.                         <width>2020</width>
  177.                         <height>1345</height>
  178.                         <scrolltime>0</scrolltime>
  179.                         <orientation>vertical</orientation>
  180.                         <onleft>1000</onleft>
  181.                         <onright>1000</onright>
  182.                         <itemlayout height="270" width="192">
  183.                                 <control type="group">
  184.                                         <posx>50</posx>
  185.                                         <posy>100</posy>
  186.                                         <control type="image">
  187.                                                 <width>192</width>
  188.                                                 <height>270</height>
  189.                                                 <colordiffuse>33B5C9D7</colordiffuse>
  190.                                                 <texture>$INFO[ListItem.Icon]</texture>
  191.                                                 <aspectratio>stretch</aspectratio>
  192.                                                 <bordertexture>border.png</bordertexture>
  193.                                                 <bordersize>2</bordersize>
  194.                                         </control>
  195.                                         <control type="image">
  196.                                                 <posy>210</posy>
  197.                                                 <width>192</width>
  198.                                                 <height>60</height>
  199.                                                 <colordiffuse>EEFFFFFF</colordiffuse>
  200.                                                 <texture>TextUnderlay.png</texture>
  201.                                                 <aspectratio>stretch</aspectratio>
  202.                                         </control>
  203.                                         <control type="label">
  204.                                                 <posx>5</posx>
  205.                                                 <posy>230</posy>
  206.                                                 <width>170</width>
  207.                                                 <height>30</height>
  208.                                                 <font>list</font>
  209.                                                 <textcolor>44FFFFFF</textcolor>
  210.                                                 <align>left</align>
  211.                                                 <label>$INFO[listitem.title]</label>
  212.                                                 <scroll>false</scroll>
  213.                                         </control>
  214.                                         <control type="image">
  215.                                                 <width>192</width>
  216.                                                 <height>30</height>
  217.                                                 <posy>240</posy>
  218.                                                 <texture>TextOverlay.png</texture>
  219.                                                 <aspectratio>stretch</aspectratio>
  220.                                         </control>
  221.                                 </control>
  222.                         </itemlayout>
  223.                         <focusedlayout height="270" width="192">
  224.                                 <control type="group">
  225.                                         <posx>50</posx>
  226.                                         <posy>100</posy>
  227.                                         <control type="group">
  228.                                                 <animation type="Focus">
  229.                                                         <effect type="zoom" end="130" center="auto" time="150" tween="cubic"/>
  230.                                                 </animation>
  231.                                                
  232.                                                
  233.                                                 <control type="group">
  234.                                                         <animation type="Focus">
  235.                                                                 <effect type="fade" time="300" />
  236.                                                                 <effect type="zoom" start="120" center="auto" time="300" tween="quadratic" />
  237.                                                         </animation>
  238.                                                         <control type="image">
  239.                                                                 <posx>86</posx>
  240.                                                                 <posy>-30</posy>
  241.                                                                 <width>10</width>
  242.                                                                 <height>10</height>
  243.                                                                 <colordiffuse>FFFFFFFF</colordiffuse>
  244.                                                                 <texture>arrow.png</texture>
  245.                                                                 <aspectratio>stretch</aspectratio>
  246.                                                         </control>
  247.                                                         <control type="image">
  248.                                                                 <posx>86</posx>
  249.                                                                 <posy>330</posy>
  250.                                                                 <width>10</width>
  251.                                                                 <height>10</height>
  252.                                                                 <colordiffuse>FFFFFFFF</colordiffuse>
  253.                                                                 <texture flipy="true">arrow.png</texture>
  254.                                                                 <aspectratio>stretch</aspectratio>
  255.                                                         </control>
  256.                                                         <control type="image">
  257.                                                                 <posx>-30</posx>
  258.                                                                 <posy>125</posy>
  259.                                                                 <width>10</width>
  260.                                                                 <height>10</height>
  261.                                                                 <colordiffuse>FFFFFFFF</colordiffuse>
  262.                                                                 <texture>arrow2.png</texture>
  263.                                                                 <aspectratio>stretch</aspectratio>
  264.                                                         </control>
  265.                                                         <control type="image">
  266.                                                                 <posx>212</posx>
  267.                                                                 <posy>125</posy>
  268.                                                                 <width>10</width>
  269.                                                                 <height>10</height>
  270.                                                                 <colordiffuse>FFFFFFFF</colordiffuse>
  271.                                                                 <aspectratio>stretch</aspectratio>
  272.                                                                 <texture flipx="true">arrow2.png</texture>
  273.                                                         </control>
  274.                                                 </control>
  275.                                                
  276.                                                 <control type="image">
  277.                                                         <posx>-105</posx>
  278.                                                         <posy>-105</posy>
  279.                                                         <width>400</width>
  280.                                                         <height>488</height>
  281.                                                         <colordiffuse>EEFFFFFF</colordiffuse>
  282.                                                         <texture>shine.png</texture>
  283.                                                         <aspectratio>stretch</aspectratio>
  284.                                                 </control>
  285.                                                 <control type="image">
  286.                                                         <posx>-12</posx>
  287.                                                         <posy>-12</posy>
  288.                                                         <width>216</width>
  289.                                                         <height>294</height>
  290.                                                         <texture>shadow.png</texture>
  291.                                                         <aspectratio>stretch</aspectratio>
  292.                                                 </control>
  293.                                                 <control type="image">
  294.                                                         <width>192</width>
  295.                                                         <height>270</height>
  296.                                                         <info>ListItem.Icon</info>
  297.                                                         <colordiffuse>EEFFFFFF</colordiffuse>
  298.                                                         <bordertexture>border.png</bordertexture>
  299.                                                         <bordersize>3</bordersize>
  300.                                                         <aspectratio>stretch</aspectratio>
  301.                                                 </control>
  302.                                                 <control type="image">
  303.                                                         <posx>3</posx>
  304.                                                         <posy>3</posy>
  305.                                                         <width>184</width>
  306.                                                         <height>262</height>
  307.                                                         <texture>ImageOverlay.png</texture>
  308.                                                         <aspectratio>stretch</aspectratio>
  309.                                                 </control>
  310.                                         </control>
  311.                                        
  312.                                         <control type="group">
  313.                                                 <animation type="Focus">
  314.                                                         <effect type="fade" time="400" />
  315.                                                 </animation>
  316.                                                 <posx>-27</posx>
  317.                                                 <posy>320</posy>
  318.                                                 <control type="label">
  319.                                                         <scroll>false</scroll>
  320.                                                         <height>30</height>
  321.                                                         <font>list</font>
  322.                                                         <textcolor>FFFFFFFF</textcolor>
  323.                                                         <align>left</align>
  324.                                                         <label>$INFO[listitem.title]</label>
  325.                                                 </control>
  326.                                                 <control type="label">
  327.                                                         <posy>30</posy>
  328.                                                         <scroll>false</scroll>
  329.                                                         <width>250</width>
  330.                                                         <height>30</height>
  331.                                                         <font>listinfo</font>
  332.                                                         <textcolor>babyblue</textcolor>
  333.                                                         <align>left</align>
  334.                                                         <label>$INFO[listitem.director], $INFO[listitem.year]</label>
  335.                                                 </control>
  336.                                         </control>
  337.                                        
  338.                                 </control>
  339.                         </focusedlayout>
  340.                 </control>
  341.                 <!-- View Options -->
  342.                 <control type="group">
  343.                         <posy>60</posy>
  344.                         <posx>325</posx>
  345.                         <control type="grouplist" id="1000">
  346.                                 <posx>300</posx>
  347.                                 <width>1200</width>
  348.                                 <height>30</height>
  349.                                 <visible>true</visible>
  350.                                 <onup>50</onup>
  351.                                 <ondown>50</ondown>
  352.                                 <onleft>1000</onleft>
  353.                                 <onright>1000</onright>
  354.                                 <orientation>horizontal</orientation>
  355.                                 <pagecontrol>25</pagecontrol>
  356.                                 <scrolltime>200</scrolltime>
  357.                                 <itemgap>40</itemgap>
  358.                                 <control type="button" id="2">
  359.                                         <visible>true</visible>
  360.                                         <label>View</label>
  361.                                         <font>button</font>
  362.                                         <textcolor>White</textcolor>
  363.                                         <focusedcolor>babyblue</focusedcolor>
  364.                                         <onclick>Container.NextViewMode</onclick>
  365.                                 </control>
  366.                                 <control type="button" id="3">
  367.                                         <visible>true</visible>
  368.                                         <label>Sort</label>
  369.                                         <font>button</font>
  370.                                         <textcolor>White</textcolor>
  371.                                         <focusedcolor>babyblue</focusedcolor>
  372.                                         <onclick>Container.NextSortMethod</onclick>
  373.                                 </control>             
  374.                         </control>
  375.                 </control>
  376.         </controls>
  377. </window>