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

Required words: AND/OR #11906

Open
LethalCorpse opened this issue Jan 2, 2025 Discussed in #11868 · 0 comments
Open

Required words: AND/OR #11906

LethalCorpse opened this issue Jan 2, 2025 Discussed in #11868 · 0 comments

Comments

@LethalCorpse
Copy link

Discussed in #11868

Originally posted by LethalCorpse October 31, 2024
Say you've got a pair of shows consisting of a UK original and a US remake. Medusa has a very hard time telling the difference, and will frequently grab episodes from one as episodes from the other. We can try working around this by adding, for example "US" and "2021" to the required words list for the show. This almost works, in that it should only grab releases containing at least one of those words. There's a problem if you also have a global list requiring, say, x265.

Unfortunately, the show list is just appended to global list to make an effective list for that show, with an OR condition, not an AND condition. So Medusa will then grab any release which contains "US" OR "2021" OR "x265". This breaks the functionality of both of the lists - you'll get x265 releases of the wrong show, or x264 releases of the right show.

For this to work properly there needs to be control over whether each required word is AND (in addition to), or "OR" (instead of) other required words.

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