Merge branch 'master' into fix/dv-hdr10-cf-should-match-dv-hdr10+

pull/1331/head
TRaSH 1 year ago committed by GitHub
commit 04030bc75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,5 +10,5 @@
1. Tools or cog wheel.
1. Options (skip if you choose the cog wheel).
1. Select the `Connection` Tab.
1. Choose `TCP and uTP` if you get speed issues try one of the others.
1. Change `TCP and uTP` to `TCP`, if you get speed issues try one of the others.
1. Add here the port you've forwarded.

@ -6,6 +6,7 @@ This is all done in a way to achieve [Hardlinks and Instant Moves (Atomic-Moves)
Select your desired method of installation:
- [Docker](/Hardlinks/How-to-setup-for/Docker/)
- TrueNAS Scale users can follow the same concepts as the Docker method
- [Dockstarter](/Hardlinks/How-to-setup-for/Dockstarter/)
- [Native](/Hardlinks/How-to-setup-for/Native/)
- [Synology](/Hardlinks/How-to-setup-for/Synology/)

@ -51,15 +51,16 @@ 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) |
| [4K Remaster](#4k-remaster) | [3D](#3d) | [UHD Bluray Tier 01](#uhd-bluray-tier-01) | [Disney+](#dsnp) |
| [Special Edition](#special-edition) | [x265 (HD)](#x265-hd) | [UHD Bluray Tier 02](#uhd-bluray-tier-02) | [HBO](#hbo) |
| [Criterion Collection](#criterion-collection) | [Upscaled](#upscaled) | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [HBO Max](#hmax) |
| [Masters of Cinema](#masters-of-cinema) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Hulu](#hulu) |
| [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Netflix](#nf) |
| [Theatrical Cut](#theatrical-cut) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) |
| [IMAX](#imax) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) |
| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) |
| [Open Matte](#open-matte) | | | [Pathe Thuis](#pathe) |
| [4K Remaster](#4k-remaster) | [3D](#3d) | [Remux Tier 03](#remux-tier-03) | [Disney+](#dsnp) |
| [Special Edition](#special-edition) | [x265 (HD)](#x265-hd) | [UHD Bluray Tier 01](#uhd-bluray-tier-01) | [HBO](#hbo) |
| [Criterion Collection](#criterion-collection) | [Upscaled](#upscaled) | [UHD Bluray Tier 02](#uhd-bluray-tier-02) | [HBO Max](#hmax) |
| [Masters of Cinema](#masters-of-cinema) | | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [Max](#max) |
| [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Hulu](#hulu) |
| [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Netflix](#nf) |
| [IMAX](#imax) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) |
| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) |
| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) |
| | | | [Pathe Thuis](#pathe) |
| | | | [Bravia Core](#bcore) |
| | | | [Stan](#stan) |
@ -81,6 +82,7 @@ I also made 3 guides related to this one.
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
| | [VP9](#vp9) | | |
------
@ -1188,6 +1190,25 @@ I also made 3 guides related to this one.
------
### VP9
??? question "VP9 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vp9.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [CLICK TO EXPAND]"
@ -1403,16 +1424,33 @@ I also made 3 guides related to this one.
??? question "Remux Tier 02 - [CLICK TO EXPAND]"
- Groups that haven't released much. (yet)
- Groups doing remuxes with multiple sources(discs) mixing what's best.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/remux-tier-02.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Remux Tier 03
??? question "Remux Tier 03 - [CLICK TO EXPAND]"
- Groups that only use one source.(So called one disc wonders.)
- Groups that use use a automated way.
- Groups that use use a fully automated way without checking.
- Groups that don't check their stuff.
- Groups that haven't released much. (yet)
- Groups that retired and don't have the best quality by todays standards.
- Groups that retired and don't have the best quality by todays standards
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/remux-tier-02.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/remux-tier-03.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
@ -1649,6 +1687,24 @@ I also made 3 guides related to this one.
------
### Max
<sub>Max</sub>
??? question "Max - [CLICK TO EXPAND]"
[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Max_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/max.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Hulu
<sub>Hulu</sub>

@ -69,9 +69,9 @@ At the bottom in your chosen profile you will see the added Custom Formats where
<p align="center">*Click on the image below to see how to make use of the flowchart.*
<p align="center">![Flowchart](/Radarr/images/flowchart-guide-radarr.png){ width="10%" height="10%" data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
<p align="center">![Flowchart](/Radarr/images/flowchart-guide-radarr.png){ width="10%" height="10%" }
![Flowchart](/Radarr/images/flowchart-custom-format-radarr.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>,else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![Flowchart](/Radarr/images/flowchart-custom-format-radarr.png)
If you're unsure or have questions do not hesitate to ask for help on Discord

@ -0,0 +1,29 @@
# Streaming Optimized (SQP-1 2160p)
--8<-- "includes/sqp/wip.md"
{! include-markdown "../../includes/sqp/1-4k-why.md" !}
{! include-markdown "../../includes/sqp/1-4k-workflow.md" !}
{! include-markdown "../../includes/sqp/important-notice.md" !}
{! include-markdown "../../includes/sqp/instructions.md" !}
{! include-markdown "../../includes/sqp/1-4k-newqp.md" !}
{! include-markdown "../../includes/sqp/merge-qualities.md" !}
{! include-markdown "../../includes/sqp/1-4k-merge-qualities.md" !}
{! include-markdown "../../includes/sqp/1-4k-select-qualities.md" !}
{! include-markdown "../../includes/sqp/move-quality-to-top.md" !}
{! include-markdown "../../includes/sqp/1-4k-qp-settings.md" !}
{! include-markdown "../../includes/sqp/1-4k-cf-scoring.md" !}
{! include-markdown "../../includes/sqp/1-4k-quality-size.md" !}
--8<-- "includes/support.md"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

@ -12,6 +12,7 @@ The Special Quality Profiles are Custom made and tested Quality Profile for spec
## The Following SQP are available
- [Streaming Optimized (SQP-1)](/SQP/1){:target="_blank" rel="noopener noreferrer"}
- [Streaming Optimized (SQP-1 2160p)](/SQP/1-4k){:target="_blank" rel="noopener noreferrer"}
- [UHD Remux|Bluray|IMAX-E (SQP-2)](/SQP/2){:target="_blank" rel="noopener noreferrer"}
- [UHD Remux|IMAX-E (SQP-3)](/SQP/3){:target="_blank" rel="noopener noreferrer"}
- [UHD WEBDL|IMAX-E (SQP-4)](/SQP/4){:target="_blank" rel="noopener noreferrer"}

@ -165,6 +165,10 @@ Add this to your `Preferred (3)` with a score of [90]
/\b(hmax|hbom|hbo[ ._-]max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b((?<!hbo[ ._-])max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [85]
```bash

@ -53,8 +53,9 @@ I also made 3 guides related to this one.
| | | [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) | [Hulu](#hulu) |
| | | [WEB Scene](#web-scene) | [NLZiet](#nlz) |
| | | [WEB Tier 03](#web-tier-03) | [Max](#max) |
| | | [WEB Scene](#web-scene) | [Hulu](#hulu) |
| | | | [NLZiet](#nlz) |
| | | | [Netflix](#nf) |
| | | | [Paramount+](#pmtp) |
| | | | [Peacock TV](#pcok) |
@ -86,6 +87,7 @@ I also made 3 guides related to this one.
| | [SDR](#sdr) | [VOSTFR](#vostfr) | |
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [HFR](#hfr) | [FastSUB](#fastsub) | |
| | [VP9](#vp9) | | |
------
@ -98,7 +100,7 @@ I also made 3 guides related to this one.
| [Anime BD Tier 05 (Remuxes)](#anime-bd-tier-05-remuxes) | [Anime Web Tier 05 (FanSubs)](#anime-web-tier-05-fansubs) | [v4](#v4) | |
| [Anime BD Tier 06 (FanSubs)](#anime-bd-tier-06-fansubs) | [Anime Web Tier 06 (FanSubs)](#anime-web-tier-06-fansubs) | [B-Global](#b-global) | |
| [Anime BD Tier 07 (P2P/Scene)](#anime-bd-tier-07-p2pscene) | [Anime Raws](#anime-raws) | [Bilibili](#bilibili) | |
| | | [Crunchyroll](#cr) | |
| [Anime BD Tier 08 (Mini Encodes)](#anime-bd-tier-08-mini-encodes) | [Anime LQ Groups](#anime-lq-groups) | [Crunchyroll](#cr) | |
| | | [Funimation](#funi) | |
| | | [HIDIVE](#hidive) | |
| | | [VRV](#vrv) | |
@ -1113,6 +1115,25 @@ I also made 3 guides related to this one.
------
### VP9
??? question "VP9 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vp9.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [CLICK TO EXPAND]"
@ -1412,6 +1433,24 @@ I also made 3 guides related to this one.
------
### Max
<sub>Max</sub>
??? question "Max - [CLICK TO EXPAND]"
[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Max_(streaming_service)){:target="_blank" rel="noopener noreferrer"}
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/max.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Hulu
<sub>Hulu</sub>

File diff suppressed because one or more lines are too long

@ -19,7 +19,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b"
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
}
},
{

@ -1,6 +1,6 @@
{
"trash_id": "5153ec7413d9dae44e24275589b5e944",
"trash_score": "1800",
"trash_score": "1850",
"name": "BHDStudio",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -0,0 +1,17 @@
{
"trash_id": "e098247bc6652dd88c76644b275260ed",
"trash_score": "51",
"name": "FLUX",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "FLUX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(FLUX)$"
}
}
]
}

@ -220,6 +220,15 @@
"value": "^(GalaxyRG)$"
}
},
{
"name": "GHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(GHD)$"
}
},
{
"name": "GPTHD",
"implementation": "ReleaseGroupSpecification",
@ -436,6 +445,15 @@
"value": "^(nSD)$"
}
},
{
"name": "Pahe",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Pahe\\.(ph|in)\\b"
}
},
{
"name": "PATOMiEL",
"implementation": "ReleaseGroupSpecification",

@ -0,0 +1,35 @@
{
"trash_id": "6a061313d22e51e0f25b7cd4dc065233",
"trash_regex": "https://regex101.com/r/fa649l/1",
"name": "MAX",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b((?<!hbo[ ._-])max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}

@ -1,6 +1,6 @@
{
"trash_id": "3a3ff47579026e76d6504ebea39390de",
"trash_score": "1900",
"trash_score": "1950",
"name": "Remux Tier 01",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -1,6 +1,6 @@
{
"trash_id": "9f98181fe5a3fbeb0cc29340da2a468a",
"trash_score": "1850",
"trash_score": "1900",
"name": "Remux Tier 02",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -13,24 +13,6 @@
"value": 5
}
},
{
"name": "decibeL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(decibeL)$"
}
},
{
"name": "EPSiLON",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EPSiLON)$"
}
},
{
"name": "Flights",
"implementation": "ReleaseGroupSpecification",
@ -40,24 +22,6 @@
"value": "^(Flights)$"
}
},
{
"name": "HiFi",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HiFi)$"
}
},
{
"name": "iFT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iFT)$"
}
},
{
"name": "KRaLiMaRKo",
"implementation": "ReleaseGroupSpecification",
@ -76,15 +40,6 @@
"value": "^(NCmt)$"
}
},
{
"name": "NTb",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NTb)$"
}
},
{
"name": "playBD",
"implementation": "ReleaseGroupSpecification",
@ -94,24 +49,6 @@
"value": "^(playBD)$"
}
},
{
"name": "PTP",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PTP)$"
}
},
{
"name": "SumVision",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SumVision)$"
}
},
{
"name": "SURFINBIRD",
"implementation": "ReleaseGroupSpecification",
@ -129,24 +66,6 @@
"fields": {
"value": "^(TEPES)$"
}
},
{
"name": "TOA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TOA)$"
}
},
{
"name": "TRiToN",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TRiToN)$"
}
}
]
}

@ -0,0 +1,98 @@
{
"trash_id": "8baaf0b3142bf4d94c42a724f034e27a",
"trash_score": "1850",
"name": "Remux Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "decibeL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(decibeL)$"
}
},
{
"name": "EPSiLON",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(EPSiLON)$"
}
},
{
"name": "HiFi",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(HiFi)$"
}
},
{
"name": "iFT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(iFT)$"
}
},
{
"name": "NTb",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NTb)$"
}
},
{
"name": "PTP",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(PTP)$"
}
},
{
"name": "SumVision",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(SumVision)$"
}
},
{
"name": "TOA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TOA)$"
}
},
{
"name": "TRiToN",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TRiToN)$"
}
}
]
}

@ -19,7 +19,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(V-?S)\\b"
"value": "\\b(V-S)\\b"
}
}
]

@ -0,0 +1,16 @@
{
"trash_id": "ae4cfaa9283a4f2150ac3da08e388723",
"name": "VP9",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VP9",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVP9\\b"
}
}
]
}

@ -40,6 +40,15 @@
"value": "^(Flights)$"
}
},
{
"name": "Kitsune",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Kitsune)$"
}
},
{
"name": "MiU",
"implementation": "ReleaseGroupSpecification",

@ -37,6 +37,24 @@
"min": 33.8,
"preferred": 153,
"max": 154
},
{
"quality": "WEBDL-2160p",
"min": 34.5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBRip-2160p",
"min": 34.5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-2160p",
"min": 102,
"preferred": 170,
"max": 171
}
]
}

@ -19,7 +19,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b"
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
}
},
{

@ -0,0 +1,18 @@
{
"trash_id": "6f808933a71bd9666531610cb8c059cc",
"trash_score": "-10000",
"name": "BR-DISK (BTN)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BR-DISK",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|MKV|XviD|WMV|d3g|BDREMUX|REMUX|^(?=.*1080p)(?=.*HEVC)|[x][-_. ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\b)(((?=.*\\b(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV|ISO|H[ ._-]?26[45])\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66|100|ISO)))))))).*"
}
}
]
}

@ -0,0 +1,17 @@
{
"trash_id": "5d9fd1b1e06cd8a475462f40214b7df6",
"trash_score": "51",
"name": "FLUX",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "FLUX",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(FLUX)$"
}
}
]
}

@ -121,6 +121,15 @@
"value": "^(TBS)$"
}
},
{
"name": "TG",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TG)$"
}
},
{
"name": "VIDEOHOLE",
"implementation": "ReleaseGroupSpecification",

@ -0,0 +1,36 @@
{
"trash_id": "81d1fbf600e2540cee87f3a23f9d3c1c",
"trash_score": "90",
"trash_regex": "https://regex101.com/r/fa649l/1",
"name": "MAX",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b((?<!hbo[ ._-])max)\\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
}
}
]
}

@ -0,0 +1,16 @@
{
"trash_id": "90501962793d580d011511155c97e4e5",
"name": "VP9",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VP9",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVP9\\b"
}
}
]
}

@ -193,6 +193,15 @@
"value": "^(KiMCHI)$"
}
},
{
"name": "Kitsune",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(Kitsune)$"
}
},
{
"name": "LAZY",
"implementation": "ReleaseGroupSpecification",

@ -58,19 +58,19 @@
},
{
"quality": "HDTV-2160p",
"min": 35.9,
"min": 25,
"preferred": 399,
"max": 400
},
{
"quality": "WEBRip-2160p",
"min": 35.9,
"min": 25,
"preferred": 399,
"max": 400
},
{
"quality": "WEBDL-2160p",
"min": 35.9,
"min": 25,
"preferred": 399,
"max": 400
},

@ -6,7 +6,7 @@
"preferred": [{
"score": -10000,
"terms": [
"/(-BRiNK|-CHX|-GHOSTS|-EVO|-FGT|JFF|PSA|MeGusta|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|TBS|-VIDEOHOLE|-worldmkv|-XLF)\\b/i"
"/(-BRiNK|-CHX|-GHOSTS|-EVO|-FGT|JFF|PSA|MeGusta|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|TBS|-TG|-VIDEOHOLE|-worldmkv|-XLF)\\b/i"
]
}],
"ignored": []

@ -18,7 +18,7 @@
{
"score": 1650,
"terms": [
"/(3CTWeB|BLUTONiUM|-BTW|-Chotab|-Cinefeel|-CiT|-CMRG|Coo7|-dB|-DEEP|-END|-ETHiCS|-FC|-Flights|-GNOME|-iJP|-iKA|-iT00NZ|-JETIX|-KHN|-KiMCHI|-LAZY|-MZABI|-NPMS|-NYH|-orbitron|playWEB|PSiG|-ROCCaT|RTFM|-SA89|-SDCC|-SIGMA|-SMURF|-SPiRiT|-TEPES|-TVSmash|-WELP)\\b/i"
"/(3CTWeB|BLUTONiUM|-BTW|-Chotab|-Cinefeel|-CiT|-CMRG|Coo7|-dB|-DEEP|-END|-ETHiCS|-FC|-Flights|-GNOME|-iJP|-iKA|-iT00NZ|-JETIX|-KHN|-KiMCHI|-Kitsune|-LAZY|-MZABI|-NPMS|-NYH|-orbitron|playWEB|PSiG|-ROCCaT|RTFM|-SA89|-SDCC|-SIGMA|-SMURF|-SPiRiT|-TEPES|-TVSmash|-WELP)\\b/i"
]
},
{

@ -22,7 +22,8 @@
"/\\b(dsnp|dsny|disney|Disney\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b((?<!hbo[ ._-])max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr: # A custom name used to identify this particular instance.
base_url: Put your Radarr URL here
@ -51,6 +52,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr: # A custom name used to identify this particular instance.
base_url: Put your Radarr URL here
@ -41,6 +42,7 @@ radarr:
# HQ Release Groups
- 3a3ff47579026e76d6504ebea39390de # Remux Tier 01
- 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02
- 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03
- c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01
- 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02
- af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03
@ -66,6 +68,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr: # A custom name used to identify this particular instance.
base_url: Put your Radarr URL here
@ -56,6 +57,7 @@ radarr:
# HQ Release Groups
- 3a3ff47579026e76d6504ebea39390de # Remux Tier 01
- 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02
- 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03
- c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01
- 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02
- af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03
@ -83,6 +85,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr-sqp-streaming: # A custom name used to identify this particular instance.
base_url: [radarr_url_goes_here]
@ -85,6 +86,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr-sqp-uhd: # A custom name used to identify this particular instance.
base_url: [radarr_url_goes_here]
@ -54,6 +55,7 @@ radarr:
# HQ Release Groups
- 3a3ff47579026e76d6504ebea39390de # Remux Tier 01
- 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02
- 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03
- 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01
- a58f517a70193f8e578056642178419d # UHD Bluray Tier 02
- e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03
@ -116,6 +118,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr-sqp-uhd: # A custom name used to identify this particular instance.
base_url: [radarr_url_goes_here]
@ -54,6 +55,7 @@ radarr:
# HQ Release Groups
- 3a3ff47579026e76d6504ebea39390de # Remux Tier 01
- 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02
- 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03
- c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01
- 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02
- af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03
@ -113,6 +115,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr-sqp-uhd: # A custom name used to identify this particular instance.
base_url: [radarr_url_goes_here]
@ -53,6 +54,7 @@ radarr:
# HQ Release Groups
- 3a3ff47579026e76d6504ebea39390de # Remux Tier 01
- 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02
- 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03
- c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01
- 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02
- af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03
@ -112,6 +114,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr-sqp-uhd: # A custom name used to identify this particular instance.
base_url: [radarr_url_goes_here]
@ -53,6 +54,7 @@ radarr:
# HQ Release Groups
- 3a3ff47579026e76d6504ebea39390de # Remux Tier 01
- 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02
- 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03
- 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01
- a58f517a70193f8e578056642178419d # UHD Bluray Tier 02
- e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03
@ -115,6 +117,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,3 +1,4 @@
# Updated: 2023-05-25
radarr:
radarr: # A custom name used to identify this particular instance.
base_url: Put your Radarr URL here
@ -84,6 +85,7 @@ radarr:
- 509e5f41146e278f9eab1ddaceb34515 # HBO
- 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX
- 526d445d4c16214309f0fd2b3be18a89 # Hulu
- 6a061313d22e51e0f25b7cd4dc065233 # MAX
- 170b1d363bd8516fbf3a3eb05d4faff6 # NF
- bf7e73dd1d85b12cc527dc619761c840 # Pathe
- c9fd353f8f5f1baf56dc601c4cb29920 # PCOK

@ -1,4 +1,5 @@
# This config file is for use with Sonarr V4 only
# Updated: 2023-05-25
sonarr:
sonarr: # A custom name used to identify this particular instance.
base_url: Put your Sonarr URL here
@ -31,6 +32,7 @@ sonarr:
- a880d6abc21e7c16884f3ae393f84179 # HMAX
- f6cce30f1733d5c8194222a7507909bb # HULU
- 0ac24a2a68a9700bcb7eeca8e5cd644c # iT
- 81d1fbf600e2540cee87f3a23f9d3c1c # MAX
- d34870697c9db575f17700212167be23 # NF
- b2b980877494b560443631eb1f473867 # NLZ
- 1656adc6d7bb2c8cca6acfb6592db421 # PCOK

@ -1,4 +1,5 @@
# This config file is for use with Sonarr V4 only
# Updated: 2023-05-25
sonarr:
sonarr: # A custom name used to identify this particular instance.
base_url: Put your Sonarr URL here
@ -46,6 +47,7 @@ sonarr:
- a880d6abc21e7c16884f3ae393f84179 # HMAX
- f6cce30f1733d5c8194222a7507909bb # HULU
- 0ac24a2a68a9700bcb7eeca8e5cd644c # iT
- 81d1fbf600e2540cee87f3a23f9d3c1c # MAX
- d34870697c9db575f17700212167be23 # NF
- b2b980877494b560443631eb1f473867 # NLZ
- 1656adc6d7bb2c8cca6acfb6592db421 # PCOK

@ -1,8 +1,8 @@
mkdocs-glightbox==0.3.4
mkdocs-awesome-pages-plugin==2.9.0
mkdocs-awesome-pages-plugin==2.9.1
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-macros-plugin==0.7.0
mkdocs-material==9.1.8
mkdocs-material==9.1.14
mkdocs-minify-plugin==0.6.4
mkdocs-redirects==1.2.0
mkdocs-include-markdown-plugin==4.0.4

File diff suppressed because one or more lines are too long

@ -1,3 +1,40 @@
# 2023-05-24 21:00
**[New]**
- [Starr] Add `Max` CF to match the renamed `HBO Max` streaming service.
- [Starr] Add RlsGrp `Kitsune` to `WEB Tier 02`.
**[Updated]**
- [Starr] Add the `Max` CF to all the jsons and guides.
- [Radarr] add RlsGrp `pahe` to `LQ`.
**[Fixed]**
- [Radarr] Fix false positive matches on vs in movie titles for the `Vinegar Syndrome` CF.
- [Sonarr] Lowered Minimum Quality file size for `HDTV-2160p`, `WEBRip-2160p` and `WEBDL-2160p`.
- [qBittorrent - Port forwarding] Change listening port to TCP for consistence with main Qbt guide.
- [Starr] Changed case of CF `Max` to `MAX` to be consistent with the other streaming services.
# 2023-05-18 12:00
**[New]**
- [Radarr] Added CF `Remux Tier 03`, This way we can fine tune the RlsGrps even more. please update your automation sync tools to accept the new CF.
- [Starr] Added CF 'VP9'.
- [SQP-1 2160p] [WIP] Started testing a 2160p SQP that's Optimized for PLEX, Emby, Jellyfin, and other streaming platforms. more info check the SQP channel.
**[Updated]**
- [Radarr] Increased the score for CF `Remux Tier 01-02`.
**[Fixed]**
- [Starr] Added `HLG` to CF `2160p`.
# 2023-05-09 19:35
**[New]**
- None
**[Updated]**
- [Sonarr] Added RlsGrp `TG` to `LQ` - because they do releases in strange aspect ratios and mislabel their releases.
**[Fixed]**
- [Guide - Hardlinks] Added the usenet incomplete folder to the folder tree.
# 2023-05-07 19:00
**[New]**
- None

@ -2,8 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |

@ -2,8 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |

@ -2,8 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>,else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |

@ -3,6 +3,7 @@
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | {{ radarr['cf']['remux-tier-01']['trash_score'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | {{ radarr['cf']['remux-tier-02']['trash_score'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | {{ radarr['cf']['remux-tier-03']['trash_score'] }} | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |

@ -2,8 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |

@ -7,6 +7,7 @@
| [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} |
| [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} |
| [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} |
| [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} |
| [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} |
| [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_score'] }} | {{ radarr['cf']['ma']['trash_id'] }} |
| [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} |

@ -2,8 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |

@ -2,8 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |

@ -2,7 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |

@ -2,8 +2,7 @@
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.<br>- If the Guide says <b>ALL</b> it means <b>ALL</b>. (<u>Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+</u>,else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).<br><br><b>All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.</b>" }
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |

@ -4,9 +4,9 @@
| [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | 1 | {{ sonarr['cf']['amzn']['trash_id'] }} |
| [{{ sonarr['cf']['bglobal']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#b-global) | 0 | {{ sonarr['cf']['bglobal']['trash_id'] }} |
| [{{ sonarr['cf']['bilibili']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#bilibili) | 0 | {{ sonarr['cf']['bilibili']['trash_id'] }} |
| [{{ sonarr['cf']['cr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#crunchyroll) | {{ sonarr['cf']['cr']['trash_score'] }} | {{ sonarr['cf']['cr']['trash_id'] }} |
| [{{ sonarr['cf']['cr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cr) | {{ sonarr['cf']['cr']['trash_score'] }} | {{ sonarr['cf']['cr']['trash_id'] }} |
| [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | 4 | {{ sonarr['cf']['dsnp']['trash_id'] }} |
| [{{ sonarr['cf']['funi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#funimation) | {{ sonarr['cf']['funi']['trash_score'] }} | {{ sonarr['cf']['funi']['trash_id'] }} |
| [{{ sonarr['cf']['funi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#funi) | {{ sonarr['cf']['funi']['trash_score'] }} | {{ sonarr['cf']['funi']['trash_id'] }} |
| [{{ sonarr['cf']['hidive']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hidive) | 0 | {{ sonarr['cf']['hidive']['trash_id'] }} |
| [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | 2 | {{ sonarr['cf']['nf']['trash_id'] }} |
| [{{ sonarr['cf']['vrv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vrv) | {{ sonarr['cf']['vrv']['trash_score'] }} | {{ sonarr['cf']['vrv']['trash_id'] }} |

@ -7,6 +7,7 @@
| [{{ 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'] }} |

@ -6,6 +6,7 @@ data
│ ├── music
│ └── tv
├── usenet
│ ├── incomplete
│ └── complete
│ ├── books
│ ├── movies

@ -1,6 +1,7 @@
```none
data
└── usenet
├── incomplete
└── complete
├── books
├── movies

@ -0,0 +1,123 @@
#### Custom Formats and scores
??? abstract "Audio - [CLICK TO EXPAND]"
!!! danger "The CF with `0` you can choose to add with a score of `0` or just don't add them.<br>The reason why we score them this low is to prevent transcoding as much as possible<br>The reason why `DTS` has a score of `0` is to make sure you don't limit your self to much."
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------- | ---------------: | ------------------------------------------------- |
| [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | :warning: -10000 | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
| [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | :warning: -10000 | {{ radarr['cf']['dts-x']['trash_id'] }} |
| [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | :warning: 0 | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
| [{{ radarr['cf']['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | :warning: 0 | {{ radarr['cf']['ddplus-atmos']['trash_id'] }} |
| [{{ radarr['cf']['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | :warning: -10000 | {{ radarr['cf']['truehd']['trash_id'] }} |
| [{{ radarr['cf']['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | :warning: -10000 | {{ radarr['cf']['dts-hd-ma']['trash_id'] }} |
| [{{ radarr['cf']['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | :warning: 0 | {{ radarr['cf']['flac']['trash_id'] }} |
| [{{ radarr['cf']['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | :warning: 0 | {{ radarr['cf']['pcm']['trash_id'] }} |
| [{{ radarr['cf']['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | :warning: -10000 | {{ radarr['cf']['dts-hd-hra']['trash_id'] }} |
| [{{ radarr['cf']['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | :warning: 0 | {{ radarr['cf']['ddplus']['trash_id'] }} |
| [{{ radarr['cf']['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | :warning: -10000 | {{ radarr['cf']['dts-es']['trash_id'] }} |
| [{{ radarr['cf']['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | :warning: 0 | {{ radarr['cf']['dts']['trash_id'] }} |
| [{{ radarr['cf']['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | :warning: 0 | {{ radarr['cf']['aac']['trash_id'] }} |
| [{{ radarr['cf']['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | :warning: 0 | {{ radarr['cf']['dd']['trash_id'] }} |
??? abstract "All HDR Formats + DV (WEBDL) - [CLICK TO EXPAND]"
!!! danger "The reason why we add `DV (WEBDL)` is because you want maximum compatibility between all devices :warning:"
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_score'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_score'] }} | {{ radarr['cf']['dv']['trash_id'] }} |
| [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_score'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} |
| [{{ radarr['cf']['dv-sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-sdr) | {{ radarr['cf']['dv-sdr']['trash_score'] }} | {{ radarr['cf']['dv-sdr']['trash_id'] }} |
| [{{ radarr['cf']['hdr10plus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus) | {{ radarr['cf']['hdr10plus']['trash_score'] }} | {{ radarr['cf']['hdr10plus']['trash_id'] }} |
| [{{ radarr['cf']['hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10) | {{ radarr['cf']['hdr10']['trash_score'] }} | {{ radarr['cf']['hdr10']['trash_id'] }} |
| [{{ radarr['cf']['hdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr) | {{ radarr['cf']['hdr']['trash_score'] }} | {{ radarr['cf']['hdr']['trash_id'] }} |
| [{{ radarr['cf']['hdr-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr-undefined) | {{ radarr['cf']['hdr-undefined']['trash_score'] }} | {{ radarr['cf']['hdr-undefined']['trash_id'] }} |
| [{{ radarr['cf']['pq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pq) | {{ radarr['cf']['pq']['trash_score'] }} | {{ radarr['cf']['pq']['trash_id'] }} |
| [{{ radarr['cf']['hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hlg) | {{ radarr['cf']['hlg']['trash_score'] }} | {{ radarr['cf']['hlg']['trash_id'] }} |
| [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | {{ radarr['cf']['dv-webdl']['trash_score'] }} | {{ radarr['cf']['dv-webdl']['trash_id'] }} |
??? abstract "Movie Versions - [CLICK TO EXPAND]"
!!! danger "Adding `IMAX`/`IMAX Enhanced` will replace the BHDStudio release :warning:"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['hybrid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hybrid) | {{ radarr['cf']['hybrid']['trash_score'] }} | {{ radarr['cf']['hybrid']['trash_id'] }} |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_score'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_score'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |
| [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_score'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} |
| [{{ radarr['cf']['masters-of-cinema']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#masters-of-cinema) | {{ radarr['cf']['masters-of-cinema']['trash_score'] }} | {{ radarr['cf']['masters-of-cinema']['trash_id'] }} |
| [{{ radarr['cf']['vinegar-syndrome']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vinegar-syndrome) | {{ radarr['cf']['vinegar-syndrome']['trash_score'] }} | {{ radarr['cf']['vinegar-syndrome']['trash_id'] }} |
| [{{ radarr['cf']['special-edition']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#special-edition) | {{ radarr['cf']['special-edition']['trash_score'] }} | {{ radarr['cf']['special-edition']['trash_id'] }} |
| [{{ radarr['cf']['imax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax) | {{ radarr['cf']['imax']['trash_score'] }} | {{ radarr['cf']['imax']['trash_id'] }} |
| [{{ radarr['cf']['imax-enhanced']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax-enhanced) | {{ radarr['cf']['imax-enhanced']['trash_score'] }} | {{ radarr['cf']['imax-enhanced']['trash_id'] }} |
!!! tip "{{ radarr['cf']['imax-enhanced']['name'] }}"
{{ radarr['cf']['imax-enhanced']['name'] }}: Get More Picture Instead of Black Bars.
{{ radarr['cf']['imax-enhanced']['name'] }} exclusive expanded aspect ratio is 1:90:1, which offers up to 26% more picture for select sequences, meaning more of the action is visible on screen.
If you don't prefer `{{ radarr['cf']['imax-enhanced']['name'] }}` then don't add it or use a score of `0`
??? abstract "HQ Release Groups - [CLICK TO EXPAND]"
!!! danger "Adding `HD Bluray Tier xx` means you get less or not streaming optimized :warning:"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------------------------ | -----------------------------------------------: | --------------------------------------------------- |
| [{{ radarr['cf']['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/bhdstudio.json) | {{ radarr['cf']['bhdstudio']['trash_score'] }} | {{ radarr['cf']['bhdstudio']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/sqp/radarr-unwanted-uhd.md" !}
??? abstract "Optional - [CLICK TO EXPAND]"
!!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:"
!!! danger "**The `SDR` is a MUST for this SQP** :warning:"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_score'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} |
| [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_score'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} |
| [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_score'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} |
| [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_score'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} |
| [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_score'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} |
| [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_score'] }} | {{ radarr['cf']['retags']['trash_id'] }} |
| [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_score'] }} | {{ radarr['cf']['scene']['trash_id'] }} |
| [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} |
| [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |
------
Breakdown and Why
- **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.
- **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+)
- **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay.
- **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.
- **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases)
- **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] (use these only if you dislike retagged releases)
- **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases)
- **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
**But it will allow x265 releases if they have HDR and/or DV**
*Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.*
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_score'] }}`
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd), Only ever include one of them :warning:"
- **{{ radarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats.
{! include-markdown "../../includes/sqp/hd-radarr-resolution.md" !}
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

@ -0,0 +1,24 @@
##### Merge the following Qualities together
- Bluray-720p
- Bluray-1080p
- WEBDL-1080p
- WEBRip-1080p
- WEBDL-720p
- WEBRip-720p
and name it what ever you want I used: `Bluray|WEB-1080p`
![!Merge the following Qualities together](/SQP/images/1-merge-qualities.png)
and merge the following 2160p ones in a new group
- Bluray-2160p
- WEBDL-2160p
- WEBRip-2160p
and name it what ever you want I used: `Bluray|WEB-2160p`
![!Merge the following Qualities together](/SQP/images/1-4k-merge-qualities.png)
!!! warning "Make sure you put the merged `Bluray|WEB-2160p` above the merged `Bluray|WEB-1080p`"

@ -0,0 +1,7 @@
### Create a new Quality Profile
`Settings` => `Profiles`
Create a new profile and name it what ever you want I used: `Bluray|WEB-2160p`
![!Create a new Quality Profile](/SQP/images/1-4k-newqp.png)

@ -0,0 +1,17 @@
#### Quality Profile Settings
- **Enable:** `Upgrades Allowed`
- **Upgrade Until Quality:** `Bluray|WEB-2160p`
- **Minimum Custom Format Score:** `1000` <sup>(*1*)</sup>
- **Upgrade Until Custom Format Score:** `10000`
!!! info "<sup>(*1*)</sup> If you're limited to public indexers or, not have access to the top tier indexers you might want to lower the `Minimum Custom Format Score` to 10."
??? success "example - [CLICK TO EXPAND]"
![!Quality Profile Settings](/SQP/images/1-4k-qp-settings.png)
!!! warning
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.
- Always follow the data described in the guide.
- If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.

@ -0,0 +1,21 @@
### Quality Size
`Settings` => `Quality`
| Quality | Min | Max |
| ------------------------------------------------------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][1]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][1]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][1]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][2]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][2]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][2]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][6]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][6]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][6]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][7]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][7]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][7]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][8]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][8]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][8]['max'] }} |
The reason why you don't see the `Preferred` score in the table above is because we want max quality anyway. So set it as high as possible.
The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.
Make sure you have enabled `Show Advanced` in Radarr, if you don't see a provision to enter the scores, under the Quality settings.

@ -0,0 +1,5 @@
#### Select the following qualities
- The merged quality profile: `Bluray|WEB-1080p` and `Bluray|WEB-2160p`
![!Select the following qualities](/SQP/images/1-4k-select-qualities.png)

@ -0,0 +1,12 @@
## Why choose this quality profile
??? question "Why choose this quality profile? - [CLICK TO EXPAND]"
- You want 2160p with DV + HDR10 but don't care about HD audio (TrueHD, DTS-HD, DTS-X).
- You want maximum compatibility between all devices and still a HQ releases.
- You run 2 instances of Radarr and want both version or you want to use this as your main.
- You want to have minimum till none transcoding for low powered devices or remote streaming.
- If available for you Streaming optimized. (Optimized for PLEX, emby, Jellyfin, and other streaming platforms).
- Optimized for PLEX, emby, Jellyfin, and other streaming platforms.
- Encoded lossless audio track to Dolby Digital Plus 7.1 with Dolby Digital 5.1 fallback.
- Dolby Vision with HDR10 fallback.

@ -0,0 +1,32 @@
## Workflow Logic
??? abstract "Workflow Logic - [CLICK TO EXPAND]"
**Depending what's released first and available the following Workflow Logic will be used:**
- When a (U)HD WEBDL is released it will download the (U)HD WEB-DL. (streaming services)
- When a (U)HD BHDStudio is released it will download the (U)HD BHDStudio releases.
- Where the UHD will upgrade the HD.
------
*Possible Variables*
**When no (U)HD BHDStudio or (U)HD WEBDL exist (or limited sources) it will grab the following:**
- Get other HD Bluray Encodes (less or not streaming optimized)
- Prefer HQ Encodes (Bluray-720/1080)
- When the IMAX-E is released it will upgrade to the IMAX-E.
- When there is no BHDStudio release or WEBDL it will get a HD Bluray Encodes (less or not streaming optimized)
!!! info "BHDStudio"
BHDStudio does HQ 1080p/2160p Encodes with the following features
- Streaming optimized (Optimized for PLEX, emby, Jellyfin, and other streaming platforms)
- [1080p] AC3 Audio (Downmixed Lossless audio track to Dolby Digital 5.1 for optimal compatibility)
- [2160p] Encoded lossless audio track to Dolby Digital Plus 7.1 with Dolby Digital 5.1 fallback.
- [2160p] Dolby Vision with HDR10 fallback.
- Small sizes
- Good quality
Biggest drawback if you don't have access to the top tier indexers you won't have access to all BHDStudio releases, and in that case you might need to choose a few of the optional variables.

@ -11,6 +11,7 @@
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------------------- |
| [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | {{ radarr['cf']['remux-tier-01']['trash_score'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | {{ radarr['cf']['remux-tier-02']['trash_score'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | {{ radarr['cf']['remux-tier-03']['trash_score'] }} | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['uhd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01) | {{ radarr['cf']['uhd-bluray-tier-01']['trash_score'] }} | {{ radarr['cf']['uhd-bluray-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['uhd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02) | {{ radarr['cf']['uhd-bluray-tier-02']['trash_score'] }} | {{ radarr['cf']['uhd-bluray-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['uhd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03) | {{ radarr['cf']['uhd-bluray-tier-03']['trash_score'] }} | {{ radarr['cf']['uhd-bluray-tier-03']['trash_id'] }} |

@ -0,0 +1,21 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} |
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
| [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_score'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} |
------
Breakdown and Why
- **{{ radarr['cf']['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **{{ radarr['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.
- **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265, But it will allow 720/1080p x265 releases if they have HDR and/or DV. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd), Only ever include one of them :warning:"
- **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
- **{{ radarr['cf']['upscaled']['name'] }}:** A custom format to prevent Radarr from grabbing upscaled releases.

@ -23,6 +23,7 @@ extra_css:
- stylesheets/github-permalink-style.css
markdown_extensions:
- attr_list
- admonition
- pymdownx.caret
- pymdownx.critic

Loading…
Cancel
Save