Advertisement
Guest User

skin.amber Home.xml

a guest
Jan 23rd, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window id="0">
  3.     <defaultcontrol always="true">300</defaultcontrol>
  4.     <onload condition="System.HasAddon(plugin.video.plexbmc) + Skin.HasSetting(plexbmc)">RunScript(plugin.video.plexbmc,amberskin,nocat)</onload>
  5.     <!--<onload condition="System.HasAddon(plugin.video.plexbmc) + Skin.HasSetting(plexbmc)">RunScript(plugin.video.plexbmc,channelShelf)</onload>-->
  6.     <onload condition="!Skin.HasSetting(Hide.Favourites)">RunScript(script.favourites)</onload>
  7.     <onload condition="!Skin.HasSetting(plexbmc)">SetProperty(SkinWidgets_RandomItems_Update,true)</onload>
  8.     <controls>
  9.         <include condition="Skin.HasSetting(Home_DefaultBG)">Default_Art</include>
  10.         <control type="multiimage">
  11.             <visible>![Player.HasVideo + Skin.HasSetting(Show_Player)] + !Skin.HasSetting(Home_DefaultBG)</visible>
  12.             <include>Dimensions_Fullscreen</include>
  13.             <timeperimage>12000</timeperimage>
  14.             <fadetime>400</fadetime>
  15.             <imagepath background="true">$INFO[Container(300).ListItem.Icon]</imagepath>
  16.             <randomize>true</randomize>
  17.             <aspectratio aligny="top">scale</aspectratio>
  18.         </control>
  19.         <control type="visualisation">
  20.             <visible>Player.HasAudio + Skin.HasSetting(Show_Player)</visible>
  21.             <posx>0</posx>
  22.             <posy>0</posy>
  23.             <width>1920</width>
  24.             <height>1080</height>
  25.         </control>
  26.         <control type="videowindow">
  27.             <visible>Player.HasVideo + Skin.HasSetting(Show_Player)</visible>
  28.             <posx>0</posx>
  29.             <posy>0</posy>
  30.             <width>1920</width>
  31.             <height>1080</height>
  32.         </control>
  33.         <control type="group" description="Content">
  34.             <!--<include>OpenClose</include>-->
  35.             <animation effect="fade" start="0" end="100" time="1000" condition="Window.Previous(Startup.xml)">Conditional</animation>
  36.             <animation effect="fade" start="0" end="100" time="200" condition="!Window.Previous(Startup.xml)">Conditional</animation>
  37.             <include condition="Skin.HasSetting(VerticalHome)">Vertical_Home_Layout</include>
  38.             <include condition="!Skin.HasSetting(VerticalHome)">Horizontal_Home_Layout</include>
  39.             <control type="group" description="RSS">
  40.                 <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  41.                 <control type="image">
  42.                     <visible>!Skin.HasSetting(VerticalHome)</visible>
  43.                     <posx>0</posx>
  44.                     <posy>990</posy>
  45.                     <width>590</width>
  46.                     <height>90</height>
  47.                     <texture flipx="true" border="100,0,0,0">common/TimePanel.png</texture>
  48.                 </control>
  49.                 <control type="rss" description="RSS Feed">
  50.                     <posx>21</posx>
  51.                     <posy>1044</posy>
  52.                     <width>480</width>
  53.                     <height>90</height>
  54.                     <font>rss</font>
  55.                     <urlset>1</urlset>
  56.                     <shadowcolor>ShadowDark</shadowcolor>
  57.                     <titlecolor>White2</titlecolor>
  58.                     <headlinecolor>White2</headlinecolor>
  59.                     <textcolor>Grey</textcolor>
  60.                 </control>
  61.             </control>
  62.             <!--<weather on horizontal home screen-->
  63.             <control type="group">
  64.                 <visible>!IsEmpty(Weather.Plugin) + !Skin.HasSetting(VerticalHome)</visible>
  65.                 <include>WeatherAni0</include>
  66.                 <control type="image">
  67.                     <description>Weather image</description>
  68.                     <posx>0</posx>
  69.                     <posy>0</posy>
  70.                     <width>80</width>
  71.                     <height>80</height>
  72.                     <aspectratio>keep</aspectratio>
  73.                     <texture>$INFO[Weather.Conditions]</texture>
  74.                 </control>
  75.                 <control type="label">
  76.                     <description>location label</description>
  77.                     <posx>85</posx>
  78.                     <posy>10</posy>
  79.                     <width>500</width>
  80.                     <height>10</height>
  81.                     <align>left</align>
  82.                     <aligny>center</aligny>
  83.                     <font>RSS</font>
  84.                     <textcolor>Orange</textcolor>
  85.                     <shadowcolor>black</shadowcolor>
  86.                     <label>$INFO[Window(Weather).Property(Location)]</label>
  87.                 </control>
  88.                 <control type="grouplist">
  89.                     <posx>85</posx>
  90.                     <posy>40</posy>
  91.                     <width>1000</width>
  92.                     <height>30</height>
  93.                     <orientation>horizontal</orientation>
  94.                     <align>left</align>
  95.                     <itemgap>0</itemgap>
  96.                     <control type="label">
  97.                         <description>Temp label</description>
  98.                         <width min="0" max="300">auto</width>
  99.                         <height>20</height>
  100.                         <align>left</align>
  101.                         <aligny>center</aligny>
  102.                         <font>details</font>
  103.                         <textcolor>white</textcolor>
  104.                         <shadowcolor>black</shadowcolor>
  105.                         <label>[B]$INFO[Window(Weather).Property(Current.Temperature)][/B]</label>
  106.                     </control>
  107.                     <control type="label">
  108.                         <description>Temp Units</description>
  109.                         <width min="0" max="100">auto</width>
  110.                         <height>15</height>
  111.                         <font>rss</font>
  112.                         <aligny>center</aligny>
  113.                         <label>$INFO[System.TemperatureUnits]</label>
  114.                         <textcolor>white</textcolor>
  115.                         <shadowcolor>black</shadowcolor>
  116.                         <visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible>
  117.                     </control>
  118.                     <control type="label">
  119.                         <description>Conditions Label</description>
  120.                         <width>500</width>
  121.                         <height>22</height>
  122.                         <font>font10</font>
  123.                         <aligny>center</aligny>
  124.                         <label>$INFO[Window(Weather).Property(Current.Condition),  ]</label>
  125.                         <textcolor>grey2</textcolor>
  126.                         <shadowcolor>black</shadowcolor>
  127.                     </control>
  128.                 </control>
  129.             </control>
  130.             <control type="group" description="Weather Info">
  131.                 <posx>1500</posx>
  132.                 <posy>60</posy>
  133.                 <visible>!IsEmpty(Weather.Plugin) + Skin.HasSetting(VerticalHome) + Container(300).HasFocus(15)</visible>
  134.                 <include>WeatherAni0</include>
  135.                 <control type="image" description="BG">
  136.                     <posx>0</posx>
  137.                     <posy>0</posy>
  138.                     <width>414</width>
  139.                     <height>84</height>
  140.                     <texture border="6">img/BlackRounded.png</texture>
  141.                 </control>
  142.                 <control type="image">
  143.                     <description>Weather image</description>
  144.                     <posx>20</posx>
  145.                     <posy>0</posy>
  146.                     <width>80</width>
  147.                     <height>80</height>
  148.                     <aspectratio>keep</aspectratio>
  149.                     <texture>$INFO[Weather.Conditions]</texture>
  150.                 </control>
  151.                 <control type="label">
  152.                     <description>location label</description>
  153.                     <posx>105</posx>
  154.                     <posy>20</posy>
  155.                     <width>500</width>
  156.                     <height>10</height>
  157.                     <align>left</align>
  158.                     <aligny>center</aligny>
  159.                     <font>RSS</font>
  160.                     <textcolor>Orange</textcolor>
  161.                     <label>$INFO[Window(Weather).Property(Location)]</label>
  162.                 </control>
  163.                 <control type="grouplist">
  164.                     <posx>105</posx>
  165.                     <posy>45</posy>
  166.                     <width>1000</width>
  167.                     <height>30</height>
  168.                     <orientation>horizontal</orientation>
  169.                     <align>left</align>
  170.                     <itemgap>0</itemgap>
  171.                     <control type="label">
  172.                         <description>Temp label</description>
  173.                         <width min="0" max="300">auto</width>
  174.                         <height>20</height>
  175.                         <align>left</align>
  176.                         <aligny>center</aligny>
  177.                         <font>Details</font>
  178.                         <label>[B]$INFO[Window(Weather).Property(Current.Temperature)][/B]</label>
  179.                     </control>
  180.                     <control type="label">
  181.                         <description>Temp Units</description>
  182.                         <width min="0" max="100">auto</width>
  183.                         <height>15</height>
  184.                         <font>rss</font>
  185.                         <aligny>center</aligny>
  186.                         <label>$INFO[System.TemperatureUnits]</label>
  187.                         <visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible>
  188.                     </control>
  189.                     <control type="label">
  190.                         <description>Conditions Label</description>
  191.                         <width>500</width>
  192.                         <height>28</height>
  193.                         <font>ItemCount</font>
  194.                         <aligny>center</aligny>
  195.                         <label>$INFO[Window(Weather).Property(Current.Condition),    ]</label>
  196.  
  197.                     </control>
  198.                 </control>
  199.             </control>
  200.             <include>Time</include>
  201.             <control type="group">
  202.                 <include condition="Skin.HasSetting(Show_Library_Count)">Library_Count</include>
  203.             </control>
  204.         </control>
  205.         <control type="group">
  206.             <animation effect="slide" start="0,0" end="531,0" time="250" delay="0" reversible="true" condition="Skin.HasSetting(VerticalHome) + Skin.HasSetting(plexbmc) + Control.HasFocus(311) + !IsEmpty(Container(311).ListItem.Property(Plot))">conditional</animation>
  207.             <control type="label" description="Title">
  208.                 <posx>-500</posx>
  209.                 <posy>90</posy>
  210.                 <width>429</width>
  211.                 <height>120</height>
  212.                 <textcolor>Orange</textcolor>
  213.                 <font>InfoTitle</font>
  214.                 <align>center</align>
  215.  
  216.                 <label>20037</label>
  217.             </control>
  218.             <control type="textbox" description="Plot">
  219.                 <posx>-500</posx>
  220.                 <posy>216</posy>
  221.                 <width>429</width>
  222.                 <height>800</height>
  223.                 <align>justify</align>
  224.                 <label>$INFO[Container(311).ListItem.Property(Plot)]</label>
  225.             </control>
  226.         </control>
  227.         <include condition="Skin.HasSetting(holiday)">Holiday</include>
  228.     </controls>
  229. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement