I would love to use a tag to find/match releases from Netflix (for some shows). The tag for Amazon - “AMZN” is working perfectly, it seems (so far). But the netflix tag is only 2 letters, and seems not unique enough.
Basically, it would be really helpful to know, how exactly does Must contain in tags work:
-
Does Sonarr parse the whole filename? Or just the part after the SxxExx (which would make way more sense, imho)? I mean parsing the whole filename is obviously silly. Who would want to match anything in episode title, anyway? The show title is already the main criteria for matching the file, which makes it totally pointless in Must contain.
-
How does Must contain treat the added strings - as a full word or a partial? I mean, in this scenario, if I would use NF in the Must Contain - would Sonarr match it in something like READNFO, or would it actually treat it as a whole word and would match only NF with non-alphanumeric from both sides?
-
Is Must Contain case sensitive?
-
In conclusion, then - would adding a tag, with NF in Must contain work properly in Sonarr?
I would think, if Sonarr ignores everything before SxxExx, is not case sensitive and does not accept partial matches - it should work perfectly?