After Width: | Height: | Size: 538 KiB |
@ -1,37 +1,32 @@
|
||||
# Streaming Optimized
|
||||
# Streaming Optimized (SQP-1)
|
||||
|
||||
!!! note
|
||||
Keep in mind this SQP is a WIP. Changes are done when needed.
|
||||
--8<-- "includes/sqp/wip.md"
|
||||
|
||||
It uses Custom Formats and specific settings that will probably never make it to the guide, being the guide is used by the masses and what's used here is made for specific needs.
|
||||
{! include-markdown "../../includes/sqp/1-why.md" !}
|
||||
|
||||
This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.
|
||||
{! include-markdown "../../includes/sqp/1-workflow.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-1-why.md" !}
|
||||
<!-- --8<-- "includes/sqp/1-1-why.md" -->
|
||||
{! include-markdown "../../includes/sqp/important-notice.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-1-workflow.md" !}
|
||||
<!-- --8<-- "includes/sqp/1-1-workflow.md" -->
|
||||
{! include-markdown "../../includes/sqp/instructions.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-1-instructions.md" !}
|
||||
<!-- --8<-- "includes/sqp/1-1-instructions.md" -->
|
||||
{! include-markdown "../../includes/sqp/1-newqp.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-1-newqp.md" !}
|
||||
<!-- --8<-- "includes/sqp/1-1-newqp.md" -->
|
||||
{! include-markdown "../../includes/sqp/merge-qualities.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-1-merge.md" !}
|
||||
<!-- --8<-- "includes/sqp/1-1-merge.md" -->
|
||||
{! include-markdown "../../includes/sqp/1-merge-qualities.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-1-sqp.md" !}
|
||||
<!-- --8<-- "includes/sqp/1-1-sqp.md" -->
|
||||
{! include-markdown "../../includes/sqp/1-select-qualities.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-1-cf-scoring.md" !}
|
||||
<!-- --8<-- "includes/sqp/1-1-cf-scoring.md" -->
|
||||
{! include-markdown "../../includes/sqp/1-qp-settings.md" !}
|
||||
|
||||
{! include-markdown "../../includes/support.md" !}
|
||||
<!-- --8<-- "includes/support.md" -->
|
||||
{! include-markdown "../../includes/sqp/1-cf-scoring.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/1-quality-size.md" !}
|
||||
|
||||
--8<-- "includes/support.md"
|
||||
|
||||
------
|
||||
|
||||
[^1]:
|
||||
If you don't mind to get also other Bluray Encodes (less or not streaming optimized) then you could lower this score to 10.
|
||||
If you're limited to public indexers then you could lower this score to 10.
|
||||
|
@ -0,0 +1,27 @@
|
||||
# UHD Bluray|IMAX-E (SQP-5)
|
||||
|
||||
--8<-- "includes/sqp/wip.md"
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-why.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-workflow.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/important-notice.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/instructions.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-newqp.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/merge-qualities.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-merge-qualities.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-select-qualities.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-qp-settings.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-cf-scoring.md" !}
|
||||
|
||||
{! include-markdown "../../includes/sqp/5-quality-size.md" !}
|
||||
|
||||
--8<-- "includes/support.md"
|
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 3.7 KiB |
@ -0,0 +1,27 @@
|
||||
{
|
||||
"trash_id": "f537cf427b64c38c8e36298f657e4828",
|
||||
"trash_score": "-10000",
|
||||
"trash_regex": "https://regex101.com/r/viarq7/1",
|
||||
"name": "Scene",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "Scene Groups + Naming",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "^(?=.*([_. ]WEB[_. ]))|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-KOGI|-PECULATE|-SLOT)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not INFLATE/DEFLATE",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(INFLATE|DEFLATE)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"trash_id": "66aaa8c2c03c0191a95f0d655b75ab10",
|
||||
"trash_score": "2300",
|
||||
"name": "UHD (CtrlHD)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "CtrlHD",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bCtrlHD\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not REMUX",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"trash_id": "afeb99e5db09290546f742503ce1cdb6",
|
||||
"trash_score": "2300",
|
||||
"name": "UHD (DON)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "DON",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bDON\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not REMUX",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"trash_id": "96848626e1570c122aba8642fe2714a2",
|
||||
"trash_score": "2200",
|
||||
"name": "UHD (HQMUX)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "HQMUX",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bHQMUX\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not REMUX",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"trash_id": "4da96773192a51cf96178212642ca3bb",
|
||||
"trash_score": "2150",
|
||||
"name": "UHD (LEGi0N)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "LEGI0N",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bLEGi0N\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not REMUX",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"trash_id": "65be7ce5ec4c31e684c7b8368b8bd6bb",
|
||||
"trash_score": "2250",
|
||||
"name": "UHD (SPHD)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "SPHD",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSPHD\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not REMUX",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
{
|
||||
"trash_id": "ffebc267e9c98d3d383f37b238550079",
|
||||
"trash_score": "2300",
|
||||
"name": "UHD (W4NK3R)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "W4NK3R",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bW4NK3R\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not REMUX",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,53 +0,0 @@
|
||||
{
|
||||
"trash_id": "ac49fdbf6a662d380556f40ff4856f29",
|
||||
"trash_score": "1800",
|
||||
"name": "UHD (WEBDV)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "REMUX-WEBDV",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bWEBDV\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
??? summary "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-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['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-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
|
||||
|
||||
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv), Only ever include one of them :warning:"
|
||||
|
||||
- **{{ 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']['3d']['name'] }}:** Is 3D still a thing for home use ?
|
@ -1,6 +0,0 @@
|
||||
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
|
||||
| Custom Format | Score | Trash ID |
|
||||
| ----------------------------------------------------------------------------------------------- | --------------------------------------------- | ------------------------------------------ |
|
||||
| [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['cf']['hq-remux']['trash_score'] }} | {{ radarr['cf']['hq-remux']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['cf']['hq']['trash_score'] }} | {{ radarr['cf']['hq']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['cf']['hq-webdl']['trash_score'] }} | {{ radarr['cf']['hq-webdl']['trash_id'] }} |
|
@ -1,10 +0,0 @@
|
||||
??? summary "HQ 4k Encodes - [CLICK TO EXPAND]"
|
||||
| Custom Format | Score | Trash ID |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- |
|
||||
| [{{ radarr['cf']['uhd-ctrlhd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-ctrlhd.json) | {{ radarr['cf']['uhd-ctrlhd']['trash_score'] }} | {{ radarr['cf']['uhd-ctrlhd']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['uhd-don']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-don.json) | {{ radarr['cf']['uhd-don']['trash_score'] }} | {{ radarr['cf']['uhd-don']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['uhd-w4nk3r']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-w4nk3r.json) | {{ radarr['cf']['uhd-w4nk3r']['trash_score'] }} | {{ radarr['cf']['uhd-w4nk3r']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['uhd-sphd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-sphd.json) | {{ radarr['cf']['uhd-sphd']['trash_score'] }} | {{ radarr['cf']['uhd-sphd']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['uhd-hqmux']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-hqmux.json) | {{ radarr['cf']['uhd-hqmux']['trash_score'] }} | {{ radarr['cf']['uhd-hqmux']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['uhd-legi0n']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-legi0n.json) | {{ radarr['cf']['uhd-legi0n']['trash_score'] }} | {{ radarr['cf']['uhd-legi0n']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['uhd-webdv']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-webdv.json) | {{ radarr['cf']['uhd-webdv']['trash_score'] }} | {{ radarr['cf']['uhd-webdv']['trash_id'] }} |
|
@ -0,0 +1 @@
|
||||
!!! Danger "**DISCLAIMER**<br><br>The current Sonarr v4 branch is for dev and testing purposes internally only.<br>It is not supported nor officially released and still considered pre-alpha.<br>It is not advised to run pre-alpha software in a production environment.<br>Any issues encountered including glitches or data loss are not supported and you're on your own.<br><br>:warning: - What ever issue you find related to Sonarr **DO NOT** report it in Sonarr Discord. - :warning:<br><br>Any questions related to the guide can be asked in TRaSH-Guides Discord.<br><br>`perhaps` this disclaimer will be removed `soon(tm)`"
|
@ -1,47 +0,0 @@
|
||||
#### Custom Formats and scores
|
||||
|
||||
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
|
||||
| Custom Format | Score | Trash ID |
|
||||
| ----------------------------------------------------------------------------------------------- | --------------------------------------------- | ------------------------------------------ |
|
||||
| [{{ radarr['cf']['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['cf']['hq-webdl']['trash_score'] }} | {{ radarr['cf']['hq-webdl']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['cf']['hq-remux']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} |
|
||||
|
||||
??? summary "BHDStudio - [CLICK TO EXPAND]"
|
||||
| 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'] }} |
|
||||
|
||||
??? summary "Resolution - [CLICK TO EXPAND]"
|
||||
| Custom Format | Score | Trash ID |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | --------------------------------------- |
|
||||
| [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/720p.json) | {{ radarr['cf']['720p']['trash_score'] }} | {{ radarr['cf']['720p']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/1080p.json) | {{ radarr['cf']['1080p']['trash_score'] }} | {{ radarr['cf']['1080p']['trash_id'] }} |
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
|
||||
|
||||
### Quality Size
|
||||
|
||||
`Settings` => `Quality`
|
||||
|
||||
Change the 1080p Quality Size to the range BHDStudio uses ( I searched BHD to check what was their smallest and biggest release, so this can change later if needed)
|
||||
|
||||
If you notice issues with the sizes please report it.
|
||||
|
||||
| Quality | Min | Preferred | Max |
|
||||
| ------------------------------------------------------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------- |
|
||||
| {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['preferred'] }} | {{ 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]['preferred'] }} | {{ 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]['preferred'] }} | {{ 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]['preferred'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['max'] }} |
|
||||
|
||||
??? check "example - [CLICK TO EXPAND]"
|
||||

|
||||
|
||||
!!! attention
|
||||
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.
|
@ -1,8 +0,0 @@
|
||||
## Instructions
|
||||
|
||||
!!! warning ""
|
||||
|
||||
1. Follow every steps below.
|
||||
1. Don't skip any steps.
|
||||
1. Changing the tested recommended scores could result in undesired results.
|
||||
1. Adding CF not in this guide could result in undesired results.
|
@ -1,11 +0,0 @@
|
||||
#### Merge Qualities
|
||||
|
||||
Merge the following Qualities together:
|
||||
|
||||
- Bluray-720p
|
||||
- Bluray-1080p
|
||||
- WEBDL/WEBRIP-1080p
|
||||
|
||||
To merge them you need to click on the edit groups.
|
||||
|
||||

|
@ -1,7 +0,0 @@
|
||||
### Create a new Quality Profile
|
||||
|
||||
`Settings` => `Profiles`
|
||||
|
||||
Create a new profile and name it what ever you want I used `Bluray|WEB-1080p`
|
||||
|
||||

|
@ -1,14 +0,0 @@
|
||||
## Workflow Rules
|
||||
|
||||
??? summary "Workflow Rules - [CLICK TO EXPAND]"
|
||||
|
||||
It will prefer 1080p BHDStudio releases, if no BHDStudio can be found it will prefer HQ WEB-DL
|
||||
|
||||
!!! info "BHDStudio"
|
||||
BHDStudio does HQ 1080p Encodes with the following features
|
||||
|
||||
- Streaming optimized (Optimized for PLEX, emby, Jellyfin, and other streaming platforms)
|
||||
- AC3 Audio (Downmixed Lossless audio track to Dolby Digital 5.1 for optimal compatibility)
|
||||
- Small sizes
|
||||
- Good quality
|
||||
- No Dolby Vision
|
@ -0,0 +1,12 @@
|
||||
##### 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`
|
||||
|
||||

|
@ -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-1080p`
|
||||
|
||||

|
@ -0,0 +1,16 @@
|
||||
### Quality Size
|
||||
|
||||
`Settings` => `Quality`
|
||||
|
||||
| Quality | Min | Preferred | Max |
|
||||
| ------------------------------------------------------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------- |
|
||||
| {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][0]['preferred'] }} | {{ 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]['preferred'] }} | {{ 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]['preferred'] }} | {{ 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]['preferred'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][3]['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`
|
||||
|
||||

|
@ -0,0 +1,31 @@
|
||||
## Workflow Logic
|
||||
|
||||
??? summary "Workflow Logic - [CLICK TO EXPAND]"
|
||||
|
||||
**Depending what's released first and available the following Workflow Logic will be used:**
|
||||
|
||||
- When a HD WEBDL is released it will download the HD WEB-DL. (streaming services)
|
||||
- When a BHDStudio is released it will download the BHDStudio releases.
|
||||
- If no BHDStudio can be found (not existing or limited sources) it will prefer HQ WEB-DL.
|
||||
|
||||
------
|
||||
|
||||
*Possible Variables*
|
||||
|
||||
**When no BHDStudio or HD WEBDL exist (or limited sources) it will grab the following:**
|
||||
|
||||
- Get other 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 HQ Encode
|
||||
|
||||
!!! info "BHDStudio"
|
||||
BHDStudio does HQ 1080p Encodes with the following features
|
||||
|
||||
- Streaming optimized (Optimized for PLEX, emby, Jellyfin, and other streaming platforms)
|
||||
- AC3 Audio (Downmixed Lossless audio track to Dolby Digital 5.1 for optimal compatibility)
|
||||
- Small sizes
|
||||
- Good quality
|
||||
- No Dolby Vision
|
||||
|
||||
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.
|
@ -1,16 +1,21 @@
|
||||
## Workflow Rules
|
||||
## Workflow Logic
|
||||
|
||||
??? summary "Workflow Rules - [CLICK TO EXPAND]"
|
||||
??? summary "Workflow Logic - [CLICK TO EXPAND]"
|
||||
|
||||
1. With this profile you would download the 4k WEB-DL (streaming services)
|
||||
1. When the 4k Remux is released it will upgrade to the 4k Remux.
|
||||
1. When the HQ Encode is released it will upgrade to the HQ Encode.
|
||||
1. When there is no HQ Encode you still get the 4k Remuxes.
|
||||
1. When there is no 4k WEB-DL it will get 1080p with HDR/DV (Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.)
|
||||
1. When there is no 4k release it will get the 1080p Remux.
|
||||
**Depending what's released first and available the following Workflow Logic will be used:**
|
||||
|
||||
!!! info "Optional IMAX Enhanced"
|
||||
- When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services)
|
||||
- When the 4k Remux is released it will upgrade to the 4k Remux.
|
||||
- When the HQ Encode is released it will upgrade to the HQ Encode.
|
||||
- When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*)
|
||||
|
||||
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
|
||||
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata** :bangbang:
|
||||
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`. :bangbang:
|
||||
------
|
||||
|
||||
*Possible Variables*
|
||||
|
||||
**When no 4k exist it will grab the following:**
|
||||
|
||||
- 1080p WEBDL with DV/HDR
|
||||
- 1080p Remux
|
||||
|
||||
!!! info "[*Optional*] IMAX Enhanced (IMAX-E)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."
|
||||
|
@ -1,15 +1,20 @@
|
||||
## Workflow Rules
|
||||
## Workflow Logic
|
||||
|
||||
??? summary "Workflow Rules - [CLICK TO EXPAND]"
|
||||
??? summary "Workflow Logic - [CLICK TO EXPAND]"
|
||||
|
||||
1. With this profile you would download the 4k WEB-DL (streaming services)
|
||||
1. When the 4k Remux is released it will upgrade to the 4k Remux.
|
||||
1. When there is no 4k WEB-DL it will get 1080p with HDR/DV
|
||||
(Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.)
|
||||
1. When there is no 4k release it will get the 1080p Remux.
|
||||
**Depending what's released first and available the following Workflow Logic will be used:**
|
||||
|
||||
!!! info "Optional IMAX Enhanced"
|
||||
- When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services)
|
||||
- When the 4k Remux is released it will upgrade to the 4k Remux.
|
||||
- When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*)
|
||||
|
||||
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
|
||||
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata** :bangbang:
|
||||
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`. :bangbang:
|
||||
------
|
||||
|
||||
*Possible Variables*
|
||||
|
||||
**When no 4k exist it will grab the following:**
|
||||
|
||||
- 1080p WEBDL with DV/HDR
|
||||
- 1080p Remux
|
||||
|
||||
!!! info "[*Optional*] IMAX Enhanced (IMAX-E)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."
|
||||
|
@ -1,14 +1,19 @@
|
||||
## Workflow Rules
|
||||
## Workflow Logic
|
||||
|
||||
??? summary "Workflow Rules - [CLICK TO EXPAND]"
|
||||
??? summary "Workflow Logic - [CLICK TO EXPAND]"
|
||||
|
||||
1. With this profile you would download the 4k WEB-DL (streaming services)
|
||||
1. When there is no 4k WEB-DL it will get 1080p with HDR/DV
|
||||
(Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.)
|
||||
1. When there is no 4k release it will get the 1080p Remux.
|
||||
**Depending what's released first and available the following Workflow Logic will be used:**
|
||||
|
||||
!!! info "Optional IMAX Enhanced"
|
||||
- When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services)
|
||||
- When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*)
|
||||
|
||||
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
|
||||
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata** :bangbang:
|
||||
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`. :bangbang:
|
||||
------
|
||||
|
||||
*Possible Variables*
|
||||
|
||||
**When no 4k exist it will grab the following:**
|
||||
|
||||
- 1080p WEBDL with DV/HDR
|
||||
- 1080p Remux
|
||||
|
||||
!!! info "[*Optional*] IMAX Enhanced (IMAX-E)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."
|
||||
|
@ -0,0 +1,11 @@
|
||||
##### Merge the following Qualities together
|
||||
|
||||
- WEBDL-2160p
|
||||
- WEBRip-2160p
|
||||
- Bluray-2160p
|
||||
- WEBDL-1080p
|
||||
- WEBRip-1080p
|
||||
|
||||
and name it what ever you want I used: `WEB|Bluray|2160p`
|
||||
|
||||

|
@ -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|IMAX-E|2160p`
|
||||
|
||||

|
@ -0,0 +1,15 @@
|
||||
#### Quality Profile Settings
|
||||
|
||||
- **Enable:** `Upgrades Allowed`
|
||||
- **Upgrade Until Quality:** `WEB|Bluray|2160p`
|
||||
- **Minimum Custom Format Score:** `10`
|
||||
- **Upgrade Until Custom Format Score:** `10000`
|
||||
|
||||
??? check "example - [CLICK TO EXPAND]"
|
||||

|
||||
|
||||
!!! attention
|
||||
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,18 @@
|
||||
### Quality Size
|
||||
|
||||
`Settings` => `Quality`
|
||||
|
||||
| Quality | Min | Max |
|
||||
| ------------------------------------------------------------------ | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| {{ radarr['quality-size']['sqp-uhd']['qualities'][0]['quality'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][0]['min'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][0]['max'] }} |
|
||||
| {{ radarr['quality-size']['sqp-uhd']['qualities'][1]['quality'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][1]['min'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][1]['max'] }} |
|
||||
| {{ radarr['quality-size']['sqp-uhd']['qualities'][2]['quality'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][2]['min'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][2]['max'] }} |
|
||||
| {{ radarr['quality-size']['sqp-uhd']['qualities'][4]['quality'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][4]['min'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][4]['max'] }} |
|
||||
| {{ radarr['quality-size']['sqp-uhd']['qualities'][5]['quality'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][5]['min'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][5]['max'] }} |
|
||||
| {{ radarr['quality-size']['sqp-uhd']['qualities'][6]['quality'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][6]['min'] }} | {{ radarr['quality-size']['sqp-uhd']['qualities'][6]['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,6 @@
|
||||
#### Select the following qualities
|
||||
|
||||
- The merged quality profile: `WEB|Bluray|2160p`
|
||||
- `Remux-1080p`
|
||||
|
||||

|
@ -0,0 +1,9 @@
|
||||
## Why choose this quality profile
|
||||
|
||||
??? FAQ "Why choose this quality profile? - [CLICK TO EXPAND]"
|
||||
|
||||
- You got a decent audio setup. (that supports all HD audio formats)
|
||||
- You got a setup that completely supports DoVi from start to end.
|
||||
- You do want the highest quality as possible to watch but want to save space for archiving without loosing video and audio quality.
|
||||
- HDR/DoVi (Depending what's offered and often both)
|
||||
- HD Audio (Atmos, TrueHD etc...)
|
@ -0,0 +1,22 @@
|
||||
## Workflow Logic
|
||||
|
||||
??? summary "Workflow Logic - [CLICK TO EXPAND]"
|
||||
|
||||
**Depending what's released first and available the following Workflow Logic will be used:**
|
||||
|
||||
- When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services)
|
||||
- When the HQ Encode is released it will upgrade to the HQ Encode.
|
||||
- When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*)
|
||||
|
||||
`1080p-Remux` => `1080p-WEBDL DV/HDR` => `2160p-WEBDL` => `2160p-Encodes` => `2160p-WEBDL IMAX-E`
|
||||
|
||||
------
|
||||
|
||||
*Possible Variables*
|
||||
|
||||
**When no 4k exist it will grab the following:**
|
||||
|
||||
- 1080p WEBDL with DV/HDR
|
||||
- 1080p Remux
|
||||
|
||||
!!! info "[*Optional*] IMAX Enhanced (IMAX-E)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."
|