From 426227d8edd01350450b34b9a77d96a3811c57b5 Mon Sep 17 00:00:00 2001 From: controlol <46456214+controlol@users.noreply.github.com> Date: Fri, 7 Feb 2020 00:47:19 +0100 Subject: [PATCH] Updated inputs, iso-639-2 auto install on any OS Updated for 1.104 beta to support inputs. change install_packages to yes to automatically install the node_module that is required for this plugin. ISO-639-2 node module can now be installed on any system automatically! Only tested on Linux but should hypothetically work on other OS too. --- Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js b/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js index 373d420..89a5d70 100644 --- a/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js +++ b/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js @@ -125,8 +125,6 @@ function plugin(file, librarySettings, inputs, otherArguments) { response.infoLog += `No new subtitle languages were found\n`; } - //response.infoLog += `The ffmpeg string is: ${response.preset}\n` - return response }