Required words: AND/OR #11868
LethalCorpse
started this conversation in
Ideas & Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions