Commit graph

631 commits

Author SHA1 Message Date
HaveAGitGat
6ba18d10c2 Create Tdarr_Plugin_0house_action_handbrake_basic_options.js 2021-12-31 19:52:23 +00:00
HaveAGitGat
6068c51bb0 Create Tdarr_Plugin_0house_action_handbrake_ffmpeg_custom.js 2021-12-31 19:52:19 +00:00
HaveAGitGat
d229315943 Create Tdarr_Plugin_0house_action_keep_one_audio_stream.js 2021-12-31 19:52:17 +00:00
HaveAGitGat
1e81b22b10 Create Tdarr_Plugin_0house_action_remux_container.js 2021-12-31 19:52:13 +00:00
HaveAGitGat
5789b4be5f Create Tdarr_Plugin_0house_action_standardise_audio_stream_codecs.js 2021-12-31 19:52:11 +00:00
HaveAGitGat
ee932f5445 Create Tdarr_Plugin_0house_filter_by_bitrate.js 2021-12-31 19:52:04 +00:00
HaveAGitGat
0c63392cd7 Create Tdarr_Plugin_0house_filter_by_codec.js 2021-12-31 19:51:54 +00:00
HaveAGitGat
5ad0e7a320 Create Tdarr_Plugin_0house_filter_by_resolution.js 2021-12-31 19:51:51 +00:00
HaveAGitGat
d7f58b2530 Create Tdarr_Plugin_0house_filter_by_size.js 2021-12-31 19:51:49 +00:00
HaveAGitGat
68eb996322 check plugin inputs are used 2021-12-31 19:51:46 +00:00
HaveAGitGat
40f626f881 Remove input 2021-12-31 19:29:22 +00:00
HaveAGitGat
3c9efb1c0b Fix input name 2021-12-31 19:28:22 +00:00
HaveAGitGat
0a4ca6af91 Remove comment 2021-12-31 17:47:40 +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
7bfa40b1f9 Add plugin inputUI type check 2021-12-31 16:13:59 +00:00
HaveAGitGat
8dbd3484df update defaults 2021-12-31 16:13:19 +00:00
HaveAGitGat
db22ca561e update imports 2021-12-31 16:13:18 +00:00
HaveAGitGat
de7218cda5
Update methods (#233)
* Remove importFresh from methods

* lint

* Remove importFresh

* Remove node_modules

* Add import-fresh to community plugins download

* Add import-fresh to actions and filters

* Add intermediate fresh library loader
2021-12-31 17:08:36 +01:00
William Brockhus
831c4b0372
fix: remove title tag instead of setting it to "" (#232) 2021-12-31 13:04:04 +01:00
William Brockhus
c2cf207a30
fix: default tag_language to empty string (#230)
fixes this option defaulting to eng when user intends to disable
2021-12-29 00:26:25 +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
HaveAGitGat
680916a6db
Update library.js (#225) 2021-12-27 20:31:32 +01:00
HaveAGitGat
12e99c55e9
Create Tdarr_Plugin_a9hf_New_file_duration_check.js (#224)
* Create Tdarr_Plugin_a9hf_New_file_duration_check.js

* Update desc
2021-12-27 20:13:54 +01:00
HaveAGitGat
b65b2dbe55 Update Tdarr_Plugin_a9he_New_file_size_check.js 2021-12-27 17:54:27 +00:00
HaveAGitGat
a248759bdc
Create Tdarr_Plugin_a9he_New_file_size_check.js (#222) 2021-12-27 18:42:35 +01:00
HaveAGitGat
e0f6565db1 Bug 2021-12-27 17:32:14 +00:00
HaveAGitGat
9bbc4fbec9
Check plugins (#221)
* Include examples in checkPlugins. Fix errors and lint.

* Remove on push

* Show tick for successful tests
2021-12-24 10:35:35 +01:00
HaveAGitGat
31895e8afc Add filterByBitrate 2021-12-19 06:15:36 +00:00
HaveAGitGat
f4793738a9 Update var name 2021-12-15 07:40:24 +00:00
HaveAGitGat
5c0dd11ec5
Add option to overwriteTrack true/false (#215) 2021-12-15 08:37:01 +01:00
HaveAGitGat
ebb022f80a
Fix type bug (#214)
* Fix type bug

* Typo
2021-12-15 07:45:58 +01:00
HaveAGitGat
1baa066cf7
disposition fix (#213)
* disposition fix

* Fix
2021-12-15 07:07:37 +01:00
HaveAGitGat
da397edeb3
Type fix (#212) 2021-12-14 08:58:51 +01:00
HaveAGitGat
c01d5db9e5
Add docker file link 2021-12-14 08:41:32 +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
Jens Andre Kålen
06775a42a7
New plugin which downmixes to stereo and applies DNC (#194)
* added downmix and DNC plugin

* removed unused functions and code. corrected link address

* renamed the file to match the correct shorthand. updated links and id too

* made adjustments to requirements for processing to only process files with 1 audio stream

* Lint fix

* Run checkPlugins and add recommended changes

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2021-12-14 06:33:43 +01:00
Greg Baker
ae251b0d3c
Tdarr_Plugin_Greg_MP3_FFMPEG_CPU.js (#199)
* Tdarr_Plugin_Greg_MP3_FFMPEG_CPU.js

Trying to contribute a frequently mentioned feature, built and tested on a clustered Tdarr 2.00.10 in Debian/Ubuntu.

* trying to use ellint

* lint

* eslint with this projects configuration

* linting complete

* code review feedback incorporation

Made many changes based on the review from https://github.com/supersnellehenk !

* removed invalid Tag:

* trying to pass failed checks

added module exports dependencies, and moved global import.  linting is happy after the change too.

* ESLint ignore

* Make some simplifications, added default values

* Update details, fix bug

Co-authored-by: Rick Meijer <rick@marojeri.nl>
Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2021-12-14 06:23:21 +01:00
WizADSL
3d11faf3f1
Plugin to preserve file dates and times from original file after transcode (#184)
* Initial commit

* Add link

* Remove comments

* JSLint cleanup

* Remove comments again

* Use 'touch' module instead of 'utimes'

* Fix lint errors

* Update plugin syntax, details and inputs

* lint

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2021-12-14 05:39:06 +01:00
HaveAGitGat
24f35835a8 Update plugin docs 2021-12-13 08:04:22 +00:00
HaveAGitGat
d193b00d1e
Merge pull request #207 from HaveAGitGat/defaultValues
Plugins update
2021-12-12 22:02:07 +00:00
HaveAGitGat
13de43b1b1
Merge branch 'master' into defaultValues 2021-12-12 22:01:28 +00:00
HaveAGitGat
b3e47f9bf8 Add dropdown to default plugins 2021-12-12 17:37:38 +00:00
HaveAGitGat
844b856c5d fix lint 2021-12-12 17:25:00 +00:00
HaveAGitGat
e0baa27c40 Prevent breaking type changes 2021-12-12 17:23:15 +00:00
HaveAGitGat
1c032958c9 Add dropdown 2021-12-12 17:23:05 +00:00
HaveAGitGat
034250f74a Prevent breaking changes regarding inputs 2021-12-12 17:18:55 +00:00
HaveAGitGat
a9c579c0f2 Add options dropdown 2021-12-12 17:18:31 +00:00