From 3da163e0fc43279e9596c5901995ddb7e6403e1b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 27 Jan 2022 22:18:12 +0100 Subject: [PATCH] Changed: CF Scoring for better results - Changed: CF Scoring for better results --- docs/Radarr/Radarr-setup-custom-formats.md | 4 ++-- docs/json/radarr/bhdstudio.json | 2 +- docs/json/radarr/hq-remux.json | 2 +- docs/json/radarr/uhd-hqmux.json | 2 +- docs/json/radarr/uhd-legi0n.json | 2 +- docs/json/radarr/uhd-webdv.json | 2 +- includes/cf/hq-source-group.md | 2 +- includes/cf/hq4k.md | 6 +++--- includes/sqp/1-1-cf-scoring.md | 2 +- includes/sqp/1-2-cf-scoring.md | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/Radarr/Radarr-setup-custom-formats.md b/docs/Radarr/Radarr-setup-custom-formats.md index 0a3b381b6..f0d3fb8bf 100644 --- a/docs/Radarr/Radarr-setup-custom-formats.md +++ b/docs/Radarr/Radarr-setup-custom-formats.md @@ -186,7 +186,7 @@ For this Quality Profile we're going to make use of the following Custom Formats | Custom Format | Score | LINK | | -------------------- | ----- | ---- | | HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } | - | HQ-Remux | 2000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | + | HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | | HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } | Use the following main settings in your profile. @@ -232,7 +232,7 @@ For this Quality Profile we're going to make use of the following Custom Formats | Custom Format | Score | LINK | | -------------------- | ----- | ---- | | HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } | - | HQ-Remux | 2000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | + | HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | | HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } | Use the following main settings in your profile. diff --git a/docs/json/radarr/bhdstudio.json b/docs/json/radarr/bhdstudio.json index ef14b064e..7aa154781 100644 --- a/docs/json/radarr/bhdstudio.json +++ b/docs/json/radarr/bhdstudio.json @@ -1,6 +1,6 @@ { "trash_id": "5153ec7413d9dae44e24275589b5e944", - "trash_score": "2000", + "trash_score": "1800", "name": "BHDStudio", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/hq-remux.json b/docs/json/radarr/hq-remux.json index d035483ff..ec9883609 100644 --- a/docs/json/radarr/hq-remux.json +++ b/docs/json/radarr/hq-remux.json @@ -1,6 +1,6 @@ { "trash_id": "403f3f6266b90439cacc1e07cae4dc2d", - "trash_score": "2000", + "trash_score": "1900", "name": "HQ-Remux", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-hqmux.json b/docs/json/radarr/uhd-hqmux.json index 32e83e981..5a6cf773f 100644 --- a/docs/json/radarr/uhd-hqmux.json +++ b/docs/json/radarr/uhd-hqmux.json @@ -1,6 +1,6 @@ { "trash_id": "96848626e1570c122aba8642fe2714a2", - "trash_score": "2250", + "trash_score": "2200", "name": "UHD (HQMUX)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-legi0n.json b/docs/json/radarr/uhd-legi0n.json index 72b0d6695..abca6f02d 100644 --- a/docs/json/radarr/uhd-legi0n.json +++ b/docs/json/radarr/uhd-legi0n.json @@ -1,6 +1,6 @@ { "trash_id": "4da96773192a51cf96178212642ca3bb", - "trash_score": "2200", + "trash_score": "2100", "name": "UHD (LEGi0N)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/uhd-webdv.json b/docs/json/radarr/uhd-webdv.json index 46491e8cf..5abdbfe42 100644 --- a/docs/json/radarr/uhd-webdv.json +++ b/docs/json/radarr/uhd-webdv.json @@ -1,6 +1,6 @@ { "trash_id": "ac49fdbf6a662d380556f40ff4856f29", - "trash_score": "2150", + "trash_score": "1800", "name": "UHD (WEBDV)", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/includes/cf/hq-source-group.md b/includes/cf/hq-source-group.md index 476fdfc2e..ac0e75f7f 100644 --- a/includes/cf/hq-source-group.md +++ b/includes/cf/hq-source-group.md @@ -2,5 +2,5 @@ | Custom Format | Score | LINK | | -------------------- | ----- | ---- | | HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } | - | HQ-Remux | 2000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | + | HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | | HQ | 1800 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } | \ No newline at end of file diff --git a/includes/cf/hq4k.md b/includes/cf/hq4k.md index 354c8dada..1e40889ba 100644 --- a/includes/cf/hq4k.md +++ b/includes/cf/hq4k.md @@ -4,6 +4,6 @@ | UHD (CtrlHD) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-ctrlhd.json){: .header-icons target=_blank rel="noopener noreferrer" } | | UHD (DON) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-don.json){: .header-icons target=_blank rel="noopener noreferrer" } | | UHD (W4NK3R) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-w4nk3r.json){: .header-icons target=_blank rel="noopener noreferrer" } | - | UHD (HQMUX) | 2250 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-hqmux.json){: .header-icons target=_blank rel="noopener noreferrer" } | - | UHD (LEGi0N) | 2200 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-legi0n.json){: .header-icons target=_blank rel="noopener noreferrer" } | - | UHD (WEBDV) | 2150 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-webdv.json){: .header-icons target=_blank rel="noopener noreferrer" } | + | UHD (HQMUX) | 2200 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-hqmux.json){: .header-icons target=_blank rel="noopener noreferrer" } | + | UHD (LEGi0N) | 2100 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-legi0n.json){: .header-icons target=_blank rel="noopener noreferrer" } | + | UHD (WEBDV) | 1800 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-webdv.json){: .header-icons target=_blank rel="noopener noreferrer" } | diff --git a/includes/sqp/1-1-cf-scoring.md b/includes/sqp/1-1-cf-scoring.md index 38ed6bbf3..25dbd844f 100644 --- a/includes/sqp/1-1-cf-scoring.md +++ b/includes/sqp/1-1-cf-scoring.md @@ -10,7 +10,7 @@ ??? summary "BHDStudio - [CLICK TO EXPAND]" | Custom Format | Score | LINK | | -------------------- | ----- | ---- | - | BHDStudio | 2000 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/bhdstudio.json){: .header-icons target=_blank rel="noopener noreferrer" } | + | BHDStudio | 1800 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/bhdstudio.json){: .header-icons target=_blank rel="noopener noreferrer" } | ??? summary "Misc - [CLICK TO EXPAND]" | Custom Format | Score | LINK | diff --git a/includes/sqp/1-2-cf-scoring.md b/includes/sqp/1-2-cf-scoring.md index 8b3b78b90..04e2842f6 100644 --- a/includes/sqp/1-2-cf-scoring.md +++ b/includes/sqp/1-2-cf-scoring.md @@ -10,7 +10,7 @@ | Custom Format | Score | LINK | | -------------------- | ----- | ---- | | HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } | - | HQ-Remux | 2000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | + | HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } | | HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } | --8<-- "includes/cf/hq4k.md"