diff --git a/channels/discoveryplus.json b/channels/discoveryplus.json index ef5baa65..defb29aa 100644 --- a/channels/discoveryplus.json +++ b/channels/discoveryplus.json @@ -1,7 +1,7 @@ { "id": "discoveryplus", "name": "Discovery + [free]", - "active": true, + "active": false, "language": ["ita"], "thumbnail": "discoveryplus.png", "banner": "discoveryplus.png", diff --git a/channels/la7.json b/channels/la7.json index 3b129009..4312cdbf 100644 --- a/channels/la7.json +++ b/channels/la7.json @@ -1,7 +1,7 @@ { "id": "la7", "name": "La7", - "active": true, + "active": false, "language": ["ita"], "thumbnail": "la7.png", "banner": "la7.png", diff --git a/channels/mediasetplay.json b/channels/mediasetplay.json index 660a0a7b..cec5e42b 100644 --- a/channels/mediasetplay.json +++ b/channels/mediasetplay.json @@ -1,7 +1,7 @@ { "id": "mediasetplay", "name": "Mediaset Play", - "active": true, + "active": false, "language": ["ita"], "thumbnail": "mediasetplay.png", "banner": "mediasetplay.png", diff --git a/channels/paramount.json b/channels/paramount.json index 5440e69b..e0c8bd57 100644 --- a/channels/paramount.json +++ b/channels/paramount.json @@ -1,7 +1,7 @@ { "id": "paramount", "name": "Paramount Network", - "active": true, + "active": false, "language": ["ita"], "thumbnail": "paramount.png", "banner": "paramount.png", diff --git a/channels/raiplay.json b/channels/raiplay.json index ea50d4d5..145951e8 100644 --- a/channels/raiplay.json +++ b/channels/raiplay.json @@ -1,7 +1,7 @@ { "id": "raiplay", "name": "Rai Play", - "active": true, + "active": false, "language": ["ita"], "thumbnail": "raiplay.png", "banner": "raiplay.png", diff --git a/channelselector.py b/channelselector.py index cb72988c..ed36d2f2 100644 --- a/channelselector.py +++ b/channelselector.py @@ -62,7 +62,7 @@ def getchanneltypes(view="thumb_"): logger.debug() # 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 = auto_filter() diff --git a/specials/filmontv.py b/specials/filmontv.py index 9b059edc..537bd289 100644 --- a/specials/filmontv.py +++ b/specials/filmontv.py @@ -24,10 +24,10 @@ def mainlist(item): # thumbnail=get_thumb("now_playing.png")), #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")), - Item(title=support.typo('Canali live', 'bold'), - channel=item.channel, - action='live', - thumbnail=support.thumb('tvshow_on_the_air')), + # Item(title=support.typo('Canali live', 'bold'), + # channel=item.channel, + # action='live', + # thumbnail=support.thumb('tvshow_on_the_air')), Item(channel=item.channel, title=config.get_setting("film1", channel="filmontv"), action="now_on_tv",