Tdarr_Plugin_jordy_filter_by_audio_codec_and_channels
Filter By Audio Codec And Channels (v1.00)
Only allow specified audio codecs with specific channel counts to be processed
Inputs:
Name: codecsToProcess
Type: string
Tooltip:
Enter a comma separated list of audio codecs to be processed. Leave blank if using codecsToNotProcess
Name: channelsToProcess
Type: string
Tooltip:
Enter a comma separated list of channel counts to be processed (1=mono, 2=stereo, 6=5.1, 8=7.1). Leave blank to ignore channel count.
Name: codecsToNotProcess
Type: string
Tooltip:
Enter a comma separated list of audio codecs to not be processed. Leave blank if using codecsToProcess
Name: channelsToNotProcess
Type: string
Tooltip:
Enter a comma separated list of channel counts to not be processed (1=mono, 2=stereo, 6=5.1, 8=7.1). Leave blank to ignore channel count.
Name: requireAllStreams
Type: boolean
Tooltip:
If true, all audio streams must match the criteria. If false, at least one stream must match.