From 9af9a564f9dcfead893c441b2f621935827afe86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 May 2023 17:34:21 +0000 Subject: [PATCH 1/8] Aggiornamento domini --- channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.json b/channels.json index f9fb9171..eacae2ce 100644 --- a/channels.json +++ b/channels.json @@ -13,7 +13,7 @@ "cinetecadibologna": "http://cinestore.cinetecadibologna.it", "discoveryplus": "https://www.discoveryplus.com", "dreamsub": "https://www.animeworld.tv", - "eurostreaming": "https://eurostreaming.today", + "eurostreaming": "https://eurostreaming.tattoo", "eurostreaming_actor": "https://eurostreaming.care", "filmstreaming": "https://filmstreaming.sbs", "guardaseriecam": "https://guardaserie.baby", From f65d05b52f5f18bd99fb168574caa6b748ad4086 Mon Sep 17 00:00:00 2001 From: truemich <98410427+truemich@users.noreply.github.com> Date: Thu, 4 May 2023 20:32:38 +0200 Subject: [PATCH 2/8] resume_playback: use kodi api for context menu for consistency with the skin in use (#422) --- platformcode/platformtools.py | 50 +++++++---------------------------- 1 file changed, 9 insertions(+), 41 deletions(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index d18776bc..c3207351 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -1619,48 +1619,16 @@ def play_torrent(item, xlistitem, mediaurl): xbmc.executebuiltin("PlayMedia(" + torrent_options[selection][1] % mediaurl + ")") def resume_playback(played_time): - class ResumePlayback(xbmcgui.WindowXMLDialog): - Close = False - Resume = False - - def __init__(self, *args, **kwargs): - self.action_exitkeys_id = [92, 10] - self.progress_control = None - played_time = kwargs.get('played_time') - m, s = divmod(played_time, 60) - h, m = divmod(m, 60) - self.setProperty("time", '%02d:%02d:%02d' % (h, m, s)) - - def set_values(self, value): - self.Resume = value - self.Close = True - - def is_close(self): - return self.Close - - def onClick(self, controlId): - if controlId == 3012: # Resume - self.set_values(True) - self.close() - elif controlId == 3013: # Cancel - self.set_values(False) - self.close() - - def onAction(self, action): - if action in self.action_exitkeys_id: - self.set_values(False) - self.close() - if played_time and played_time > 30: - Dialog = ResumePlayback('ResumePlayback.xml', config.get_runtime_path(), played_time=played_time) - Dialog.show() - t = 0 - while not Dialog.is_close() and t < 100: - t += 1 - xbmc.sleep(100) - if not Dialog.Resume: played_time = 0 + m, s = divmod(played_time, 60) + h, m = divmod(m, 60) + idx = xbmcgui.Dialog().contextmenu( + [ + xbmc.getLocalizedString(12022).format('%02d:%02d:%02d' % (h, m, s)), + xbmc.getLocalizedString(12021) + ]) + if idx: played_time = 0 else: played_time = 0 - xbmc.sleep(300) return played_time ##### INPUTSTREM ##### @@ -2031,4 +1999,4 @@ def serverWindow(item, itemlist, runDirectly=True): from platformcode.launcher import run run(selection) else: - return selection \ No newline at end of file + return selection From c59bb0da6f4c13846c1baa994099dadc58639fdc Mon Sep 17 00:00:00 2001 From: Timmy89 <53865707+xXTimmy89Xx@users.noreply.github.com> Date: Sat, 6 May 2023 17:06:09 +0200 Subject: [PATCH 3/8] Aggiornamento domini --- channels.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index eacae2ce..62f156b7 100644 --- a/channels.json +++ b/channels.json @@ -28,7 +28,7 @@ "plutotv": "https://pluto.tv", "raiplay": "https://www.raiplay.it", "serietvu": "https://www.serietvu.live", - "streamingcommunity": "https://streamingcommunity.download", + "streamingcommunity": "https://streamingcommunity.band", "streamingita": "https://www.streamingita.best", "tantifilm": "https://www.tantifilm.energy", "toonitalia": "https://toonitalia.xyz" @@ -40,4 +40,4 @@ "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } -} \ No newline at end of file +} From 0a25af3abac0ce902801a91452d92b76f5a67a88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 6 May 2023 17:34:23 +0000 Subject: [PATCH 4/8] Aggiornamento domini --- channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.json b/channels.json index 62f156b7..2a4c009e 100644 --- a/channels.json +++ b/channels.json @@ -40,4 +40,4 @@ "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } -} +} \ No newline at end of file From 66a79e4e21bc92ce50ab3df63ce634325f35b5b5 Mon Sep 17 00:00:00 2001 From: Timmy89 <53865707+xXTimmy89Xx@users.noreply.github.com> Date: Wed, 10 May 2023 02:29:26 +0200 Subject: [PATCH 5/8] Aggiornamento domini --- channels.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index 2a4c009e..c0ad824d 100644 --- a/channels.json +++ b/channels.json @@ -28,7 +28,7 @@ "plutotv": "https://pluto.tv", "raiplay": "https://www.raiplay.it", "serietvu": "https://www.serietvu.live", - "streamingcommunity": "https://streamingcommunity.band", + "streamingcommunity": "https://streamingcommunity.army", "streamingita": "https://www.streamingita.best", "tantifilm": "https://www.tantifilm.energy", "toonitalia": "https://toonitalia.xyz" @@ -40,4 +40,4 @@ "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } -} \ No newline at end of file +} From d628d9108d46a46eb996a33921f373ed89eb46b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 May 2023 17:34:38 +0000 Subject: [PATCH 6/8] Aggiornamento domini --- channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.json b/channels.json index c0ad824d..1e129bd1 100644 --- a/channels.json +++ b/channels.json @@ -40,4 +40,4 @@ "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } -} +} \ No newline at end of file From 0333e1262dd7bd422b32557080d8e49579069462 Mon Sep 17 00:00:00 2001 From: Timmy89 <53865707+xXTimmy89Xx@users.noreply.github.com> Date: Sat, 13 May 2023 18:57:38 +0200 Subject: [PATCH 7/8] Aggiornamento domini --- channels.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index 1e129bd1..6c81907f 100644 --- a/channels.json +++ b/channels.json @@ -28,7 +28,7 @@ "plutotv": "https://pluto.tv", "raiplay": "https://www.raiplay.it", "serietvu": "https://www.serietvu.live", - "streamingcommunity": "https://streamingcommunity.army", + "streamingcommunity": "https://streamingcommunity.codes", "streamingita": "https://www.streamingita.best", "tantifilm": "https://www.tantifilm.energy", "toonitalia": "https://toonitalia.xyz" @@ -40,4 +40,4 @@ "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } -} \ No newline at end of file +} From aabaa8d78cc9f856aa133dd2b91938f9c0e28104 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 May 2023 17:34:24 +0000 Subject: [PATCH 8/8] Aggiornamento domini --- channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.json b/channels.json index 6c81907f..baf2fd95 100644 --- a/channels.json +++ b/channels.json @@ -40,4 +40,4 @@ "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } -} +} \ No newline at end of file