From a48a65911e1eb55622fda8eaca31b755a7e2cf51 Mon Sep 17 00:00:00 2001 From: Alfa <30527549+alfa-addon@users.noreply.github.com> Date: Wed, 25 Jul 2018 12:12:01 -0500 Subject: [PATCH] Delete pelisr.json --- plugin.video.alfa/channels/pelisr.json | 79 -------------------------- 1 file changed, 79 deletions(-) delete mode 100644 plugin.video.alfa/channels/pelisr.json diff --git a/plugin.video.alfa/channels/pelisr.json b/plugin.video.alfa/channels/pelisr.json deleted file mode 100644 index 7ea9b0fc..00000000 --- a/plugin.video.alfa/channels/pelisr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ -"id": "pelisr", - "name": "PelisR", - "active": true, - "adult": false, - "language": ["lat", "cast", "vose"], - "thumbnail": "https://s22.postimg.cc/gcp2jqbs1/pelisr.png", - "banner": "", - "categories": [ - "movie", - "tvshow", - "direct" - ], - "settings": [ - { - "id": "include_in_global_search", - "type": "bool", - "label": "Incluir en busqueda global", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "filter_languages", - "type": "list", - "label": "Mostrar enlaces en idioma...", - "default": 0, - "enabled": true, - "visible": true, - "lvalues": [ - "No filtrar", - "Latino", - "Castellano", - "VOSE" - ] - }, - { - "id": "include_in_newest_peliculas", - "type": "bool", - "label": "Incluir en Novedades - Peliculas", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_infantiles", - "type": "bool", - "label": "Incluir en Novedades - Infantiles", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_terror", - "type": "bool", - "label": "Incluir en Novedades - terror", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "comprueba_enlaces", - "type": "bool", - "label": "Verificar si los enlaces existen", - "default": false, - "enabled": true, - "visible": true - }, - { - "id": "comprueba_enlaces_num", - "type": "list", - "label": "NĂºmero de enlaces a verificar", - "default": 1, - "enabled": true, - "visible": "eq(-1,true)", - "lvalues": [ "5", "10", "15", "20" ] - } - ] -}