Episodio Successivo (aggiornamento)

This commit is contained in:
Alhaziel
2020-01-08 20:14:07 +01:00
parent a155f808d4
commit c19a506be7
7 changed files with 289 additions and 52 deletions
+25 -1
View File
@@ -5702,7 +5702,31 @@ msgid "Enter another year..."
msgstr ""
msgctxt "#70746"
msgid "Hide server selection from Autoplay"
msgid "When playback ends"
msgstr ""
msgctxt "#70747"
msgid "Hide server selection"
msgstr ""
msgctxt "#70748"
msgid "Go to the next episode"
msgstr ""
msgctxt "#70749"
msgid "Seconds before notification"
msgstr ""
msgctxt "#70750"
msgid "Next Episode in"
msgstr ""
msgctxt "#70751"
msgid "seconds"
msgstr ""
msgctxt "#70752"
msgid "Do nothing"
msgstr ""
# DNS start [ settings and declaration ]
+26 -2
View File
@@ -5706,8 +5706,32 @@ msgid "Enter another year..."
msgstr "Inserisci un altro anno..."
msgctxt "#70746"
msgid "Hide server selection from Autoplay"
msgstr "Nascondi la selezione del server da Autoplay"
msgid "When playback ends"
msgstr "Al termine della riproduzione"
msgctxt "#70747"
msgid "Hide server selection"
msgstr "Nascondi la selezione del server"
msgctxt "#70748"
msgid "Go to the next episode"
msgstr "Vai all'episodio successivo"
msgctxt "#70749"
msgid "Seconds before notification"
msgstr "Secondi prima della notifica"
msgctxt "#70750"
msgid "Next Episode in"
msgstr "Episodio Successivo fra"
msgctxt "#70751"
msgid "seconds"
msgstr "secondi"
msgctxt "#70752"
msgid "Do nothing"
msgstr "Non fare nulla"
# DNS start [ settings and declaration ]
msgctxt "#707401"
+3 -2
View File
@@ -5,14 +5,15 @@
<setting id="player_mode" type="enum" values="Direct|SetResolvedUrl|Built-In|Download and Play" label="30044" default="1"/>
<setting id="default_action" type="enum" lvalues="30006|30007|30008" label="30005" default="0"/>
<setting id="autoplay" type="bool" label="70562" default="false" visible="true"/>
<!-- <setting id="autoplay_next" type="bool" label="Riproduci episodio successivo" default="false" visible="true"/>-->
<setting id="autoplay_server_list" type="bool" label="70746" default="false" visible="true"/>
<setting id="next_ep" type="enum" label="70746" lvalues="70752|70747|70748" default="0"/>
<setting id="next_ep_seconds" type="enum" values="20|30|40|50|60" label="secondi prima della finestra" default="3" visible="eq(-1,2)"/>
<setting id="checklinks" type="bool" label="30020" default="false"/>
<setting id="checklinks_number" type="enum" values="5|10|15|20" label="30021" default="0" visible="eq(-1,true)"/>
<setting id="thumbnail_type" type="enum" lvalues="30011|30012|30200" label="30010" default="2"/>
<setting id="channel_language" type="labelenum" values="auto|all|ita" label="30019" default="all"/>
<setting id="trakt_sync" type="bool" label="70109" default="false"/>
<setting id="forceview" type="bool" label="30043" default="false"/>
<setting id="faster_item_serialization" type="bool" label="30300" default="false"/>
<setting id="resolver_dns" type="bool" label="707408" default="true" enable="true" visible="true"/>
<setting id="debug" type="bool" label="30003" default="false"/>
<setting label="70169" type="lsep"/>
+100
View File
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
<onload>Dialog.Close(fullscreeninfo,true)</onload>
<onload>Dialog.Close(videoosd,true)</onload>
<controls>
<control type="group">
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="600" />
<effect type="slide" start="-115,-0" end="0,0" time="600" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="400" />
<effect type="slide" start="0,0" end="-115,0" time="400" />
</animation>
<control type="group">
<right>0</right>
<height>50</height>
<width>45%</width>
<!-- Background -->
<control type="image">
<top>0</top>
<width>100%</width>
<height>50</height>
<texture colordiffuse="88232323">Shortcut/dialog-bg-solid.png</texture>
</control>
<control type="group">
<top>0</top>
<left>0</left>
<width>100%</width>
<!-- buttons -->
<control type="button" id="3012">
<left>-1000</left>
<top>-1000</top>
<height>1</height>
<width>1</width>
</control>
<control type="grouplist" id="20">
<orientation>horizontal</orientation>
<height>50</height>
<itemgap>10</itemgap>
<align>left</align>
<control type="button" id="10">
<label>$ADDON[plugin.video.kod 70750]</label>
<onclick>SendClick(3012)</onclick>
<visible>Integer.IsGreater(Player.TimeRemaining,59)</visible>
<height>50</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>55</textoffsetx>
<textcolor>ddffffff</textcolor>
<focusedcolor>eeffffff</focusedcolor>
<selectedcolor>ddffffff</selectedcolor>
<shadowcolor>22000000</shadowcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF65B3DA">Shortcut/button-fo.png</texturefocus>
<texturenofocus border="10" colordiffuse="0065B3DA">Shortcut/button-fo.png</texturenofocus>
<pulseonselect>no</pulseonselect>
</control>
<control type="button" id="11">
<label>$ADDON[plugin.video.kod 70750] $INFO[Player.TimeRemaining(ss),,] $ADDON[plugin.video.kod 70751]</label>
<onclick>SendClick(3012)</onclick>
<visible>!Integer.IsGreater(Player.TimeRemaining,59)</visible>
<height>50</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>55</textoffsetx>
<textcolor>ddffffff</textcolor>
<focusedcolor>eeffffff</focusedcolor>
<selectedcolor>ddffffff</selectedcolor>
<shadowcolor>22000000</shadowcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF65B3DA">Shortcut/button-fo.png</texturefocus>
<texturenofocus border="10" colordiffuse="0065B3DA">Shortcut/button-fo.png</texturenofocus>
<pulseonselect>no</pulseonselect>
</control>
<control type="button" id="3013">
<label>$ADDON[plugin.video.kod 60396]</label>
<height>50</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>15</textoffsetx>
<textcolor>ddffffff</textcolor>
<focusedcolor>eeffffff</focusedcolor>
<selectedcolor>ddffffff</selectedcolor>
<shadowcolor>22000000</shadowcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF65B3DA">Shortcut/button-fo.png</texturefocus>
<texturenofocus border="10" colordiffuse="0065B3DA">Shortcut/button-fo.png</texturenofocus>
<pulseonselect>no</pulseonselect>
</control>
</control>
</control>
</control>
</control>
</controls>
</window>