Commit graph

687 commits

Author SHA1 Message Date
HaveAGitGat
3292022e86
Small changes (#273) 2022-03-09 06:44:40 +01:00
Boosh1
1c211ad3fd
Add QSV HEVC plugin (#265)
Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-03-08 16:36:45 +01:00
HaveAGitGat
a89bf7d8c4
Update Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js 2022-03-07 19:25:39 +01:00
HaveAGitGat
7b5dc9d625
Remove rc:v (#223)
* Remove rc:v

* Lint fix
2022-03-05 11:36:53 +01:00
Stephen Townsend
38c37509ba
ffProbe's disposition comment flag (#269)
Checks the disposition comment flag for positive commentary
2022-02-15 05:28:05 +01:00
Jeff R
84ba82bcf1
Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js (#253)
* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Updated to make use of mediaInfo file object and dropdowns.  All external dependencies removed.

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Fixed typo

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

another small tweak

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Fixed id error.

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Removed eslint disable.

* Fix lint errors

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Updated to make use of mediaInfo file object and dropdowns.  All external dependencies removed.

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Fixed typo

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

another small tweak

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Fixed id error.

* Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js

Removed eslint disable.

* Fix lint errors

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-02-15 05:26:04 +01:00
Enigma
d0a5ccf078
Adds missing details and fixes tooltip formating (#261)
* Adds missing details and fixes tooltip formating

The audio & subtitle stream titles are not altogether removed. Should probably add another option for that down the road.

* Fix lint errors

* Adds missing details and fixes tooltip formating

The audio & subtitle stream titles are not altogether removed. Should probably add another option for that down the road.

* Fix lint errors

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-02-08 03:26:56 +01:00
HaveAGitGat
c12272c2a8
Merge pull request #260 from Enigma0/patch-1
Fix error when stream has no codec_name
2022-02-07 07:01:43 +01:00
HaveAGitGat
e04e6de490
Merge pull request #262 from zachg99/Add-Input-Values-and-Fix-MKV-tags
Add input values and fix mkv tags
2022-02-07 07:00:02 +01:00
HaveAGitGat
d6d2bc4edc Fix lint 2022-02-07 05:58:39 +00:00
Zach Gelnett
574509b36d Merge remote-tracking branch 'refs/remotes/origin/master' 2022-02-07 05:57:01 +00:00
HaveAGitGat
2cf805a6f6 Re-add string 2022-02-07 05:57:01 +00:00
Zach Gelnett
f8a1ada42b Updating to comply with eslint. Unabe to get stream matching function to
work so changed eqeqeq to warning.
2022-02-07 05:56:48 +00:00
Zach Gelnett
886ce0b2ae 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).
2022-02-07 05:56:48 +00:00
HaveAGitGat
6a95bcd088
Merge pull request #263 from townsste/master
Bug fix for Chinese orginal language
2022-02-07 06:54:35 +01:00
HaveAGitGat
b5ce3f497e Fix lint errors 2022-02-07 05:53:40 +00:00
HaveAGitGat
86b8c7c64c
Merge pull request #267 from Enigma0/patch-3
Better precision for checking file duration
2022-02-07 06:32:59 +01:00
HaveAGitGat
490d681d8f Bump version 2022-02-07 05:32:00 +00:00
Enigma
92eab29bd8
3 decimal places 2022-02-05 17:33:21 -05:00
Enigma
84435cf43f
Better precision when files are .1 .01 .001 % off for example
Lets you set upper and lower bounds more accurately and prints out more accurate error figures. Default has error range of 2%, this default has error range of 1% (.5% above or below).

In testing it appears that going even to 99.8 <> 100.2 would also be acceptable and present little to no false positives with an error range of .4%. I've seen random failures that are just barely caught at 98% of original.

newData & oldData maintain up to 3 to 5 decimal places of accuracy sometimes. This allows ratio to more accurately reflect that. 2 places should be sufficient.
2022-02-05 10:07:03 -05:00
Stephen Townsend
b82696fabb
Bug fix for Chinese orginal language
Changes per review
2022-01-27 17:34:38 -08:00
Stephen Townsend
84282a43df
Bug fix for Chinese orginal language
Bug where a Chinese original language movie would be set as und or undefined because of the return value from TMBD as 'cn'.  The iso-language expects 'zh' for Chinese.
Also the array is unnecessary given TMDB should only every report a single language and is not reliant on imdb multiple languages.
2022-01-27 03:43:02 -08:00
Enigma
92d568b572
Fix error when stream has no codec_name
Sometimes a stream has no codec_name property and the plugin fails
2022-01-26 11:13:12 -05: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