KoD 1.0
- completato il supporto ai torrent e aggiunto ilcorsaronero.xyz - aggiunto supporto agli episodi locali, ovvero poter inserire nella libreria di kodi un misto tra puntate di kod e file scaricati altrove - le viste ora si salvano di nuovo dal menu laterale, ma rimangono salvate per il tipo di contenuto visualizzato e non per il singolo menu - ripensato il menu rapido, che ora è più rapido, ridisegnate alcune finestre
This commit is contained in:
@@ -2,113 +2,128 @@
|
||||
<window>
|
||||
<allowoverlays>false</allowoverlays>
|
||||
<animation type="WindowOpen" reversible="false">
|
||||
<effect type="zoom" start="80" end="100" center="640,225" delay="160" tween="back" time="240" />
|
||||
<effect type="slide" start="0,200" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
|
||||
<effect type="fade" delay="160" end="100" time="240" />
|
||||
</animation>
|
||||
<animation type="WindowClose" reversible="false">
|
||||
<effect type="zoom" start="100" end="80" center="640,225" easing="in" tween="back" time="240" />
|
||||
<effect type="slide" start="0,0" end="0,200" center="640,225" easing="in" tween="cubic" time="200" />
|
||||
<effect type="fade" start="100" end="0" time="240" />
|
||||
</animation>
|
||||
<controls>
|
||||
<!-- Background -->
|
||||
<control type="group" id="10001">
|
||||
<posx>240</posx>
|
||||
<posy>110</posy>
|
||||
<width>800</width>
|
||||
<height>500</height>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>100%</width>
|
||||
<height>100%</height>
|
||||
<control type="image">
|
||||
<width>800</width>
|
||||
<height>500</height>
|
||||
<texture>Shortcut/dialog-bg-solid.png</texture>
|
||||
<width>100%</width>
|
||||
<height>100%</height>
|
||||
<texture colordiffuse="FF232323">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<!-- Divider -->
|
||||
<control type="image">
|
||||
<top>80</top>
|
||||
<right>0</right>
|
||||
<width>100%</width>
|
||||
<height>1</height>
|
||||
<texture colordiffuse="33FFFFFF">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<!-- Header -->
|
||||
<control type="label" id="10002">
|
||||
<posy>15</posy>
|
||||
<posx>50</posx>
|
||||
<height>34</height>
|
||||
<width>725</width>
|
||||
<font>font12_title</font>
|
||||
<top>20</top>
|
||||
<left>70</left>
|
||||
<height>40</height>
|
||||
<width>80%</width>
|
||||
<font>font30_title</font>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<align>center</align>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70000]</label>
|
||||
</control>
|
||||
<!-- CLOSE BUTTON -->
|
||||
<control type="button" id="10003">
|
||||
<posx>745</posx>
|
||||
<posy>25</posy>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
<texturefocus>Controls/DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus>Controls/DialogCloseButton.png</texturenofocus>
|
||||
<right>30</right>
|
||||
<top>25</top>
|
||||
<width>30</width>
|
||||
<height>30</height>
|
||||
<texturefocus colordiffuse="FFFFFFFF">Controls/DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus colordiffuse="55FFFFFF">Controls/DialogCloseButton-focus.png</texturenofocus>
|
||||
</control>
|
||||
<!-- OK -->
|
||||
<control type="button" id="10004">
|
||||
<posx>40</posx>
|
||||
<posy>410</posy>
|
||||
<left>60</left>
|
||||
<top>120</top>
|
||||
<width>200</width>
|
||||
<height>50</height>
|
||||
<height>60</height>
|
||||
<textwidth>110</textwidth>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<texturefocus>Controls/KeyboardKey.png</texturefocus>
|
||||
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus>
|
||||
<texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="FF191919">Shortcut/white.png</texturenofocus>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70001]</label>
|
||||
</control>
|
||||
<!-- CANCEL -->
|
||||
<control type="button" id="10005">
|
||||
<posx>300</posx>
|
||||
<posy>410</posy>
|
||||
<left>60</left>
|
||||
<top>190</top>
|
||||
<width>200</width>
|
||||
<height>50</height>
|
||||
<height>60</height>
|
||||
<textwidth>110</textwidth>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<texturefocus>Controls/KeyboardKey.png</texturefocus>
|
||||
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus>
|
||||
<texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="FF191919">Shortcut/white.png</texturenofocus>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70002]</label>
|
||||
</control>
|
||||
<!-- DEFAULT -->
|
||||
<control type="button" id="10006">
|
||||
<posx>560</posx>
|
||||
<posy>410</posy>
|
||||
<left>60</left>
|
||||
<top>260</top>
|
||||
<width>200</width>
|
||||
<height>50</height>
|
||||
<height>60</height>
|
||||
<textwidth>110</textwidth>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<texturefocus>Controls/KeyboardKey.png</texturefocus>
|
||||
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus>
|
||||
<texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="FF191919">Shortcut/white.png</texturenofocus>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70003]</label>
|
||||
</control>
|
||||
<control type="group" id="10007">
|
||||
<posy>80</posy>
|
||||
<posx>20</posx>
|
||||
<width>745</width>
|
||||
<height>387</height>
|
||||
<!-- Parameters -->
|
||||
<control type="group" id="10007">
|
||||
<top>120</top>
|
||||
<left>300</left>
|
||||
<width>900</width>
|
||||
<height>680</height>
|
||||
<control type="label" id="100010">
|
||||
<posy>30</posy>
|
||||
<posx>0</posx>
|
||||
<width>745</width>
|
||||
<height>300</height>
|
||||
<font>font16</font>
|
||||
<top>0</top>
|
||||
<left>0</left>
|
||||
<width>900</width>
|
||||
<height>680</height>
|
||||
<font>font20</font>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70004]</label>
|
||||
</control>
|
||||
</control>
|
||||
<!-- Scrollbar -->
|
||||
<control type="image" id="10008">
|
||||
<posy>80</posy>
|
||||
<posx>780</posx>
|
||||
<top>120</top>
|
||||
<right>0</right>
|
||||
<width>10</width>
|
||||
<height>300</height>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<texture>Controls/ScrollBack.png</texture>
|
||||
<height>540</height>
|
||||
<texture border="2" colordiffuse="FF232323">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<control type="image" id="10009">
|
||||
<posy>80</posy>
|
||||
<posx>780</posx>
|
||||
<top>120</top>
|
||||
<right>0</right>
|
||||
<width>10</width>
|
||||
<height>300</height>
|
||||
<texture>Controls/ScrollBar.png</texture>
|
||||
<height>540</height>
|
||||
<texture border="2" colordiffuse="33FFFFFF">Shortcut/white.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
|
||||
@@ -7,12 +7,10 @@
|
||||
</coordinates>
|
||||
<defaultcontrol always="true">32500</defaultcontrol>
|
||||
<animation type="WindowOpen" reversible="false">
|
||||
<effect type="zoom" start="80" end="100" center="440,110" delay="160" tween="back" time="240" />
|
||||
<effect type="fade" delay="160" end="100" time="240" />
|
||||
<effect type="fade" delay="160" end="100" time="220" />
|
||||
</animation>
|
||||
<animation type="WindowClose" reversible="false">
|
||||
<effect type="zoom" start="100" end="80" center="440,110" easing="in" tween="back" time="240" />
|
||||
<effect type="fade" start="100" end="0" time="240" />
|
||||
<effect type="fade" delay="160" start="100" end="0" time="200" />
|
||||
</animation>
|
||||
<controls>
|
||||
<control type="button">
|
||||
@@ -24,14 +22,22 @@
|
||||
<texturenofocus colordiffuse="88FFFFFF">Shortcut/white.png</texturenofocus>
|
||||
<onclick>Action(close)</onclick>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>880</width>
|
||||
<height>220</height>
|
||||
<texture border="2" colordiffuse="FFEEEEEE">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<animation type="WindowOpen" reversible="false">
|
||||
<effect type="slide" start="0,100" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
|
||||
<effect type="fade" delay="160" end="100" time="220" />
|
||||
</animation>
|
||||
<animation type="WindowClose" reversible="false">
|
||||
<effect type="slide" start="0,0" end="0,-100" center="640,225" delay="160" tween="cubic" time="200" />
|
||||
<effect type="fade" delay="160" start="100" end="0" time="200" />
|
||||
</animation>
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>880</width>
|
||||
<height>220</height>
|
||||
<texture border="2" colordiffuse="FFEEEEEE">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<control type="image">
|
||||
<left>-21</left>
|
||||
@@ -53,7 +59,6 @@
|
||||
<animation effect="slide" start="0,0" end="10,0" time="0" condition="true">Conditional</animation>
|
||||
<animation effect="slide" end="120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
|
||||
<itemlayout height="220" width="220">
|
||||
<!-- <top>2</top> -->
|
||||
<control type="image">
|
||||
<top>0</top>
|
||||
<left>0</left>
|
||||
@@ -69,11 +74,9 @@
|
||||
<texture colordiffuse="60FFFFFF">Shortcut/black.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>35</left>
|
||||
<top>35</top>
|
||||
<width>150</width>
|
||||
<height>150</height>
|
||||
<texture>$INFO[ListItem.Property(thumb)]</texture>
|
||||
<width>220</width>
|
||||
<height>220</height>
|
||||
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<align>center</align>
|
||||
</control>
|
||||
@@ -97,8 +100,9 @@
|
||||
<animation effect="fade" start="100" end="0" time="0">Focus</animation>
|
||||
</control>
|
||||
<control type="image">
|
||||
<top>1</top>
|
||||
<width>220</width>
|
||||
<height>220</height>
|
||||
<height>218</height>
|
||||
<texture colordiffuse="FF0082C2">Shortcut/button-fo.png</texture>
|
||||
<animation effect="fade" start="100" end="0" time="0">Unfocus</animation>
|
||||
</control>
|
||||
@@ -118,24 +122,32 @@
|
||||
<texture colordiffuse="60FFFFFF">Shortcut/black.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>35</left>
|
||||
<top>35</top>
|
||||
<width>150</width>
|
||||
<height>150</height>
|
||||
<texture>$INFO[ListItem.Property(thumb)]</texture>
|
||||
<width>220</width>
|
||||
<height>220</height>
|
||||
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<align>center</align>
|
||||
</control>
|
||||
<control type="textbox">
|
||||
<left>0</left>
|
||||
<top>146</top>
|
||||
<top>160</top>
|
||||
<width>220</width>
|
||||
<height>74</height>
|
||||
<font>font12</font>
|
||||
<textcolor>FF232323</textcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>100</left>
|
||||
<top>5</top>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
<texture colordiffuse="FF232323">$INFO[ListItem.Property(sub)]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<align>center</align>
|
||||
</control>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
@@ -151,10 +163,8 @@
|
||||
<textureslidernibfocus>-</textureslidernibfocus>
|
||||
<showonepage>false</showonepage>
|
||||
<orientation>horizontal</orientation>
|
||||
<onleft>32500</onleft>
|
||||
<onright>32500</onright>
|
||||
<ondown>32500</ondown>
|
||||
<onup>32500</onup>
|
||||
<!-- <onup>32500</onup> -->
|
||||
<animation effect="slide" end="120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
@@ -1,98 +1,113 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<window>
|
||||
<allowoverlays>false</allowoverlays>
|
||||
<allowoverlays>false</allowoverlays>
|
||||
<animation type="WindowOpen" reversible="false">
|
||||
<effect type="slide" start="0,200" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
|
||||
<effect type="fade" delay="160" end="100" time="240" />
|
||||
</animation>
|
||||
<animation type="WindowClose" reversible="false">
|
||||
<effect type="slide" start="0,0" end="0,200" center="640,225" easing="in" tween="cubic" time="200" />
|
||||
<effect type="fade" start="100" end="0" time="240" />
|
||||
</animation>
|
||||
<controls>
|
||||
<control type="group" id="10001">
|
||||
<posx>50</posx>
|
||||
<posy>28</posy>
|
||||
<width>1179</width>
|
||||
<height>663</height>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>100%</width>
|
||||
<height>100%</height>
|
||||
<control type="image">
|
||||
<width>1179</width>
|
||||
<height>663</height>
|
||||
<texture>Shortcut/dialog-bg-solid.png</texture>
|
||||
<width>100%</width>
|
||||
<height>100%</height>
|
||||
<texture colordiffuse="FF232323">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<!-- <control type="image">
|
||||
<height>40</height>
|
||||
<width>800</width>
|
||||
<texture>Windows/dialogheader.png</texture>
|
||||
</control> -->
|
||||
<!-- FANART -->
|
||||
<control type="image" id="10004">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>100%</width>
|
||||
<height>100%</height>
|
||||
<texture></texture>
|
||||
<colordiffuse>33FFFFFF</colordiffuse>
|
||||
</control>
|
||||
<!-- Header -->
|
||||
<control type="label" id="10002">
|
||||
<posy>15</posy>
|
||||
<posx>0</posx>
|
||||
<top>20</top>
|
||||
<left>0</left>
|
||||
<height>34</height>
|
||||
<width>1179</width>
|
||||
<font>font12_title</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<!-- <shadowcolor>black</shadowcolor> -->
|
||||
<width>100%</width>
|
||||
<font>font30_title</font>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70000]</label>
|
||||
</control>
|
||||
<!-- Close -->
|
||||
<control type="button" id="10003">
|
||||
<posx>1120</posx>
|
||||
<posy>25</posy>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
<texturefocus>Controls/DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus>Controls/DialogCloseButton.png</texturenofocus>
|
||||
<right>30</right>
|
||||
<top>25</top>
|
||||
<width>30</width>
|
||||
<height>30</height>
|
||||
<texturefocus colordiffuse="FFFFFFFF">Controls/DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus colordiffuse="55FFFFFF">Controls/DialogCloseButton-focus.png</texturenofocus>
|
||||
</control>
|
||||
<control type="image" id="10004"> <!-- FANART -->
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1179</width>
|
||||
<height>663</height>
|
||||
<!-- LOCANDINA -->
|
||||
<control type="image" id="10005">
|
||||
<right>30</right>
|
||||
<top>110</top>
|
||||
<width>349</width>
|
||||
<height>500</height>
|
||||
<texture></texture>
|
||||
<colordiffuse>33FFFFFF</colordiffuse>
|
||||
<animation type="WindowOpen" reversible="false">
|
||||
<effect type="slide" start="200,0" end="0,0" delay="300" tween="cubic" time="200" />
|
||||
<effect type="fade" delay="300" end="100" time="240" />
|
||||
</animation>
|
||||
<animation type="WindowClose" reversible="false">
|
||||
<effect type="slide" start="0,0" end="200,0" easing="in" tween="cubic" time="200" />
|
||||
<effect type="fade" start="100" end="0" time="240" />
|
||||
</animation>
|
||||
</control>
|
||||
<control type="image" id="10005"> <!-- LOCANDINA -->
|
||||
<posx>809</posx>
|
||||
<posy>110</posy>
|
||||
<width>310</width>
|
||||
<height>444</height>
|
||||
<texture></texture>
|
||||
</control>
|
||||
<control type="label" id="10006"> <!-- Serie -->
|
||||
<posy>100</posy>
|
||||
<posx>60</posx>
|
||||
<!-- Serie -->
|
||||
<control type="label" id="10006">
|
||||
<top>100</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="10007">
|
||||
<posy>100</posy>
|
||||
<posx>200</posx>
|
||||
<top>100</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
<scrollsuffix> | </scrollsuffix>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="10008"> <!-- Lingua Originale -->
|
||||
<posy>120</posy>
|
||||
<posx>60</posx>
|
||||
<top>125</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="10009">
|
||||
<posy>120</posy>
|
||||
<posx>200</posx>
|
||||
<top>125</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
@@ -100,25 +115,25 @@
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100010"> <!-- Punteggio -->
|
||||
<posy>140</posy>
|
||||
<posx>60</posx>
|
||||
<top>150</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100011">
|
||||
<posy>140</posy>
|
||||
<posx>200</posx>
|
||||
<top>150</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
@@ -126,25 +141,25 @@
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100012"> <!-- Generi -->
|
||||
<posy>160</posy>
|
||||
<posx>60</posx>
|
||||
<top>175</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100013">
|
||||
<posy>160</posy>
|
||||
<posx>200</posx>
|
||||
<top>175</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
@@ -152,25 +167,25 @@
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100014">
|
||||
<posy>180</posy>
|
||||
<posx>60</posx>
|
||||
<top>200</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100015">
|
||||
<posy>180</posy>
|
||||
<posx>200</posx>
|
||||
<top>200</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
@@ -178,25 +193,25 @@
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100016">
|
||||
<posy>200</posy>
|
||||
<posx>60</posx>
|
||||
<top>225</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100017">
|
||||
<posy>200</posy>
|
||||
<posx>200</posx>
|
||||
<top>225</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
@@ -204,25 +219,25 @@
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100018">
|
||||
<posy>220</posy>
|
||||
<posx>60</posx>
|
||||
<top>250</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100019">
|
||||
<posy>220</posy>
|
||||
<posx>200</posx>
|
||||
<top>250</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
@@ -230,25 +245,25 @@
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100020">
|
||||
<posy>240</posy>
|
||||
<posx>60</posx>
|
||||
<top>275</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100021">
|
||||
<posy>240</posy>
|
||||
<posx>200</posx>
|
||||
<top>275</top>
|
||||
<left>200</left>
|
||||
<height>40</height>
|
||||
<width>365</width>
|
||||
<font>font10</font>
|
||||
@@ -256,25 +271,25 @@
|
||||
<scroll>true</scroll>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label" id="100022"> <!-- Trama -->
|
||||
<posy>260</posy>
|
||||
<posx>60</posx>
|
||||
<top>300</top>
|
||||
<left>60</left>
|
||||
<height>40</height>
|
||||
<width>505</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>posx</align>
|
||||
<aligny>posy</aligny>
|
||||
<align>left</align>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="textbox" id="100023">
|
||||
<posy>260</posy>
|
||||
<posx>200</posx>
|
||||
<top>300</top>
|
||||
<left>200</left>
|
||||
<height>294</height>
|
||||
<width>500</width>
|
||||
<font>font10</font>
|
||||
@@ -283,71 +298,71 @@
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
<autoscroll delay="2000" time="1500" repeat="2000">true</autoscroll>
|
||||
<align>justify</align>
|
||||
<aligny>posy</aligny>
|
||||
<aligny>top</aligny>
|
||||
<label></label>
|
||||
</control>
|
||||
|
||||
<control type="group" id="10024">
|
||||
<posy>600</posy>
|
||||
<posx>40</posx>
|
||||
<bottom>60</bottom>
|
||||
<left>40</left>
|
||||
<width>760</width>
|
||||
<height>30</height>
|
||||
|
||||
<control type="button" id="10025">
|
||||
<posy>0</posy>
|
||||
<posx>0</posx>
|
||||
<top>0</top>
|
||||
<left>0</left>
|
||||
<width>200</width>
|
||||
<height>50</height>
|
||||
<textwidth>110</textwidth>
|
||||
<texturefocus>Controls/KeyboardKey.png</texturefocus>
|
||||
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus>
|
||||
<texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="000081C2">Shortcut/white.png</texturenofocus>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70005]</label>
|
||||
</control>
|
||||
<control type="button" id="10026">
|
||||
<posy>0</posy>
|
||||
<posx>210</posx>
|
||||
<top>0</top>
|
||||
<left>210</left>
|
||||
<width>200</width>
|
||||
<height>50</height>
|
||||
<textwidth>110</textwidth>
|
||||
<texturefocus>Controls/KeyboardKey.png</texturefocus>
|
||||
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus>
|
||||
<texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="000081C2">Shortcut/white.png</texturenofocus>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70006]</label>
|
||||
</control>
|
||||
<control type="button" id="10027">
|
||||
<posy>0</posy>
|
||||
<posx>420</posx>
|
||||
<top>0</top>
|
||||
<left>420</left>
|
||||
<width>200</width>
|
||||
<height>50</height>
|
||||
<textwidth>110</textwidth>
|
||||
<texturefocus>Controls/KeyboardKey.png</texturefocus>
|
||||
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus>
|
||||
<texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="000081C2">Shortcut/white.png</texturenofocus>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70002]</label>
|
||||
</control>
|
||||
<control type="button" id="10028">
|
||||
<posy>0</posy>
|
||||
<posx>640</posx>
|
||||
<top>0</top>
|
||||
<left>640</left>
|
||||
<width>200</width>
|
||||
<height>50</height>
|
||||
<textwidth>110</textwidth>
|
||||
<texturefocus>Controls/KeyboardKey.png</texturefocus>
|
||||
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus>
|
||||
<texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="000081C2">Shortcut/white.png</texturenofocus>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$ADDON[plugin.video.kod 70007]</label>
|
||||
</control>
|
||||
<control type="label" id="100029">
|
||||
<posy>10</posy>
|
||||
<posx>1080</posx>
|
||||
<top>10</top>
|
||||
<left>1080</left>
|
||||
<height>30</height>
|
||||
<width>110</width>
|
||||
<font>font10</font>
|
||||
<textcolor>0xFFFFFFFF</textcolor>
|
||||
<textcolor>FFFFFFFF</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
|
||||
@@ -7,12 +7,10 @@
|
||||
</coordinates>
|
||||
<defaultcontrol always="true">32500</defaultcontrol>
|
||||
<animation type="WindowOpen" reversible="false">
|
||||
<effect type="zoom" start="80" end="100" center="440,110" delay="160" tween="back" time="240" />
|
||||
<effect type="fade" delay="160" end="100" time="240" />
|
||||
<effect type="fade" delay="160" end="100" time="220" />
|
||||
</animation>
|
||||
<animation type="WindowClose" reversible="false">
|
||||
<effect type="zoom" start="100" end="80" center="440,110" easing="in" tween="back" time="240" />
|
||||
<effect type="fade" start="100" end="0" time="240" />
|
||||
<effect type="fade" delay="160" start="100" end="0" time="200" />
|
||||
</animation>
|
||||
<controls>
|
||||
<control type="button">
|
||||
@@ -24,14 +22,22 @@
|
||||
<texturenofocus colordiffuse="88232323">Shortcut/white.png</texturenofocus>
|
||||
<onclick>Action(close)</onclick>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>880</width>
|
||||
<height>220</height>
|
||||
<texture border="2" colordiffuse="FF232323">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<animation type="WindowOpen" reversible="false">
|
||||
<effect type="slide" start="0,100" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
|
||||
<effect type="fade" delay="160" end="100" time="220" />
|
||||
</animation>
|
||||
<animation type="WindowClose" reversible="false">
|
||||
<effect type="slide" start="0,0" end="0,-100" center="640,225" delay="160" tween="cubic" time="200" />
|
||||
<effect type="fade" delay="160" start="100" end="0" time="200" />
|
||||
</animation>
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>880</width>
|
||||
<height>220</height>
|
||||
<texture border="2" colordiffuse="FF232323">Shortcut/white.png</texture>
|
||||
</control>
|
||||
<control type="group">
|
||||
<control type="image">
|
||||
<left>-21</left>
|
||||
@@ -53,7 +59,6 @@
|
||||
<animation effect="slide" start="0,0" end="10,0" time="0" condition="true">Conditional</animation>
|
||||
<animation effect="slide" end="120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
|
||||
<itemlayout height="220" width="220">
|
||||
<!-- <top>2</top> -->
|
||||
<control type="image">
|
||||
<top>0</top>
|
||||
<left>0</left>
|
||||
@@ -71,7 +76,7 @@
|
||||
<control type="image">
|
||||
<width>220</width>
|
||||
<height>220</height>
|
||||
<texture>$INFO[ListItem.Property(thumb)]</texture>
|
||||
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<align>center</align>
|
||||
</control>
|
||||
@@ -119,7 +124,7 @@
|
||||
<control type="image">
|
||||
<width>220</width>
|
||||
<height>220</height>
|
||||
<texture>$INFO[ListItem.Property(thumb)]</texture>
|
||||
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<align>center</align>
|
||||
</control>
|
||||
@@ -134,6 +139,15 @@
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>100</left>
|
||||
<top>5</top>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
<texture>$INFO[ListItem.Property(sub)]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<align>center</align>
|
||||
</control>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
@@ -149,10 +163,8 @@
|
||||
<textureslidernibfocus>-</textureslidernibfocus>
|
||||
<showonepage>false</showonepage>
|
||||
<orientation>horizontal</orientation>
|
||||
<!-- <onleft>32500</onleft>
|
||||
<onright>32500</onright> -->
|
||||
<ondown>32500</ondown>
|
||||
<onup>32500</onup>
|
||||
<!-- <onup>32500</onup> -->
|
||||
<animation effect="slide" end="120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
Reference in New Issue
Block a user