HaveAGitGat
30e9ae1b9b
Merge pull request #237 from HaveAGitGat/update_lib
...
Fix title
4 years ago
HaveAGitGat
25f76a10ce
Fix title
4 years ago
HaveAGitGat
9d6e5cbf13
Merge pull request #236 from HaveAGitGat/update_lib
...
Remove old code
4 years ago
HaveAGitGat
f52eed3804
Remove old code
4 years ago
HaveAGitGat
93f5000541
Merge pull request #235 from HaveAGitGat/update_lib
...
Update readme
4 years ago
HaveAGitGat
6d013ea913
Update readme
4 years ago
HaveAGitGat
e006c7731b
Merge pull request #234 from HaveAGitGat/update_lib
...
Update lib
4 years ago
HaveAGitGat
3f2b4cd1ea
Update plugin Ids
4 years ago
HaveAGitGat
8e62486414
update plugin ids
4 years ago
HaveAGitGat
ab6f493bc7
Add linebreaks
4 years ago
HaveAGitGat
88e9b5bc67
set as action
4 years ago
HaveAGitGat
3b588c723a
Create Tdarr_Plugin_0house_action_add_audio_stream_codec.js
4 years ago
HaveAGitGat
6ba18d10c2
Create Tdarr_Plugin_0house_action_handbrake_basic_options.js
4 years ago
HaveAGitGat
6068c51bb0
Create Tdarr_Plugin_0house_action_handbrake_ffmpeg_custom.js
4 years ago
HaveAGitGat
d229315943
Create Tdarr_Plugin_0house_action_keep_one_audio_stream.js
4 years ago
HaveAGitGat
1e81b22b10
Create Tdarr_Plugin_0house_action_remux_container.js
4 years ago
HaveAGitGat
5789b4be5f
Create Tdarr_Plugin_0house_action_standardise_audio_stream_codecs.js
4 years ago
HaveAGitGat
ee932f5445
Create Tdarr_Plugin_0house_filter_by_bitrate.js
4 years ago
HaveAGitGat
0c63392cd7
Create Tdarr_Plugin_0house_filter_by_codec.js
4 years ago
HaveAGitGat
5ad0e7a320
Create Tdarr_Plugin_0house_filter_by_resolution.js
4 years ago
HaveAGitGat
d7f58b2530
Create Tdarr_Plugin_0house_filter_by_size.js
4 years ago
HaveAGitGat
68eb996322
check plugin inputs are used
4 years ago
HaveAGitGat
40f626f881
Remove input
4 years ago
HaveAGitGat
3c9efb1c0b
Fix input name
4 years ago
HaveAGitGat
0a4ca6af91
Remove comment
4 years ago
HaveAGitGat
f037743bea
Move imports into plugin function
4 years ago
HaveAGitGat
3042b35800
Use const lib = require('../methods/lib')(); for fresh imports
4 years ago
HaveAGitGat
7bfa40b1f9
Add plugin inputUI type check
4 years ago
HaveAGitGat
8dbd3484df
update defaults
4 years ago
HaveAGitGat
db22ca561e
update imports
4 years ago
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
4 years ago
William Brockhus
831c4b0372
fix: remove title tag instead of setting it to "" ( #232 )
4 years ago
William Brockhus
c2cf207a30
fix: default tag_language to empty string ( #230 )
...
fixes this option defaulting to eng when user intends to disable
4 years ago
HaveAGitGat
9e04b43e75
revertChanges
4 years ago
HaveAGitGat
2ba3df1977
Update lib ( #227 )
...
* Update library.js
* update imports
* update defaults
4 years ago
HaveAGitGat
680916a6db
Update library.js ( #225 )
4 years ago
HaveAGitGat
12e99c55e9
Create Tdarr_Plugin_a9hf_New_file_duration_check.js ( #224 )
...
* Create Tdarr_Plugin_a9hf_New_file_duration_check.js
* Update desc
4 years ago
HaveAGitGat
b65b2dbe55
Update Tdarr_Plugin_a9he_New_file_size_check.js
4 years ago
HaveAGitGat
a248759bdc
Create Tdarr_Plugin_a9he_New_file_size_check.js ( #222 )
4 years ago
HaveAGitGat
e0f6565db1
Bug
4 years ago
HaveAGitGat
9bbc4fbec9
Check plugins ( #221 )
...
* Include examples in checkPlugins. Fix errors and lint.
* Remove on push
* Show tick for successful tests
4 years ago
HaveAGitGat
31895e8afc
Add filterByBitrate
4 years ago
HaveAGitGat
f4793738a9
Update var name
4 years ago
HaveAGitGat
5c0dd11ec5
Add option to overwriteTrack true/false ( #215 )
4 years ago
HaveAGitGat
ebb022f80a
Fix type bug ( #214 )
...
* Fix type bug
* Typo
4 years ago
HaveAGitGat
1baa066cf7
disposition fix ( #213 )
...
* disposition fix
* Fix
4 years ago
HaveAGitGat
da397edeb3
Type fix ( #212 )
4 years ago
HaveAGitGat
c01d5db9e5
Add docker file link
4 years ago
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>
4 years ago
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>
4 years ago