diff --git a/Community/Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac).js b/Community/Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac).js index 7ef51e2..649c87a 100644 --- a/Community/Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac).js +++ b/Community/Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac).js @@ -1,10 +1,10 @@ /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ +/* eslint-disable */ /* eslint max-len: 0 */ /* eslint no-bitwise: 0 */ /* eslint no-mixed-operators: 0 */ const os = require('os'); - function details() { return { id: 'Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac)', diff --git a/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js b/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js index 933343a..6c295e0 100644 --- a/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js +++ b/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js @@ -48,7 +48,7 @@ function plugin(file, librarySettings, inputs, otherArguments) { if ( !fs.existsSync(`${otherArguments.homePath}/Tdarr/node_modules/iso-639-2`) ) { - execSync(`cd ${otherArguments.homePath}/Tdarr \n npm install iso-639-2`); + execSync(`cd ${otherArguments.homePath}/Tdarr \n npm install iso-639-2@2.0.0`); } } else { response.infoLog = `Please take a look at the input options\n A extra nodemodule is required.`;