parent
a6eaa22490
commit
5ad2a433fb
@ -0,0 +1,27 @@
|
||||
# UHD Remux|Bluray|IMAX-E (SQP-2)
|
||||
|
||||
--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: 18 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 14 KiB |
@ -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`
|
||||
|
||||
![!Merge the following Qualities together](/SQP/images/5-merge-qualities.png)
|
@ -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`
|
||||
|
||||
![!Create a new Quality Profile](/SQP/images/5-newqp.png)
|
@ -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]"
|
||||
![!Quality Profile Settings](/SQP/images/5-qp-settings.png)
|
||||
|
||||
!!! 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`
|
||||
|
||||
![!Select the following qualities](/SQP/images/5-select-qualities.png)
|
@ -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`."
|
Loading…
Reference in new issue