Commit graph

19 commits

Author SHA1 Message Date
HaveAGitGat
7cc3b20d19 Disable global-require 2022-01-01 15:36:43 +00:00
HaveAGitGat
f037743bea Move imports into plugin function 2021-12-31 16:47:05 +00:00
HaveAGitGat
3042b35800 Use const lib = require('../methods/lib')(); for fresh imports 2021-12-31 16:22:15 +00:00
HaveAGitGat
db22ca561e update imports 2021-12-31 16:13:18 +00:00
HaveAGitGat
9e04b43e75 revertChanges 2021-12-28 23:05:31 +00:00
HaveAGitGat
2ba3df1977
Update lib (#227)
* Update library.js

* update imports

* update defaults
2021-12-28 22:37:51 +01:00
michpas
df1993f940
removed duplicated parameter setting (#210)
* removed duplicated parameter setting

* Prevent duplicate plugin inputs

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2021-12-14 08:30:31 +01:00
michpas
0081942d25
Create parameter for new audio stream either before or after (#209)
* Create parameter for new audio stream either before or after 

parameter is empty; new stream will be created after the orginal.
parameter is 'before'; new stream is created before the existing stream

* Create parameter for new audio stream either before or after 

parameter is empty; new stream will be created after the orginal.
parameter is 'before'; new stream is created before the existing stream

* Bug fix

* Add dropdown

* Set after

* lint

* Lint fix

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2021-12-14 07:19:56 +01:00
HaveAGitGat
13de43b1b1
Merge branch 'master' into defaultValues 2021-12-12 22:01:28 +00:00
HaveAGitGat
90e2b3923a Plugin update 2021-12-11 19:48:53 +00:00
Rick Meijer
48bc97f93f
ESLint 2021-12-06 17:54:07 +01:00
Rick Meijer
86965bc062
Update henk audio codec plugin
Should fix #202
2021-12-06 17:48:06 +01:00
michpas
95932246a8
Update Tdarr_Plugin_henk_Add_Specific_Audio_Codec.js (#144)
* Update Tdarr_Plugin_henk_Add_Specific_Audio_Codec.js

Solves an issue where the plugin errors out on datatreams that do not have a copyright tag. It now only scans audio streams.
In addition, improved the routine, by checking if the desired output codex is already processed (not any audio stream)

* Fix lint issues

Co-authored-by: Rick Meijer <rick@marojeri.nl>
2021-09-27 16:59:41 +02:00
HaveAGitGat
64168fadc5 Remove testing tag 2021-03-14 04:27:32 +01:00
Rick Meijer
bb0f81625b
Add trailing ? for subtitles 2021-02-17 11:10:32 +01:00
Rick Meijer
829ee54150
Fixes #129 + gitignore IDE files 2021-02-16 22:58:40 +01:00
HaveAGitGat
7904647075 lint init 2020-12-10 17:43:41 +01:00
Rick Meijer
830204781e Corrected link and code update 2020-11-09 02:24:44 +01:00
Rick Meijer
863093eaba Henk Add Specific Codec 2020-11-09 01:54:35 +01:00