Rimossa Sezione Live

This commit is contained in:
Alhaziel01
2021-06-25 10:49:23 +02:00
parent 18720adc37
commit 415fcea517
7 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{ {
"id": "discoveryplus", "id": "discoveryplus",
"name": "Discovery + [free]", "name": "Discovery + [free]",
"active": true, "active": false,
"language": ["ita"], "language": ["ita"],
"thumbnail": "discoveryplus.png", "thumbnail": "discoveryplus.png",
"banner": "discoveryplus.png", "banner": "discoveryplus.png",

View File

@@ -1,7 +1,7 @@
{ {
"id": "la7", "id": "la7",
"name": "La7", "name": "La7",
"active": true, "active": false,
"language": ["ita"], "language": ["ita"],
"thumbnail": "la7.png", "thumbnail": "la7.png",
"banner": "la7.png", "banner": "la7.png",

View File

@@ -1,7 +1,7 @@
{ {
"id": "mediasetplay", "id": "mediasetplay",
"name": "Mediaset Play", "name": "Mediaset Play",
"active": true, "active": false,
"language": ["ita"], "language": ["ita"],
"thumbnail": "mediasetplay.png", "thumbnail": "mediasetplay.png",
"banner": "mediasetplay.png", "banner": "mediasetplay.png",

View File

@@ -1,7 +1,7 @@
{ {
"id": "paramount", "id": "paramount",
"name": "Paramount Network", "name": "Paramount Network",
"active": true, "active": false,
"language": ["ita"], "language": ["ita"],
"thumbnail": "paramount.png", "thumbnail": "paramount.png",
"banner": "paramount.png", "banner": "paramount.png",

View File

@@ -1,7 +1,7 @@
{ {
"id": "raiplay", "id": "raiplay",
"name": "Rai Play", "name": "Rai Play",
"active": true, "active": false,
"language": ["ita"], "language": ["ita"],
"thumbnail": "raiplay.png", "thumbnail": "raiplay.png",
"banner": "raiplay.png", "banner": "raiplay.png",

View File

@@ -62,7 +62,7 @@ def getchanneltypes(view="thumb_"):
logger.debug() logger.debug()
# Category List # Category List
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "live", "torrent", "music"] #, "direct" channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "torrent", "music"] # , "live", "direct"
# Channel Language # Channel Language
channel_language = auto_filter() channel_language = auto_filter()

View File

@@ -24,10 +24,10 @@ def mainlist(item):
# thumbnail=get_thumb("now_playing.png")), # thumbnail=get_thumb("now_playing.png")),
#Item(channel="search", action='discover_list', title=config.get_localized_string(70312), #Item(channel="search", action='discover_list', title=config.get_localized_string(70312),
# search_type='list', list_type='tv/on_the_air', thumbnail=get_thumb("on_the_air.png")), # search_type='list', list_type='tv/on_the_air', thumbnail=get_thumb("on_the_air.png")),
Item(title=support.typo('Canali live', 'bold'), # Item(title=support.typo('Canali live', 'bold'),
channel=item.channel, # channel=item.channel,
action='live', # action='live',
thumbnail=support.thumb('tvshow_on_the_air')), # thumbnail=support.thumb('tvshow_on_the_air')),
Item(channel=item.channel, Item(channel=item.channel,
title=config.get_setting("film1", channel="filmontv"), title=config.get_setting("film1", channel="filmontv"),
action="now_on_tv", action="now_on_tv",