merge 'canali' altadefinizione01_L
This commit is contained in:
@@ -4,24 +4,13 @@
|
|||||||
"active": true,
|
"active": true,
|
||||||
"adult": false,
|
"adult": false,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"fanart": "https://altadefinizione01.estate/templates/Dark/img/nlogo.png",
|
"fanart": "altadefinizione01_link.png",
|
||||||
"thumbnail": "https://altadefinizione01.estate/templates/Dark/img/nlogo.png",
|
"thumbnail": "altadefinizione01_link.png",
|
||||||
"banner": "https://altadefinizione01.estate/templates/Dark/img/nlogo.png",
|
"banner": "altadefinizione01_link.png",
|
||||||
"fix" : "reimpostato url e modificato file per KOD",
|
"fix" : "modifiche per i decoratori",
|
||||||
"change_date": "2019-30-04",
|
"change_date": "2019-31-07",
|
||||||
"categories": [
|
"categories": ["movie","vosi"],
|
||||||
"movie",
|
|
||||||
"vosi"
|
|
||||||
],
|
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
|
||||||
"id": "channel_host",
|
|
||||||
"type": "text",
|
|
||||||
"label": "Host del canale",
|
|
||||||
"default": "https://altadefinizione01.estate/",
|
|
||||||
"enabled": true,
|
|
||||||
"visible": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "modo_grafico",
|
"id": "modo_grafico",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
# -*- Channel Altadefinizione01L Film - Serie -*-
|
# -*- Channel Altadefinizione01L Film - Serie -*-
|
||||||
# -*- By Greko -*-
|
# -*- By Greko -*-
|
||||||
|
|
||||||
##import channelselector
|
|
||||||
from specials import autoplay
|
from specials import autoplay
|
||||||
from core import servertools, support, jsontools
|
from core import servertools, support, jsontools
|
||||||
from core.item import Item
|
from core.item import Item
|
||||||
@@ -11,27 +10,33 @@ from platformcode import config, logger
|
|||||||
__channel__ = "altadefinizione01_link"
|
__channel__ = "altadefinizione01_link"
|
||||||
|
|
||||||
# ======== def per utility INIZIO ============================
|
# ======== def per utility INIZIO ============================
|
||||||
host = config.get_setting("channel_host", __channel__)
|
host = config.get_channel_url(__channel__)
|
||||||
|
headers = [['Referer', host]]
|
||||||
|
|
||||||
list_servers = ['supervideo', 'streamcherry','rapidvideo', 'streamango', 'openload']
|
list_servers = ['supervideo', 'streamcherry','rapidvideo', 'streamango', 'openload']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
headers = [['Referer', host]]
|
|
||||||
# =========== home menu ===================
|
# =========== home menu ===================
|
||||||
@support.menu
|
@support.menu
|
||||||
def mainlist(item):
|
def mainlist(item):
|
||||||
|
## support.dbg()
|
||||||
|
|
||||||
|
film = [
|
||||||
|
('Al Cinema', ['/film-del-cinema', 'peliculas','']),
|
||||||
|
|
||||||
film = ''
|
|
||||||
filmSub = [
|
|
||||||
('Al Cinema', ['/film-del-cinema', 'peliculas']),
|
|
||||||
('Generi', ['', 'genres', 'genres']),
|
|
||||||
('Anni', ['', 'genres', 'years']),
|
|
||||||
('Mi sento fortunato', ['/piu-visti.html', 'genres', 'lucky']),
|
|
||||||
('Popolari', ['/piu-visti.html', 'peliculas', '']),
|
|
||||||
('Qualità', ['/piu-visti.html', 'genres', 'quality']),
|
|
||||||
('Sub-ITA', ['/sub-ita/', 'peliculas'])
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
film = [
|
||||||
|
('Generi', ['', 'genres', 'genres', '']),
|
||||||
|
('Anni', ['', 'genres', 'years', '']),
|
||||||
|
('Qualità', ['/piu-visti.html', 'genres', 'quality', '']),
|
||||||
|
('Mi sento fortunato', ['/piu-visti.html', 'genres', 'lucky', '']),
|
||||||
|
('Popolari', ['/piu-visti.html', 'peliculas', '', '']),
|
||||||
|
('Sub-ITA', ['/sub-ita/', 'peliculas', '', ''])
|
||||||
|
]
|
||||||
|
|
||||||
|
search = ''
|
||||||
|
|
||||||
return locals()
|
return locals()
|
||||||
|
|
||||||
# ======== def in ordine di action dal menu ===========================
|
# ======== def in ordine di action dal menu ===========================
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user