Advertisement
Guest User

Untitled

a guest
May 25th, 2015
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 13.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <includes>
  3.     <include file="Animations.xml" />
  4.     <include file="Defaults.xml" />
  5.     <include file="Includes_Home_TV_Show_Lists.xml" />
  6.     <include file="Includes_Home_Widgets_Setup.xml" />
  7.     <include file="script-skinshortcuts-includes.xml" />
  8.     <include file="Viewtype50.xml" />
  9.     <include file="Viewtype51.xml" />
  10.     <include file="Viewtype52.xml" />
  11.     <include file="Viewtype53.xml" />
  12.     <include file="Viewtype54.xml" />
  13.     <include file="Variables.xml" />
  14.     <!-- Fullscreen dimensions -->
  15.     <include name="FullscreenDimensions">
  16.         <left>0</left>
  17.         <top>0</top>
  18.         <width>1920</width>
  19.         <height>1080</height>
  20.     </include>
  21.     <!-- Background image -->
  22.     <include name="BackgroundImage">
  23.         <control type="image">
  24.             <include>FullscreenDimensions</include>
  25.             <texture>special://skin/extras/backgrounds/default.png</texture>
  26.         </control>
  27.     </include>
  28.     <!-- Dialog background image -->
  29.     <include name="DialogBackgroundImage">
  30.         <control type="image">
  31.             <include>FullscreenDimensions</include>
  32.             <texture>dialogs/DialogBackground.png</texture>
  33.             <animation effect="fade" end="100" start="0" time="200">WindowOpen</animation>
  34.             <animation delay="100" effect="fade" end="0" start="100" time="200">WindowClose</animation>
  35.         </control>
  36.     </include>
  37.     <!-- Dialog text background image -->
  38.     <include name="DialogTextBackgroundImage">
  39.         <control type="image">
  40.             <include>FullscreenDimensions</include>
  41.             <texture>dialogs/DialogBackground.png</texture>
  42.             <animation effect="fade" end="100" start="0" time="200">WindowOpen</animation>
  43.             <animation delay="100" effect="fade" end="0" start="100" time="200">WindowClose</animation>
  44.         </control>
  45.     </include>
  46.     <!-- Message Background image -->
  47.     <include name="MessageBackground">
  48.         <texture border="32">dialogs/DialogMessageBackground.png</texture>
  49.         <bordertexture border="32">dialogs/Empty.png</bordertexture>
  50.         <bordersize>-82</bordersize>
  51.     </include>
  52.     <include name="osd_padding">
  53.         <height>82</height>
  54.         <width>17.36</width>
  55.         <texture>-</texture>
  56.     </include>
  57.     <include name="HiddenHomeList">
  58.         <top>-10</top>
  59.         <width>10</width>
  60.         <height>1</height>
  61.         <viewtype label="">list</viewtype>
  62.         <orientation>horizontal</orientation>
  63.         <itemlayout height="1" width="1" />
  64.         <focusedlayout height="1" width="1" />
  65.     </include>
  66.     <!-- Fanart -->
  67.     <include name="Fanart">
  68.         <control type="group">
  69.             <animation condition="!Window.Previous(visualisation)" delay="800" effect="fade" end="100" start="0" time="200">WindowOpen</animation>
  70.             <control type="image">
  71.                 <include>FullscreenDimensions</include>
  72.                 <fadetime>400</fadetime>
  73.                 <colordiffuse>26ffffff</colordiffuse>
  74.                 <texture background="true">$VAR[Fanart]</texture>
  75.             </control>
  76.         </control>
  77.     </include>
  78.     <!-- No textures -->
  79.     <include name="NoTextures">
  80.         <texturefocus>-</texturefocus>
  81.         <texturenofocus>-</texturenofocus>
  82.         <alttexturenofocus>-</alttexturenofocus>
  83.         <alttexturefocus>-</alttexturefocus>
  84.         <textureradioonfocus>-</textureradioonfocus>
  85.         <textureradioonnofocus>-</textureradioonnofocus>
  86.         <textureradioofffocus>-</textureradioofffocus>
  87.         <textureradiooffnofocus>-</textureradiooffnofocus>
  88.         <textureup>-</textureup>
  89.         <texturedown>-</texturedown>
  90.         <textureupfocus>-</textureupfocus>
  91.         <texturedownfocus>-</texturedownfocus>
  92.     </include>
  93.     <!-- Hidden control -->
  94.     <include name="HiddenControl">
  95.         <left>-10</left>
  96.         <top>-10</top>
  97.         <width>1</width>
  98.         <height>1</height>
  99.         <font>-</font>
  100.         <texture>-</texture>
  101.         <texturefocus>-</texturefocus>
  102.         <texturenofocus>-</texturenofocus>
  103.         <alttexturenofocus>-</alttexturenofocus>
  104.         <alttexturefocus>-</alttexturefocus>
  105.         <textureradiofocus>-</textureradiofocus>
  106.         <textureradionofocus>-</textureradionofocus>
  107.     </include>
  108.     <!-- BBFC Ratings -->
  109.     <include name="Rating_BBFC">
  110.         <control type="image">
  111.             <top>3</top>
  112.             <width>33</width>
  113.             <height>23</height>
  114.             <colordiffuse>ffdadada</colordiffuse>
  115.             <texture>rating/bbfc/pg.png</texture>
  116.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,pg,right)</visible>
  117.         </control>
  118.         <control type="image">
  119.             <top>3</top>
  120.             <width>29</width>
  121.             <height>23</height>
  122.             <colordiffuse>ffdadada</colordiffuse>
  123.             <texture>rating/bbfc/12.png</texture>
  124.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,12,right)</visible>
  125.         </control>
  126.         <control type="image">
  127.             <top>3</top>
  128.             <width>29</width>
  129.             <height>23</height>
  130.             <colordiffuse>ffdadada</colordiffuse>
  131.             <texture>rating/bbfc/15.png</texture>
  132.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,15,right)</visible>
  133.         </control>
  134.         <control type="image">
  135.             <top>3</top>
  136.             <width>29</width>
  137.             <height>23</height>
  138.             <colordiffuse>ffdadada</colordiffuse>
  139.             <texture>rating/bbfc/18.png</texture>
  140.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,18,right)</visible>
  141.         </control>
  142.         <control type="image">
  143.             <top>3</top>
  144.             <width>23</width>
  145.             <height>23</height>
  146.             <colordiffuse>ffdadada</colordiffuse>
  147.             <texture>rating/bbfc/u.png</texture>
  148.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,u,right)</visible>
  149.         </control>
  150.     </include>
  151.     <!-- FSK Ratings -->
  152.     <include name="Rating_FSK">
  153.         <control type="image">
  154.             <top>3</top>
  155.             <width>25</width>
  156.             <height>23</height>
  157.             <colordiffuse>ffdadada</colordiffuse>
  158.             <texture>rating/fsk/0.png</texture>
  159.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,0,right)</visible>
  160.         </control>
  161.         <control type="image">
  162.             <top>3</top>
  163.             <width>25</width>
  164.             <height>23</height>
  165.             <colordiffuse>ffdadada</colordiffuse>
  166.             <texture>rating/fsk/6.png</texture>
  167.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,6,right)</visible>
  168.         </control>
  169.         <control type="image">
  170.             <top>3</top>
  171.             <width>25</width>
  172.             <height>23</height>
  173.             <colordiffuse>ffdadada</colordiffuse>
  174.             <texture>rating/fsk/12.png</texture>
  175.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,12,right)</visible>
  176.         </control>
  177.         <control type="image">
  178.             <top>3</top>
  179.             <width>25</width>
  180.             <height>23</height>
  181.             <colordiffuse>ffdadada</colordiffuse>
  182.             <texture>rating/fsk/16.png</texture>
  183.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,16,right)</visible>
  184.         </control>
  185.         <control type="image">
  186.             <top>3</top>
  187.             <width>25</width>
  188.             <height>23</height>
  189.             <colordiffuse>ffdadada</colordiffuse>
  190.             <texture>rating/fsk/18.png</texture>
  191.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,18,right)</visible>
  192.         </control>
  193.     </include>
  194.     <!-- MPAA Ratings -->
  195.     <include name="Rating_MPAA">
  196.         <control type="image">
  197.             <top>3</top>
  198.             <width>59</width>
  199.             <height>23</height>
  200.             <colordiffuse>ffdadada</colordiffuse>
  201.             <texture>rating/mpaa/nc17.png</texture>
  202.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,nc,right)</visible>
  203.         </control>
  204.         <control type="image">
  205.             <top>3</top>
  206.             <width>59</width>
  207.             <height>23</height>
  208.             <colordiffuse>ffdadada</colordiffuse>
  209.             <texture>rating/mpaa/pg13.png</texture>
  210.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,13,right)</visible>
  211.         </control>
  212.         <control type="image">
  213.             <top>3</top>
  214.             <width>35</width>
  215.             <height>23</height>
  216.             <colordiffuse>ffdadada</colordiffuse>
  217.             <texture>rating/mpaa/nr.png</texture>
  218.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,nr,right)</visible>
  219.         </control>
  220.         <control type="image">
  221.             <top>3</top>
  222.             <width>35</width>
  223.             <height>23</height>
  224.             <colordiffuse>ffdadada</colordiffuse>
  225.             <texture>rating/mpaa/pg.png</texture>
  226.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,pg,right)</visible>
  227.         </control>
  228.         <control type="image">
  229.             <top>3</top>
  230.             <width>25</width>
  231.             <height>23</height>
  232.             <colordiffuse>ffdadada</colordiffuse>
  233.             <texture>rating/mpaa/g.png</texture>
  234.             <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,g) + !SubString(ListItem.Mpaa,pg)</visible>
  235.         </control>
  236.     </include>
  237.     <!-- TV Ratings -->
  238.     <include name="Rating_TV">
  239.         <control type="image">
  240.             <top>3</top>
  241.             <width>59</width>
  242.             <height>23</height>
  243.             <colordiffuse>ffdadada</colordiffuse>
  244.             <texture>rating/tv/14.png</texture>
  245.             <visible>Container.Content(tvshows) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,14)</visible>
  246.         </control>
  247.         <control type="image">
  248.             <top>3</top>
  249.             <width>59</width>
  250.             <height>23</height>
  251.             <colordiffuse>ffdadada</colordiffuse>
  252.             <texture>rating/tv/g.png</texture>
  253.             <visible>Container.Content(tvshows) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,g) + !SubString(ListItem.Mpaa,pg)</visible>
  254.         </control>
  255.         <control type="image">
  256.             <top>3</top>
  257.             <width>59</width>
  258.             <height>23</height>
  259.             <colordiffuse>ffdadada</colordiffuse>
  260.             <texture>rating/tv/pg.png</texture>
  261.             <visible>Container.Content(tvshows) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,pg)</visible>
  262.         </control>
  263.         <control type="image">
  264.             <top>3</top>
  265.             <width>59</width>
  266.             <height>23</height>
  267.             <colordiffuse>ffdadada</colordiffuse>
  268.             <texture>rating/tv/ma.png</texture>
  269.             <visible>Container.Content(tvshows) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,ma)</visible>
  270.         </control>
  271.         <control type="image">
  272.             <top>3</top>
  273.             <width>59</width>
  274.             <height>23</height>
  275.             <colordiffuse>ffdadada</colordiffuse>
  276.             <texture>rating/tv/nr.png</texture>
  277.             <visible>Container.Content(tvshows) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,nr)</visible>
  278.         </control>
  279.         <control type="image">
  280.             <top>3</top>
  281.             <width>59</width>
  282.             <height>23</height>
  283.             <colordiffuse>ffdadada</colordiffuse>
  284.             <texture>rating/tv/y.png</texture>
  285.             <visible>Container.Content(tvshows) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,y) + !SubString(ListItem.Mpaa,y7)</visible>
  286.         </control>
  287.         <control type="image">
  288.             <top>3</top>
  289.             <width>59</width>
  290.             <height>23</height>
  291.             <colordiffuse>ffdadada</colordiffuse>
  292.             <texture>rating/tv/y7.png</texture>
  293.             <visible>Container.Content(tvshows) + !IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,y7)</visible>
  294.         </control>
  295.     </include>
  296.     <!-- TV Episode Ratings -->
  297.     <include name="Rating_TV_Episodes">
  298.         <control type="image">
  299.             <top>3</top>
  300.             <width>59</width>
  301.             <height>23</height>
  302.             <colordiffuse>ffdadada</colordiffuse>
  303.             <texture>rating/tv/14.png</texture>
  304.             <visible>!IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,14)</visible>
  305.         </control>
  306.         <control type="image">
  307.             <top>3</top>
  308.             <width>59</width>
  309.             <height>23</height>
  310.             <colordiffuse>ffdadada</colordiffuse>
  311.             <texture>rating/tv/g.png</texture>
  312.             <visible>!IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,g) + !SubString(ListItem.Mpaa,pg)</visible>
  313.         </control>
  314.         <control type="image">
  315.             <top>3</top>
  316.             <width>59</width>
  317.             <height>23</height>
  318.             <colordiffuse>ffdadada</colordiffuse>
  319.             <texture>rating/tv/pg.png</texture>
  320.             <visible>!IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,pg)</visible>
  321.         </control>
  322.         <control type="image">
  323.             <top>3</top>
  324.             <width>59</width>
  325.             <height>23</height>
  326.             <colordiffuse>ffdadada</colordiffuse>
  327.             <texture>rating/tv/ma.png</texture>
  328.             <visible>!IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,ma)</visible>
  329.         </control>
  330.         <control type="image">
  331.             <top>3</top>
  332.             <width>59</width>
  333.             <height>23</height>
  334.             <colordiffuse>ffdadada</colordiffuse>
  335.             <texture>rating/tv/nr.png</texture>
  336.             <visible>!IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,nr)</visible>
  337.         </control>
  338.         <control type="image">
  339.             <top>3</top>
  340.             <width>59</width>
  341.             <height>23</height>
  342.             <colordiffuse>ffdadada</colordiffuse>
  343.             <texture>rating/tv/y.png</texture>
  344.             <visible>!IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,y) + !SubString(ListItem.Mpaa,y7)</visible>
  345.         </control>
  346.         <control type="image">
  347.             <top>3</top>
  348.             <width>59</width>
  349.             <height>23</height>
  350.             <colordiffuse>ffdadada</colordiffuse>
  351.             <texture>rating/tv/y7.png</texture>
  352.             <visible>!IsEmpty(ListItem.Mpaa) + SubString(ListItem.Mpaa,y7)</visible>
  353.         </control>
  354.     </include>
  355.     <!-- Keyboard buttons -->
  356.     <include name="KeyboardButtons">
  357.         <width>78</width>
  358.         <height>78</height>
  359.         <font>Med40</font>
  360.         <align>center</align>
  361.         <aligny>center</aligny>
  362.         <textcolor>ffdadada</textcolor>
  363.         <focusedcolor>ff0c0c0c</focusedcolor>
  364.         <texturefocus border="2">dialogs/KeyboardButtonFO.png</texturefocus>
  365.         <texturenofocus border="2">dialogs/KeyboardButtonNF.png</texturenofocus>
  366.     </include>
  367.     <!-- Numeric buttons -->
  368.     <include name="NumericButtons">
  369.         <width>168</width>
  370.         <height>168</height>
  371.         <font>Med40</font>
  372.         <align>center</align>
  373.         <aligny>center</aligny>
  374.         <textcolor>ffdadada</textcolor>
  375.         <focusedcolor>ff0c0c0c</focusedcolor>
  376.         <texturefocus border="2">dialogs/KeyboardButtonFO.png</texturefocus>
  377.         <texturenofocus border="2">dialogs/KeyboardButtonNF.png</texturenofocus>
  378.     </include>
  379. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement