From 21ddf003e39af342b079cb1db6a1358bd1cc5eb3 Mon Sep 17 00:00:00 2001 From: alaquepasa <39385022+alaquepasa@users.noreply.github.com> Date: Tue, 4 Sep 2018 14:31:24 +0200 Subject: [PATCH] =?UTF-8?q?Recuperar=20el=20lowerize()=20que=20se=20machac?= =?UTF-8?q?=C3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A ver si este dura algo más que el anterior: https://github.com/alfa-addon/addon/commit/73aecca47a5bb7594f0e45dfb76cdb85a6ae2701#diff-43b69953e676913d065bfa994348860b Porque en 10 días vino uno con un "File Upload" y machacó la configuración --- plugin.video.alfa/channels/videolibrary.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/videolibrary.json b/plugin.video.alfa/channels/videolibrary.json index 4afa81bd..4bc4d813 100755 --- a/plugin.video.alfa/channels/videolibrary.json +++ b/plugin.video.alfa/channels/videolibrary.json @@ -277,6 +277,16 @@ "enabled": true, "visible": true }, + { + "id": "lowerize_title", + "type": "list", + "label": "Crear directorios con letras en miúsculas", + "default": 0, + "lvalues": [ + "Si", + "No" + ] + }, { "id": "scraper_movies", "type": "list", @@ -313,4 +323,4 @@ "default": false } ] -} \ No newline at end of file +}