New Streaming Service Scores + Hybrid Change

Changes:
- Updated streaming service scores
- new UHD Streaming Boost and UHD Streaming Cut CFs to boost and cut streaming service scores at 4K
- Updated Sonarr CF page with new CFs
- New Sonarr guide sonarr-uhd-streaming-services.md section with new CF details
- Repack CFs re-scored for Radarr/Sonarr to allow compatibility with new streaming service CF scores
pull/1340/head
yammes08 1 year ago
parent e4bee007c0
commit 4786284a08

@ -45,30 +45,32 @@ I also made 3 guides related to this one.
------
| Series Versions | Unwanted | HQ Source Groups | Streaming Services |
| --------------------- | --------------------- | --------------------------------------- | --------------------- |
| [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) |
| | | [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) |
| | | [WEB Scene](#web-scene) | [Hulu](#hulu) |
| | | | [NLZiet](#nlz) |
| | | | [Netflix](#nf) |
| | | | [Paramount+](#pmtp) |
| | | | [Peacock TV](#pcok) |
| | | | [Quibi](#qibi) |
| | | | [SHOWTIME](#sho) |
| | | | [Stan](#stan) |
| | | | [Videoland](#vdl) |
| | | | [YouTube Red](#red) |
| | | | [iTunes](#it) |
| | | | [CANAL+](#canalplus) |
| | | | [SALTO](#salto) |
| | | | [RTBF](#rtbf) |
| | | | [Comedy Central](#cc) |
| Series Versions | Unwanted | HQ Source Groups | Streaming Services |
| --------------------- | --------------------- | --------------------------------------- | ------------------------------------------- |
| [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) |
| | | [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) |
| | | [WEB Scene](#web-scene) | [Hulu](#hulu) |
| | | | [NLZiet](#nlz) |
| | | | [Netflix](#nf) |
| | | | [Paramount+](#pmtp) |
| | | | [Peacock TV](#pcok) |
| | | | [Quibi](#qibi) |
| | | | [SHOWTIME](#sho) |
| | | | [Stan](#stan) |
| | | | [Videoland](#vdl) |
| | | | [YouTube Red](#red) |
| | | | [iTunes](#it) |
| | | | [CANAL+](#canalplus) |
| | | | [SALTO](#salto) |
| | | | [RTBF](#rtbf) |
| | | | [Comedy Central](#cc) |
| | | | [UHD Streaming Boost](#uhd-streaming-boost) |
| | | | [UHD Streaming Cut](#uhd-streaming-cut) |
------
@ -1721,6 +1723,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
------

@ -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-streaming-services.md" !}
{! include-markdown "../../includes/cf/sonarr-uhd-streaming-services.md" !}
{! include-markdown "../../includes/cf/sonarr-hq-source-group.md" !}

@ -1,6 +1,6 @@
{
"trash_id": "0f12c086e289cf966fa5948eac571f44",
"trash_score": "100",
"trash_score": "0",
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{
"trash_id": "3a4127d8aa781b44120d907f2cd62627",
"trash_score": "100",
"trash_score": "0",
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [

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

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

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{
"trash_id": "1efe8da11bfd74fbbcd4d8117ddb9213",
"trash_score": "75",
"trash_score": "60",
"trash_regex": "https://regex101.com/r/IMS7Or/1",
"name": "STAN",
"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_score": "75",
"trash_score": "50",
"name": "VDL",
"includeCustomFormatWhenRenaming": true,
"specifications": [

@ -1,22 +1,22 @@
??? abstract "Streaming Services - [CLICK TO EXPAND]"
| 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']['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']['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']['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']['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']['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']['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']['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']['cc']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cc) | {{ sonarr['cf']['cc']['trash_score'] }} | {{ sonarr['cf']['cc']['trash_id'] }} |
| 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'] }} |

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