Issue with Must not contain

Sonarr version (exact version): 3.0.8.1540
Mono version (if Sonarr is not running on Windows): 6.12.0.122
OS: linuxserver.io docker image on Ubuntu host
Debug logs: https://paste.ee/p/iICMZ

Description of issue:
“Must not contain” in release profile doesn’t seem to work?
I have the following release profile:

At first, I only had the following regex: S[\d]+(?:(?!E[\d]+).)*-xpost$
But they should both match the season packs that has been downloaded.

The following two season packs were downloaded in the provided log file:
Single.Drunk.Female.S01.1080p.DSNP.WEBRip.DDP5.1.x264-playWEB rartv-xpost
and
Single.Drunk.Female.S01.1080p.DSNP.WEB-DL.DDP5.1.H.264-playWEB-xpost

In the log file, I see ReleaseRestrictionsSpecification being checked on the single episode files, but no on the season packs that are being downloaded.

You’ve not entered any regex, those are exact terms and sonarr is working exactly as you’ve told it to.

Regex needs to be input `/like-this/i

1 Like

Thanks. Can’t believe I missed that. The programming languages I’m proficient in, don’t have these annotations for flags.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.