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>
|
||||
|
||||
Reference in New Issue
Block a user