From ad0efcb1fa176e5b61e28f8a77fda113d734a859 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sun, 22 Dec 2019 19:22:25 +0100 Subject: [PATCH 1/2] Fix popolari genere ecc... --- channelselector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channelselector.py b/channelselector.py index 13d7d22d..080c73c8 100644 --- a/channelselector.py +++ b/channelselector.py @@ -246,10 +246,10 @@ def filterchannels(category, view="thumb_"): id = ids[x] channelslist.insert(x, Item(channel='search', action='discover_list', title=title, search_type='list', - list_type='%s/%s' % (category.replace('show',''), id), thumbnail=get_thumb(id+".png"))) + list_type='%s/%s' % (category.replace('show',''), id), mode=category, thumbnail=get_thumb(id+".png"))) channelslist.insert(3, Item(channel='search', action='genres_menu', title=config.get_localized_string(30987), - type=category.replace('show',''), thumbnail=get_thumb("genres.png"))) + type=category.replace('show',''), mode=category ,thumbnail=get_thumb("genres.png"))) return channelslist From 7d96b94ce5a96e17c7bd0a2f1f0467df945ce493 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Mon, 23 Dec 2019 19:55:16 +0100 Subject: [PATCH 2/2] Community Channels Ricerca personalizzata --- specials/community.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specials/community.py b/specials/community.py index 85aa5b71..d7faa3f5 100644 --- a/specials/community.py +++ b/specials/community.py @@ -171,7 +171,8 @@ def show_menu(item): title=typo('Cerca nel Canale...','color kod bold'), thumbnail=get_thumb('search.png'), action='search', - url=url, + url=item.url, + custom_url=url, path=item.path)) add_search = False @@ -203,7 +204,8 @@ def show_menu(item): title=typo('Cerca ' + option['title'] +'...','color kod bold'), thumbnail=get_thumb('search.png'), action='search', - url=url, + url=item.url, + custom_url=url, path=item.path)) elif 'list' in key: