Skip to content

Add file name variation check plugin #830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

12xx12
Copy link

@12xx12 12xx12 commented May 26, 2025

This pull Request creates a new Plugin for flows that checks if there is a similar file in a folder.

It replaces certain properties in the file name with a provided string.

For now the

  • resolution
  • video codec
  • video container

Can be replaced.

Use case:
You have h264 files with a "h264" in the file name. After converting them to h265 you change the new file to contain "h265"/"hevc" at the same position.

Now you change your file naming scheme and tdarr detects the old h264 file as new and tries to convert. But this shouldnt happen. With this plugin you can set the variation check codec to "h265" and add this to your flow. Now you can check if there is a similar file with the codec in the file name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant