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

Multiple regex options? #33

Open
jaredcat opened this issue May 3, 2022 · 0 comments
Open

Multiple regex options? #33

jaredcat opened this issue May 3, 2022 · 0 comments

Comments

@jaredcat
Copy link
Contributor

jaredcat commented May 3, 2022

The issue I'm facing is multiple changes to titles. in this playlist for example: https://www.youtube.com/watch?v=LlKnEgPEGmA&list=PLt5zc-HxINkpAr9Ri_qJtzklB9YK2Eunh

Title in sonarr: Episode title
Variation one: Show: Episode title
Variation two: Show | Episode title
Variation three: Episode title | Show

Each regex will be executed in sequence. The Sonarr episode title is the input for the first regex, and the output of each regex is used as the input for the next in the list.

Am i understanding it correctly that each is applied to the output of the previous and you are left with a single title in the end? is it possible to search against multiple title variations?
Is there a way to handle the situation above?

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

No branches or pull requests

1 participant