Skip to main content

Tdarr_Plugin_00td_filter_by_stream_tag

Filter By Stream Tag (v1.00)

Filter by stream tag value. Will check all streams. Useful for when e.g. trying to force transcoding from hevc to hevc. In this circumstance, newly transcoded files can have say COPYRIGHT tag set to 'processed' using '-metadata:s:v:0 COPYRIGHT=processed' and this filter will then break out of the plugin stack cycling after transcoding.

View Source

Inputs:

Name: tagName 

Type: string

Tooltip:

Enter the stream tag to check
Name: tagValues 

Type: string

Tooltip:

Enter a comma separated list of tag values to check for.
Name: exactMatch 

Type: boolean

Tooltip:

Specify true if the property value must be an exact match, false if the property value must contain the value.
Name: continueIfTagFound 

Type: boolean

Tooltip:

Specify whether to continue the plugin stack if the tag is found.