mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 10:45:53 -07:00
Compare File Size Ratio Live
This commit is contained in:
parent
6d6ff0bb88
commit
9ac675d401
14 changed files with 265 additions and 18 deletions
|
|
@ -96,12 +96,20 @@ export interface IffmpegCommand {
|
|||
overallOuputArguments: string[],
|
||||
}
|
||||
|
||||
export interface IliveSizeCompare {
|
||||
enabled: boolean,
|
||||
compareMethod: string,
|
||||
thresholdPerc: number,
|
||||
checkDelaySeconds: number,
|
||||
}
|
||||
|
||||
export interface Ivariables {
|
||||
ffmpegCommand: IffmpegCommand,
|
||||
flowFailed: boolean,
|
||||
user: Record<string, string>,
|
||||
healthCheck?: 'Success',
|
||||
queueTags?: string,
|
||||
liveSizeCompare?: IliveSizeCompare
|
||||
}
|
||||
|
||||
export interface IpluginOutputArgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue