aggiornamento ricerca alternativa

This commit is contained in:
Alhaziel01
2021-09-25 11:12:31 +02:00
parent 32d88dc77c
commit 3838a22089
18 changed files with 776 additions and 415 deletions
@@ -4181,15 +4181,15 @@ msgid "No images available"
msgstr ""
msgctxt "#70341"
msgid "[Trakt] Mark %s as not seen"
msgid "Mark %s as not seen"
msgstr ""
msgctxt "#70342"
msgid "[Trakt] Mark %s as seen"
msgid "Mark %s as seen"
msgstr ""
msgctxt "#70343"
msgid "[Trakt] Remove %s from your watchlist"
msgid "Remove %s from your watchlist"
msgstr ""
msgctxt "#70344"
@@ -4197,11 +4197,11 @@ msgid "Add to %s your watchlist"
msgstr ""
msgctxt "#70345"
msgid "[Trakt] Remove %s from your collection"
msgid "Remove %s from your collection"
msgstr ""
msgctxt "#70346"
msgid "[Trakt] Add %s to your collection"
msgid "Add %s to your collection"
msgstr ""
msgctxt "#70347"
@@ -4188,20 +4188,20 @@ msgid "[Trakt] Mark %s as seen"
msgstr "[Trakt] Segna %s come vista"
msgctxt "#70343"
msgid "[Trakt] Remove %s from your watchlist"
msgstr "[Trakt] Rimuovi %s dalla tua watchlist"
msgid "Remove %s from your watchlist"
msgstr "Rimuovi %s dalla tua watchlist"
msgctxt "#70344"
msgid "Add to %s your watchlist"
msgstr "[Trakt] Aggiungi %s alla tua watchlist"
msgstr "Aggiungi %s alla tua watchlist"
msgctxt "#70345"
msgid "[Trakt] Remove %s from your collection"
msgstr "[Trakt] Rimuovi %s dalla tua collezione"
msgid "Remove %s from your collection"
msgstr "Rimuovi %s dalla tua collezione"
msgctxt "#70346"
msgid "[Trakt] Add %s to your collection"
msgstr "[Trakt] Aggiungi %s alla tua collezione"
msgid "Add %s to your collection"
msgstr "Aggiungi %s alla tua collezione"
msgctxt "#70347"
msgid "Action performed correctly"
+118
View File
@@ -0,0 +1,118 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<zorder>0.52</zorder>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<defaultcontrol>100</defaultcontrol>
<controls>
<control type="group">
<top>125</top>
<left>250</left>
<width>780</width>
<height>470</height>
<control type="image">
<description>Window Background</description>
<width>100%</width>
<height>100%</height>
<texture colordiffuse="FF232323">white.png</texture>
</control>
<control type='group'>
<top>30</top>
<left>40</left>
<control type="label">
<description>Title</description>
<top>0</top>
<left>0</left>
<height>40</height>
<width>700</width>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<label>$ADDON[plugin.video.kod 70320]</label>
<aligny>center</aligny>
<align>left</align>
<label/>
</control>
<control type="image">
<description>Divider</description>
<top>50</top>
<left>0</left>
<height>1</height>
<width>700</width>
<texture colordiffuse="33FFFFFF">white.png</texture>
</control>
</control>
<control type='grouplist' id='1'>
<top>100</top>
<left>40</left>
<width>700</width>
<ondown>2</ondown>
<itemgap>10</itemgap>
<control type='button' id='100'>
<height>60</height>
<label>$INFO[Listitem.Label]</label>
<textoffsetx>20</textoffsetx>
<texturefocus colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
</control>
<control type='button' id='101'>
<height>60</height>
<label>$INFO[Listitem.Label]</label>
<textoffsetx>20</textoffsetx>
<texturefocus colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
</control>
<control type='button' id='102'>
<height>60</height>
<label>$INFO[Listitem.Label]</label>
<textoffsetx>20</textoffsetx>
<texturefocus colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
</control>
<control type='button' id='103'>
<height>60</height>
<ondown>200</ondown>
<label>$INFO[Listitem.Label]</label>
<textoffsetx>20</textoffsetx>
<texturefocus colordiffuse="FF0082C2">white.png</texturefocus>
<texturenofocus colordiffuse="FF232323">white.png</texturenofocus>
</control>
<control type='grouplist' id = '2'>
<onup>1</onup>
<itemgap>10</itemgap>
<align>center</align>
<orientation>horizontal</orientation>
<control type='button' id='200'>
<height>60</height>
<width>60</width>
<label>$INFO[Listitem.Label]</label>
<texturefocus colordiffuse="FFFFFFFF">search.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">search.png</texturenofocus>
</control>
<control type='button' id='201'>
<height>60</height>
<width>60</width>
<label>$INFO[Listitem.Label]</label>
<texturefocus colordiffuse="FFFFFFFF">save.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">save.png</texturenofocus>
</control>
<control type='button' id='202'>
<height>60</height>
<width>60</width>
<label>$INFO[Listitem.Label]</label>
<texturefocus colordiffuse="FFFFFFFF">reset.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">reset.png</texturenofocus>
</control>
<control type='button' id='203'>
<height>60</height>
<width>60</width>
<label>$INFO[Listitem.Label]</label>
<texturefocus colordiffuse="FFFFFFFF">close.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">close.png</texturenofocus>
</control>
</control>
</control>
</control>
</controls>
</window>
@@ -50,8 +50,8 @@
<control type="textbox" id='100'>
<description>Title</description>
<visible>Control.IsVisible(500)</visible>
<left>480</left>
<top>270</top>
<left>260</left>
<top>280</top>
<width>1000</width>
<height>30</height>
<font>font13</font>
@@ -59,7 +59,7 @@
<shadowcolor>00000000</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<animation effect="slide" tween="linear" center="0" end="-450,-240" time="600" condition="Integer.IsGreater(Container(101).NumItems, 0)">Conditional</animation>
<animation effect="slide" tween="linear" center="0" end="-230,-250" time="600" condition="Integer.IsGreater(Container(101).NumItems, 0)">Conditional</animation>
</control>
<control type="group"> <!-- SEARCH GROUP-->
@@ -538,7 +538,7 @@
<onup>503</onup>
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="60" width="700">
<control type="textbox">
<control type="label">
<description>Episode Title</description>
<top>0</top>
<left>20</left>
@@ -566,7 +566,7 @@
<texture colordiffuse="CCFFFFFF">white.png</texture>
<aspectratio>scale</aspectratio>
</control>
<control type="textbox">
<control type="label">
<description>Episode Title</description>
<top>0</top>
<left>20</left>
@@ -577,6 +577,7 @@
<shadowcolor>00000000</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<scroll>true</scroll>
<label>$INFO[ListItem.Label]</label>
</control>
</control>
@@ -602,17 +603,18 @@
<texture>$INFO[ListItem.Art(thumb)]</texture>
<aspectratio>scale</aspectratio>
</control>
<control type="textbox">
<control type="label">
<description>Episode Title</description>
<top>0</top>
<left>180</left>
<width>480</width>
<width>440</width>
<height>100%</height>
<font>font13</font>
<textcolor>FF232323</textcolor>
<shadowcolor>00000000</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<scroll>true</scroll>
<label>$INFO[ListItem.Label]</label>
</control>
</control>
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB