merge 'canali' altadefinizione01_L
This commit is contained in:
@@ -4,24 +4,13 @@
|
||||
"active": true,
|
||||
"adult": false,
|
||||
"language": ["ita"],
|
||||
"fanart": "https://altadefinizione01.estate/templates/Dark/img/nlogo.png",
|
||||
"thumbnail": "https://altadefinizione01.estate/templates/Dark/img/nlogo.png",
|
||||
"banner": "https://altadefinizione01.estate/templates/Dark/img/nlogo.png",
|
||||
"fix" : "reimpostato url e modificato file per KOD",
|
||||
"change_date": "2019-30-04",
|
||||
"categories": [
|
||||
"movie",
|
||||
"vosi"
|
||||
],
|
||||
"fanart": "altadefinizione01_link.png",
|
||||
"thumbnail": "altadefinizione01_link.png",
|
||||
"banner": "altadefinizione01_link.png",
|
||||
"fix" : "modifiche per i decoratori",
|
||||
"change_date": "2019-31-07",
|
||||
"categories": ["movie","vosi"],
|
||||
"settings": [
|
||||
{
|
||||
"id": "channel_host",
|
||||
"type": "text",
|
||||
"label": "Host del canale",
|
||||
"default": "https://altadefinizione01.estate/",
|
||||
"enabled": true,
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
"id": "modo_grafico",
|
||||
"type": "bool",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# -*- Channel Altadefinizione01L Film - Serie -*-
|
||||
# -*- By Greko -*-
|
||||
|
||||
##import channelselector
|
||||
from specials import autoplay
|
||||
from core import servertools, support, jsontools
|
||||
from core.item import Item
|
||||
@@ -11,27 +10,33 @@ from platformcode import config, logger
|
||||
__channel__ = "altadefinizione01_link"
|
||||
|
||||
# ======== 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_quality = ['default']
|
||||
|
||||
headers = [['Referer', host]]
|
||||
# =========== home menu ===================
|
||||
@support.menu
|
||||
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()
|
||||
|
||||
# ======== def in ordine di action dal menu ===========================
|
||||
|
||||
BIN
resources/media/channels/banner/altadefinizione01_link.png
Normal file
BIN
resources/media/channels/banner/altadefinizione01_link.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user