Advertisement
Guest User

Untitled

a guest
Apr 4th, 2018
3,148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 19.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--Titan-->
  3. <includes>
  4.     <include name="View_523_Netflix">
  5.         <!--Panel-->
  6.        
  7.         <control type="group">
  8.             <width>100%</width>
  9.             <height>100%</height>
  10.             <visible>Control.IsVisible(523)</visible>
  11.             <visible>Integer.IsGreater(Container.NumItems,0)</visible>
  12.             <include>animation_view_change</include>
  13.            
  14.             <!-- background image + overlay -->
  15.             <control type="image">
  16.                 <width>100%</width>
  17.                 <height>100%</height>
  18.                 <texture colordiffuse="$VAR[Netflix2_PanelColor]">colors/color_white.png</texture>
  19.             </control>
  20.             <control type="image">
  21.                 <fadetime>350</fadetime>
  22.                 <texture background="true">$VAR[backgroundVar]</texture>
  23.                 <aspectratio aligny="top">scale</aspectratio>
  24.                 <animation effect="zoom" start="110" end="130" center="auto" time="12000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(BackgroundAnimation)">Conditional</animation>
  25.                 <animation effect="slide" start="-10,-10" end="10,10" time="8000" tween="cubic" easing="inout" pulse="true" condition="Skin.HasSetting(BackgroundAnimation)">Conditional</animation>
  26.                 <visible>!Skin.HasSetting(View523_DetailsShowFanart)</visible>
  27.             </control>
  28.            
  29.             <!-- overlay without big thumb -->
  30.             <control type="image">
  31.                 <width>100%</width>
  32.                 <height>100%</height>
  33.                 <texture colordiffuse="$VAR[Netflix2_PanelColor]">colors/color_white.png</texture>
  34.                 <animation effect="fade" start="100" end="30" delay="0" time="0"  condition="true">Conditional</animation>
  35.                 <visible>!Skin.HasSetting(View523_DetailsShowFanart)</visible>
  36.             </control>
  37.             <control type="image">
  38.                 <width>100%</width>
  39.                 <height>100%</height>
  40.                 <texture colordiffuse="$VAR[Netflix2_PanelColor]">special://home/addons/resource.images.backgroundoverlays.basic/resources/Side by Side.png</texture>
  41.                 <animation effect="fade" start="100" end="95" delay="0" time="0"  condition="true">Conditional</animation>
  42.                 <visible>!Skin.HasSetting(View523_DetailsShowFanart)</visible>
  43.             </control>
  44.  
  45.             <!-- spotlight section -->
  46.             <control type="group" id="3505">
  47.                 <width>1920</width>
  48.                 <height>450</height>
  49.                
  50.                 <!-- spotlight image -->
  51.                 <control type="image">
  52.                     <fadetime>350</fadetime>
  53.                     <width>1152</width>
  54.                     <right>0</right>
  55.                     <height>640</height>
  56.                     <top>0</top>
  57.                     <texture background="true" diffuse="special://home/addons/resource.images.backgroundoverlays.basic/resources/Right Corner.png">$VAR[netflixThumb]</texture>
  58.                     <aspectratio scalediffuse="true" aligny="top">scale</aspectratio>
  59.                     <visible>Skin.HasSetting(View523_DetailsShowFanart)</visible>
  60.                 </control>
  61.                
  62.                 <!--Video Window -->
  63.                 <control type="group">
  64.                     <width>950</width>
  65.                     <right>40</right>
  66.                     <height>460</height>
  67.                     <top>40</top>
  68.                     <visible>[Player.HasVideo + !String.IsEmpty(Window(Home).Property(TrailerPlaying)) + Skin.HasSetting(DetailsAutoTrailer)]</visible>
  69.                     <visible>!skin.hastheme(classic)</visible>
  70.                     <control type="image">
  71.                         <texture>colors/color_black.png</texture>
  72.                     </control>
  73.                     <control type="videowindow">
  74.                     </control>
  75.                 </control>
  76.                
  77.                 <!-- rating STARS , added in IncludesFooter.xml - StarRatingNetflixView-->
  78.                 <control type="group">
  79.                     <height>130</height>     <!-- larger -->
  80.                     <width>300</width>       <!-- larger -->
  81.                     <left>140</left>
  82.                     <top>218</top>           <!-- higher -->
  83.                    
  84.                     <include>StarRatingFooterNetflixView</include>
  85.                    
  86.                 </control>
  87.                
  88.                 <!-- clearlogo -->
  89.                 <control type="image" id="29475">
  90.                     <height>300</height>     <!-- larger -->
  91.                     <width>450</width>       <!-- larger -->
  92.                     <left>75</left>
  93.                     <top>10</top>            <!-- higher -->
  94.                     <aspectratio align="left" aligny="top">keep</aspectratio>
  95.                     <texture background="true" fallback="colors/color_transparent.png">$VAR[ListItemClearLogo]</texture>
  96.                     <visible>!Skin.HasSetting(NoClearLogoNetflix)</visible>
  97.                 </control>
  98.                 <control type="textbox"> <!-- if Clear LOGO N/A -->
  99.                     <height>300</height>
  100.                     <width>800</width>
  101.                     <left>73</left>
  102.                     <top>25</top>
  103.                     <font>Bold55</font>
  104.                     <align>left</align>
  105.                     <aligny>center</aligny>
  106.                     <label>$INFO[ListItem.Title] </label>
  107.                     <textcolor>FF990100</textcolor>
  108.                     <visible>[SubString(Control.GetLabel(29475),color_transparent) + Container.Content(tvshows)] | [SubString(Control.GetLabel(29475),color_transparent) + Container.Content(movies)] | [SubString(Control.GetLabel(29475),color_transparent) + Container.Content(sets)]</visible>
  109.                 </control>                                                 
  110.                
  111.                 <!-- details - year genre . etc-->
  112.                 <control type="label">
  113.                         <height>125</height>
  114.                         <width>800</width>
  115.                         <top>230</top>
  116.                         <left>250</left>
  117.                         <font>Bold24</font>
  118.                         <align>left</align>
  119.                         <aligny>center</aligny>
  120.                         <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
  121.                         <label>$VAR[Details]</label>
  122.                         <visible>Skin.HasSetting(View523_DetailsShowFanart)</visible>
  123.                 </control>
  124.                 <control type="label">
  125.                         <height>125</height>
  126.                         <width>1000</width>
  127.                         <top>230</top>
  128.                         <left>250</left>
  129.                         <font>Bold24</font>
  130.                         <align>left</align>
  131.                         <aligny>center</aligny>
  132.                         <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
  133.                         <label>$VAR[ListDetails]</label> <!--IncludesVariables.xml ERROR in LENHGT ???-->
  134.                         <visible>!Skin.HasSetting(View523_DetailsShowFanart)</visible>
  135.                 </control>
  136.                
  137.                
  138.                
  139.                 <!-- title for season and episodes now always visible-->
  140.                 <control type="textbox">
  141.                     <height>60</height>
  142.                     <width>800</width>
  143.                     <left>73</left>
  144.                     <top>190</top>
  145.                     <font>Bold40</font>
  146.                     <align>left</align>
  147.                     <aligny>top</aligny>
  148.                     <label>$INFO[ListItem.Label]</label>
  149.                     <textcolor>$INFO[Skin.String(ViewDetailsHighlightTextColor)]</textcolor>    <!-- always red, def is $INFO[Skin.String(ViewDetailsTextColor)]-->
  150.                     <visible>Container.Content(episodes) | Container.Content(seasons) </visible> <!-- shows season and episode below Clear Logo -->
  151.                 </control>
  152.                
  153.                
  154.                 <!-- subtitle: MOTTO for Movies-->
  155.                 <control type="label">
  156.                     <height>30</height>
  157.                     <top>230</top>
  158.                     <left>70</left>
  159.                     <width>800</width>
  160.                     <font>Reg28</font>
  161.                     <align>left</align>
  162.                     <aligny>center</aligny>
  163.                     <textcolor>$INFO[Skin.String(ViewDetailsHighlightTextColor)]</textcolor> <!-- default is $INFO[Skin.String(ViewDetailsTextColor)] , alternative $INFO[Skin.String(ViewDetailsHighlightTextColor)], if its not black -->
  164.                     <label>[I]$VAR[View523_SubTitle][/I]</label>
  165.                     <visible>Container.Content(movies)</visible>
  166.                 </control>
  167.                
  168.                 <control type="grouplist"><!-- plot -->
  169.                     <width>1500</width>
  170.                     <posx>70</posx>
  171.                     <posy>330</posy>
  172.                     <height>420</height>
  173.                     <orientation>vertical</orientation>            
  174.                    
  175.                 <!-- plot -->
  176.                     <control type="textbox">
  177.                         <height>200</height>
  178.                         <width>720</width>
  179.                         <label>$VAR[Plots]</label>
  180.                         <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
  181.                         <align>justify</align>
  182.                         <font>Reg24</font>
  183.                         <visible>Skin.HasSetting(View523_DetailsShowFanart)</visible>
  184.                     </control>
  185.                     <control type="textbox">
  186.                         <height>200</height>
  187.                         <width>600</width>
  188.                         <label>$VAR[Plots]</label>
  189.                         <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
  190.                         <align>justify</align>
  191.                         <font>Reg24</font>
  192.                         <visible>!Skin.HasSetting(View523_DetailsShowFanart)</visible>
  193.                     </control>
  194.                    
  195.                 </control>
  196.                
  197.                 <!-- media flags -->
  198.                 <control type="group">
  199.                     <posx>1150</posx>
  200.                    
  201.                     <height>50</height>
  202.                     <top>585</top>
  203.                     <include>mediaflags</include>
  204.                 </control>
  205.                 <!-- rating -->
  206.                 <control type="group">
  207.                     <right>35</right>
  208.                     <height>50</height>
  209.                     <width>500</width>
  210.                     <top>500</top>
  211.                     <include condition="![Skin.HasSetting(StudioInFooter) | Skin.HasSetting(IMDBRatingInFooter) | Skin.HasSetting(RTRatingInFooter)]">StarRating</include>
  212.                     <include condition="[Skin.HasSetting(StudioInFooter) | Skin.HasSetting(IMDBRatingInFooter) | Skin.HasSetting(RTRatingInFooter)]">AltRating</include>
  213.                 </control>
  214.                                
  215.                 <!--discart image when use fixed focus -->
  216.                 <control type="image">
  217.                     <width>280</width>
  218.                     <height>280</height>
  219.                     <top>420</top>
  220.                     <right>815</right>
  221.                     <texture background="true" diffuse="diffuse/cdmask_new.png">$VAR[DiscArtImage]</texture>
  222.                     <aspectratio scalediffuse="false" align="center" aligny="center">scale</aspectratio>
  223.                     <animation effect="slide" start="700" end="0" tween="cubic" easing="out" time="1500" delay="500" condition="Skin.HasSetting(View523_ShowCDart)">Conditional</animation>
  224.                     <animation effect="fade" start="0" end="100" delay="600" time="800" pulse="false" condition="Skin.HasSetting(View523_ShowCDart)">Conditional</animation>
  225.                     <animation effect="rotate" end="-360" center="auto" time="20000" loop="true" reversible="false" condition="Skin.HasSetting(AnimateDiscArt)">Conditional</animation>
  226.                     <visible>Skin.HasSetting(View523_ShowCDart) + Skin.HasSetting(View523_UseFixedLayout) + Skin.HasSetting(View523_DetailsShowFanart)</visible>
  227.                     <!-- condition="Skin.HasSetting(View523_UseFixedLayout)-->                                         
  228.                 </control>
  229.                
  230.                
  231.             </control>
  232.            
  233.             <!-- menu button -->
  234.             <control type="radiobutton" id="5001">
  235.                 <width>60</width>
  236.                 <height>60</height>
  237.                 <right>20</right>
  238.                 <top>20</top>
  239.                 <font>-</font>
  240.                 <selected>Control.HasFocus(5001)</selected>
  241.                 <texturefocus>-</texturefocus>
  242.                 <texturenofocus>-</texturenofocus>
  243.                 <textureradiofocus colordiffuse="$INFO[Skin.String(ButtonTextFocusColor)]">touchcontrols/icon_back.png</textureradiofocus>
  244.                 <textureradionofocus colordiffuse="$INFO[Skin.String(ButtonTextColor)]">touchcontrols/icon_back.png</textureradionofocus>
  245.                 <radiowidth>60</radiowidth>
  246.                 <radioheight>60</radioheight>
  247.                 <onclick>Close</onclick>
  248.                 <visible>Skin.HasSetting(EnableTouchSupport) + !Window.IsActive(Home)</visible>
  249.                 <ondown>510</ondown>
  250.             </control>
  251.            
  252.             <!-- View 523 -->
  253.             <include condition="Skin.HasSetting(View523_UseFixedLayout)">View523_layout_fixed</include>
  254.             <include condition="!Skin.HasSetting(View523_UseFixedLayout)">View523_layout_normal</include>
  255.            
  256.             <!--horizontal Scrollbar-->
  257.             <control type="group">
  258.                 <control type="scrollbar" id="60">
  259.                     <visible>Control.IsVisible(523) + Integer.IsGreater(Container.Numitems,0)</visible>
  260.                     <left>60</left>
  261.                     <bottom>5</bottom>
  262.                     <width>1800</width>
  263.                     <height>20</height>
  264.                     <onup>523</onup>
  265.                     <onleft>60</onleft>
  266.                     <onright>60</onright>
  267.                     <orientation>horizontal</orientation>
  268.                     <animation effect="fade" start="0" end="100" time="400" condition="[Control.HasFocus(60) | Skin.HasSetting(EnableTouchSupport) | Container.Scrolling | Skin.HasSetting(alwaysShowScrollbars)]">Conditional</animation>
  269.                     <animation effect="fade" start="100" end="0" time="400" condition="![Control.HasFocus(60) | Skin.HasSetting(EnableTouchSupport) | Container.Scrolling | Skin.HasSetting(alwaysShowScrollbars)]">Conditional</animation>
  270.                 </control>
  271.             </control>
  272.            
  273.         </control>
  274.     </include>
  275.  
  276.     <include name="View523_layout_fixed">
  277.         <control type="fixedlist" id="523">
  278.             <focusposition>3</focusposition>
  279.             <include>View523_layout</include>
  280.         </control>
  281.     </include>
  282.    
  283.     <include name="View523_layout_normal">
  284.         <control type="panel" id="523">
  285.             <include>View523_layout</include>
  286.         </control>
  287.     </include>
  288.    
  289.     <include name="View523_layout">
  290.         <viewtype label="31018">icons</viewtype>
  291.         <left>50</left>
  292.         <bottom>40</bottom>
  293.         <height>380</height>
  294.         <width>1920</width>
  295.         <orientation>horizontal</orientation>
  296.         <onleft>523</onleft>
  297.         <onright>523</onright>
  298.         <onup>9000</onup>
  299.         <ondown condition="Skin.HasSetting(EnableQuickJump)">7000</ondown>
  300.         <ondown condition="!Skin.HasSetting(EnableQuickJump)">60</ondown>
  301.         <preloaditems>4</preloaditems>
  302.         <pagecontrol>60</pagecontrol>
  303.         <visible>String.IsEqual(Window(Home).Property(SkinHelper.ForcedView),523) | String.IsEmpty(Window(Home).Property(SkinHelper.ForcedView))</visible>
  304.         <itemlayout height="380" width="455" condition="Container.Content(episodes)">
  305.             <control type="group">
  306.                 <width>100%</width>
  307.                 <height>75%</height>
  308.                 <bottom>30</bottom>
  309.                 <include>ThumbsViewLayout</include>
  310.             </control>
  311.         </itemlayout>
  312.         <focusedlayout height="380" width="455" condition="Container.Content(episodes)">
  313.             <control type="group">
  314.                 <width>100%</width>
  315.                 <height>75%</height>
  316.                 <bottom>30</bottom>
  317.                 <include>ThumbsViewLayoutFocus</include>
  318.                 <animation effect="zoom" end="110,110" center="auto" time="100">focus</animation>
  319.             </control>
  320.         </focusedlayout>
  321.         <itemlayout height="380" width="262" condition="!Container.Content(episodes)">
  322.           <control type="group">
  323.             <width>97%</width>
  324.             <height>97%</height>
  325.             <include>PosterPanelLayout</include>
  326.           </control>
  327.          
  328.         </itemlayout>
  329.         <focusedlayout height="380" width="262" condition="!Container.Content(episodes)">
  330.           <control type="group">
  331.             <width>97%</width>
  332.             <height>97%</height>
  333.             <include>PosterPanelLayoutFocus</include>
  334.             <include>AutoTrailerButton</include>
  335.             <animation effect="zoom" end="115,115" center="auto" time="100" condition="Skin.HasSetting(View523_UseFixedLayout)">focus</animation>
  336.           </control>
  337.           <!--discart image disabled fixed focus -->
  338.                 <control type="image">
  339.                     <width>200</width>
  340.                     <height>200</height>
  341.                     <top>170</top>
  342.                     <right>-100</right>
  343.                     <texture background="true" diffuse="diffuse/cdmask_new.png">$VAR[DiscArtImage]</texture>
  344.                     <aspectratio scalediffuse="false" align="center" aligny="center">scale</aspectratio>
  345.                     <animation effect="slide" start="-120" end="0" tween="cubic" easing="inout" time="1500" delay="600" condition="Skin.HasSetting(View523_ShowCDart)">Conditional</animation>
  346.                     <animation effect="fade" start="0" end="100" delay="600" time="800" pulse="false" condition="Skin.HasSetting(View523_ShowCDart)">Conditional</animation>
  347.                     <animation effect="rotate" end="-360" center="auto" time="20000" loop="true" reversible="false" condition="Skin.HasSetting(AnimateDiscArt)">Conditional</animation>
  348.                     <visible>Skin.HasSetting(View523_ShowCDart) + !Skin.HasSetting(View523_UseFixedLayout)</visible>
  349.                 </control>
  350.             <!--discart image disabled fixed focus and enebled big fanart -->
  351.                 <control type="image">
  352.                     <width>230</width>
  353.                     <height>230</height>
  354.                     <top>140</top>
  355.                     <right>-150</right>
  356.                     <texture background="true" diffuse="diffuse/cdmask_new.png">$VAR[DiscArtImage]</texture>
  357.                     <aspectratio scalediffuse="false" align="center" aligny="center">scale</aspectratio>
  358.                     <animation effect="slide" start="-120" end="0" tween="cubic" easing="inout" time="1500" delay="600" condition="Skin.HasSetting(View523_ShowCDart)">Conditional</animation>
  359.                     <animation effect="fade" start="0" end="100" delay="600" time="800" pulse="false" condition="Skin.HasSetting(View523_ShowCDart)">Conditional</animation>
  360.                     <animation effect="rotate" end="-360" center="auto" time="20000" loop="true" reversible="false" condition="Skin.HasSetting(AnimateDiscArt)">Conditional</animation>
  361.                     <visible>Skin.HasSetting(View523_ShowCDart) + Skin.HasSetting(View523_UseFixedLayout) + !Skin.HasSetting(View523_DetailsShowFanart)</visible>
  362.                 </control>
  363.         </focusedlayout>
  364.     </include>
  365.    
  366.     <variable name="View523_FallbackTitle">
  367.         <value condition="Container.Content(episodes)">$INFO[ListItem.TvshowTitle]</value>
  368.         <value>$INFO[ListItem.Title]</value>
  369.     </variable>
  370.    
  371.     <variable name="View523_SubTitle">
  372.         <value condition="Container.Content(episodes)">$INFO[ListItem.Label]</value>
  373.         <value>$INFO[ListItem.TagLine]</value>
  374.     </variable>
  375.    
  376. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement