Tdarr_Plugin_jordy_Remove_Audio_By_Codec_Channels
Remove Audio Tracks By Codec And Channels (v1.0)
This plugin will remove audio tracks from a file based on the codec, channel configuration, and language. It will only remove audio tracks that match the specified codec and channel configuration.
For example, if you specify 'aac' and '5.1', it will remove all audio tracks that are AAC and have 6 channels.
Inputs:
Name: codecs
Type: string
Tooltip:
Enter comma-separated list of audio codecs to remove.
\nExample:\n
aac
\nExample:\n
ac3,opus
\nExample:\n
aac,eac3,ac3
Name: channels
Type: string
Tooltip:
Select the channel configuration to filter.
"Any" will remove matching codecs regardless of channel count.
\nExample:\n
5.1
Name: languages
Type: string
Tooltip:
Enter comma-separated list of language tags to filter (leave blank to ignore language).
Any languages listed will be removed.
Must follow ISO-639-2 3 letter format. https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
\nExample:\n
eng
\nExample:\n
jpn
\nExample:\n
eng,fre,ger