Commit graph

944 commits

Author SHA1 Message Date
HaveAGitGat
69e04a5c1f Ensure all requires are within plugin functions 2022-01-01 15:30:29 +00:00
HaveAGitGat
30e9ae1b9b
Merge pull request #237 from HaveAGitGat/update_lib
Fix title
2022-01-01 14:29:42 +00:00
HaveAGitGat
25f76a10ce Fix title 2022-01-01 14:28:03 +00:00
HaveAGitGat
9d6e5cbf13
Merge pull request #236 from HaveAGitGat/update_lib
Remove old code
2022-01-01 14:23:29 +00:00
HaveAGitGat
f52eed3804 Remove old code 2022-01-01 14:19:16 +00:00
HaveAGitGat
93f5000541
Merge pull request #235 from HaveAGitGat/update_lib
Update readme
2022-01-01 14:15:09 +00:00
HaveAGitGat
6d013ea913 Update readme 2022-01-01 14:14:32 +00:00
HaveAGitGat
e006c7731b
Merge pull request #234 from HaveAGitGat/update_lib
Update lib
2022-01-01 13:57:02 +00:00
HaveAGitGat
3f2b4cd1ea Update plugin Ids 2022-01-01 13:40:06 +00:00
HaveAGitGat
8e62486414 update plugin ids 2022-01-01 13:30:26 +00:00
HaveAGitGat
ab6f493bc7 Add linebreaks 2021-12-31 20:02:05 +00:00
HaveAGitGat
88e9b5bc67 set as action 2021-12-31 19:53:55 +00:00
HaveAGitGat
3b588c723a Create Tdarr_Plugin_0house_action_add_audio_stream_codec.js 2021-12-31 19:52:25 +00:00
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