Skip to content
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

New plugin: remove audio/subtitle stream based on arbitray tag values, i.e. title: "Commentary" #422

Open
kura opened this issue Jun 23, 2024 · 0 comments

Comments

@kura
Copy link

kura commented Jun 23, 2024

What is your new plugin request?

I'd like a plugin similar to the Remove audio streams by language plugin except it can remove audio or subtitle streams based on arbitrary tag values.

Right now if I rip a blu-ray I rip all streams by default, and then have manually remove stuff with mkvtoolnix. Ideally it'd be nice if I could remove streams by an arbitrary string match on the title.

I was thinking the option could take either a csv of words to match on, or a regular expression. I'd prefer this to be a partial case insenstivie match rather than full match, so for my streams that are named "Commentary with directory ..." could just be matched by commentary or regex("(commentary|something)", re.IGNORECASE)

Additional Context

No response

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

No branches or pull requests

1 participant