HaveAGitGat
aaa02e8431
Merge pull request #612 from Marnalas/flowPluginCheckFileNameIncludes
...
Extend Check File Name Includes plugin to allow regex pattern
2 years ago
HaveAGitGat
1a9a45e5ed
Add compiled changes
2 years ago
HaveAGitGat
dea6ec25a0
Use github.event.pull_request.head.sha
2 years ago
HaveAGitGat
9439b9102c
Don't autobuild on fork PR
2 years ago
HaveAGitGat
6d5955a517
Don't auto build on fork PR
2 years ago
HaveAGitGat
0d3f2454df
github.head_ref
2 years ago
HaveAGitGat
9b34065cd0
Merge branch 'master' into pr/612
2 years ago
HaveAGitGat
bb78f24135
Simplify logic and readability
2 years ago
HaveAGitGat
7bc3f8a082
Remove unused eslint rule
2 years ago
HaveAGitGat
65ef38696d
Merge branch 'master' into pr/612
2 years ago
HaveAGitGat
346a4598b9
Update checkout actions
2 years ago
HaveAGitGat
c19dd11d4f
Merge pull request #624 from HaveAGitGat/check_flow
...
Check against multiple values for ==
2 years ago
HaveAGitGat
2e4f96d40a
Apply auto-build changes
2 years ago
HaveAGitGat
dc292e52c8
Merge branch 'check_flow' of https://github.com/HaveAGitGat/Tdarr_Plugins into check_flow
2 years ago
HaveAGitGat
806af22b44
Add multi value to !=
2 years ago
HaveAGitGat
7e6498e3c9
Apply auto-build changes
2 years ago
HaveAGitGat
e5dc35064f
Check against multiple values for ==
2 years ago
HaveAGitGat
6a2aa7936d
Merge pull request #623 from HaveAGitGat/perc_bit
...
Option to use perc bitrate
2 years ago
HaveAGitGat
e498531f0f
Apply auto-build changes
2 years ago
HaveAGitGat
7e22f3d2fe
Option to use perc bitrate
2 years ago
HaveAGitGat
09a7edf755
Merge pull request #622 from HaveAGitGat/ext_fix
...
Make case insensitive
2 years ago
HaveAGitGat
361f5d00ac
Merge branch 'ext_fix' of https://github.com/HaveAGitGat/Tdarr_Plugins into ext_fix
2 years ago
HaveAGitGat
6166203ccc
Log tsc version
2 years ago
HaveAGitGat
97e92c8b98
Apply auto-build changes
2 years ago
HaveAGitGat
c13d029aa9
Update Tdarr_Plugin_bsh1_Boosh_FFMPEG_QSV_HEVC.js darwin tests
2 years ago
HaveAGitGat
33f2e337dd
Update test logic to display all test errors
2 years ago
HaveAGitGat
71c4e2de2f
Further test fixes for linux env
2 years ago
HaveAGitGat
5e41a230d8
Add handBrakeMode: false,
2 years ago
HaveAGitGat
3ded906498
Update Tdarr_Plugin_bsh1_Boosh_FFMPEG_QSV_HEVC.js test
2 years ago
HaveAGitGat
6e5fdd7bb0
Update Tdarr_Plugin_bsh1_Boosh_FFMPEG_QSV_HEVC.js test
2 years ago
HaveAGitGat
99050314e0
Make case insensitive
2 years ago
HaveAGitGat
70892e9f27
Merge pull request #584 from Boosh1/NewTests
...
Update Tdarr_Plugin_bsh1_Boosh_FFMPEG_QSV_HEVC - Improving hw cmd & removing mkvpropedit
2 years ago
jeanchristophe.mqt@gmail.com
c04dba1453
Replaced custom code by array.prototype.find
2 years ago
jeanchristophe.mqt@gmail.com
9a02d4b344
Fix eslint warnings and errors
2 years ago
jeanchristophe.mqt@gmail.com
741e39f588
Removed the possibility for regex patterns to be a list. All patterns must be merged
2 years ago
jeanchristophe.mqt@gmail.com
79419f6190
Escaping regex special caracters
2 years ago
jeanchristophe.mqt@gmail.com
40eb15412e
Added new version for checkFileNameIncludes flow plugin checking for regex patterns
2 years ago
Boosh1
03d8a75033
Added HDR support, Cleaned up info log & initial test fix
...
- Added HDR support. Tested as working but can have issues. Warning applied
- Made duration check a bit better with try statement
- Cleaned up how the info log was used so it's more consistent & fixed up trailing spaces & line breaks
- Initial test fix up but more will be needed
2 years ago
Boosh1
890c2642e1
Updates to video loop & darwin support
...
- Corrected some Mac/Darwin support, incorrect 10 bit options (In future will remove videotoolbox support and split into separate plugin)
- Improved video check loops, some logic did seem to not correctly stop when needed & the remove stream option had the wrong syntax so probably wouldn't have worked
2 years ago
Boosh1
8aadba1496
Final things, remove tag mkvpropedit & bump the Version number ;)
2 years ago
Boosh1
a17ac70d25
Noticed one last -vf filter check used a colon incorrectly
...
Changed to a comma which matches all other formatting with the -vf cmd & updated tests
2 years ago
Boosh1
f4c02bc997
Found new edge cases so changed how HW decode is triggered
...
Ended up finding more cases where errors would pop up and looks to all to do with HW decode.
- Now ensured that unless the incoming format is in the white list then sw decode is done instead
- Correctly removed -hwaccel cmd when sw decode happens preventing accidental hwdecode
- Specify the format to decode when using sw
- renamed oldformat var to match its use case (now swDecode)
- Info log updated with when SW decode happens and will report which incoming format caused it
2 years ago
Boosh1
23bef4c778
Protection against errors if unable to use MediaInfo or ffprobe
...
Just changed the videoBR logic to be inside a try block to avoid errors on rare instances where Media info & ffprobe fail
2 years ago
Boosh1
7f87af3c1b
Quick update to tooltip
2 years ago
Boosh1
afe538fcbd
Restored some cases for HW decode but commented out
2 years ago
Boosh1
cb1dfe2d19
Updated tests
2 years ago
Boosh1
a5dc4934ee
Corrected -vf cmd so it's added on the end better
2 years ago
Boosh1
0c925ded51
Updated tests again
...
Removed left over bits from testing mkvpropedit
2 years ago
Boosh1
eb92f001be
Updated new description & tests
...
Description updated since mkvpropedit is gone
Tests updated for recent changes
2 years ago
Boosh1
c7c47a16b0
Updated with better hw control
...
- Removed mkvpropedit remux behaviour - No longer seems to be needed (It's upto the user to have the mkvpropedit option enabled on Tdarr side)
- Corrected parts of the ffmpeg cmd to define the output format based on container
- Updated win32 hwaccel cmd to use a more correct type
- Enabled hwupload & hwupload frames
2 years ago