Fix e modifiche episodio successivo

This commit is contained in:
Alhaziel
2020-01-16 18:22:22 +01:00
parent ad62dea1b5
commit 60ddb620b3
7 changed files with 20 additions and 21 deletions

View File

@@ -473,7 +473,6 @@ def play_from_library(item):
else:
# Ventana emergente
item.play_from = 'window'
item.show_server = True
from specials import videolibrary, autoplay
@@ -543,6 +542,7 @@ def play_from_library(item):
return
else:
item = videolibrary.play(itemlist[seleccion])[0]
item.play_from = 'window'
platformtools.play_video(item)
if (platformtools.is_playing() and item.action) or item.server == 'torrent' or autoplay.is_active(item.contentChannel):

View File

@@ -15,14 +15,14 @@
</animation>
<control type="group">
<right>0</right>
<top>10</top>
<height>50</height>
<top>15</top>
<height>40</height>
<width>100%</width>
<!-- Background -->
<control type="image">
<top>0</top>
<width>100%</width>
<height>50</height>
<height>40</height>
<texture colordiffuse="00111111">NextDialog/background-diffuse.png</texture>
</control>
<control type="group">
@@ -38,14 +38,13 @@
</control>
<control type="grouplist" id="20">
<orientation>horizontal</orientation>
<height>50</height>
<height>40</height>
<itemgap>0</itemgap>
<align>right</align>
<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>
<height>40</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>20</textoffsetx>
@@ -61,7 +60,7 @@
</control>
<control type="button" id="3013">
<label>$ADDON[plugin.video.kod 60396]</label>
<height>50</height>
<height>40</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>20</textoffsetx>
@@ -78,7 +77,7 @@
<control type="image">
<top>0</top>
<width>30</width>
<height>50</height>
<height>40</height>
<texture colordiffuse="88232323">NextDialog/background-diffuse.png</texture>
</control>
</control>

View File

@@ -15,14 +15,14 @@
</animation>
<control type="group">
<right>0</right>
<top>10</top>
<top>15</top>
<height>50</height>
<width>100%</width>
<!-- Background -->
<control type="image">
<top>0</top>
<width>100%</width>
<height>50</height>
<height>40</height>
<!-- <texture colordiffuse="00111111">NextDialog/button-bg.png</texture> -->
</control>
<control type="group">
@@ -38,17 +38,17 @@
</control>
<control type="grouplist" id="20">
<orientation>horizontal</orientation>
<height>50</height>
<height>40</height>
<itemgap>0</itemgap>
<align>right</align>
<control type="button" id="11">
<label>$INFO[Player.TimeRemaining(ss),,]</label>
<label>[B]$INFO[Player.TimeRemaining(ss),,][/B]</label>
<onclick>SendClick(3012)</onclick>
<visible>!Integer.IsGreater(Player.TimeRemaining,59)</visible>
<height>50</height>
<width>70</width>
<!-- <visible>!Integer.IsGreater(Player.TimeRemaining,59)</visible> -->
<height>40</height>
<width>65</width>
<font>font30_title</font>
<textoffsetx>15</textoffsetx>
<textoffsetx>12</textoffsetx>
<textcolor>80FFFFFF</textcolor>
<focusedcolor>FFFFFFFF</focusedcolor>
<selectedcolor>80FFFFFF</selectedcolor>
@@ -61,8 +61,8 @@
</control>
<control type="button" id="3013">
<label></label>
<height>50</height>
<width>50</width>
<height>40</height>
<width>40</width>
<font>font30_title</font>
<textoffsetx>30</textoffsetx>
<textcolor>80FFFFFF</textcolor>
@@ -77,8 +77,8 @@
</control>
<control type="image">
<top>0</top>
<width>30</width>
<height>50</height>
<width>20</width>
<height>40</height>
<texture>NextDialog/background.png</texture>
</control>
</control>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB