mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Add Tdarr_Plugin_00td_action_handbrake_ffmpeg_custom test
This commit is contained in:
parent
3d7314b94c
commit
b1941589c6
2 changed files with 68 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_00td_action_handbrake_ffmpeg_custom',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
@ -85,8 +84,8 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
processFile: false,
|
||||
preset: '',
|
||||
container: '',
|
||||
handBrakeMode: false,
|
||||
FFmpegMode: false,
|
||||
handbrakeMode: false,
|
||||
ffmpegMode: false,
|
||||
reQueueAfter: false,
|
||||
infoLog: '',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue