Commit graph

675 commits

Author SHA1 Message Date
HaveAGitGat
bc400d9a3f Rename plugin 2023-09-25 08:53:10 +01:00
HaveAGitGat
3b215069a5 Fix checkPlugin issues 2023-09-25 08:49:52 +01:00
HaveAGitGat
beee66a7c3 Revert "Fix checkPlugins issues"
This reverts commit 36b3223957.
2023-09-25 08:49:33 +01:00
HaveAGitGat
36b3223957 Fix checkPlugins issues 2023-09-25 08:35:04 +01:00
HaveAGitGat
cbbae8e67a Fix lint errors 2023-09-25 08:28:37 +01:00
HaveAGitGat
73482c5a10 Run lint fix 2023-09-25 08:25:25 +01:00
Stefan
a0273d3417
Update Tdarr_Plugin_rename_based_on_codec_schadi.js
fixed additonal file handling
2023-07-10 21:27:54 +02:00
Stefan
35710816ae
Update Tdarr_Plugin_rename_based_on_codec_schadi.js 2023-07-01 14:54:42 +02:00
Stefan
06f4a60e98
Update Tdarr_Plugin_rename_based_on_codec_schadi.js 2023-07-01 14:48:19 +02:00
Stefan
1db09504c6
Update Tdarr_Plugin_rename_based_on_codec_schadi.js 2023-07-01 14:42:18 +02:00
Stefan
a344ca8d4a
Renames files based on codec
Renames based on codec by reading the codec from thes file.
This is done for Video and audio and taken from the first video or audio stream.
it also takes care of any addtional files in the folder so they wont gget deleted by Radarr or Sonarr,
after the transcode cause of not matching file names.
2023-07-01 14:36:22 +02:00
HaveAGitGat
0fed4e0ddc
Merge pull request #258 from HaveAGitGat/log_fixes
Add -strict -2
2022-01-23 21:49:10 +01:00
HaveAGitGat
3f40c6c5d5 Add -strict -2 2022-01-23 19:43:19 +00:00
HaveAGitGat
d42be26b8a
Merge pull request #257 from HaveAGitGat/log_fixes
dca/truehd
2022-01-23 03:14:52 +01:00
HaveAGitGat
63114cc082 Fix dca and truehd ffmpeg error - -strict -2 2022-01-23 02:12:52 +00:00
HaveAGitGat
3c6479249d lint 2022-01-23 02:12:33 +00:00
Zach Gelnett
829cb2739e
Updating variables so all are lowerCamelCase (#254)
* Fixed the NaN issue with BitRates. Some files had bitrate missing in the
MediaInfo data so pulling from the "extra" section for those. Also
resolved an issue with the way the findMediaInfoItem function wasn't
working with subtitle tracks (well it wasn't working for all files due
to the general section because of a previous attempted subtitle fix but
this should be much much much better and work in most all cases).

* Updating to comply with eslint. Unabe to get stream matching function to
work so changed eqeqeq to warning.

* Re-add string

* parseInt

* Merge remote-tracking branch 'refs/remotes/origin/master'

* Modified variable names to use the lowerCamelCase naming convetion

* Fixed eslint issue

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-01-15 11:25:57 +01:00
HaveAGitGat
4229fda660
Merge pull request #251 from HaveAGitGat/log_fixes
infoLog fixes
2022-01-11 19:54:38 +01:00
HaveAGitGat
a94d2823f5 infoLog fixes 2022-01-11 18:53:09 +00:00
HaveAGitGat
f5b3e62934
Re order all streams (#250)
* Create Tdarr_Plugin_00td_action_re_order_all_streams_v2.js

* Update default value
2022-01-08 08:58:04 +01:00
HaveAGitGat
a5b230df72
Create Tdarr_Plugin_00td_action_re_order_all_streams_v2.js (#249) 2022-01-08 08:52:38 +01:00
Draper
7ffcd4d4f7
Add/update encodeURIComponent to allow for successful path uri encoding (#248)
* Add/update encodeURIComponent to allow for successful path uri encoding

* Breakup line to meet 120 char limit enforced by the tests

* concat string

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-01-08 05:27:44 +01:00
Tony
bf37a65a17
ignore cert mismatch for *.plex.direct (#244)
* ignore cert mismatch for *.plex.direct

add parameter to ignore cert mismatches for custom domains since plex tries to push everything through their generated subdomains and it may see a cert issue.

* removed incorrect instruction no longer required
2022-01-06 00:33:49 +01:00
stenki-eu
baaeb707de
Update Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js (#243)
missing blank
2022-01-04 18:35:58 +00:00
HaveAGitGat
93164ba583
Fix bug and add dropdown (#241) 2022-01-02 18:32:14 +01:00
William Brockhus
5bfe7bd474
Update migz audio/subtitle cleaners to slightly improve logging (#240)
* fix: minor logging improvements

* chore: formatting

* chore: linting/formatting
2022-01-02 18:24:55 +01:00
Zach Gelnett
93bc0c3a93
Fixed NaN Issue For Bitrates And findMediaInfoItem for Subtitles (#228)
* Fixed the NaN issue with BitRates. Some files had bitrate missing in the
MediaInfo data so pulling from the "extra" section for those. Also
resolved an issue with the way the findMediaInfoItem function wasn't
working with subtitle tracks (well it wasn't working for all files due
to the general section because of a previous attempted subtitle fix but
this should be much much much better and work in most all cases).

* Updating to comply with eslint. Unabe to get stream matching function to
work so changed eqeqeq to warning.

* Re-add string

* parseInt

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-01-02 18:24:26 +01:00
Tony
5b9b58074e
Create Tdarr_Plugin_goof1_URL_Plex_Refresh (#217)
* Create Tdarr_Plugin_goof1_URL_Plex_Refresh

* forgot .js

* Fix lint errors

* requested mods, waiting fir UI menu specs

* moving requires into function as shown in example and a stupid mistake

* escape \ in new lines for info bubbles

* rewording for clarity

* handle path sub edge cases

* added filler return and fixed path builder bug

* Add check for inputUI type

* Fix inputUI types

* Create Tdarr_Plugin_goof1_URL_Plex_Refresh

* forgot .js

* requested mods, waiting fir UI menu specs

* Fix lint errors

* moving requires into function as shown in example and a stupid mistake

* lint, add checkPlugins fixes and add promises to requests

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-01-02 18:24:05 +01:00
HaveAGitGat
d0132ed453
Merge pull request #239 from HaveAGitGat/pluginChecks
Disable global-require
2022-01-01 15:38:15 +00:00
HaveAGitGat
7cc3b20d19 Disable global-require 2022-01-01 15:36:43 +00:00
HaveAGitGat
441238e4ee
Merge pull request #238 from HaveAGitGat/pluginChecks
Ensure all requires are within plugin functions
2022-01-01 15:32:40 +00:00
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