potenziato match tmdb e alcuni fix per la ricerca globale

This commit is contained in:
marco
2020-08-27 11:39:51 +02:00
parent 52bcbf7130
commit 7c850118e9
6 changed files with 63 additions and 31 deletions
+1 -2
View File
@@ -172,7 +172,6 @@ def channel_search(item):
valid = list()
ch_list = dict()
mode = item.mode
max_results = 10
if item.infoLabels['tvshowtitle']:
item.text = item.infoLabels['tvshowtitle'].split('-')[0]
@@ -263,7 +262,7 @@ def channel_search(item):
grouped = list()
cnt += 1
progress.update(old_div((cnt * 100), len(ch_list)), config.get_localized_string(60295) + '\n' + config.get_localized_string(60293))
if len(value) <= max_results and item.mode != 'all':
if item.mode != 'all':
if len(value) == 1:
if not value[0].action or config.get_localized_string(70006).lower() in value[0].title.lower():
continue