Advertisement
hlina

ViewVideoShowcase.xml

Jan 6th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.91 KB | None | 0 0
  1. <includes>
  2.     <include name="HalfWall2">
  3.         <control type="group">
  4.             <visible>Control.IsVisible(727)</visible>
  5.             <include>VisibleFadeEffect</include>
  6.             <posx>0</posx>
  7.             <posy>440</posy>
  8.             <control type="image">
  9.                 <posx>0</posx>
  10.                 <posy>-440</posy>
  11.                 <width>1280</width>
  12.                 <height>720</height>
  13.                 <aspectratio>stretch</aspectratio>
  14.                 <texture fallback="DefaultMovieGenre.jpg">moviegenrefanart/$INFO[ListItem.Label].jpg</texture>
  15.                 <visible>Window.IsActive(videolibrary) + Container.Content(Genres)</visible>
  16.             </control>
  17.             <control type="image">
  18.                 <posx>-10</posx>
  19.                 <posy>50</posy>
  20.                 <width>1310</width>
  21.                 <height>400</height>
  22.                 <aspectratio>stretch</aspectratio>
  23.                 <texture>ContentPanel.png</texture>
  24.             </control>
  25.             <control type="label"> <!-- Filmtitel unten -->
  26.                 <posx>421</posx>  <!-- ori=341 -->
  27.                 <posy>233</posy>
  28.                 <width>520</width>
  29.                 <height>25</height>
  30.                 <font>font20_title</font> <!-- ori=30 -->
  31.                 <textcolor>white</textcolor>
  32.                 <selectedcolor>selected</selectedcolor>
  33.                 <align>center</align>
  34.                 <aligny>center</aligny>
  35.                 <info>ListItem.Label</info>
  36.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  37.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  38.                 <scroll>true</scroll>
  39.             </control>
  40.             <control type="label"> <!-- Filmlänge unten, überschrift -->
  41.                 <posx>210</posx>
  42.                 <posy>213</posy>
  43.                 <width>50</width>
  44.                 <height>25</height>
  45.                 <font>font10</font> <!-- ori=30 -->
  46.                 <textcolor>white</textcolor>
  47.                 <selectedcolor>selected</selectedcolor>
  48.                 <align>center</align>
  49.                 <aligny>center</aligny>
  50.                 <label>Bew.</label>
  51.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  52.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  53.                 <scroll>true</scroll>
  54.             </control>
  55.             <control type="label"> <!-- rating unten -->
  56.                 <posx>210</posx>
  57.                 <posy>233</posy>
  58.                 <width>50</width>
  59.                 <height>25</height>
  60.                 <font>font20_title</font> <!-- ori=30 -->
  61.                 <textcolor>white</textcolor>
  62.                 <selectedcolor>selected</selectedcolor>
  63.                 <align>center</align>
  64.                 <aligny>center</aligny>
  65.                 <info>ListItem.Rating</info>
  66.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  67.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  68.                 <scroll>true</scroll>
  69.             </control>
  70.  
  71.             <control type="label"> <!-- Produktionsjahr, überschrift ("Jahr")-->
  72.                 <posx>920</posx>
  73.                 <posy>213</posy>
  74.                 <width>50</width>
  75.                 <height>25</height>
  76.                 <font>font10</font> <!-- ori=30 -->
  77.                 <textcolor>white</textcolor>
  78.                 <selectedcolor>selected</selectedcolor>
  79.                 <align>center</align>
  80.                 <aligny>center</aligny>
  81.                 <label>Jahr</label>
  82.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  83.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  84.                 <scroll>true</scroll>
  85.             </control>
  86.             <control type="label"> <!-- Produktionsjahr unten -->
  87.                 <posx>920</posx>
  88.                 <posy>233</posy>
  89.                 <width>50</width>
  90.                 <height>25</height>
  91.                 <font>font20_title</font> <!-- ori=30 -->
  92.                 <textcolor>white</textcolor>
  93.                 <selectedcolor>selected</selectedcolor>
  94.                 <align>center</align>
  95.                 <aligny>center</aligny>
  96.                 <info>ListItem.Year</info>
  97.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  98.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  99.                 <scroll>true</scroll>
  100.             </control>
  101.  
  102.             <control type="label"> <!-- Filmlänge unten, überschrift ("Länge")-->
  103.                 <posx>260</posx>
  104.                 <posy>213</posy>
  105.                 <width>50</width>
  106.                 <height>25</height>
  107.                 <font>font10</font> <!-- ori=30 -->
  108.                 <textcolor>white</textcolor>
  109.                 <selectedcolor>selected</selectedcolor>
  110.                 <align>center</align>
  111.                 <aligny>center</aligny>
  112.                 <label>Länge</label>
  113.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  114.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  115.                 <scroll>true</scroll>
  116.             </control>
  117.             <control type="label"> <!-- Filmlänge unten -->
  118.                 <posx>260</posx>
  119.                 <posy>233</posy>
  120.                 <width>50</width>
  121.                 <height>25</height>
  122.                 <font>font20_title</font> <!-- ori=30 -->
  123.                 <textcolor>white</textcolor>
  124.                 <selectedcolor>selected</selectedcolor>
  125.                 <align>center</align>
  126.                 <aligny>center</aligny>
  127.                 <info>ListItem.Duration</info>
  128.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  129.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  130.                 <scroll>true</scroll>
  131.             </control>
  132.             <control type="label"> <!-- Filmlänge unten, Unterschrift ("Min")-->
  133.                 <posx>260</posx>
  134.                 <posy>252</posy>
  135.                 <width>50</width>
  136.                 <height>25</height>
  137.                 <font>font10</font> <!-- ori=30 -->
  138.                 <textcolor>white</textcolor>
  139.                 <selectedcolor>selected</selectedcolor>
  140.                 <align>center</align>
  141.                 <aligny>center</aligny>
  142.                 <label>Min</label>
  143.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  144.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  145.                 <scroll>true</scroll>
  146.             </control>
  147.             <control type="wraplist" id="727">
  148.                 <visible>Container.Content(Movies) | Container.Content(MusicVideos) | Container.Content(Genres)</visible>
  149.                 <animation type="WindowOpen" reversible="false">
  150.                     <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="500" />
  151.                     <effect type="fade" start="0" end="100" time="300" />
  152.                 </animation>
  153.                 <animation type="WindowClose" reversible="false">
  154.                     <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  155.                     <effect type="fade" start="100" end="0" time="300" />
  156.                 </animation>
  157.                 <posx>-35</posx>
  158.                 <posy>00</posy>
  159.                 <width>1320</width>
  160.                 <height>250</height>
  161.                 <onleft>727</onleft>
  162.                 <onright>727</onright>
  163.                 <onup>2</onup>
  164.                 <ondown>60</ondown> <!-- Ori=666-->
  165.                 <viewtype label="Showcase">wrap</viewtype>
  166.                 <pagecontrol>60</pagecontrol>
  167.                 <scrolltime>200</scrolltime>
  168.                 <focusposition>5</focusposition>
  169.                 <orientation>horizontal</orientation>
  170.                 <preloaditems>6</preloaditems>
  171.                 <itemlayout height="160" width="120">
  172.                     <control type="image">
  173.                         <posx>2</posx>
  174.                         <posy>20</posy>
  175.                         <width>111</width> <!-- Ori=120, Bildchen vor dem Focus-->
  176.                         <height>148</height> <!-- Ori=160-->
  177.                         <aspectratio>stretch</aspectratio>
  178.                         <fadetime>200</fadetime>
  179.                         <texture diffuse="masks/movie_mask.png" background="true">$INFO[ListItem.Icon]</texture>
  180.                     </control>
  181.                     <control type="image">
  182.                         <posx>2</posx>
  183.                         <posy>20</posy>
  184.                         <width>111</width> <!-- Ori=120, keine Ahnung was das macht-->
  185.                         <height>148</height> <!-- Ori=160-->
  186.                         <aspectratio>stretch</aspectratio>
  187.                         <fadetime>200</fadetime>
  188.                         <texture diffuse="masks/movie_mask.png" fallback="DefaultMovieGenre.jpg">moviegenres/$INFO[ListItem.Label].jpg</texture>
  189.                         <visible>Window.IsActive(videolibrary) + Container.Content(Genres)</visible>
  190.                     </control>
  191.                     <control type="image">
  192.                         <posx>2</posx>
  193.                         <posy>185</posy>
  194.                         <width>111</width> <!-- Ori=120, keine Ahnung was das macht-->
  195.                         <height>148</height> <!-- Ori=160-->
  196.                         <aspectratio>stretch</aspectratio>
  197.                         <fadetime>200</fadetime>
  198.                         <texture background="true" flipy="true" diffuse="diffuse_mirror4.png">$INFO[ListItem.Icon]</texture>
  199.                     </control>
  200.                 </itemlayout>
  201.                 <focusedlayout height="310" width="180">
  202.                     <control type="image">
  203.                         <posx>8</posx>
  204.                         <posy>0</posy>  <!-- Ori=16 -->
  205.                         <width>128</width>
  206.                         <height>168</height>
  207.                         <aspectratio>stretch</aspectratio>
  208.                         <fadetime>200</fadetime>
  209.                         <texture diffuse="masks/movie_mask.png" background="true">$INFO[ListItem.Icon]</texture>
  210.                         <animation reversible="false" effect="zoom" start="-2,16,111,148" end="-16,-60,178,248" time="200">focus</animation>
  211.                         <animation reversible="false" effect="zoom" end="-2,16,111,148" start="-16,-60,178,248" time="200">unfocus</animation>
  212.                     </control>
  213.                     <control type="image">
  214.                         <posx>8</posx>
  215.                         <posy>0</posy>  <!-- Ori=16 -->
  216.                         <width>128</width>
  217.                         <height>168</height>
  218.                         <aspectratio>stretch</aspectratio>
  219.                         <fadetime>200</fadetime>
  220.                         <texture diffuse="masks/movie_mask.png" fallback="DefaultMovieGenre.jpg">moviegenres/$INFO[ListItem.Label].jpg</texture>
  221.                         <visible>Window.IsActive(videolibrary) + Container.Content(Genres)</visible>
  222.                         <animation reversible="false" effect="zoom" start="-2,16,111,148" end="-16,-60,178,248" time="200">focus</animation>
  223.                         <animation reversible="false" effect="zoom" end="-2,16,111,148" start="-16,-60,178,248" time="200">unfocus</animation>
  224.                     </control>
  225.                     <control type="image">
  226.                         <posx>8</posx>
  227.                         <posy>185</posy> <!-- Ori=185 -->
  228.                         <width>128</width>
  229.                         <height>168</height>
  230.                         <aspectratio>stretch</aspectratio>
  231.                         <fadetime>200</fadetime>
  232.                         <texture background="true" flipy="true" diffuse="diffuse_mirror4.png">$INFO[ListItem.Icon]</texture>
  233.                         <animation reversible="false" effect="zoom" start="-2,16,111,148" end="-19,-10,148,198" time="200">focus</animation>
  234.                         <animation reversible="false" effect="zoom" end="-2,16,111,148" start="-19,-10,148,198" time="200">unfocus</animation>
  235.                     </control>
  236.                     <control type="image">
  237.                         <posx>90</posx>
  238.                         <posy>150</posy>
  239.                         <width>35</width>
  240.                         <height>35</height>
  241.                         <aspectratio>keep</aspectratio>
  242.                         <texture>$INFO[ListItem.Overlay]</texture>
  243.                         <animation type="focus">
  244.                             <effect type="fade" start="0" end="100" time="200" />
  245.                             <effect type="slide" start="0,0" end="10,5" time="200" />
  246.                         </animation>
  247.                         <animation type="unfocus">
  248.                             <effect type="fade" start="100" end="0" time="200" />
  249.                             <effect type="slide" end="0,0" start="10,5" time="200" />
  250.                         </animation>
  251.                     </control>
  252.                 </focusedlayout>
  253.             </control>
  254.             <control type="scrollbar" id="60">
  255.                 <posx>10</posx>
  256.                 <posy>190</posy>
  257.                 <width>1260</width>
  258.                 <height>25</height>
  259.                 <texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
  260.                 <texturesliderbar border="14,0,14,0">ScrollBarH_bar.png</texturesliderbar>
  261.                 <texturesliderbarfocus border="14,0,14,0">ScrollBarH_bar_focus.png</texturesliderbarfocus>
  262.                 <textureslidernib>ScrollBarNib.png</textureslidernib>
  263.                 <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  264.                 <onup>727</onup>
  265.                 <!--<ondown>9000</ondown> <!--- Original = 9000 -->
  266.                 <showonepage>true</showonepage>
  267.                 <orientation>horizontal</orientation>
  268.                 <visible>Control.IsVisible(727)</visible>
  269.             </control>
  270.             <control type="group">
  271.                 <posx>-860</posx>
  272.                 <posy>895</posy>
  273.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  274.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  275.                 <visible>Container.Content(Movies) + Control.IsVisible(727)</visible>
  276.                 <control type="grouplist">
  277.                     <description>MPAA Flagging Conditions Images</description>
  278.                     <posx>1340</posx>
  279.                     <posy>-665</posy>
  280.                     <width>800</width>
  281.                     <align>right</align>
  282.                     <itemgap>0</itemgap>
  283.                     <orientation>horizontal</orientation>
  284.                     <include>VideoCodecFlaggingConditions</include>
  285.                     <!--<include>VideoTypeHackFlaggingConditions</include>--><!-- hat  bei mit nur ein leeres Feld erzeugt; diesen Platz brauchte ich für das Jahr-->
  286.                     <include>AudioCodecFlaggingConditions</include>
  287.                     <include>AudioChannelsFlaggingConditions</include>
  288.                 </control>
  289.             </control>
  290.             <control type="group">
  291.                 <posx>-860</posx>
  292.                 <posy>895</posy>
  293.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  294.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  295.                 <visible>Container.Content(Movies)</visible>
  296.                 <control type="grouplist">
  297.                     <description>MPAA Flagging Conditions Images</description>
  298.                     <posx>270</posx>
  299.                     <posy>-665</posy>
  300.                     <width>800</width>
  301.                     <align>right</align>
  302.                     <itemgap>0</itemgap>
  303.                     <orientation>horizontal</orientation>
  304.                     <include>AspectCodecFlaggingConditions</include>
  305.                 </control>
  306.             </control>
  307.             <control type="image">
  308.                 <width>100</width>
  309.                 <height>64</height>
  310.                 <posx>70</posx>
  311.                 <posy>220</posy>
  312.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  313.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  314.                 <aspectratio>keep</aspectratio>
  315.                 <align>center</align>
  316.                 <aligny>center</aligny>
  317.                 <texture>$INFO[listitem.Studio,flagging/studios/,.png]</texture>
  318.                 <visible>!Container.Content(MusicVideos)</visible>
  319.             </control>
  320.             <control type="grouplist">
  321.                 <description>MPAA Rating Flagging Images</description>
  322.                 <posx>-635</posx>
  323.                 <posy>220</posy>
  324.                 <width>800</width>
  325.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  326.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  327.                 <align>right</align>
  328.                 <itemgap>0</itemgap>
  329.                 <orientation>horizontal</orientation>
  330.                 <include>VideoFSKFlaggingConditions</include>
  331.                 <visible>Container.Content(Movies)</visible>
  332.             </control>
  333.             <control type="grouplist">
  334.                 <description>MPAA Rating Flagging Images</description>
  335.                 <posx>-715</posx>
  336.                 <posy>230</posy>
  337.                 <width>800</width>
  338.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  339.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  340.                 <align>right</align>
  341.                 <itemgap>0</itemgap>
  342.                 <orientation>horizontal</orientation>
  343.                 <include>VideoMPAAFlaggingConditions</include>
  344.                 <visible>Container.Content(Movies)</visible>
  345.             </control>
  346.             <control type="grouplist">
  347.                 <description>MPAA Rating Flagging Images</description>
  348.                 <posx>-730</posx>
  349.                 <posy>225</posy>
  350.                 <width>800</width>
  351.                 <animation effect="slide" start="0,0" end="0,100" delay="0" time="300">WindowClose</animation>
  352.                 <animation effect="slide" start="0,100" end="0,0" delay="0" time="300">WindowOpen</animation>
  353.                 <align>right</align>
  354.                 <itemgap>0</itemgap>
  355.                 <orientation>horizontal</orientation>
  356.                 <include>VideoBBFCFlaggingConditions</include>
  357.                 <visible>Container.Content(Movies)</visible>
  358.             </control>
  359.             <control type="image">
  360.                 <posx>320</posx>  <!-- ori=240 -->
  361.                 <posy>205</posy>
  362.                 <width>75</width>
  363.                 <height>75</height>
  364.                 <aspectratio>stretch</aspectratio>
  365.                 <texture>flagging/3D.png</texture>
  366.                 <visible>substring(ListItem.Genre,3D) | substring(ListItem.Label,3D)</visible>
  367.             </control>         
  368.         </control>
  369.         <control type="label">
  370.             <posx>15</posx>
  371.             <posy>465</posy>
  372.             <width>400</width>
  373.             <height>25</height>
  374.             <textcolor>white</textcolor>
  375.             <selectedcolor>selected</selectedcolor>
  376.             <align>left</align>
  377.             <aligny>center</aligny>
  378.             <label>40035</label>
  379.             <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(ShowTrailer) + Control.HasFocus(727) | Control.HasFocus(666)</visible>
  380.         </control>
  381.         <control type="button" id="666">
  382.             <width>1</width>
  383.             <height>1</height>
  384.             <posx>-10</posx>
  385.             <posy>465</posy>
  386.             <onfocus>XBMC.PlayMedia($INFO[ListItem.Trailer],1,noresume)</onfocus>
  387.             <onfocus>ActivateWindow(fullscreenvideo)</onfocus>
  388.             <visible>Skin.HasSetting(ShowTrailer)</visible>
  389.         </control>
  390.     </include>
  391. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement