Merge pull request #1349 from mynameisbogdan/sonarr-extra

Added: `Extras` CF for Sonarr
pull/1351/head
TRaSH 1 year ago committed by GitHub
commit 65d15263a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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 %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Misc
------

@ -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"
}]
}]
}

@ -1,8 +1,9 @@
??? abstract "Unwanted UHD - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_score'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} |
| [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_score'] }} | {{ sonarr['cf']['lq']['trash_id'] }} |
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
| [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_score'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} |
| [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_score'] }} | {{ sonarr['cf']['lq']['trash_id'] }} |
| [{{ sonarr['cf']['extras']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#extras) | {{ sonarr['cf']['extras']['trash_score'] }} | {{ sonarr['cf']['extras']['trash_id'] }} |
------
@ -10,3 +11,4 @@
- **{{ sonarr['cf']['br-disk']['name'] }} :** This is a custom format to help Sonarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **{{ sonarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ sonarr['cf']['extras']['name'] }}:** This blocks/ignores extra's

@ -1,9 +1,10 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_score'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} |
| [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_score'] }} | {{ sonarr['cf']['lq']['trash_id'] }} |
| [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd) :warning: | {{ sonarr['cf']['x265-hd']['trash_score'] }} | {{ sonarr['cf']['x265-hd']['trash_id'] }} |
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
| [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_score'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} |
| [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_score'] }} | {{ sonarr['cf']['lq']['trash_id'] }} |
| [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd) :warning: | {{ sonarr['cf']['x265-hd']['trash_score'] }} | {{ sonarr['cf']['x265-hd']['trash_id'] }} |
| [{{ sonarr['cf']['extras']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#extras) | {{ sonarr['cf']['extras']['trash_score'] }} | {{ sonarr['cf']['extras']['trash_id'] }} |
------
@ -14,3 +15,5 @@
- **{{ sonarr['cf']['x265-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
!!! Danger "Don't use this together with [{{ sonarr['cf']['x265-no-hdrdv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv), Only ever include one of them :warning:"
- **{{ sonarr['cf']['extras']['name'] }}:** This blocks/ignores extra's

Loading…
Cancel
Save