- Altadefinizione Community:

- divisione per anno (per Film e Serie TV)
   - disabilitata divisione per qualità (inutile)
   - preferenze di ordinamento (da configurazione canale)
 - Velocizzato tmdb + fix per rinumerazione anime
This commit is contained in:
Alhaziel01
2021-09-28 09:10:13 +02:00
parent cca66c6cf6
commit 86e4bebb3c
7 changed files with 383 additions and 270 deletions

View File

@@ -156,7 +156,7 @@ def run(item=None):
import xbmc
item.action = item.real_action
if item.page:
item.page = page
item.page = int(page)
else:
import re
item.url = re.sub('([=/])[0-9]+(/?)$', '\g<1>' + page + '\g<2>', item.url)
@@ -180,7 +180,7 @@ def run(item=None):
except ImportError:
exec("import " + CHANNELS + "." + item.channel + " as channel")
logger.info("Running channel %s | %s" % (channel.__name__, channel.__file__))
logger.info("Running channel %s | %s" % (channel.__name__, channel.__file__))
# Special play action
if item.action == "play":