Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Kingbox
2018-07-19 18:38:16 +02:00
8 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.alfa" name="Alfa" version="2.5.26" provider-name="Alfa Addon">
<addon id="plugin.video.alfa" name="Alfa" version="2.5.27" provider-name="Alfa Addon">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.libtorrent" optional="true"/>

View File

@@ -8,7 +8,7 @@
"banner": "",
"version": 1,
"categories": [
"movies"
"movie"
],
"settings": [
{

View File

@@ -8,7 +8,7 @@
"banner": "",
"version": 1,
"categories": [
"movies"
"movie"
],
"settings": [
{

View File

@@ -8,7 +8,7 @@
"banner": "",
"version": 1,
"categories": [
"movies"
"movie"
],
"settings": [
{

View File

@@ -11,7 +11,6 @@
"tvshow",
"anime",
"torrent",
"latino",
"documentary",
"vos",
"direct"

View File

@@ -9,7 +9,7 @@
"categories": [
"movie",
"direct",
"VOS"
"vos"
],
"settings":[
{

View File

@@ -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": [
{

View File

@@ -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"):