Merge pull request #1340 from yammes08/master

New Streaming Service Scores + Hybrid Change
pull/1357/head
TRaSH 1 year ago committed by GitHub
commit 518a8be807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1753,6 +1753,38 @@ I also made 3 guides related to this one.
------ ------
### UHD Streaming Boost
??? question "UHD Streaming Boost - [CLICK TO EXPAND]"
Some streaming services have UHD releases that are generally better than their HD counterparts. The UHD Streaming Boost custom format increases those streaming services' scores appropriately for UHD releases. Use this in conjunction with the regular streaming service custom formats.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uhd-streaming-boost.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### UHD Streaming Cut
??? question "UHD Streaming Cut - [CLICK TO EXPAND]"
Some streaming services have UHD releases that are generally worse than their HD counterparts. The UHD Streaming Cut custom format decreases those streaming services' scores appropriately for UHD releases. Use this in conjunction with the regular streaming service custom formats.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uhd-streaming-cut.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Anime ## Anime
------ ------

@ -129,7 +129,7 @@ The only deal breaker with 2160p is when you get them with DV/HDR, 2160p without
{! include-markdown "../../includes/cf/sonarr-misc.md" !} {! include-markdown "../../includes/cf/sonarr-misc.md" !}
{! include-markdown "../../includes/cf/sonarr-streaming-services.md" !} {! include-markdown "../../includes/cf/sonarr-uhd-streaming-services.md" !}
{! include-markdown "../../includes/cf/sonarr-hq-source-group.md" !} {! include-markdown "../../includes/cf/sonarr-hq-source-group.md" !}

@ -13,15 +13,6 @@
"value": "\\bhybrid(\\b|\\d)" "value": "\\bhybrid(\\b|\\d)"
} }
}, },
{
"name": "WEBDL w/ DV HDR10(+) or TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(web[ ._-]?(dl|rip))\\b)(((?=.*\\b(DV|DoVi)\\b)((?=.*\\b(HDR10(\\+|P(lus))?)\\b)|(?=.*\\b(HDR(10)?)\\b)))|(?=.*\\b(True[ .-]?HD)\\b))"
}
},
{ {
"name": "Not Hybrid Release Group", "name": "Not Hybrid Release Group",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
@ -30,6 +21,15 @@
"fields": { "fields": {
"value": "\\b(HYBRID)\\b" "value": "\\b(HYBRID)\\b"
} }
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
} }
] ]
} }

@ -1,6 +1,6 @@
{ {
"trash_id": "e7718d7a3ce595f289bfee26adc178f5", "trash_id": "e7718d7a3ce595f289bfee26adc178f5",
"trash_score": "11", "trash_score": "5",
"trash_regex": "https://regex101.com/r/S91wR8/2", "trash_regex": "https://regex101.com/r/S91wR8/2",
"name": "Repack/Proper", "name": "Repack/Proper",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,

@ -1,6 +1,6 @@
{ {
"trash_id": "ae43b294509409a6a13919dedd4764c4", "trash_id": "ae43b294509409a6a13919dedd4764c4",
"trash_score": "12", "trash_score": "6",
"trash_regex": "https://regex101.com/r/kQ4oeP/1", "trash_regex": "https://regex101.com/r/kQ4oeP/1",
"name": "Repack2", "name": "Repack2",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,

@ -1,6 +1,6 @@
{ {
"trash_id": "d660701077794679fd59e8bdf4ce3a29", "trash_id": "d660701077794679fd59e8bdf4ce3a29",
"trash_score": "100", "trash_score": "70",
"name": "AMZN", "name": "AMZN",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "77a7b25585c18af08f60b1547bb9b4fb", "trash_id": "77a7b25585c18af08f60b1547bb9b4fb",
"trash_score": "75", "trash_score": "50",
"trash_regex": "https://regex101.com/r/A3TRwE/1", "trash_regex": "https://regex101.com/r/A3TRwE/1",
"name": "CC", "name": "CC",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,

@ -1,6 +1,6 @@
{ {
"trash_id": "36b72f59f4ea20aad9316f475f2d9fbb", "trash_id": "36b72f59f4ea20aad9316f475f2d9fbb",
"trash_score": "75", "trash_score": "50",
"name": "DCU", "name": "DCU",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "89358767a60cc28783cdc3d0be9388a4", "trash_id": "89358767a60cc28783cdc3d0be9388a4",
"trash_score": "90", "trash_score": "100",
"name": "DSNP", "name": "DSNP",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "7a235133c87f7da4c8cccceca7e3c7a6", "trash_id": "7a235133c87f7da4c8cccceca7e3c7a6",
"trash_score": "75", "trash_score": "50",
"name": "HBO", "name": "HBO",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "a880d6abc21e7c16884f3ae393f84179", "trash_id": "a880d6abc21e7c16884f3ae393f84179",
"trash_score": "90", "trash_score": "80",
"name": "HMAX", "name": "HMAX",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "f6cce30f1733d5c8194222a7507909bb", "trash_id": "f6cce30f1733d5c8194222a7507909bb",
"trash_score": "85", "trash_score": "50",
"name": "HULU", "name": "HULU",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -13,15 +13,6 @@
"value": "\\bhybrid(\\b|\\d)" "value": "\\bhybrid(\\b|\\d)"
} }
}, },
{
"name": "WEBDL w/ DV HDR10(+) or TrueHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(web[ ._-]?(dl|rip))\\b)(((?=.*\\b(DV|DoVi)\\b)((?=.*\\b(HDR10(\\+|P(lus))?)\\b)|(?=.*\\b(HDR(10)?)\\b)))|(?=.*\\b(True[ .-]?HD)\\b))"
}
},
{ {
"name": "Not Hybrid Release Group", "name": "Not Hybrid Release Group",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
@ -30,6 +21,15 @@
"fields": { "fields": {
"value": "\\b(HYBRID)\\b" "value": "\\b(HYBRID)\\b"
} }
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
} }
] ]
} }

