From 315fc0b972ab9d57fa8f38bc3048018b5b3a5c10 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Tue, 29 May 2018 14:51:10 -0500 Subject: [PATCH] animeshd: fix --- plugin.video.alfa/channels/animeshd.json | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/plugin.video.alfa/channels/animeshd.json b/plugin.video.alfa/channels/animeshd.json index 23b4e042..8aeb2a89 100755 --- a/plugin.video.alfa/channels/animeshd.json +++ b/plugin.video.alfa/channels/animeshd.json @@ -8,5 +8,38 @@ "banner": "https://s4.postimg.cc/lulxulmql/animeshd-banner.png", "categories": [ "anime" + ], + "settings": [ + { + "id": "include_in_global_search", + "type": "bool", + "label": "Incluir en busqueda global", + "default": false, + "enabled": false, + "visible": false + }, + { + "id": "filter_languages", + "type": "list", + "label": "Mostrar enlaces en idioma...", + "default": 0, + "enabled": true, + "visible": true, + "lvalues": [ + "No filtrar", + "LAT", + "CAST", + "VOSE" + ] + }, + { + "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" ] + } ] }