From bdf9a89bd9c7d43b91fb86abbe5e3802613f21b2 Mon Sep 17 00:00:00 2001 From: pipcat Date: Thu, 19 Jul 2018 13:29:17 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Categor=C3=ADas=20incorrectas=20en=20json?= =?UTF-8?q?=20de=20canales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/cinedetodo.json | 2 +- plugin.video.alfa/channels/cinemahd.json | 2 +- plugin.video.alfa/channels/cuevana3.json | 2 +- plugin.video.alfa/channels/newpct1.json | 1 - plugin.video.alfa/channels/peliscity.json | 2 +- plugin.video.alfa/channels/seodiv.json | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/plugin.video.alfa/channels/cinedetodo.json b/plugin.video.alfa/channels/cinedetodo.json index 037cbb3b..94868116 100644 --- a/plugin.video.alfa/channels/cinedetodo.json +++ b/plugin.video.alfa/channels/cinedetodo.json @@ -8,7 +8,7 @@ "banner": "", "version": 1, "categories": [ - "movies" + "movie" ], "settings": [ { diff --git a/plugin.video.alfa/channels/cinemahd.json b/plugin.video.alfa/channels/cinemahd.json index 27d04684..99e3905a 100644 --- a/plugin.video.alfa/channels/cinemahd.json +++ b/plugin.video.alfa/channels/cinemahd.json @@ -8,7 +8,7 @@ "banner": "", "version": 1, "categories": [ - "movies" + "movie" ], "settings": [ { diff --git a/plugin.video.alfa/channels/cuevana3.json b/plugin.video.alfa/channels/cuevana3.json index 9734b502..d8824e24 100644 --- a/plugin.video.alfa/channels/cuevana3.json +++ b/plugin.video.alfa/channels/cuevana3.json @@ -8,7 +8,7 @@ "banner": "", "version": 1, "categories": [ - "movies" + "movie" ], "settings": [ { diff --git a/plugin.video.alfa/channels/newpct1.json b/plugin.video.alfa/channels/newpct1.json index 364395eb..4a0c0cfd 100644 --- a/plugin.video.alfa/channels/newpct1.json +++ b/plugin.video.alfa/channels/newpct1.json @@ -11,7 +11,6 @@ "tvshow", "anime", "torrent", - "latino", "documentary", "vos", "direct" diff --git a/plugin.video.alfa/channels/peliscity.json b/plugin.video.alfa/channels/peliscity.json index a9497196..e57b47bb 100755 --- a/plugin.video.alfa/channels/peliscity.json +++ b/plugin.video.alfa/channels/peliscity.json @@ -9,7 +9,7 @@ "categories": [ "movie", "direct", - "VOS" + "vos" ], "settings":[ { diff --git a/plugin.video.alfa/channels/seodiv.json b/plugin.video.alfa/channels/seodiv.json index 8f6aa61f..79241049 100755 --- a/plugin.video.alfa/channels/seodiv.json +++ b/plugin.video.alfa/channels/seodiv.json @@ -7,7 +7,7 @@ "thumbnail": "https://s32.postimg.cc/gh8lhbkb9/seodiv.png", "banner": "https://s31.postimg.cc/klwjzp7t7/seodiv_banner.png", "categories": [ - "tvshows" + "tvshow" ], "settings": [ { From 7c682cc3945538022900504703f0d5c697777566 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Thu, 19 Jul 2018 10:45:18 -0500 Subject: [PATCH 2/3] xbmc_info_window: fix error update language --- plugin.video.alfa/platformcode/xbmc_info_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/platformcode/xbmc_info_window.py b/plugin.video.alfa/platformcode/xbmc_info_window.py index b7efce30..557bff6c 100755 --- a/plugin.video.alfa/platformcode/xbmc_info_window.py +++ b/plugin.video.alfa/platformcode/xbmc_info_window.py @@ -2,7 +2,7 @@ import xbmcgui from core.tmdb import Tmdb -from platformcode import logger +from platformcode import config, logger ID_BUTTON_CLOSE = 10003 ID_BUTTON_PREVIOUS = 10025 @@ -217,7 +217,7 @@ class InfoWindow(xbmcgui.WindowXMLDialog): self.getControl(10009).setLabel(self.result.get("language", "N/A")) self.getControl(100010).setLabel(config.get_localized_string(60380)) self.getControl(100011).setLabel(self.result.get("puntuacion", "N/A")) - self.getControl(100012).setLabel(config.get_localized_string(60382) + self.getControl(100012).setLabel(config.get_localized_string(60382)) self.getControl(100013).setLabel(self.result.get("genre", "N/A")) if self.result.get("season"): From d16fa3daf704141636e3d36b1be476706e7bbf9a Mon Sep 17 00:00:00 2001 From: Alfa <30527549+alfa-addon@users.noreply.github.com> Date: Thu, 19 Jul 2018 10:48:06 -0500 Subject: [PATCH 3/3] v2.5.27 --- plugin.video.alfa/addon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/addon.xml b/plugin.video.alfa/addon.xml index 0dfbb8c9..f83fb434 100755 --- a/plugin.video.alfa/addon.xml +++ b/plugin.video.alfa/addon.xml @@ -1,5 +1,5 @@ - +