diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index f0eb7885b..e5cbdff8d 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -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]" diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index c600fc119..79e574ea5 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -50,7 +50,7 @@ I also made 3 guides related to this one. | [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Remux Tier 01](#remux-tier-01) | [Amazon](#amzn) | | [Remaster](#remaster) | [LQ](#lq) | [Remux Tier 02](#remux-tier-02) | [Apple TV+](#atvp) | | | [x265 (HD)](#x265-hd) | [HD Bluray Tier 01](#hd-bluray-tier-01) | [DC Universe](#dcu) | -| | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Disney+](#dsnp) | +| | [Extras](#extras) | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Disney+](#dsnp) | | | | [WEB Tier 01](#web-tier-01) | [HBO Max](#hmax) | | | | [WEB Tier 02](#web-tier-02) | [HBO](#hbo) | | | | [WEB Tier 03](#web-tier-03) | [Max](#max) | @@ -816,6 +816,22 @@ I also made 3 guides related to this one. ------ +### Extras + +??? question "Extras - [CLICK TO EXPAND]" + + This blocks/ignores Extra's + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/extras-hd.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## Misc ------ diff --git a/docs/json/sonarr/cf/extras.json b/docs/json/sonarr/cf/extras.json new file mode 100644 index 000000000..2a5de6c5d --- /dev/null +++ b/docs/json/sonarr/cf/extras.json @@ -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" + } + } + ] +} diff --git a/docs/json/sonarr/rp/optionals.json b/docs/json/sonarr/rp/optionals.json index f8d5dec89..421b5bee6 100644 --- a/docs/json/sonarr/rp/optionals.json +++ b/docs/json/sonarr/rp/optionals.json @@ -66,6 +66,10 @@ "name": "Dislike release containing: 1-", "trash_id": "236a3626a07cacf5692c73cc947bc280", "term": "/(?