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.
This commit is contained in:
controlol 2020-02-07 00:47:19 +01:00 committed by GitHub
parent 73a1ee0704
commit 426227d8ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}