Commit graph

12 commits

Author SHA1 Message Date
HaveAGitGat
ad646d04b5 Add Tdarr_Plugin_a9hf_New_file_duration_check test 2022-05-23 07:17:18 +01:00
HaveAGitGat
275025ece8 Add tdarrSkipTest logic 2022-05-21 13:40:08 +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
HaveAGitGat
7cc3b20d19 Disable global-require 2022-01-01 15:36:43 +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
db22ca561e update imports 2021-12-31 16:13:18 +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
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