pull/888/head
TRaSH 2 years ago
parent 8f58a263b2
commit 7285ccce01

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 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'] }} |

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

@ -0,0 +1,15 @@
#### Quality Profile Settings
- **Enable:** `Upgrades Allowed`
- **Upgrade Until Quality:** `Bluray|WEB-1080p`
- **Minimum Custom Format Score:** `1000`[^1]
- **Upgrade Until Custom Format Score:** `10000`
??? check "example - [CLICK TO EXPAND]"
![!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.
- 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,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)

@ -28,4 +28,4 @@
- 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.
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