@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "discoveryplus",
|
"id": "discoveryplus",
|
||||||
"name": "Discovery + [free]",
|
"name": "Discovery + [free]",
|
||||||
"active": false,
|
"active": true,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "discoveryplus.png",
|
"thumbnail": "discoveryplus.png",
|
||||||
"banner": "discoveryplus.png",
|
"banner": "discoveryplus.png",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "la7",
|
"id": "la7",
|
||||||
"name": "La7",
|
"name": "La7",
|
||||||
"active": false,
|
"active": true,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "la7.png",
|
"thumbnail": "la7.png",
|
||||||
"banner": "la7.png",
|
"banner": "la7.png",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "mediasetplay",
|
"id": "mediasetplay",
|
||||||
"name": "Mediaset Play",
|
"name": "Mediaset Play",
|
||||||
"active": false,
|
"active": true,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "mediasetplay.png",
|
"thumbnail": "mediasetplay.png",
|
||||||
"banner": "mediasetplay.png",
|
"banner": "mediasetplay.png",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "paramount",
|
"id": "paramount",
|
||||||
"name": "Paramount Network",
|
"name": "Paramount Network",
|
||||||
"active": false,
|
"active": true,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "paramount.png",
|
"thumbnail": "paramount.png",
|
||||||
"banner": "paramount.png",
|
"banner": "paramount.png",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "raiplay",
|
"id": "raiplay",
|
||||||
"name": "Rai Play",
|
"name": "Rai Play",
|
||||||
"active": false,
|
"active": true,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "raiplay.png",
|
"thumbnail": "raiplay.png",
|
||||||
"banner": "raiplay.png",
|
"banner": "raiplay.png",
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ def getchanneltypes(view="thumb_"):
|
|||||||
logger.debug()
|
logger.debug()
|
||||||
|
|
||||||
# Category List
|
# 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
|
||||||
channel_language = auto_filter()
|
channel_language = auto_filter()
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user