Merge pull request #435 from TRaSH-/Sonarr-RP-20211219

Update Sonarr-Release-Profile-RegEx.md
pull/436/head
TRaSH 3 years ago committed by GitHub
commit 98aebc32d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -436,7 +436,7 @@ Add this to your `Preferred (3)` with a score of [15]
Add this to your `Must not contain (2)`
```bash
/\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]DL|WEBDL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB-DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|WebRip|Web-Rip|WEBMux))/i
/(?=.*\b(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]?(DL|RIP)|\bWEB\b))/i
```
#### Optional Ignore the group -scene
@ -457,10 +457,10 @@ Add this to your `Must not contain (2)`
If you don't want to download so called scene releases.
dd this to your `Must not contain (2)`
Add this to your `Must not contain (2)`
```bash
/\b([ .]WEB[ .])\b/i
/([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF)/i
```
------

Loading…
Cancel
Save