Merge pull request #360 from TRaSH-/Sonarr-RP-ignore-scene-releases

Updated: Sonarr - Release Profile RegEx (WEB-DL)
pull/361/head
TRaSH 3 years ago committed by GitHub
commit bd51c4c725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -441,6 +441,16 @@ Add this to your `Must not contain (2)`
Add this to your `Must not contain (2)`
```bash
/\b(\.WEB\.)\b/i
```
#### Optional Ignore scene releases
??? NOTE "WHY ? - [CLICK TO EXPAND]"
If you don't want to download so called scene releases.
```bash
/\b(-scene)\b/i
```

Loading…
Cancel
Save