From 8ab35ec4239252a8e223bbbffa09826ced52f431 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Fri, 30 Aug 2019 12:13:36 +0200 Subject: [PATCH] SerieHD fix + default config per AnimePerTutti --- channels/animeleggendari.json | 44 +---------------------------------- channels/seriehd.json | 44 +---------------------------------- channels/seriehd.py | 4 +--- 3 files changed, 3 insertions(+), 89 deletions(-) diff --git a/channels/animeleggendari.json b/channels/animeleggendari.json index 2c7a4812..ca862d80 100644 --- a/channels/animeleggendari.json +++ b/channels/animeleggendari.json @@ -7,47 +7,5 @@ "thumbnail": "animepertutti.png", "bannermenu": "animepertutti.png", "categories": ["anime"], - "settings": [ - { - "id": "include_in_global_search", - "type": "bool", - "label": "Includi ricerca globale", - "default": false, - "enabled": false, - "visible": false - }, - { - "id": "checklinks", - "type": "bool", - "label": "Verifica se i link esistono", - "default": false, - "enabled": true, - "visible": true - }, - { - "id": "checklinks_number", - "type": "list", - "label": "Numero de link da verificare", - "default": 1, - "enabled": true, - "visible": "eq(-1,true)", - "lvalues": [ "1", "3", "5", "10" ] - }, - { - "id": "autorenumber", - "type": "bool", - "label": "@70712", - "default": false, - "enabled": true, - "visible": true - }, - { - "id": "autorenumber_mode", - "type": "bool", - "label": "@70688", - "default": false, - "enabled": true, - "visible": "eq(-1,true)" - } - ] + "settings": [] } diff --git a/channels/seriehd.json b/channels/seriehd.json index 84741368..b6be2f7b 100644 --- a/channels/seriehd.json +++ b/channels/seriehd.json @@ -7,47 +7,5 @@ "thumbnail": "seriehd.png", "banner": "seriehd.png", "categories": ["tvshow"], - "settings": [ - { - "id": "include_in_global_search", - "type": "bool", - "label": "Includi ricerca globale", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_series", - "type": "bool", - "label": "Includi in Novità - Serie TV", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_italiano", - "type": "bool", - "label": "Includi in Novità - Italiano", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "checklinks", - "type": "bool", - "label": "Verifica se i link esistono", - "default": false, - "enabled": true, - "visible": true - }, - { - "id": "checklinks_number", - "type": "list", - "label": "Numero de link da verificare", - "default": 1, - "enabled": true, - "visible": "eq(-1,true)", - "lvalues": [ "1", "3", "5", "10" ] - } - ] + "settings": [] } diff --git a/channels/seriehd.py b/channels/seriehd.py index bf7e3f18..688d5bbd 100644 --- a/channels/seriehd.py +++ b/channels/seriehd.py @@ -111,9 +111,7 @@ def episodios(item): def findvideos(item): support.log() - itemlist = [] - itemlist = support.hdpass_get_servers(item) - return support.controls(itemlist, item) + return support.hdpass_get_servers(item)