Replies: 1 comment
-
Thanks for the info and for taking the time to put this together! This will be helpful when I tackle subtitles. Yes, I agree they aren't handled well right now, pretty much the reason I'm skipping them right now. I'll review this in more detail by the end of the week! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tdarr does not currently handle subtitles well, and there appears to be ongoing issues with legacy plugins.
While it would detract from the simplification you are perusing, one existing option is to use the modified 'ffmpegCommandRemoveStreamByProperty' flow plugin as modified by @UnknownWitcher and described in https://github.com/HaveAGitGat/Tdarr_Plugins/issues/562
(Plugin attached with minor updates for compilation and renamed (js) extension. index.txt )
UnknownWitcher's modified version is preferred due to:
Flow '2 - Prep' can then be updated to include several subtitle cleaning options including:
Remove subtitle streams which are not included in the library variable
Remove specific subtitle codec types. (e.g. PGS)
Remove commentary or descriptive subtitles
Example Library Variables:
Example Flow
flowPlugins
flowEdges
Beta Was this translation helpful? Give feedback.
All reactions