PlexKodiConnect/resources/skins/default/1080i/script-plex-connect-server-manual.xml

91 lines
2.7 KiB
XML
Raw Normal View History

2016-10-23 02:15:10 +11:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">200</defaultcontrol>
<controls>
<control type="image">
<description>Background fade</description>
<width>100%</width>
<height>100%</height>
<texture>emby-bg-fade.png</texture>
</control>
<control type="group">
2017-07-26 02:17:49 +10:00
<centerleft>50%</centerleft>
<centertop>50%</centertop>
<width>560</width>
<height>560</height>
<textcolor>white</textcolor>
2016-10-23 02:15:10 +11:00
<control type="image">
2017-07-26 02:17:49 +10:00
<top>-20</top>
<left>-20</left>
2016-10-23 02:15:10 +11:00
<description>Background box</description>
<texture colordiffuse="ff111111">white.png</texture>
<width>600</width>
2017-07-26 02:17:49 +10:00
<height>600</height>
2016-10-23 02:15:10 +11:00
</control>
<control type="image">
2017-07-17 00:57:57 +10:00
<description>Plex logo</description>
2016-10-23 02:15:10 +11:00
<texture>logo-white.png</texture>
2017-07-26 02:17:49 +10:00
<width>64</width>
<height>64</height>
2016-10-23 02:15:10 +11:00
<aspectratio>keep</aspectratio>
2017-07-26 02:17:49 +10:00
</control>
<control type="label">
<description>Connect to PMS</description>
<label>$ADDON[plugin.video.plexkodiconnect 30018]</label>
<left>84</left>
<width>476</width>
<height>64</height>
2017-07-17 00:57:57 +10:00
<align>left</align>
2017-07-26 02:17:49 +10:00
<aligny>center</aligny>
<font>font12</font>
2016-10-23 02:15:10 +11:00
</control>
2017-07-26 02:17:49 +10:00
<control type="grouplist">
<description>Container for spacing</description>
<top>80</top>
<left>0</left>
<height>480</height>
<width>560</width>
<aligny>top</aligny>
<font>font6</font>
2016-10-23 02:15:10 +11:00
<control type="label">
2017-07-26 02:17:49 +10:00
<height>50</height>
<width>560</width>
<description>PMS IP address or host name</description>
<label>$ADDON[plugin.video.plexkodiconnect 30019]</label>
</control>
<control type="edit" id="1">
<height>50</height>
<width>560</width>
<font>font4</font>
<hinttext>https://192.168.1.2, https://myserver.com</hinttext>
</control>
<control type="label">
<height>50</height>
<width>560</width>
<description>Port Number</description>
<label>$ADDON[plugin.video.plexkodiconnect 30030]</label>
</control>
<control type="edit" id="2">
<height>50</height>
<width>560</width>
<font>font4</font>
2016-10-23 02:15:10 +11:00
</control>
2017-07-26 02:17:49 +10:00
<control type="radiobutton" id="204">
<width>560</width>
<description>Verify Host SSL Certificate</description>
<label>$ADDON[plugin.video.plexkodiconnect 30500]</label>
2016-10-23 02:15:10 +11:00
</control>
2017-07-26 02:17:49 +10:00
<control type="button" id="200">
<description>Connect</description>
<label>$ADDON[plugin.video.plexkodiconnect 30020]</label>
<ondown>201</ondown>
2016-10-23 02:15:10 +11:00
</control>
2017-07-26 02:17:49 +10:00
<control type="button" id="201">
<description>Cancel</description>
<label>$ADDON[plugin.video.plexkodiconnect 30602]</label>
<onup>200</onup>
2016-10-23 02:15:10 +11:00
</control>
</control>
</control>
</controls>
</window>