Updated: Sonarr - Release Profile RegEx (WEB-DL)

- Added: Optional Ignore so called scene releases
pull/360/head
TRaSH 3 years ago
parent b31ebdd15e
commit 04ff70e089

@ -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