diff --git a/channels/discoveryplus.json b/channels/discoveryplus.json index defb29aa..ef5baa65 100644 --- a/channels/discoveryplus.json +++ b/channels/discoveryplus.json @@ -1,7 +1,7 @@ { "id": "discoveryplus", "name": "Discovery + [free]", - "active": false, + "active": true, "language": ["ita"], "thumbnail": "discoveryplus.png", "banner": "discoveryplus.png", diff --git a/channels/la7.json b/channels/la7.json index 4312cdbf..3b129009 100644 --- a/channels/la7.json +++ b/channels/la7.json @@ -1,7 +1,7 @@ { "id": "la7", "name": "La7", - "active": false, + "active": true, "language": ["ita"], "thumbnail": "la7.png", "banner": "la7.png", diff --git a/channels/mediasetplay.json b/channels/mediasetplay.json index cec5e42b..660a0a7b 100644 --- a/channels/mediasetplay.json +++ b/channels/mediasetplay.json @@ -1,7 +1,7 @@ { "id": "mediasetplay", "name": "Mediaset Play", - "active": false, + "active": true, "language": ["ita"], "thumbnail": "mediasetplay.png", "banner": "mediasetplay.png", diff --git a/channels/paramount.json b/channels/paramount.json index e0c8bd57..5440e69b 100644 --- a/channels/paramount.json +++ b/channels/paramount.json @@ -1,7 +1,7 @@ { "id": "paramount", "name": "Paramount Network", - "active": false, + "active": true, "language": ["ita"], "thumbnail": "paramount.png", "banner": "paramount.png", diff --git a/channels/raiplay.json b/channels/raiplay.json index 145951e8..ea50d4d5 100644 --- a/channels/raiplay.json +++ b/channels/raiplay.json @@ -1,7 +1,7 @@ { "id": "raiplay", "name": "Rai Play", - "active": false, + "active": true, "language": ["ita"], "thumbnail": "raiplay.png", "banner": "raiplay.png", diff --git a/channelselector.py b/channelselector.py index ed36d2f2..cb72988c 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", "torrent", "music"] # , "live", "direct" + channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "live", "torrent", "music"] #, "direct" # Channel Language channel_language = auto_filter() diff --git a/specials/filmontv.py b/specials/filmontv.py index 537bd289..9b059edc 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",