mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge branch 'develop' of https://github.com/MediaBrowser/plugin.video.emby into develop
This commit is contained in:
commit
4701d5b7e8
10 changed files with 127 additions and 138 deletions
|
@ -52,9 +52,9 @@ class LoginConnect(xbmcgui.WindowXMLDialog):
|
|||
|
||||
def onInit(self):
|
||||
|
||||
self.user_field = self._add_editcontrol(755, 358, 40, 415)
|
||||
self.user_field = self._add_editcontrol(755, 338, 40, 415)
|
||||
self.setFocus(self.user_field)
|
||||
self.password_field = self._add_editcontrol(755, 458, 40, 415, password=1)
|
||||
self.password_field = self._add_editcontrol(755, 448, 40, 415, password=1)
|
||||
self.signin_button = self.getControl(SIGN_IN)
|
||||
self.remind_button = self.getControl(CANCEL)
|
||||
self.error_toggle = self.getControl(ERROR_TOGGLE)
|
||||
|
@ -102,7 +102,7 @@ class LoginConnect(xbmcgui.WindowXMLDialog):
|
|||
media = os.path.join(addon.getAddonInfo('path'), 'resources', 'skins', 'default', 'media')
|
||||
control = xbmcgui.ControlEdit(0, 0, 0, 0,
|
||||
label="User",
|
||||
font="font10",
|
||||
font="font13",
|
||||
textColor="FF52b54b",
|
||||
disabledColor="FF888888",
|
||||
focusTexture="-",
|
||||
|
|
|
@ -61,8 +61,8 @@ class LoginManual(xbmcgui.WindowXMLDialog):
|
|||
self.cancel_button = self.getControl(CANCEL)
|
||||
self.error_toggle = self.getControl(ERROR_TOGGLE)
|
||||
self.error_msg = self.getControl(ERROR_MSG)
|
||||
self.user_field = self._add_editcontrol(755, 458, 40, 415)
|
||||
self.password_field = self._add_editcontrol(755, 558, 40, 415, password=1)
|
||||
self.user_field = self._add_editcontrol(755, 433, 40, 415)
|
||||
self.password_field = self._add_editcontrol(755, 543, 40, 415, password=1)
|
||||
|
||||
if self.username:
|
||||
self.user_field.setText(self.username)
|
||||
|
@ -111,7 +111,7 @@ class LoginManual(xbmcgui.WindowXMLDialog):
|
|||
media = os.path.join(addon.getAddonInfo('path'), 'resources', 'skins', 'default', 'media')
|
||||
control = xbmcgui.ControlEdit(0, 0, 0, 0,
|
||||
label="User",
|
||||
font="font10",
|
||||
font="font13",
|
||||
textColor="FF52b54b",
|
||||
disabledColor="FF888888",
|
||||
focusTexture="-",
|
||||
|
|
|
@ -57,8 +57,8 @@ class ServerManual(xbmcgui.WindowXMLDialog):
|
|||
self.cancel_button = self.getControl(CANCEL)
|
||||
self.error_toggle = self.getControl(ERROR_TOGGLE)
|
||||
self.error_msg = self.getControl(ERROR_MSG)
|
||||
self.host_field = self._add_editcontrol(755, 458, 40, 415)
|
||||
self.port_field = self._add_editcontrol(755, 558, 40, 415)
|
||||
self.host_field = self._add_editcontrol(755, 433, 40, 415)
|
||||
self.port_field = self._add_editcontrol(755, 543, 40, 415)
|
||||
|
||||
self.port_field.setText('8096')
|
||||
self.setFocus(self.host_field)
|
||||
|
@ -104,7 +104,7 @@ class ServerManual(xbmcgui.WindowXMLDialog):
|
|||
media = os.path.join(addon.getAddonInfo('path'), 'resources', 'skins', 'default', 'media')
|
||||
control = xbmcgui.ControlEdit(0, 0, 0, 0,
|
||||
label="User",
|
||||
font="font10",
|
||||
font="font13",
|
||||
textColor="FF52b54b",
|
||||
disabledColor="FF888888",
|
||||
focusTexture="-",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<left>-200</left>
|
||||
<right>-200</right>
|
||||
<texture colordiffuse="CC000000">white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
</control>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>470</width>
|
||||
<height>420</height>
|
||||
<height>470</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -38,14 +38,14 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>420</height>
|
||||
<height>470</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>460</width>
|
||||
<height>400</height>
|
||||
<height>460</height>
|
||||
<control type="grouplist" id="100">
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -54,18 +54,18 @@
|
|||
<height>75</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>white</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<label>[B]$ADDON[plugin.video.emby 30612][/B]</label>
|
||||
</control>
|
||||
<control type="group" id="101">
|
||||
<height>100</height>
|
||||
<height>110</height>
|
||||
<control type="label">
|
||||
<label>$ADDON[plugin.video.emby 30024]</label>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<aligny>top</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
</control>
|
||||
|
@ -76,17 +76,17 @@
|
|||
<left>20</left>
|
||||
<right>20</right>
|
||||
<height>1</height>
|
||||
<top>80</top>
|
||||
<top>90</top>
|
||||
<texture colordiffuse="ff525252">white.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group" id="102">
|
||||
<height>100</height>
|
||||
<height>110</height>
|
||||
<control type="label">
|
||||
<label>$ADDON[plugin.video.emby 30602]</label>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<aligny>top</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
</control>
|
||||
|
@ -98,15 +98,15 @@
|
|||
<left>20</left>
|
||||
<right>20</right>
|
||||
<height>1</height>
|
||||
<top>80</top>
|
||||
<top>90</top>
|
||||
<texture colordiffuse="ff525252">white.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
<control type="button" id="200">
|
||||
<label>[B]$ADDON[plugin.video.emby 30605][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -123,8 +123,8 @@
|
|||
<control type="button" id="201">
|
||||
<label>[B]$ADDON[plugin.video.emby 30606][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -140,8 +140,8 @@
|
|||
</control>
|
||||
</control>
|
||||
<control type="group" id="202">
|
||||
<top>420</top>
|
||||
<visible>False</visible>
|
||||
<top>470</top>
|
||||
<visible>false</visible>
|
||||
<control type="image">
|
||||
<description>Error box</description>
|
||||
<width>100%</width>
|
||||
|
@ -154,7 +154,7 @@
|
|||
<textcolor>ffe1e1e1</textcolor>
|
||||
<scroll>true</scroll>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<left>-200</left>
|
||||
<right>-200</right>
|
||||
<texture colordiffuse="CC000000">white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
</control>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>470</width>
|
||||
<height>620</height>
|
||||
<height>660</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -37,14 +37,14 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>610</height>
|
||||
<height>660</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>460</width>
|
||||
<height>590</height>
|
||||
<height>660</height>
|
||||
<control type="grouplist" id="100">
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -53,18 +53,18 @@
|
|||
<height>75</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>white</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<label>[B]$ADDON[plugin.video.emby 30612][/B]</label>
|
||||
</control>
|
||||
<control type="group" id="101">
|
||||
<height>100</height>
|
||||
<height>110</height>
|
||||
<control type="label">
|
||||
<label>$ADDON[plugin.video.emby 30024]</label>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<aligny>top</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
</control>
|
||||
|
@ -75,17 +75,17 @@
|
|||
<left>20</left>
|
||||
<right>20</right>
|
||||
<height>1</height>
|
||||
<top>80</top>
|
||||
<top>90</top>
|
||||
<texture colordiffuse="ff525252">white.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group" id="102">
|
||||
<height>100</height>
|
||||
<height>110</height>
|
||||
<control type="label">
|
||||
<label>$ADDON[plugin.video.emby 30602]</label>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<aligny>top</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
</control>
|
||||
|
@ -97,15 +97,15 @@
|
|||
<left>20</left>
|
||||
<right>20</right>
|
||||
<height>1</height>
|
||||
<top>80</top>
|
||||
<top>90</top>
|
||||
<texture colordiffuse="ff525252">white.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
<control type="button" id="200">
|
||||
<label>[B]$ADDON[plugin.video.emby 30605][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -121,8 +121,8 @@
|
|||
<control type="button" id="201">
|
||||
<label>[B]$ADDON[plugin.video.emby 30606][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -142,13 +142,13 @@
|
|||
<control type="group">
|
||||
<control type="label">
|
||||
<label>$ADDON[plugin.video.emby 30603]</label>
|
||||
<font>font10</font>
|
||||
<font>font_flag</font>
|
||||
<textcolor>ff464646</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
<scroll>true</scroll>
|
||||
<aligny>top</aligny>
|
||||
<height>130</height>
|
||||
<height>160</height>
|
||||
<left>20</left>
|
||||
<right>160</right>
|
||||
</control>
|
||||
|
@ -166,7 +166,8 @@
|
|||
<top>135</top>
|
||||
<align>center</align>
|
||||
<label>[UPPERCASE]$ADDON[plugin.video.emby 30604][/UPPERCASE]</label>
|
||||
<font>font10</font>
|
||||
<font>font_flag</font>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>FF52b54b</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<aligny>top</aligny>
|
||||
|
@ -176,8 +177,8 @@
|
|||
</control>
|
||||
</control>
|
||||
<control type="group" id="202">
|
||||
<top>610</top>
|
||||
<visible>False</visible>
|
||||
<top>660</top>
|
||||
<visible>false</visible>
|
||||
<control type="image">
|
||||
<description>Error box</description>
|
||||
<width>100%</width>
|
||||
|
@ -190,7 +191,7 @@
|
|||
<textcolor>ffe1e1e1</textcolor>
|
||||
<scroll>true</scroll>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<left>-200</left>
|
||||
<right>-200</right>
|
||||
<texture colordiffuse="CC000000">white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
</control>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>470</width>
|
||||
<height>420</height>
|
||||
<height>470</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -38,14 +38,14 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>420</height>
|
||||
<height>470</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>460</width>
|
||||
<height>400</height>
|
||||
<height>470</height>
|
||||
<control type="grouplist" id="100">
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -54,18 +54,18 @@
|
|||
<height>75</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>white</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<label>[B]$ADDON[plugin.video.emby 30614][/B]</label>
|
||||
</control>
|
||||
<control type="group" id="101">
|
||||
<height>100</height>
|
||||
<height>110</height>
|
||||
<control type="label">
|
||||
<label>$ADDON[plugin.video.emby 30615]</label>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<aligny>top</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
</control>
|
||||
|
@ -76,17 +76,17 @@
|
|||
<left>20</left>
|
||||
<right>20</right>
|
||||
<height>1</height>
|
||||
<top>80</top>
|
||||
<top>90</top>
|
||||
<texture colordiffuse="ff525252">white.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group" id="102">
|
||||
<height>100</height>
|
||||
<height>110</height>
|
||||
<control type="label">
|
||||
<label>$ADDON[plugin.video.emby 30030]</label>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<aligny>top</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
</control>
|
||||
|
@ -98,15 +98,15 @@
|
|||
<left>20</left>
|
||||
<right>20</right>
|
||||
<height>1</height>
|
||||
<top>80</top>
|
||||
<top>90</top>
|
||||
<texture colordiffuse="ff525252">white.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
<control type="button" id="200">
|
||||
<label>[B]$ADDON[plugin.video.emby 30616][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -122,8 +122,8 @@
|
|||
<control type="button" id="201">
|
||||
<label>[B]$ADDON[plugin.video.emby 30606][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -139,8 +139,8 @@
|
|||
</control>
|
||||
</control>
|
||||
<control type="group" id="202">
|
||||
<top>420</top>
|
||||
<visible>False</visible>
|
||||
<top>470</top>
|
||||
<visible>false</visible>
|
||||
<control type="image">
|
||||
<description>Error box</description>
|
||||
<width>100%</width>
|
||||
|
@ -153,7 +153,7 @@
|
|||
<textcolor>ffe1e1e1</textcolor>
|
||||
<scroll>true</scroll>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
|
|
|
@ -17,15 +17,15 @@
|
|||
<left>-200</left>
|
||||
<right>-200</right>
|
||||
<texture colordiffuse="CC000000">white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>470</width>
|
||||
<height>480</height>
|
||||
<width>520</width>
|
||||
<height>525</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -45,14 +45,14 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>480</height>
|
||||
<height>525</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>460</width>
|
||||
<height>460</height>
|
||||
<width>510</width>
|
||||
<height>515</height>
|
||||
<control type="grouplist" id="100">
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<height>75</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>white</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<label>[B]$ADDON[plugin.video.emby 30607][/B]</label>
|
||||
|
@ -70,13 +70,13 @@
|
|||
<height>200</height>
|
||||
<control type="list" id="155">
|
||||
<centerleft>50%</centerleft>
|
||||
<width>460</width>
|
||||
<height>200</height>
|
||||
<width>510</width>
|
||||
<height>195</height>
|
||||
<onup>noop</onup>
|
||||
<onleft>close</onleft>
|
||||
<onright>close</onright>
|
||||
<ondown>205</ondown>
|
||||
<itemlayout width="460" height="50">
|
||||
<itemlayout width="510" height="65">
|
||||
<control type="group">
|
||||
<left>20</left>
|
||||
<top>5</top>
|
||||
|
@ -94,25 +94,25 @@
|
|||
</control>
|
||||
<control type="label">
|
||||
<left>50</left>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="460" height="50">
|
||||
<focusedlayout width="510" height="65">
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<texture colordiffuse="ff222326">white.png</texture>
|
||||
<visible>!Control.HasFocus(155)</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<texture colordiffuse="ff303034">white.png</texture>
|
||||
<visible>Control.HasFocus(155)</visible>
|
||||
</control>
|
||||
|
@ -134,10 +134,10 @@
|
|||
</control>
|
||||
<control type="label">
|
||||
<left>50</left>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
|
@ -162,9 +162,9 @@
|
|||
</control>
|
||||
<control type="button" id="205">
|
||||
<label>[B]$ADDON[plugin.video.emby 30600][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<width>476</width>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -180,9 +180,9 @@
|
|||
</control>
|
||||
<control type="button" id="206">
|
||||
<label>[B]$ADDON[plugin.video.emby 30611][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<width>476</width>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -198,9 +198,9 @@
|
|||
</control>
|
||||
<control type="button" id="201">
|
||||
<label>[B]$ADDON[plugin.video.emby 30606][/B]</label>
|
||||
<width>426</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<width>476</width>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -217,8 +217,8 @@
|
|||
</control>
|
||||
</control>
|
||||
<control type="group" id="202">
|
||||
<top>480</top>
|
||||
<visible>False</visible>
|
||||
<top>525</top>
|
||||
<visible>false</visible>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>70</height>
|
||||
|
@ -230,7 +230,7 @@
|
|||
<textcolor>ffe1e1e1</textcolor>
|
||||
<scroll>true</scroll>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<left>-200</left>
|
||||
<right>-200</right>
|
||||
<texture colordiffuse="CC000000">white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
</control>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>920</width>
|
||||
<height>570</height>
|
||||
<height>605</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -38,14 +38,14 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>570</height>
|
||||
<height>605</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>908</width>
|
||||
<height>550</height>
|
||||
<height>580</height>
|
||||
<control type="grouplist" id="100">
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<height>75</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>white</textcolor>
|
||||
<textshadow>66000000</textshadow>
|
||||
<label>[B]$ADDON[plugin.video.emby 30612][/B]</label>
|
||||
|
@ -81,12 +81,6 @@
|
|||
<height>282</height>
|
||||
<texture>items/shadow_square.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<width>276</width>
|
||||
<height>322</height>
|
||||
<texture colordiffuse="ff121314">white.png</texture>
|
||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<width>276</width>
|
||||
<height>276</height>
|
||||
|
@ -107,7 +101,7 @@
|
|||
<width>100%</width>
|
||||
<height>30</height>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<scroll>Control.HasFocus(155)</scroll>
|
||||
|
@ -127,12 +121,6 @@
|
|||
<height>282</height>
|
||||
<texture>items/shadow_square.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<width>276</width>
|
||||
<height>322</height>
|
||||
<texture colordiffuse="ff121314">white.png</texture>
|
||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<width>276</width>
|
||||
<height>276</height>
|
||||
|
@ -164,7 +152,7 @@
|
|||
<width>100%</width>
|
||||
<height>30</height>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<scroll>Control.HasFocus(155)</scroll>
|
||||
|
@ -175,7 +163,7 @@
|
|||
<width>100%</width>
|
||||
<height>30</height>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<font>font10</font>
|
||||
<font>font12</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<scroll>false</scroll>
|
||||
|
@ -189,8 +177,8 @@
|
|||
<control type="button" id="200">
|
||||
<label>[B]$ADDON[plugin.video.emby 30540][/B]</label>
|
||||
<width>874</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
@ -207,8 +195,8 @@
|
|||
<control type="button" id="201">
|
||||
<label>[B]$ADDON[plugin.video.emby 30606][/B]</label>
|
||||
<width>874</width>
|
||||
<height>50</height>
|
||||
<font>font10</font>
|
||||
<height>65</height>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<selectedcolor>ffe1e1e1</selectedcolor>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<left>0</left>
|
||||
<right>0</right>
|
||||
<texture colordiffuse="CC000000">white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
</control>
|
||||
|
@ -24,8 +24,8 @@
|
|||
</animation>
|
||||
<centerleft>50%</centerleft>
|
||||
<centertop>50%</centertop>
|
||||
<width>370</width>
|
||||
<height>220</height>
|
||||
<width>500</width>
|
||||
<height>280</height>
|
||||
<control type="group">
|
||||
<top>-30</top>
|
||||
<control type="image">
|
||||
|
@ -45,49 +45,49 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>220</height>
|
||||
<height>280</height>
|
||||
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
||||
</control>
|
||||
<control type="list" id="155">
|
||||
<centerleft>50%</centerleft>
|
||||
<top>10</top>
|
||||
<width>360</width>
|
||||
<height>200</height>
|
||||
<width>490</width>
|
||||
<height>260</height>
|
||||
<onup>noop</onup>
|
||||
<onleft>close</onleft>
|
||||
<onright>close</onright>
|
||||
<ondown>noop</ondown>
|
||||
<itemlayout width="360" height="50">
|
||||
<itemlayout width="490" height="65">
|
||||
<control type="label">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="360" height="50">
|
||||
<focusedlayout width="490" height="65">
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<texture colordiffuse="ff222326">white.png</texture>
|
||||
<visible>!Control.HasFocus(155)</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<texture colordiffuse="ff303034">white.png</texture>
|
||||
<visible>Control.HasFocus(155)</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<left>0</left>
|
||||
<right>0</right>
|
||||
<texture colordiffuse="CC000000">white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
</control>
|
||||
|
@ -70,11 +70,11 @@
|
|||
</control>
|
||||
<control type="button" id="3010">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<disabledcolor>FF404040</disabledcolor>
|
||||
|
@ -85,11 +85,11 @@
|
|||
</control>
|
||||
<control type="button" id="3011">
|
||||
<width>100%</width>
|
||||
<height>50</height>
|
||||
<height>65</height>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<textoffsetx>20</textoffsetx>
|
||||
<font>font10</font>
|
||||
<font>font13</font>
|
||||
<textcolor>ffe1e1e1</textcolor>
|
||||
<shadowcolor>66000000</shadowcolor>
|
||||
<disabledcolor>FF404040</disabledcolor>
|
||||
|
|
Loading…
Reference in a new issue