@ -1,6 +1,6 @@
{ {
"trash_id": "0ac24a2a68a9700bcb7eeca8e5cd644c", "trash_id": "0ac24a2a68a9700bcb7eeca8e5cd644c",
"trash_score": "75", "trash_score": "50",
"name": "iT", "name": "iT",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "d34870697c9db575f17700212167be23", "trash_id": "d34870697c9db575f17700212167be23",
"trash_score": "90", "trash_score": "60",
"name": "NF", "name": "NF",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "b2b980877494b560443631eb1f473867", "trash_id": "b2b980877494b560443631eb1f473867",
"trash_score": "75", "trash_score": "50",
"name": "NLZ", "name": "NLZ",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "1656adc6d7bb2c8cca6acfb6592db421", "trash_id": "1656adc6d7bb2c8cca6acfb6592db421",
"trash_score": "85", "trash_score": "60",
"name": "PCOK", "name": "PCOK",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "c67a75ae4a1715f2bb4d492755ba4195", "trash_id": "c67a75ae4a1715f2bb4d492755ba4195",
"trash_score": "75", "trash_score": "60",
"name": "PMTP", "name": "PMTP",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "3ac5d84fce98bab1b531393e9c82f467", "trash_id": "3ac5d84fce98bab1b531393e9c82f467",
"trash_score": "90", "trash_score": "80",
"name": "QIBI", "name": "QIBI",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "c30d2958827d1867c73318a5a2957eb1", "trash_id": "c30d2958827d1867c73318a5a2957eb1",
"trash_score": "75", "trash_score": "50",
"trash_regex": "https://regex101.com/r/GfOSFe/1", "trash_regex": "https://regex101.com/r/GfOSFe/1",
"name": "RED", "name": "RED",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,

@ -1,6 +1,6 @@
{ {
"trash_id": "ec8fa7296b64e8cd390a1600981f3923", "trash_id": "ec8fa7296b64e8cd390a1600981f3923",
"trash_score": "11", "trash_score": "5",
"trash_regex": "https://regex101.com/r/S91wR8/2", "trash_regex": "https://regex101.com/r/S91wR8/2",
"name": "Repack/Proper", "name": "Repack/Proper",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,

@ -1,6 +1,6 @@
{ {
"trash_id": "eb3d5cc0a2be0db205fb823640db6a3c", "trash_id": "eb3d5cc0a2be0db205fb823640db6a3c",
"trash_score": "12", "trash_score": "6",
"name": "Repack v2", "name": "Repack v2",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "44e7c4de10ae50265753082e5dc76047", "trash_id": "44e7c4de10ae50265753082e5dc76047",
"trash_score": "13", "trash_score": "7",
"name": "Repack v3", "name": "Repack v3",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [

@ -1,6 +1,6 @@
{ {
"trash_id": "ae58039e1319178e6be73caab5c42166", "trash_id": "ae58039e1319178e6be73caab5c42166",
"trash_score": "95", "trash_score": "50",
"trash_regex": "https://regex101.com/r/kjPPbG/1", "trash_regex": "https://regex101.com/r/kjPPbG/1",
"name": "SHO", "name": "SHO",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,

@ -1,6 +1,6 @@
{ {
"trash_id": "1efe8da11bfd74fbbcd4d8117ddb9213", "trash_id": "1efe8da11bfd74fbbcd4d8117ddb9213",
"trash_score": "75", "trash_score": "60",
"trash_regex": "https://regex101.com/r/IMS7Or/1", "trash_regex": "https://regex101.com/r/IMS7Or/1",
"name": "STAN", "name": "STAN",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,

@ -0,0 +1,62 @@
{
"trash_id": "43b3cf48cb385cd3eac608ee6bca7f09",
"trash_score": "20",
"name": "UHD Streaming Boost",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Peacock TV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(pcok|Peacock TV)\\b"
}
},
{
"name": "Paramount+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(pmtp|Paramount\\+)\\b"
}
},
{
"name": "Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(hulu)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
}
]
}

@ -0,0 +1,62 @@
{
"trash_id": "d2d299244a92b8a52d4921ce3897a256",
"trash_score": "-20",
"name": "UHD Streaming Cut",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Amazon",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(amzn|amazon)\\b"
}
},
{
"name": "HBO Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
"name": "Stan",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(stan)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
}
]
}

@ -1,6 +1,6 @@
{ {
"trash_id": "5d2317d99af813b6529c7ebf01c83533", "trash_id": "5d2317d99af813b6529c7ebf01c83533",
"trash_score": "75", "trash_score": "50",
"name": "VDL", "name": "VDL",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [ "specifications": [

@ -1,5 +1,5 @@
# This config file is for use with Sonarr V4 only # This config file is for use with Sonarr V4 only
# Updated: 2023-05-25 # Updated: 2023-06-03
sonarr: sonarr:
sonarr: # A custom name used to identify this particular instance. sonarr: # A custom name used to identify this particular instance.
base_url: Put your Sonarr URL here base_url: Put your Sonarr URL here
@ -58,6 +58,8 @@ sonarr:
- 1efe8da11bfd74fbbcd4d8117ddb9213 # STAN - 1efe8da11bfd74fbbcd4d8117ddb9213 # STAN
- 5d2317d99af813b6529c7ebf01c83533 # VDL - 5d2317d99af813b6529c7ebf01c83533 # VDL
- 77a7b25585c18af08f60b1547bb9b4fb # CC - 77a7b25585c18af08f60b1547bb9b4fb # CC
- 43b3cf48cb385cd3eac608ee6bca7f09 # UHD Streaming Boost
- d2d299244a92b8a52d4921ce3897a256 # UHD Streaming Cut
# HQ Source Groups # HQ Source Groups
- e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 - e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01
- 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 - 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02

@ -1,3 +1,29 @@
# 2023-06-11 23:15
**[New]**
- [Sonarr] Add `Extras` CF - To prevent Extra / Bonus packs being eligible for season grabs.
- [Sonarr] UHD Streaming Boost and UHD Streaming Cut CFs to boost and cut streaming service scores at 4K.
**[Updated]**
- [Radarr] Add `OFT` to the `LQ` CF, because they are a continuation group of `nikt0`.
- [Starr] Add `EDITH` to `Scene`CF`- To exclude the scene group EDITH since a few trackers are renaming their releases and thus making it eligible for grabbing.
- [Radarr] Add `CiNEPHiLES` to `Remux Tier 03`.
- [Radarr] Add `CiNE` & `SLOT` to `LQ`.
- [Guide] Add description for `DTS-HD HRA`.
- [Sonarr] Updated streaming service scores.
- [Starr] Repack CFs re-scored for Radarr/Sonarr to allow compatibility with new streaming service CF scores.
- [Starr] Amended `Hybrid` CF to apply to Remuxes only.
- [Sonarr] add `Miu` and `PHOENiX` to `WEB Tier 02`.
**[Fixed]**
- [Starr] Match `PQ` in `x265 (no HDR/DV)`.
# 2023-05-29 12:25
**[New]**
- None
**[Updated]**
- None
# 2023-06-07 19:10 # 2023-06-07 19:10
**[New]** **[New]**
- [Star-FR] Updated French Anime Tiers CFs to better score groups - [Star-FR] Updated French Anime Tiers CFs to better score groups

@ -1,22 +1,22 @@
??? abstract "Streaming Services - [CLICK TO EXPAND]" ??? abstract "Streaming Services - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID | | Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- | | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------- |
| [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_score'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} |
| [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_score'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} | | [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_score'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} |
| [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_score'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} |
| [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} |
| [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} |
| [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_score'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} |
| [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_score'] }} | {{ sonarr['cf']['max']['trash_id'] }} | | [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_score'] }} | {{ sonarr['cf']['max']['trash_id'] }} |
| [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_score'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} | | [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_score'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} |
| [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_score'] }} | {{ sonarr['cf']['it']['trash_id'] }} | | [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} |
| [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_score'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} |
| [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} |
| [{{ sonarr['cf']['nlz']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nlz) | {{ sonarr['cf']['nlz']['trash_score'] }} | {{ sonarr['cf']['nlz']['trash_id'] }} |
| [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_score'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_score'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} |
| [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_score'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} | | [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_score'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} |
| [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} | | [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_score'] }} | {{ sonarr['cf']['stan']['trash_id'] }} |
| [{{ sonarr['cf']['cc']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cc) | {{ sonarr['cf']['cc']['trash_score'] }} | {{ sonarr['cf']['cc']['trash_id'] }} |
| [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_score'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} |
| [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} |
| [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_score'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} |
| [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_score'] }} | {{ sonarr['cf']['it']['trash_id'] }} |
| [{{ sonarr['cf']['nlz']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nlz) | {{ sonarr['cf']['nlz']['trash_score'] }} | {{ sonarr['cf']['nlz']['trash_id'] }} |
| [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} | | [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} | | [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_score'] }} | {{ sonarr['cf']['stan']['trash_id'] }} |
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} | | [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
| [{{ sonarr['cf']['cc']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cc) | {{ sonarr['cf']['cc']['trash_score'] }} | {{ sonarr['cf']['cc']['trash_id'] }} |

@ -0,0 +1,29 @@
??? abstract "UHD Streaming Services - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------- |
| [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_score'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} |
| [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} |
| [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_score'] }} | {{ sonarr['cf']['max']['trash_id'] }} |
| [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_score'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} |
| [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} |
| [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_score'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} |
| [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} |
| [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_score'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} |
| [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_score'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} |
| [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_score'] }} | {{ sonarr['cf']['stan']['trash_id'] }} |
| [{{ sonarr['cf']['cc']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cc) | {{ sonarr['cf']['cc']['trash_score'] }} | {{ sonarr['cf']['cc']['trash_id'] }} |
| [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_score'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} |
| [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} |
| [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_score'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} |
| [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_score'] }} | {{ sonarr['cf']['it']['trash_id'] }} |
| [{{ sonarr['cf']['nlz']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nlz) | {{ sonarr['cf']['nlz']['trash_score'] }} | {{ sonarr['cf']['nlz']['trash_id'] }} |
| [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} |
| :warning: [{{ sonarr['cf']['uhd-streaming-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost) | {{ sonarr['cf']['uhd-streaming-boost']['trash_score'] }} | {{ sonarr['cf']['uhd-streaming-boost']['trash_id'] }} |
| :warning: [{{ sonarr['cf']['uhd-streaming-cut']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut) | {{ sonarr['cf']['uhd-streaming-cut']['trash_score'] }} | {{ sonarr['cf']['uhd-streaming-cut']['trash_id'] }} |
!!! warning "UHD Streaming Boost and UHD Streaming Cut Custom Formats"
Some streaming services have UHD releases that are generally better or worse than their HD counterparts. The UHD Streaming Boost and UHD Streaming Cut custom formats adjust those streaming services' scores appropriately for UHD releases.
These two custom formats must be included in your profile for UHD releases to be scored correctly.
Loading…
Cancel
Save