Understand the Tdarr Plugin Stack System
masterTdarr uses a conditional plugin stack system to automate media library management. Each plugin in the stack is evaluated, and actions are only performed if specific conditions are met. This allows you to create complex workflows, such as:
- Transcode non-HEVC files to HEVC
- Remove subtitles
- Remove metadata
- Add AAC stereo audio if missing
- Remove closed captions
Plugins are written in JavaScript and are located in the Tdarr/Documents directory. You can use community plugins or create your own using the plugin creator interface.