-
Notifications
You must be signed in to change notification settings - Fork 170
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
Request to create a set of flow plugins that use a metadata tag to indicate that Tdarr has transcoded a mkv video file. #737
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am new to Tdarr and I can’t seem to figure out how to write the flow plugins I need, but I am trying to add a tag to the metadata of a mkv video file to be used as an indicator for Tdarr to show that it has previously transcoded a video file. I have looked in the community plugins folder and I can’t seem to find anything that will perform this task.
I know the status queue keeps track of the videos that Tdarr has transcoded but it can be easily reset if I accidently click “Scan Fresh” in the library or if I reinstall Tdarr on another PC and I have to re-create the library.
I am currently adding “TdarrOptimized” to the end of the video file name as the last step in my transcode flow. My transcode flow also checks for the “TdarrOptimized” phrase in the file name and skips any video file that has already been transcoded. My solution works fine but renaming the file breaks the link to the associated subtitle file in the video folder.
I feel like a better solution would be to have 2 flow plugins that:
The keypair could alternatively reference the codec that was used to transcode the video file. Example: “TdarrOptimized=hevc”.
With these 2 flow plugins, I could be sure that I would not re-transcode a video file even if it was added to a new library. I would also resolve the issue of breaking the subtitle links and would not have to have a separate folder for non-transcoded files as some have suggested.
Please let me know if there are any such plugins available that I may have overlooked.
Thanks,
The text was updated successfully, but these errors were encountered: