Merge pull request #888 from TRaSH-/Radarr-SQP-1

[Radarr] Updated:  SQP-1
pull/886/head^2
TRaSH 2 years ago committed by GitHub
commit cab4a690e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

@ -1,6 +1,6 @@
??? summary "Audio - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | {{ radarr['cf']['truehd-atmos']['trash_score'] }} | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
| [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | {{ radarr['cf']['dts-x']['trash_score'] }} | {{ radarr['cf']['dts-x']['trash_id'] }} |
| [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | {{ radarr['cf']['atmos-undefined']['trash_score'] }} | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |

@ -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]"
![!Quality Size](/SQP/images/quality-size.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.

@ -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.
![!Merge Qualities](/SQP/images/merge.gif)

@ -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`
![!Add Quality Profile](/SQP/images/add-quality-profile.png)

@ -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,70 @@
#### Custom Formats and scores
??? summary "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'] }} |
??? summary "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']['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`
??? summary "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'] }} |
!!! Danger "- Dont use HQ-xxx or UHD (xxx) and Tiers together<br>- Remux Tier 01-02 replaces HQ-Remux<br>- UHD Bluray Tier 01-03 replaces UHD (xxx)<br>- Web Tier 01-03 replaces HQ-WEBDL"
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/radarr-optional.md" !}
??? 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-streaming-services.md" !}

@ -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`
![!Merge the following Qualities together](/SQP/images/1-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|WEB-1080p`
![!Create a new Quality Profile](/SQP/images/1-newqp.png)

@ -6,7 +6,7 @@
- **Upgrade Until Custom Format Score:** `10000`
??? check "example - [CLICK TO EXPAND]"
![!Quality Profile Settings](/SQP/images/quality-profile-settings.png)
![!Quality Profile Settings](/SQP/images/1-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.

@ -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`
![!Select the following qualities](/SQP/images/1-select-qualities.png)

@ -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.
Loading…
Cancel
Save