Skip to main content

Check Flow Variable

Check Flow Variable (v1.0.0)

Check Flow Variable

View Source

Inputs:

Name: Variable 

Type: string

Tooltip:

Variable to check using templating.
\n
\n
https://docs.tdarr.io/docs/plugins/flow-plugins/basics#plugin-variable-templating

\n
\n
For example ,

\nExample\n
{{{args.librarySettings._id}}}

\nExample\n
{{{args.inputFileObj._id}}}

\nExample\n
{{{args.userVariables.library.test}}}

\nExample\n
{{{args.userVariables.global.test}}}

\nExample\n
{{{args.inputFileObj.mediaInfo.track.0.IsStreamable}}}

\nExample\n
{{{args.inputFileObj.ffProbeData.format.nb_streams}}}

\nExample\n
{{{args.inputFileObj.ffProbeData.streams.1.codec_name}}}

Name: Condition 

Type: string

Tooltip:

Check condition
Name: Value 

Type: string

Tooltip:

Value of variable to check.
You can specify multiple values separated by comma. For example: value1,value2,value3

Outputs:

1: The variable matches the condition
2: The variable does not match the condition