PlexKodiConnect/resources/skins/Main/1080i/script-plex-server_select.xml
2018-09-30 13:16:48 +02:00

156 lines
6.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<window>
<defaultcontrol>100</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<backgroundcolor>0xff111111</backgroundcolor>
<controls>
<!-- Background -->
<control type="group">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<height>1080</height>
<texture colordiffuse="80FFFFFF">script.plex/home/background-fallback.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<height>1080</height>
<fadetime>1000</fadetime>
<texture background="true">$INFO[Window.Property(background)]</texture>
</control>
</control>
<!-- Top bar -->
<control type="group">
<defaultcontrol always="true">201</defaultcontrol>
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<height>135</height>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<height>135</height>
<texture>plugin.video.plexkodiconnect/white-square.png</texture>
<colordiffuse>19000000</colordiffuse>
</control>
<control type="grouplist">
<posx>20</posx>
<posy>-5.5</posy>
<width>1040</width>
<height>170</height>
<align>left</align>
<itemgap>60</itemgap>
<orientation>horizontal</orientation>
<ondown>101</ondown>
<usecontrolcoords>true</usecontrolcoords>
<control type="group">
<posx>40</posx>
<posy>34.5</posy>
<width>124</width>
<height>66</height>
<control type="button" id="500">
<posx>0</posx>
<posy>0</posy>
<width>124</width>
<height>66</height>
<ondown>101</ondown>
<onright>101</onright>
<align>right</align>
<aligny>center</aligny>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<label> </label>
</control>
<control type="image">
<visible>!String.IsEmpty(Window.Property(dropdown))</visible>
<posx>0</posx>
<posy>0</posy>
<width>124</width>
<height>66</height>
<texture colordiffuse="FFCC7B19" border="10">plugin.video.plexkodiconnect/white-square-rounded.png</texture>
</control>
<control type="group">
<posx>27</posx>
<posy>13</posy>
<control type="image">
<visible>!Control.HasFocus(500) + String.IsEmpty(Window.Property(dropdown))</visible>
<posx>0</posx>
<posy>0</posy>
<width>90</width>
<height>90</height>
<texture>plugin.video.plexkodiconnect/home/type/home.png</texture>
</control>
<control type="image">
<visible>Control.HasFocus(500) | !String.IsEmpty(Window.Property(dropdown))</visible>
<posx>-40</posx>
<posy>-40</posy>
<width>170</width>
<height>170</height>
<texture>plugin.video.plexkodiconnect/home/type/home-selected.png</texture>
</control>
</control>
</control>
<control type="label">
<posx>13</posx>
<posy>50</posy>
<width max="500">auto</width>
<height>66</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>FFFFFFFF</textcolor>
<label>[UPPERCASE]$ADDON[plugin.video.plexkodiconnect 33000][/UPPERCASE]</label>
</control>
</control>
<control type="label">
<right>213</right>
<posy>35</posy>
<width>200</width>
<height>65</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>FFFFFFFF</textcolor>
<label>$INFO[System.Time]</label>
</control>
<control type="image">
<posx>153r</posx>
<posy>54</posy>
<width>93</width>
<height>30</height>
<texture>plugin.video.plexkodiconnect/home/plex.png</texture>
</control>
</control>
<control type="group">
<visible>!String.IsEmpty(Window.Property(busy))</visible>
<control type="image">
<posx>840</posx>
<posy>465</posy>
<width>240</width>
<height>150</height>
<texture>script.plex/busy-back.png</texture>
<colordiffuse>A0FFFFFF</colordiffuse>
</control>
<control type="image">
<posx>915</posx>
<posy>521</posy>
<width>90</width>
<height>38</height>
<texture diffuse="script.plex/busy-diffuse.png">script.plex/busy.gif</texture>
</control>
</control>
</controls>
</window>