Added: `Extras` CF for Sonarr

pull/1349/head
Bogdan 1 year ago
parent a5672622f7
commit b76075a547

@ -466,6 +466,16 @@ Add this to your `Preferred (3)` with a score of [-10000]
------
#### Optional - Dislike Extras
Add this to your `Preferred (3)` with a score of [-10000]
```bash
/(?<=\bS\d+\b).*\b(Extras|Bonus)\b/i
```
------
#### Optional - Prefer Season Packs
??? question "Explanation - [CLICK TO EXPAND]"

@ -0,0 +1,18 @@
{
"trash_id": "fbcb31d8dabd2a319072b84fc0b7249c",
"trash_score": "-10000",
"trash_regex": "https://regex101.com/r/lZ9iTm/1",
"name": "Extras",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Extras",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<=\\bS\\d+\\b).*\\b(Extras|Bonus)\\b"
}
}
]
}

@ -66,6 +66,10 @@
"name": "Dislike release containing: 1-",
"trash_id": "236a3626a07cacf5692c73cc947bc280",
"term": "/(?<!\\d\\.)(1-.+)$/i"
}, {
"name": "Dislike Extras",
"trash_id": "c0a1422532bfabfa6b15bbf0eb6bcb03",
"term": "/(?<=\\bS\\d+\\b).*\\b(Extras|Bonus)\\b/i"
}]
}]
}

Loading…
Cancel
Save