Added: Resolution scoring

Added: Resolution scoring so 1080p doesn't outrank 2160p
pull/924/head
TRaSH 2 years ago
parent 91e7515cfa
commit 9a6a47217e

@ -72,6 +72,9 @@ radarr:
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
# - f537cf427b64c38c8e36298f657e4828 # Scene
# - 0a3f082873eb454bde444150b70253cc # Extras
# Resolution
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
# Streaming Services
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:

@ -69,6 +69,9 @@ radarr:
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
# - f537cf427b64c38c8e36298f657e4828 # Scene
# - 0a3f082873eb454bde444150b70253cc # Extras
# Resolution
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
# Streaming Services
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:

@ -69,6 +69,9 @@ radarr:
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
# - f537cf427b64c38c8e36298f657e4828 # Scene
# - 0a3f082873eb454bde444150b70253cc # Extras
# Resolution
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
# Streaming Services
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:

@ -72,6 +72,9 @@ radarr:
# - 5c44f52a8714fdd79bb4d98e2673be1f # Retags
# - f537cf427b64c38c8e36298f657e4828 # Scene
# - 0a3f082873eb454bde444150b70253cc # Extras
# Resolution
- 820b09bb9acbfde9c35c71e0e565dad8 # 1080p
- fb392fb0d61a010ae38e49ceaa24a1ef # 2160p
# Streaming Services
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:

@ -61,10 +61,6 @@
{! 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/sqp/hd-radarr-resolution.md" !}
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

@ -26,4 +26,6 @@
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !}
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

@ -14,4 +14,6 @@
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !}
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

@ -14,4 +14,6 @@
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !}
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

@ -26,4 +26,6 @@
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !}
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}

@ -0,0 +1,5 @@
??? summary "Resolution - [CLICK TO EXPAND]"
| Custom Format | Score | 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'] }} |
| [{{ 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'] }} |

@ -0,0 +1,5 @@
??? summary "Resolution - [CLICK TO EXPAND]"
| Custom Format | Score | 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'] }} |
| [{{ radarr['cf']['2160p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json) | {{ radarr['cf']['2160p']['trash_score'] }} | {{ radarr['cf']['2160p']['trash_id'] }} |
Loading…
Cancel
Save