From 1de75d336c4a6d9ec2d3ec8adfd0e8c281dab785 Mon Sep 17 00:00:00 2001
From: yammes08 <111231042+yammes08@users.noreply.github.com>
Date: Sun, 23 Jul 2023 18:34:35 +0100
Subject: [PATCH] Addition of custom scores to JSONs
- Added `sqp-1-1080p`, `sqp-1-2160p`, `sqp-2`, `sqp-3`, `sqp-4` and `sqp-5` score values
- Modified scoring tables in SQP-1-1080p, SQP-1-2160p, SQP-2, SQP-5, and relevant includes to use new JSON scoring values (i.e., removed hrad-coded custom scores)
- Formatted main guide and SQP tables
---
docs/json/radarr/cf/2160p.json | 6 ++-
docs/json/radarr/cf/aac.json | 4 +-
docs/json/radarr/cf/atmos-undefined.json | 4 +-
docs/json/radarr/cf/dd.json | 4 +-
docs/json/radarr/cf/ddplus-atmos.json | 4 +-
docs/json/radarr/cf/ddplus.json | 4 +-
docs/json/radarr/cf/dts-es.json | 4 +-
docs/json/radarr/cf/dts-hd-hra.json | 4 +-
docs/json/radarr/cf/dts-hd-ma.json | 4 +-
docs/json/radarr/cf/dts-x.json | 4 +-
docs/json/radarr/cf/dts.json | 4 +-
docs/json/radarr/cf/flac.json | 4 +-
docs/json/radarr/cf/hd-bluray-tier-01.json | 4 +-
docs/json/radarr/cf/hd-bluray-tier-02.json | 4 +-
docs/json/radarr/cf/hd-bluray-tier-03.json | 4 +-
docs/json/radarr/cf/pcm.json | 4 +-
docs/json/radarr/cf/truehd-atmos.json | 4 +-
docs/json/radarr/cf/truehd.json | 4 +-
docs/json/radarr/cf/uhd-bluray-tier-01.json | 4 +-
docs/json/radarr/cf/uhd-bluray-tier-02.json | 4 +-
docs/json/radarr/cf/uhd-bluray-tier-03.json | 4 +-
docs/json/radarr/cf/x264.json | 6 +++
...-all-hdr-formats-dv-web-hdr10plus-boost.md | 4 +-
includes/cf/radarr-all-hdr-formats-dv-web.md | 4 +-
includes/cf/radarr-all-hdr-formats.md | 4 +-
includes/cf/radarr-anime.md | 24 ++++-----
includes/cf/radarr-audio.md | 4 +-
.../cf/radarr-cf-hd-bluray-web-scoring.md | 4 +-
includes/cf/radarr-cf-remux-web-scoring.md | 4 +-
.../cf/radarr-cf-uhd-bluray-web-scoring.md | 4 +-
includes/cf/radarr-hdr-formats.md | 4 +-
includes/cf/radarr-misc.md | 6 +--
.../cf/radarr-movie-versions-imaxe-noremux.md | 4 +-
includes/cf/radarr-movie-versions-imaxe.md | 4 +-
includes/cf/radarr-movie-versions-noremux.md | 4 +-
includes/cf/radarr-movie-versions.md | 4 +-
includes/cf/radarr-optional-uhd.md | 6 +--
includes/cf/radarr-optional.md | 8 +--
includes/cf/radarr-streaming-services.md | 32 +++++------
includes/cf/radarr-unwanted-uhd.md | 4 +-
includes/cf/radarr-unwanted.md | 12 ++---
...-all-hdr-formats-dv-web-hdr10plus-boost.md | 4 +-
includes/cf/sonarr-all-hdr-formats-dv-web.md | 4 +-
includes/cf/sonarr-all-hdr-formats.md | 4 +-
includes/cf/sonarr-anime.md | 24 ++++-----
includes/cf/sonarr-audio.md | 4 +-
includes/cf/sonarr-hdr-formats.md | 4 +-
includes/cf/sonarr-hq-source-group.md | 4 +-
includes/cf/sonarr-misc.md | 8 +--
includes/cf/sonarr-optional-uhd.md | 6 +--
.../cf/sonarr-streaming-services-anime.md | 24 ++++-----
includes/cf/sonarr-streaming-services.md | 4 +-
includes/cf/sonarr-uhd-streaming-services.md | 4 +-
includes/cf/sonarr-unwanted-uhd.md | 4 +-
includes/cf/sonarr-unwanted.md | 4 +-
includes/sqp/1-4k-cf-scoring-sqp1.md | 32 +++++------
includes/sqp/1-4k-cf-scoring.md | 54 +++++++++----------
includes/sqp/1-cf-scoring.md | 46 ++++++++--------
includes/sqp/2-cf-scoring.md | 22 ++++----
includes/sqp/5-cf-scoring.md | 22 ++++----
includes/sqp/hd-radarr-optional.md | 4 +-
includes/sqp/hd-radarr-resolution.md | 4 +-
includes/sqp/radarr-unwanted-uhd.md | 12 ++---
includes/sqp/uhd-radarr-misc.md | 10 ++--
includes/sqp/uhd-radarr-optional.md | 6 +--
includes/sqp/uhd-radarr-resolution.md | 6 +--
66 files changed, 301 insertions(+), 251 deletions(-)
diff --git a/docs/json/radarr/cf/2160p.json b/docs/json/radarr/cf/2160p.json
index c2c83badf..9c17742bd 100644
--- a/docs/json/radarr/cf/2160p.json
+++ b/docs/json/radarr/cf/2160p.json
@@ -2,7 +2,11 @@
"trash_id": "fb392fb0d61a010ae38e49ceaa24a1ef",
"trash_score": 100,
"trash_scores": {
- "default": 100
+ "default": 100,
+ "sqp-2": 151,
+ "sqp-3": 151,
+ "sqp-4": 151,
+ "sqp-5": 151
},
"name": "2160p",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/aac.json b/docs/json/radarr/cf/aac.json
index 6220289c5..0f8a65c82 100644
--- a/docs/json/radarr/cf/aac.json
+++ b/docs/json/radarr/cf/aac.json
@@ -2,7 +2,9 @@
"trash_id": "240770601cc226190c367ef59aba7463",
"trash_score": 1000,
"trash_scores": {
- "default": 1000
+ "default": 1000,
+ "sqp-1-1080p": 0,
+ "sqp-1-2160p": 0
},
"name": "AAC",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/atmos-undefined.json b/docs/json/radarr/cf/atmos-undefined.json
index 1d11b879a..bfec62143 100644
--- a/docs/json/radarr/cf/atmos-undefined.json
+++ b/docs/json/radarr/cf/atmos-undefined.json
@@ -2,7 +2,9 @@
"trash_id": "417804f7f2c4308c1f4c5d380d4c4475",
"trash_score": 3000,
"trash_scores": {
- "default": 3000
+ "default": 3000,
+ "sqp-1-1080p": 0,
+ "sqp-1-2160p": 0
},
"name": "ATMOS (undefined)",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/dd.json b/docs/json/radarr/cf/dd.json
index 8d3789db6..5e72d77eb 100644
--- a/docs/json/radarr/cf/dd.json
+++ b/docs/json/radarr/cf/dd.json
@@ -2,7 +2,9 @@
"trash_id": "c2998bd0d90ed5621d8df281e839436e",
"trash_score": 750,
"trash_scores": {
- "default": 750
+ "default": 750,
+ "sqp-1-1080p": 15,
+ "sqp-1-2160p": 15
},
"name": "DD",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/ddplus-atmos.json b/docs/json/radarr/cf/ddplus-atmos.json
index 8882ad6f0..953a4351e 100644
--- a/docs/json/radarr/cf/ddplus-atmos.json
+++ b/docs/json/radarr/cf/ddplus-atmos.json
@@ -2,7 +2,9 @@
"trash_id": "1af239278386be2919e1bcee0bde047e",
"trash_score": 3000,
"trash_scores": {
- "default": 3000
+ "default": 3000,
+ "sqp-1-1080p": 35,
+ "sqp-1-2160p": 35
},
"name": "DD+ ATMOS",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/ddplus.json b/docs/json/radarr/cf/ddplus.json
index b0dd8f05d..612acc384 100644
--- a/docs/json/radarr/cf/ddplus.json
+++ b/docs/json/radarr/cf/ddplus.json
@@ -2,7 +2,9 @@
"trash_id": "185f1dd7264c4562b9022d963ac37424",
"trash_score": 1750,
"trash_scores": {
- "default": 1750
+ "default": 1750,
+ "sqp-1-1080p": 25,
+ "sqp-1-2160p": 25
},
"name": "DD+",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/dts-es.json b/docs/json/radarr/cf/dts-es.json
index 71a705b51..d3ca5a372 100644
--- a/docs/json/radarr/cf/dts-es.json
+++ b/docs/json/radarr/cf/dts-es.json
@@ -2,7 +2,9 @@
"trash_id": "f9f847ac70a0af62ea4a08280b859636",
"trash_score": 1500,
"trash_scores": {
- "default": 1500
+ "default": 1500,
+ "sqp-1-1080p": -10000,
+ "sqp-1-2160p": -10000
},
"name": "DTS-ES",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/dts-hd-hra.json b/docs/json/radarr/cf/dts-hd-hra.json
index fb680775b..db1a4e7f3 100644
--- a/docs/json/radarr/cf/dts-hd-hra.json
+++ b/docs/json/radarr/cf/dts-hd-hra.json
@@ -2,7 +2,9 @@
"trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
"trash_score": 2000,
"trash_scores": {
- "default": 2000
+ "default": 2000,
+ "sqp-1-1080p": -10000,
+ "sqp-1-2160p": -10000
},
"trash_regex": "https://regex101.com/r/jdUH4x/2",
"name": "DTS-HD HRA",
diff --git a/docs/json/radarr/cf/dts-hd-ma.json b/docs/json/radarr/cf/dts-hd-ma.json
index 798930e3e..07ec6fa9f 100644
--- a/docs/json/radarr/cf/dts-hd-ma.json
+++ b/docs/json/radarr/cf/dts-hd-ma.json
@@ -2,7 +2,9 @@
"trash_id": "dcf3ec6938fa32445f590a4da84256cd",
"trash_score": 2500,
"trash_scores": {
- "default": 2500
+ "default": 2500,
+ "sqp-1-1080p": -10000,
+ "sqp-1-2160p": -10000
},
"name": "DTS-HD MA",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/dts-x.json b/docs/json/radarr/cf/dts-x.json
index ebd029dfb..45af48b8e 100644
--- a/docs/json/radarr/cf/dts-x.json
+++ b/docs/json/radarr/cf/dts-x.json
@@ -2,7 +2,9 @@
"trash_id": "2f22d89048b01681dde8afe203bf2e95",
"trash_score": 4500,
"trash_scores": {
- "default": 4500
+ "default": 4500,
+ "sqp-1-1080p": -10000,
+ "sqp-1-2160p": -10000
},
"name": "DTS X",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/dts.json b/docs/json/radarr/cf/dts.json
index 0e38220b3..76645b279 100644
--- a/docs/json/radarr/cf/dts.json
+++ b/docs/json/radarr/cf/dts.json
@@ -2,7 +2,9 @@
"trash_id": "1c1a4c5e823891c75bc50380a6866f73",
"trash_score": 1250,
"trash_scores": {
- "default": 1250
+ "default": 1250,
+ "sqp-1-1080p": 0,
+ "sqp-1-2160p": 0
},
"name": "DTS",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/flac.json b/docs/json/radarr/cf/flac.json
index 942797f98..4e8c5181a 100644
--- a/docs/json/radarr/cf/flac.json
+++ b/docs/json/radarr/cf/flac.json
@@ -2,7 +2,9 @@
"trash_id": "a570d4a0e56a2874b64e5bfa55202a1b",
"trash_score": 2250,
"trash_scores": {
- "default": 2250
+ "default": 2250,
+ "sqp-1-1080p": 0,
+ "sqp-1-2160p": 0
},
"name": "FLAC",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/hd-bluray-tier-01.json b/docs/json/radarr/cf/hd-bluray-tier-01.json
index 79dff0a4b..55bad154a 100644
--- a/docs/json/radarr/cf/hd-bluray-tier-01.json
+++ b/docs/json/radarr/cf/hd-bluray-tier-01.json
@@ -2,7 +2,9 @@
"trash_id": "ed27ebfef2f323e964fb1f61391bcb35",
"trash_score": 1800,
"trash_scores": {
- "default": 1800
+ "default": 1800,
+ "sqp-1-1080p": 1100,
+ "sqp-1-2160p": 1100
},
"name": "HD Bluray Tier 01",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/hd-bluray-tier-02.json b/docs/json/radarr/cf/hd-bluray-tier-02.json
index f83d04ab9..12055c7c2 100644
--- a/docs/json/radarr/cf/hd-bluray-tier-02.json
+++ b/docs/json/radarr/cf/hd-bluray-tier-02.json
@@ -2,7 +2,9 @@
"trash_id": "c20c8647f2746a1f4c4262b0fbbeeeae",
"trash_score": 1750,
"trash_scores": {
- "default": 1750
+ "default": 1750,
+ "sqp-1-1080p": 1050,
+ "sqp-1-2160p": 1050
},
"name": "HD Bluray Tier 02",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/hd-bluray-tier-03.json b/docs/json/radarr/cf/hd-bluray-tier-03.json
index 7b66efcdc..2612364f4 100644
--- a/docs/json/radarr/cf/hd-bluray-tier-03.json
+++ b/docs/json/radarr/cf/hd-bluray-tier-03.json
@@ -2,7 +2,9 @@
"trash_id": "5608c71bcebba0a5e666223bae8c9227",
"trash_score": 1700,
"trash_scores": {
- "default": 1700
+ "default": 1700,
+ "sqp-1-1080p": 1000,
+ "sqp-1-2160p": 1000
},
"name": "HD Bluray Tier 03",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/pcm.json b/docs/json/radarr/cf/pcm.json
index 8f59bd500..94655dd3d 100644
--- a/docs/json/radarr/cf/pcm.json
+++ b/docs/json/radarr/cf/pcm.json
@@ -2,7 +2,9 @@
"trash_id": "e7c2fcae07cbada050a0af3357491d7b",
"trash_score": 2250,
"trash_scores": {
- "default": 2250
+ "default": 2250,
+ "sqp-1-1080p": 0,
+ "sqp-1-2160p": 0
},
"name": "PCM",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/truehd-atmos.json b/docs/json/radarr/cf/truehd-atmos.json
index a3fe8f940..f6fb64cba 100644
--- a/docs/json/radarr/cf/truehd-atmos.json
+++ b/docs/json/radarr/cf/truehd-atmos.json
@@ -2,7 +2,9 @@
"trash_id": "496f355514737f7d83bf7aa4d24f8169",
"trash_score": 5000,
"trash_scores": {
- "default": 5000
+ "default": 5000,
+ "sqp-1-1080p": -10000,
+ "sqp-1-2160p": -10000
},
"name": "TrueHD ATMOS",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/truehd.json b/docs/json/radarr/cf/truehd.json
index e75ef3b59..b188f15c8 100644
--- a/docs/json/radarr/cf/truehd.json
+++ b/docs/json/radarr/cf/truehd.json
@@ -2,7 +2,9 @@
"trash_id": "3cafb66171b47f226146a0770576870f",
"trash_score": 2750,
"trash_scores": {
- "default": 2750
+ "default": 2750,
+ "sqp-1-1080p": -10000,
+ "sqp-1-2160p": -10000
},
"name": "TrueHD",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/uhd-bluray-tier-01.json b/docs/json/radarr/cf/uhd-bluray-tier-01.json
index 0d64c31ae..5d3cdd0cb 100644
--- a/docs/json/radarr/cf/uhd-bluray-tier-01.json
+++ b/docs/json/radarr/cf/uhd-bluray-tier-01.json
@@ -2,7 +2,9 @@
"trash_id": "4d74ac4c4db0b64bff6ce0cffef99bf0",
"trash_score": 1800,
"trash_scores": {
- "default": 1800
+ "default": 1800,
+ "sqp-2": 2300,
+ "sqp-5": 2300
},
"name": "UHD Bluray Tier 01",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/uhd-bluray-tier-02.json b/docs/json/radarr/cf/uhd-bluray-tier-02.json
index 9220be4d9..93ad2cc13 100644
--- a/docs/json/radarr/cf/uhd-bluray-tier-02.json
+++ b/docs/json/radarr/cf/uhd-bluray-tier-02.json
@@ -2,7 +2,9 @@
"trash_id": "a58f517a70193f8e578056642178419d",
"trash_score": 1750,
"trash_scores": {
- "default": 1750
+ "default": 1750,
+ "sqp-2": 2200,
+ "sqp-5": 2200
},
"name": "UHD Bluray Tier 02",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/uhd-bluray-tier-03.json b/docs/json/radarr/cf/uhd-bluray-tier-03.json
index 74c3e0ad3..a96ea2c53 100644
--- a/docs/json/radarr/cf/uhd-bluray-tier-03.json
+++ b/docs/json/radarr/cf/uhd-bluray-tier-03.json
@@ -2,7 +2,9 @@
"trash_id": "e71939fae578037e7aed3ee219bbe7c1",
"trash_score": 1700,
"trash_scores": {
- "default": 1700
+ "default": 1700,
+ "sqp-2": 2100,
+ "sqp-5": 2100
},
"name": "UHD Bluray Tier 03",
"includeCustomFormatWhenRenaming": false,
diff --git a/docs/json/radarr/cf/x264.json b/docs/json/radarr/cf/x264.json
index bfbc79dba..94c175e44 100644
--- a/docs/json/radarr/cf/x264.json
+++ b/docs/json/radarr/cf/x264.json
@@ -1,5 +1,11 @@
{
"trash_id": "2899d84dc9372de3408e6d8cc18e9666",
+ "trash_scores": {
+ "sqp-2": -10000,
+ "sqp-3": -10000,
+ "sqp-4": -10000,
+ "sqp-5": -10000
+ },
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
diff --git a/includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md b/includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md
index 9651e61b5..48b1be0da 100644
--- a/includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md
+++ b/includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} |
| [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/radarr-all-hdr-formats-dv-web.md b/includes/cf/radarr-all-hdr-formats-dv-web.md
index f54bef5a1..c72cb684c 100644
--- a/includes/cf/radarr-all-hdr-formats-dv-web.md
+++ b/includes/cf/radarr-all-hdr-formats-dv-web.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} |
| [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/radarr-all-hdr-formats.md b/includes/cf/radarr-all-hdr-formats.md
index e69666e28..00b5639dc 100644
--- a/includes/cf/radarr-all-hdr-formats.md
+++ b/includes/cf/radarr-all-hdr-formats.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} |
| [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/radarr-anime.md b/includes/cf/radarr-anime.md
index ee039f859..95696dd56 100644
--- a/includes/cf/radarr-anime.md
+++ b/includes/cf/radarr-anime.md
@@ -1,6 +1,6 @@
??? abstract "Anime CF/Scoring - [Click to Expand]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [{{ radarr['cf']['anime-bd-tier-01-top-seadex-muxers']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-bd-tier-01-top-seadex-muxers) | {{ radarr['cf']['anime-bd-tier-01-top-seadex-muxers']['trash_scores']['default'] }} | {{ radarr['cf']['anime-bd-tier-01-top-seadex-muxers']['trash_id'] }} |
| [{{ radarr['cf']['anime-bd-tier-02-seadex-muxers']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-bd-tier-02-seadex-muxers) | {{ radarr['cf']['anime-bd-tier-02-seadex-muxers']['trash_scores']['default'] }} | {{ radarr['cf']['anime-bd-tier-02-seadex-muxers']['trash_id'] }} |
| [{{ radarr['cf']['anime-bd-tier-03-seadex-muxers']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-bd-tier-03-seadex-muxers) | {{ radarr['cf']['anime-bd-tier-03-seadex-muxers']['trash_scores']['default'] }} | {{ radarr['cf']['anime-bd-tier-03-seadex-muxers']['trash_id'] }} |
@@ -15,24 +15,24 @@
| [{{ radarr['cf']['anime-web-tier-04-official-subs']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-web-tier-04-official-subs) | {{ radarr['cf']['anime-web-tier-04-official-subs']['trash_scores']['default'] }} | {{ radarr['cf']['anime-web-tier-04-official-subs']['trash_id'] }} |
| [{{ radarr['cf']['anime-web-tier-05-fansubs']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-web-tier-05-fansubs) | {{ radarr['cf']['anime-web-tier-05-fansubs']['trash_scores']['default'] }} | {{ radarr['cf']['anime-web-tier-05-fansubs']['trash_id'] }} |
| [{{ radarr['cf']['anime-web-tier-06-fansubs']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-web-tier-06-fansubs) | {{ radarr['cf']['anime-web-tier-06-fansubs']['trash_scores']['default'] }} | {{ radarr['cf']['anime-web-tier-06-fansubs']['trash_id'] }} |
- | [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | :warning: 1050 :warning: | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
- | [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | :warning: 1000 :warning: | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | :warning: 950 :warning: | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
- | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | :warning: 350 :warning: | {{ radarr['cf']['web-tier-01']['trash_id'] }} |
- | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | :warning: 300 :warning: | {{ radarr['cf']['web-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | :warning: 250 :warning: | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | :warning: 1050 :warning: | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
+ | [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | :warning: 1000 :warning: | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | :warning: 950 :warning: | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | :warning: 350 :warning: | {{ radarr['cf']['web-tier-01']['trash_id'] }} |
+ | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | :warning: 300 :warning: | {{ radarr['cf']['web-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | :warning: 250 :warning: | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['anime-raws']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-raws) | {{ radarr['cf']['anime-raws']['trash_scores']['default'] }} | {{ radarr['cf']['anime-raws']['trash_id'] }} |
| [{{ radarr['cf']['anime-lq-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-lq-groups) | {{ radarr['cf']['anime-lq-groups']['trash_scores']['default'] }} | {{ radarr['cf']['anime-lq-groups']['trash_id'] }} |
- | [{{ radarr['cf']['uncensored']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uncensored) | 0 | {{ radarr['cf']['uncensored']['trash_id'] }} |
+ | [{{ radarr['cf']['uncensored']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uncensored) | 0 | {{ radarr['cf']['uncensored']['trash_id'] }} |
| [{{ radarr['cf']['v0']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#v0) | {{ radarr['cf']['v0']['trash_scores']['default'] }} | {{ radarr['cf']['v0']['trash_id'] }} |
| [{{ radarr['cf']['v1']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#v1) | {{ radarr['cf']['v1']['trash_scores']['default'] }} | {{ radarr['cf']['v1']['trash_id'] }} |
| [{{ radarr['cf']['v2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#v2) | {{ radarr['cf']['v2']['trash_scores']['default'] }} | {{ radarr['cf']['v2']['trash_id'] }} |
| [{{ radarr['cf']['v3']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#v3) | {{ radarr['cf']['v3']['trash_scores']['default'] }} | {{ radarr['cf']['v3']['trash_id'] }} |
| [{{ radarr['cf']['v4']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#v4) | {{ radarr['cf']['v4']['trash_scores']['default'] }} | {{ radarr['cf']['v4']['trash_id'] }} |
| [{{ radarr['cf']['vrv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vrv) | {{ radarr['cf']['vrv']['trash_scores']['default'] }} | {{ radarr['cf']['vrv']['trash_id'] }} |
- | [{{ radarr['cf']['10bit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#10bit) | 0 | {{ radarr['cf']['10bit']['trash_id'] }} |
- | [{{ radarr['cf']['anime-dual-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ radarr['cf']['anime-dual-audio']['trash_id'] }} |
+ | [{{ radarr['cf']['10bit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#10bit) | 0 | {{ radarr['cf']['10bit']['trash_id'] }} |
+ | [{{ radarr['cf']['anime-dual-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ radarr['cf']['anime-dual-audio']['trash_id'] }} |
| [{{ radarr['cf']['dubs-only']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dubs-only) | {{ radarr['cf']['dubs-only']['trash_scores']['default'] }} | {{ radarr['cf']['dubs-only']['trash_id'] }} |
- | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | -10000 | {{ radarr['cf']['french-vostfr']['trash_id'] }} |
+ | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | -10000 | {{ radarr['cf']['french-vostfr']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
diff --git a/includes/cf/radarr-audio.md b/includes/cf/radarr-audio.md
index 6196dc411..e25eff3af 100644
--- a/includes/cf/radarr-audio.md
+++ b/includes/cf/radarr-audio.md
@@ -4,8 +4,8 @@

- | 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_scores']['default'] }} | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
| [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | {{ radarr['cf']['dts-x']['trash_scores']['default'] }} | {{ radarr['cf']['dts-x']['trash_id'] }} |
| [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | {{ radarr['cf']['atmos-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
diff --git a/includes/cf/radarr-cf-hd-bluray-web-scoring.md b/includes/cf/radarr-cf-hd-bluray-web-scoring.md
index 3886878f7..19e7a8f0c 100644
--- a/includes/cf/radarr-cf-hd-bluray-web-scoring.md
+++ b/includes/cf/radarr-cf-hd-bluray-web-scoring.md
@@ -1,6 +1,6 @@
??? abstract "HQ Release Groups - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------------------- |
| [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | {{ radarr['cf']['hd-bluray-tier-01']['trash_scores']['default'] }} | {{ 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) | {{ radarr['cf']['hd-bluray-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | {{ radarr['cf']['hd-bluray-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
diff --git a/includes/cf/radarr-cf-remux-web-scoring.md b/includes/cf/radarr-cf-remux-web-scoring.md
index 869d619f8..757fc4418 100644
--- a/includes/cf/radarr-cf-remux-web-scoring.md
+++ b/includes/cf/radarr-cf-remux-web-scoring.md
@@ -1,6 +1,6 @@
??? abstract "HQ Release Groups - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | {{ radarr['cf']['remux-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | {{ radarr['cf']['remux-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | {{ radarr['cf']['remux-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
diff --git a/includes/cf/radarr-cf-uhd-bluray-web-scoring.md b/includes/cf/radarr-cf-uhd-bluray-web-scoring.md
index 28406b92c..11e6f8e8a 100644
--- a/includes/cf/radarr-cf-uhd-bluray-web-scoring.md
+++ b/includes/cf/radarr-cf-uhd-bluray-web-scoring.md
@@ -1,6 +1,6 @@
??? abstract "HQ Release Groups - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------- |
| [{{ radarr['cf']['uhd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01) | {{ radarr['cf']['uhd-bluray-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['uhd-bluray-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['uhd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02) | {{ radarr['cf']['uhd-bluray-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['uhd-bluray-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['uhd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03) | {{ radarr['cf']['uhd-bluray-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['uhd-bluray-tier-03']['trash_id'] }} |
diff --git a/includes/cf/radarr-hdr-formats.md b/includes/cf/radarr-hdr-formats.md
index e69666e28..00b5639dc 100644
--- a/includes/cf/radarr-hdr-formats.md
+++ b/includes/cf/radarr-hdr-formats.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} |
| [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/radarr-misc.md b/includes/cf/radarr-misc.md
index c89c29f63..bf7729433 100644
--- a/includes/cf/radarr-misc.md
+++ b/includes/cf/radarr-misc.md
@@ -1,8 +1,8 @@
??? abstract "Misc - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['repack-proper']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repackproper) | {{ radarr['cf']['repack-proper']['trash_scores']['default'] }} | {{ radarr['cf']['repack-proper']['trash_id'] }} |
- | [{{ radarr['cf']['repack2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repack2) | {{ radarr['cf']['repack2']['trash_scores']['default'] }} | {{ radarr['cf']['repack2']['trash_id'] }} |
+ | [{{ radarr['cf']['repack2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repack2) | {{ radarr['cf']['repack2']['trash_scores']['default'] }} | {{ radarr['cf']['repack2']['trash_id'] }} |
??? tip "Proper and Repacks - [CLICK TO EXPAND]"
diff --git a/includes/cf/radarr-movie-versions-imaxe-noremux.md b/includes/cf/radarr-movie-versions-imaxe-noremux.md
index bfd0cb310..c248ceda5 100644
--- a/includes/cf/radarr-movie-versions-imaxe-noremux.md
+++ b/includes/cf/radarr-movie-versions-imaxe-noremux.md
@@ -1,6 +1,6 @@
??? abstract "Movie Versions - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_scores']['default'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_scores']['default'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |
| [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_scores']['default'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} |
diff --git a/includes/cf/radarr-movie-versions-imaxe.md b/includes/cf/radarr-movie-versions-imaxe.md
index 5c266286e..7aeb0c844 100644
--- a/includes/cf/radarr-movie-versions-imaxe.md
+++ b/includes/cf/radarr-movie-versions-imaxe.md
@@ -1,6 +1,6 @@
??? abstract "Movie Versions - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['hybrid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hybrid) | {{ radarr['cf']['hybrid']['trash_scores']['default'] }} | {{ radarr['cf']['hybrid']['trash_id'] }} |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_scores']['default'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_scores']['default'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |
diff --git a/includes/cf/radarr-movie-versions-noremux.md b/includes/cf/radarr-movie-versions-noremux.md
index a3fd7e5f6..997827ecd 100644
--- a/includes/cf/radarr-movie-versions-noremux.md
+++ b/includes/cf/radarr-movie-versions-noremux.md
@@ -1,6 +1,6 @@
??? abstract "Movie Versions - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_scores']['default'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_scores']['default'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |
| [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_scores']['default'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} |
diff --git a/includes/cf/radarr-movie-versions.md b/includes/cf/radarr-movie-versions.md
index 1608b464e..06d8812f8 100644
--- a/includes/cf/radarr-movie-versions.md
+++ b/includes/cf/radarr-movie-versions.md
@@ -1,6 +1,6 @@
??? abstract "Movie Versions - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['hybrid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hybrid) | {{ radarr['cf']['hybrid']['trash_scores']['default'] }} | {{ radarr['cf']['hybrid']['trash_id'] }} |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_scores']['default'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_scores']['default'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |
diff --git a/includes/cf/radarr-optional-uhd.md b/includes/cf/radarr-optional-uhd.md
index 4b2928e91..76e9c31cc 100644
--- a/includes/cf/radarr-optional-uhd.md
+++ b/includes/cf/radarr-optional-uhd.md
@@ -1,8 +1,8 @@
??? abstract "Optional UHD - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
- | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_scores']['default'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------- |
+ | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_scores']['default'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |
------
diff --git a/includes/cf/radarr-optional.md b/includes/cf/radarr-optional.md
index dda62c49e..776ee427a 100644
--- a/includes/cf/radarr-optional.md
+++ b/includes/cf/radarr-optional.md
@@ -1,13 +1,13 @@
??? abstract "Optional - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} |
- | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | :interrobang: | {{ radarr['cf']['dv-webdl']['trash_id'] }} |
+ | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | :interrobang: | {{ radarr['cf']['dv-webdl']['trash_id'] }} |
| [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} |
| [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} |
| [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} |
| [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_scores']['default'] }} | {{ radarr['cf']['retags']['trash_id'] }} |
- | [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ radarr['cf']['scene']['trash_id'] }} |
+ | [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ radarr['cf']['scene']['trash_id'] }} |
| [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} |
------
diff --git a/includes/cf/radarr-streaming-services.md b/includes/cf/radarr-streaming-services.md
index 1d8f4f423..f2806175b 100644
--- a/includes/cf/radarr-streaming-services.md
+++ b/includes/cf/radarr-streaming-services.md
@@ -1,23 +1,23 @@
??? abstract "Streaming Services - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------- | ------------------------------------------ | --------------------------------------- |
- | [{{ radarr['cf']['amzn']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#amzn) | 0 | {{ radarr['cf']['amzn']['trash_id'] }} |
- | [{{ radarr['cf']['atvp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atvp) | 0 | {{ radarr['cf']['atvp']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------- | ------------------------------------------------------ | --------------------------------------- |
+ | [{{ radarr['cf']['amzn']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#amzn) | 0 | {{ radarr['cf']['amzn']['trash_id'] }} |
+ | [{{ radarr['cf']['atvp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atvp) | 0 | {{ radarr['cf']['atvp']['trash_id'] }} |
| [{{ radarr['cf']['bcore']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bcore) | {{ radarr['cf']['bcore']['trash_scores']['default'] }} | {{ radarr['cf']['bcore']['trash_id'] }} |
- | [{{ radarr['cf']['crav']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crav) | 0 | {{ radarr['cf']['crav']['trash_id'] }} |
+ | [{{ radarr['cf']['crav']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crav) | 0 | {{ radarr['cf']['crav']['trash_id'] }} |
| [{{ radarr['cf']['crit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crit) | {{ radarr['cf']['crit']['trash_scores']['default'] }} | {{ radarr['cf']['crit']['trash_id'] }} |
- | [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} |
- | [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} |
- | [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} |
- | [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} |
- | [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} |
+ | [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} |
+ | [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} |
+ | [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} |
+ | [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} |
+ | [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} |
| [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_scores']['default'] }} | {{ radarr['cf']['ma']['trash_id'] }} |
- | [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} |
- | [{{ radarr['cf']['pathe']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pathe) | 0 | {{ radarr['cf']['pathe']['trash_id'] }} |
- | [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} |
- | [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} |
- | [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} |
- | [{{ radarr['cf']['ovid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ovid) | 0 | {{ radarr['cf']['ovid']['trash_id'] }} |
+ | [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} |
+ | [{{ radarr['cf']['pathe']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pathe) | 0 | {{ radarr['cf']['pathe']['trash_id'] }} |
+ | [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} |
+ | [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} |
+ | [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} |
+ | [{{ radarr['cf']['ovid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ovid) | 0 | {{ radarr['cf']['ovid']['trash_id'] }} |
------
Breakdown and Why
diff --git a/includes/cf/radarr-unwanted-uhd.md b/includes/cf/radarr-unwanted-uhd.md
index 71bfb0098..ef82d8179 100644
--- a/includes/cf/radarr-unwanted-uhd.md
+++ b/includes/cf/radarr-unwanted-uhd.md
@@ -1,6 +1,6 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ------------------------------------------ |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------ |
| [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
diff --git a/includes/cf/radarr-unwanted.md b/includes/cf/radarr-unwanted.md
index 32ff7317f..0404bb87b 100644
--- a/includes/cf/radarr-unwanted.md
+++ b/includes/cf/radarr-unwanted.md
@@ -1,10 +1,10 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ------------------------------------------ |
- | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
- | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
- | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
- | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------- |
+ | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
+ | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
+ | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
+ | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
------
diff --git a/includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md b/includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md
index 1a7ce1004..d0208c4ee 100644
--- a/includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md
+++ b/includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
| [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} |
| [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/sonarr-all-hdr-formats-dv-web.md b/includes/cf/sonarr-all-hdr-formats-dv-web.md
index 3d42c92a4..83a86c23e 100644
--- a/includes/cf/sonarr-all-hdr-formats-dv-web.md
+++ b/includes/cf/sonarr-all-hdr-formats-dv-web.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} |
| [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/sonarr-all-hdr-formats.md b/includes/cf/sonarr-all-hdr-formats.md
index 85ad64461..579b31283 100644
--- a/includes/cf/sonarr-all-hdr-formats.md
+++ b/includes/cf/sonarr-all-hdr-formats.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} |
| [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/sonarr-anime.md b/includes/cf/sonarr-anime.md
index 466093211..460a53c7b 100644
--- a/includes/cf/sonarr-anime.md
+++ b/includes/cf/sonarr-anime.md
@@ -1,6 +1,6 @@
??? abstract "Anime CF/Scoring - [Click to Expand]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [{{ sonarr['cf']['anime-bd-tier-01-top-seadex-muxers']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-bd-tier-01-top-seadex-muxers) | {{ sonarr['cf']['anime-bd-tier-01-top-seadex-muxers']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-bd-tier-01-top-seadex-muxers']['trash_id'] }} |
| [{{ sonarr['cf']['anime-bd-tier-02-seadex-muxers']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-bd-tier-02-seadex-muxers) | {{ sonarr['cf']['anime-bd-tier-02-seadex-muxers']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-bd-tier-02-seadex-muxers']['trash_id'] }} |
| [{{ sonarr['cf']['anime-bd-tier-03-seadex-muxers']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-bd-tier-03-seadex-muxers) | {{ sonarr['cf']['anime-bd-tier-03-seadex-muxers']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-bd-tier-03-seadex-muxers']['trash_id'] }} |
@@ -11,27 +11,27 @@
| [{{ sonarr['cf']['anime-bd-tier-08-mini-encodes']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-bd-tier-08-mini-encodes) | {{ sonarr['cf']['anime-bd-tier-08-mini-encodes']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-bd-tier-08-mini-encodes']['trash_id'] }} |
| [{{ sonarr['cf']['anime-web-tier-01-muxers']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-01-muxers) | {{ sonarr['cf']['anime-web-tier-01-muxers']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-web-tier-01-muxers']['trash_id'] }} |
| [{{ sonarr['cf']['anime-web-tier-02-top-fansubs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-02-top-fansubs) | {{ sonarr['cf']['anime-web-tier-02-top-fansubs']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-web-tier-02-top-fansubs']['trash_id'] }} |
- | [{{ sonarr['cf']['web-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01) | :warning: 350 :warning: | {{ sonarr['cf']['web-tier-01']['trash_id'] }} |
- | [{{ sonarr['cf']['web-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02) | :warning: 300 :warning: | {{ sonarr['cf']['web-tier-02']['trash_id'] }} |
+ | [{{ sonarr['cf']['web-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01) | :warning: 350 :warning: | {{ sonarr['cf']['web-tier-01']['trash_id'] }} |
+ | [{{ sonarr['cf']['web-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02) | :warning: 300 :warning: | {{ sonarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ sonarr['cf']['anime-web-tier-03-official-subs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-03-official-subs) | {{ sonarr['cf']['anime-web-tier-03-official-subs']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-web-tier-03-official-subs']['trash_id'] }} |
- | [{{ sonarr['cf']['web-tier-03']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03) | :warning: 250 :warning: | {{ sonarr['cf']['web-tier-03']['trash_id'] }} |
- | [{{ sonarr['cf']['remux-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#remux-tier-01) | :warning: 1050 :warning: | {{ sonarr['cf']['remux-tier-01']['trash_id'] }} |
- | [{{ sonarr['cf']['remux-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#remux-tier-02) | :warning: 1000 :warning: | {{ sonarr['cf']['remux-tier-02']['trash_id'] }} |
+ | [{{ sonarr['cf']['web-tier-03']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03) | :warning: 250 :warning: | {{ sonarr['cf']['web-tier-03']['trash_id'] }} |
+ | [{{ sonarr['cf']['remux-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#remux-tier-01) | :warning: 1050 :warning: | {{ sonarr['cf']['remux-tier-01']['trash_id'] }} |
+ | [{{ sonarr['cf']['remux-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#remux-tier-02) | :warning: 1000 :warning: | {{ sonarr['cf']['remux-tier-02']['trash_id'] }} |
| [{{ sonarr['cf']['anime-web-tier-04-official-subs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-04-official-subs) | {{ sonarr['cf']['anime-web-tier-04-official-subs']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-web-tier-04-official-subs']['trash_id'] }} |
| [{{ sonarr['cf']['anime-web-tier-05-fansubs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-05-fansubs) | {{ sonarr['cf']['anime-web-tier-05-fansubs']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-web-tier-05-fansubs']['trash_id'] }} |
| [{{ sonarr['cf']['anime-web-tier-06-fansubs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-06-fansubs) | {{ sonarr['cf']['anime-web-tier-06-fansubs']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-web-tier-06-fansubs']['trash_id'] }} |
| [{{ sonarr['cf']['anime-raws']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-raws) | {{ sonarr['cf']['anime-raws']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-raws']['trash_id'] }} |
| [{{ sonarr['cf']['anime-lq-groups']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-lq-groups) | {{ sonarr['cf']['anime-lq-groups']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-lq-groups']['trash_id'] }} |
- | [{{ sonarr['cf']['av1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#av1) | -10000 | {{ sonarr['cf']['av1']['trash_id'] }} |
- | [{{ sonarr['cf']['uncensored']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uncensored) | 0 | {{ sonarr['cf']['uncensored']['trash_id'] }} |
+ | [{{ sonarr['cf']['av1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#av1) | -10000 | {{ sonarr['cf']['av1']['trash_id'] }} |
+ | [{{ sonarr['cf']['uncensored']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uncensored) | 0 | {{ sonarr['cf']['uncensored']['trash_id'] }} |
| [{{ sonarr['cf']['v0']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v0) | {{ sonarr['cf']['v0']['trash_scores']['default'] }} | {{ sonarr['cf']['v0']['trash_id'] }} |
| [{{ sonarr['cf']['v1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v1) | {{ sonarr['cf']['v1']['trash_scores']['default'] }} | {{ sonarr['cf']['v1']['trash_id'] }} |
| [{{ sonarr['cf']['v2']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v2) | {{ sonarr['cf']['v2']['trash_scores']['default'] }} | {{ sonarr['cf']['v2']['trash_id'] }} |
| [{{ sonarr['cf']['v3']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v3) | {{ sonarr['cf']['v3']['trash_scores']['default'] }} | {{ sonarr['cf']['v3']['trash_id'] }} |
| [{{ sonarr['cf']['v4']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v4) | {{ sonarr['cf']['v4']['trash_scores']['default'] }} | {{ sonarr['cf']['v4']['trash_id'] }} |
- | [{{ sonarr['cf']['10bit']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#10bit) | 0 | {{ sonarr['cf']['10bit']['trash_id'] }} |
- | [{{ sonarr['cf']['anime-dual-audio']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ sonarr['cf']['anime-dual-audio']['trash_id'] }} |
+ | [{{ sonarr['cf']['10bit']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#10bit) | 0 | {{ sonarr['cf']['10bit']['trash_id'] }} |
+ | [{{ sonarr['cf']['anime-dual-audio']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ sonarr['cf']['anime-dual-audio']['trash_id'] }} |
| [{{ sonarr['cf']['dubs-only']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dubs-only) | {{ sonarr['cf']['dubs-only']['trash_scores']['default'] }} | {{ sonarr['cf']['dubs-only']['trash_id'] }} |
- | [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) | -10000 | {{ sonarr['cf']['french-vostfr']['trash_id'] }} |
+ | [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) | -10000 | {{ sonarr['cf']['french-vostfr']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
diff --git a/includes/cf/sonarr-audio.md b/includes/cf/sonarr-audio.md
index 57513aba3..1ff3a74f6 100644
--- a/includes/cf/sonarr-audio.md
+++ b/includes/cf/sonarr-audio.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
| [{{ sonarr['cf']['truehd-atmos']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#truehd-atmos) | {{ sonarr['cf']['truehd-atmos']['trash_scores']['default'] }} | {{ sonarr['cf']['truehd-atmos']['trash_id'] }} |
| [{{ sonarr['cf']['dts-x']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dts-x) | {{ sonarr['cf']['dts-x']['trash_scores']['default'] }} | {{ sonarr['cf']['dts-x']['trash_id'] }} |
| [{{ sonarr['cf']['atmos-undefined']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atmos-undefined) | {{ sonarr['cf']['atmos-undefined']['trash_scores']['default'] }} | {{ sonarr['cf']['atmos-undefined']['trash_id'] }} |
diff --git a/includes/cf/sonarr-hdr-formats.md b/includes/cf/sonarr-hdr-formats.md
index afcb5287a..c992dde19 100644
--- a/includes/cf/sonarr-hdr-formats.md
+++ b/includes/cf/sonarr-hdr-formats.md
@@ -4,8 +4,8 @@

- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} |
| [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} |
diff --git a/includes/cf/sonarr-hq-source-group.md b/includes/cf/sonarr-hq-source-group.md
index 9704ac91d..935942cac 100644
--- a/includes/cf/sonarr-hq-source-group.md
+++ b/includes/cf/sonarr-hq-source-group.md
@@ -1,6 +1,6 @@
??? abstract "HQ Source Groups - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | --------------------------------------------- |
| [{{ sonarr['cf']['web-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01) | {{ sonarr['cf']['web-tier-01']['trash_scores']['default'] }} | {{ sonarr['cf']['web-tier-01']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02) | {{ sonarr['cf']['web-tier-02']['trash_scores']['default'] }} | {{ sonarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-03']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03) | {{ sonarr['cf']['web-tier-03']['trash_scores']['default'] }} | {{ sonarr['cf']['web-tier-03']['trash_id'] }} |
diff --git a/includes/cf/sonarr-misc.md b/includes/cf/sonarr-misc.md
index 654dd7b4d..cec7cb203 100644
--- a/includes/cf/sonarr-misc.md
+++ b/includes/cf/sonarr-misc.md
@@ -1,9 +1,9 @@
??? abstract "Misc - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ sonarr['cf']['repack-proper']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#repackproper) | {{ sonarr['cf']['repack-proper']['trash_scores']['default'] }} | {{ sonarr['cf']['repack-proper']['trash_id'] }} |
- | [{{ sonarr['cf']['repack-v2']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#repack-v2) | {{ sonarr['cf']['repack-v2']['trash_scores']['default'] }} | {{ sonarr['cf']['repack-v2']['trash_id'] }} |
- | [{{ sonarr['cf']['repack-v3']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#repack-v3) | {{ sonarr['cf']['repack-v3']['trash_scores']['default'] }} | {{ sonarr['cf']['repack-v3']['trash_id'] }} |
+ | [{{ sonarr['cf']['repack-v2']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#repack-v2) | {{ sonarr['cf']['repack-v2']['trash_scores']['default'] }} | {{ sonarr['cf']['repack-v2']['trash_id'] }} |
+ | [{{ sonarr['cf']['repack-v3']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#repack-v3) | {{ sonarr['cf']['repack-v3']['trash_scores']['default'] }} | {{ sonarr['cf']['repack-v3']['trash_id'] }} |
??? tip "Proper and Repacks - [CLICK TO EXPAND]"
diff --git a/includes/cf/sonarr-optional-uhd.md b/includes/cf/sonarr-optional-uhd.md
index 7a1359b6b..ca0c4594a 100644
--- a/includes/cf/sonarr-optional-uhd.md
+++ b/includes/cf/sonarr-optional-uhd.md
@@ -1,8 +1,8 @@
??? abstract "Optional (UHD) - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
- | [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------- |
+ | [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} |
------
diff --git a/includes/cf/sonarr-streaming-services-anime.md b/includes/cf/sonarr-streaming-services-anime.md
index 6eb4c43e2..99b7315cf 100644
--- a/includes/cf/sonarr-streaming-services-anime.md
+++ b/includes/cf/sonarr-streaming-services-anime.md
@@ -1,13 +1,13 @@
??? abstract "Anime Streaming Services - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------- | ----------------------------------------- | ------------------------------------------ |
- | [{{ sonarr['cf']['cr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cr) | {{ sonarr['cf']['cr']['trash_scores']['default'] }} | {{ sonarr['cf']['cr']['trash_id'] }} |
- | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | 5 | {{ sonarr['cf']['dsnp']['trash_id'] }} |
- | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | 4 | {{ sonarr['cf']['nf']['trash_id'] }} |
- | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | 3 | {{ sonarr['cf']['amzn']['trash_id'] }} |
- | [{{ sonarr['cf']['vrv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vrv) | {{ sonarr['cf']['vrv']['trash_scores']['default'] }} | {{ sonarr['cf']['vrv']['trash_id'] }} |
- | [{{ sonarr['cf']['funi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#funi) | {{ sonarr['cf']['funi']['trash_scores']['default'] }} | {{ sonarr['cf']['funi']['trash_id'] }} |
- | [{{ sonarr['cf']['french-adn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#adn) | 1 | {{ sonarr['cf']['french-adn']['trash_id'] }} |
- | [{{ sonarr['cf']['bglobal']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#b-global) | 0 | {{ sonarr['cf']['bglobal']['trash_id'] }} |
- | [{{ sonarr['cf']['bilibili']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#bilibili) | 0 | {{ sonarr['cf']['bilibili']['trash_id'] }} |
- | [{{ sonarr['cf']['hidive']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hidive) | 0 | {{ sonarr['cf']['hidive']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------- |
+ | [{{ sonarr['cf']['cr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cr) | {{ sonarr['cf']['cr']['trash_scores']['default'] }} | {{ sonarr['cf']['cr']['trash_id'] }} |
+ | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | 5 | {{ sonarr['cf']['dsnp']['trash_id'] }} |
+ | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | 4 | {{ sonarr['cf']['nf']['trash_id'] }} |
+ | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | 3 | {{ sonarr['cf']['amzn']['trash_id'] }} |
+ | [{{ sonarr['cf']['vrv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vrv) | {{ sonarr['cf']['vrv']['trash_scores']['default'] }} | {{ sonarr['cf']['vrv']['trash_id'] }} |
+ | [{{ sonarr['cf']['funi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#funi) | {{ sonarr['cf']['funi']['trash_scores']['default'] }} | {{ sonarr['cf']['funi']['trash_id'] }} |
+ | [{{ sonarr['cf']['french-adn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#adn) | 1 | {{ sonarr['cf']['french-adn']['trash_id'] }} |
+ | [{{ sonarr['cf']['bglobal']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#b-global) | 0 | {{ sonarr['cf']['bglobal']['trash_id'] }} |
+ | [{{ sonarr['cf']['bilibili']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#bilibili) | 0 | {{ sonarr['cf']['bilibili']['trash_id'] }} |
+ | [{{ sonarr['cf']['hidive']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hidive) | 0 | {{ sonarr['cf']['hidive']['trash_id'] }} |
diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md
index 64b98f80c..0e519b42b 100644
--- a/includes/cf/sonarr-streaming-services.md
+++ b/includes/cf/sonarr-streaming-services.md
@@ -1,6 +1,6 @@
??? abstract "Streaming Services - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------- |
| [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_scores']['default'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} |
| [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_scores']['default'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} |
| [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_scores']['default'] }} | {{ sonarr['cf']['max']['trash_id'] }} |
diff --git a/includes/cf/sonarr-uhd-streaming-services.md b/includes/cf/sonarr-uhd-streaming-services.md
index ab1078ec7..83947f854 100644
--- a/includes/cf/sonarr-uhd-streaming-services.md
+++ b/includes/cf/sonarr-uhd-streaming-services.md
@@ -1,6 +1,6 @@
??? abstract "Streaming Services (UHD) - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----------------------------------------------------- |
| [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_scores']['default'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} |
| [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_scores']['default'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} |
| [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_scores']['default'] }} | {{ sonarr['cf']['max']['trash_id'] }} |
diff --git a/includes/cf/sonarr-unwanted-uhd.md b/includes/cf/sonarr-unwanted-uhd.md
index c26e01256..be9ee0c74 100644
--- a/includes/cf/sonarr-unwanted-uhd.md
+++ b/includes/cf/sonarr-unwanted-uhd.md
@@ -1,6 +1,6 @@
??? abstract "Unwanted (UHD) - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------- |
| [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_scores']['default'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} |
| [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_scores']['default'] }} | {{ sonarr['cf']['lq']['trash_id'] }} |
| [{{ sonarr['cf']['extras']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#extras) | {{ sonarr['cf']['extras']['trash_scores']['default'] }} | {{ sonarr['cf']['extras']['trash_id'] }} |
diff --git a/includes/cf/sonarr-unwanted.md b/includes/cf/sonarr-unwanted.md
index 5baa29516..9a1cb85bd 100644
--- a/includes/cf/sonarr-unwanted.md
+++ b/includes/cf/sonarr-unwanted.md
@@ -1,6 +1,6 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------- |
| [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_scores']['default'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} |
| [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_scores']['default'] }} | {{ sonarr['cf']['lq']['trash_id'] }} |
| [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd) :warning: | {{ sonarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ sonarr['cf']['x265-hd']['trash_id'] }} |
diff --git a/includes/sqp/1-4k-cf-scoring-sqp1.md b/includes/sqp/1-4k-cf-scoring-sqp1.md
index 41fc9dfe0..c6de300ef 100644
--- a/includes/sqp/1-4k-cf-scoring-sqp1.md
+++ b/includes/sqp/1-4k-cf-scoring-sqp1.md
@@ -3,22 +3,22 @@
??? abstract "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.
The reason why we score them this low is to prevent transcoding as much as possible
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 :warning: | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
- | [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | :warning: -10000 :warning: | {{ radarr['cf']['dts-x']['trash_id'] }} |
- | [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | {{ radarr['cf']['atmos-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
- | [{{ radarr['cf']['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | {{ radarr['cf']['ddplus-atmos']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus-atmos']['trash_id'] }} |
- | [{{ radarr['cf']['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | :warning: -10000 :warning: | {{ radarr['cf']['truehd']['trash_id'] }} |
- | [{{ radarr['cf']['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | :warning: -10000 :warning: | {{ radarr['cf']['dts-hd-ma']['trash_id'] }} |
- | [{{ radarr['cf']['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | :warning: 0 :warning: | {{ radarr['cf']['flac']['trash_id'] }} |
- | [{{ radarr['cf']['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | :warning: 0 :warning: | {{ radarr['cf']['pcm']['trash_id'] }} |
- | [{{ radarr['cf']['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | :warning: -10000 :warning: | {{ radarr['cf']['dts-hd-hra']['trash_id'] }} |
- | [{{ radarr['cf']['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | {{ radarr['cf']['ddplus']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus']['trash_id'] }} |
- | [{{ radarr['cf']['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | :warning: -10000 :warning: | {{ radarr['cf']['dts-es']['trash_id'] }} |
- | [{{ radarr['cf']['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | :warning: 0 :warning: | {{ radarr['cf']['dts']['trash_id'] }} |
- | [{{ radarr['cf']['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | :warning: 0 :warning: | {{ radarr['cf']['aac']['trash_id'] }} |
- | [{{ radarr['cf']['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | {{ radarr['cf']['dd']['trash_scores']['default'] }} | {{ radarr['cf']['dd']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------: | ------------------------------------------------- |
+ | [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | :warning: {{ radarr['cf']['truehd-atmos']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | :warning: {{ radarr['cf']['dts-x']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-x']['trash_id'] }} |
+ | [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | {{ radarr['cf']['atmos-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
+ | [{{ radarr['cf']['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | {{ radarr['cf']['ddplus-atmos']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus-atmos']['trash_id'] }} |
+ | [{{ radarr['cf']['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | :warning: {{ radarr['cf']['truehd']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['truehd']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | :warning: {{ radarr['cf']['dts-hd-ma']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-hd-ma']['trash_id'] }} |
+ | [{{ radarr['cf']['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | :warning: {{ radarr['cf']['flac']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['flac']['trash_id'] }} |
+ | [{{ radarr['cf']['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | :warning: {{ radarr['cf']['pcm']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['pcm']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | :warning: {{ radarr['cf']['dts-hd-hra']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-hd-hra']['trash_id'] }} |
+ | [{{ radarr['cf']['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | {{ radarr['cf']['ddplus']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | :warning: {{ radarr['cf']['dts-es']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-es']['trash_id'] }} |
+ | [{{ radarr['cf']['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | :warning: {{ radarr['cf']['dts']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts']['trash_id'] }} |
+ | [{{ radarr['cf']['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | :warning: {{ radarr['cf']['aac']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['aac']['trash_id'] }} |
+ | [{{ radarr['cf']['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | {{ radarr['cf']['dd']['trash_scores']['default'] }} | {{ radarr['cf']['dd']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
diff --git a/includes/sqp/1-4k-cf-scoring.md b/includes/sqp/1-4k-cf-scoring.md
index 389a0a18c..5e99bd3ae 100644
--- a/includes/sqp/1-4k-cf-scoring.md
+++ b/includes/sqp/1-4k-cf-scoring.md
@@ -3,22 +3,22 @@
??? abstract "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.
The reason why we score them this low is to prevent transcoding as much as possible
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 :warning: | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
- | [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | :warning: -10000 :warning: | {{ radarr['cf']['dts-x']['trash_id'] }} |
- | [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | {{ radarr['cf']['atmos-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
- | [{{ radarr['cf']['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | {{ radarr['cf']['ddplus-atmos']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus-atmos']['trash_id'] }} |
- | [{{ radarr['cf']['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | :warning: -10000 :warning: | {{ radarr['cf']['truehd']['trash_id'] }} |
- | [{{ radarr['cf']['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | :warning: -10000 :warning: | {{ radarr['cf']['dts-hd-ma']['trash_id'] }} |
- | [{{ radarr['cf']['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | :warning: 0 :warning: | {{ radarr['cf']['flac']['trash_id'] }} |
- | [{{ radarr['cf']['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | :warning: 0 :warning: | {{ radarr['cf']['pcm']['trash_id'] }} |
- | [{{ radarr['cf']['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | :warning: -10000 :warning: | {{ radarr['cf']['dts-hd-hra']['trash_id'] }} |
- | [{{ radarr['cf']['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | {{ radarr['cf']['ddplus']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus']['trash_id'] }} |
- | [{{ radarr['cf']['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | :warning: -10000 :warning: | {{ radarr['cf']['dts-es']['trash_id'] }} |
- | [{{ radarr['cf']['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | :warning: 0 :warning: | {{ radarr['cf']['dts']['trash_id'] }} |
- | [{{ radarr['cf']['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | :warning: 0 :warning: | {{ radarr['cf']['aac']['trash_id'] }} |
- | [{{ radarr['cf']['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | {{ radarr['cf']['dd']['trash_scores']['default'] }} | {{ radarr['cf']['dd']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------: | ------------------------------------------------- |
+ | [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | :warning: {{ radarr['cf']['truehd-atmos']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | :warning: {{ radarr['cf']['dts-x']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-x']['trash_id'] }} |
+ | [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | {{ radarr['cf']['atmos-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
+ | [{{ radarr['cf']['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | {{ radarr['cf']['ddplus-atmos']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus-atmos']['trash_id'] }} |
+ | [{{ radarr['cf']['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | :warning: {{ radarr['cf']['truehd']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['truehd']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | :warning: {{ radarr['cf']['dts-hd-ma']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-hd-ma']['trash_id'] }} |
+ | [{{ radarr['cf']['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | :warning: {{ radarr['cf']['flac']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['flac']['trash_id'] }} |
+ | [{{ radarr['cf']['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | :warning: {{ radarr['cf']['pcm']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['pcm']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | :warning: {{ radarr['cf']['dts-hd-hra']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-hd-hra']['trash_id'] }} |
+ | [{{ radarr['cf']['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | {{ radarr['cf']['ddplus']['trash_scores']['default'] }} | {{ radarr['cf']['ddplus']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | :warning: {{ radarr['cf']['dts-es']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts-es']['trash_id'] }} |
+ | [{{ radarr['cf']['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | :warning: {{ radarr['cf']['dts']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['dts']['trash_id'] }} |
+ | [{{ radarr['cf']['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | :warning: {{ radarr['cf']['aac']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['aac']['trash_id'] }} |
+ | [{{ radarr['cf']['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | {{ radarr['cf']['dd']['trash_scores']['default'] }} | {{ radarr['cf']['dd']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
@@ -26,8 +26,8 @@
!!! danger "The reason why we add `DV (WEBDL)` is because you want maximum compatibility between all devices :warning:"
- | Custom Format | Score | Trash ID |
- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} |
| [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} |
@@ -44,8 +44,8 @@
!!! danger "Adding `IMAX`/`IMAX Enhanced` will replace the BHDStudio release :warning:"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_scores']['default'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_scores']['default'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |
| [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_scores']['default'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} |
@@ -65,15 +65,15 @@
??? abstract "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 |
- | ------------------------------------------------------------------------------------------------------------------------------------ | -----------------------------------------------: | --------------------------------------------------- |
+ | 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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 :warning: | {{ 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 :warning: | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 :warning: | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 :warning: | {{ 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 :warning: | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 :warning: | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
@@ -86,8 +86,8 @@
!!! tip "**I recommend to use the `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning, :warning: Only ever include one of them :warning:**"
!!! tip "**I recommend to use the `SDR`,
This will help to prevent to grab UHD/4k releases without HDR Formats**"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} |
| [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} |
| [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} |
diff --git a/includes/sqp/1-cf-scoring.md b/includes/sqp/1-cf-scoring.md
index 8dd747f9a..163650b1b 100644
--- a/includes/sqp/1-cf-scoring.md
+++ b/includes/sqp/1-cf-scoring.md
@@ -3,22 +3,22 @@
??? abstract "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.
The reason why we score them this low is to prevent transcoding as much as possible
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 :warning: | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
- | [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | :warning: -10000 :warning: | {{ radarr['cf']['dts-x']['trash_id'] }} |
- | [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | :warning: 0 :warning: | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
- | [{{ radarr['cf']['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | :warning: 0 :warning: | {{ radarr['cf']['ddplus-atmos']['trash_id'] }} |
- | [{{ radarr['cf']['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | :warning: -10000 :warning: | {{ radarr['cf']['truehd']['trash_id'] }} |
- | [{{ radarr['cf']['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | :warning: -10000 :warning: | {{ radarr['cf']['dts-hd-ma']['trash_id'] }} |
- | [{{ radarr['cf']['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | :warning: 0 :warning: | {{ radarr['cf']['flac']['trash_id'] }} |
- | [{{ radarr['cf']['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | :warning: 0 :warning: | {{ radarr['cf']['pcm']['trash_id'] }} |
- | [{{ radarr['cf']['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | :warning: -10000 :warning: | {{ radarr['cf']['dts-hd-hra']['trash_id'] }} |
- | [{{ radarr['cf']['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | :warning: 0 :warning: | {{ radarr['cf']['ddplus']['trash_id'] }} |
- | [{{ radarr['cf']['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | :warning: -10000 :warning: | {{ radarr['cf']['dts-es']['trash_id'] }} |
- | [{{ radarr['cf']['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | :warning: 0 :warning: | {{ radarr['cf']['dts']['trash_id'] }} |
- | [{{ radarr['cf']['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | :warning: 0 :warning: | {{ radarr['cf']['aac']['trash_id'] }} |
- | [{{ radarr['cf']['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | :warning: 0 :warning: | {{ radarr['cf']['dd']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------: | ------------------------------------------------- |
+ | [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | :warning: {{ radarr['cf']['truehd-atmos']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | :warning: {{ radarr['cf']['dts-x']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['dts-x']['trash_id'] }} |
+ | [{{ radarr['cf']['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | :warning: {{ radarr['cf']['atmos-undefined']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['atmos-undefined']['trash_id'] }} |
+ | [{{ radarr['cf']['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | :warning: {{ radarr['cf']['ddplus-atmos']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['ddplus-atmos']['trash_id'] }} |
+ | [{{ radarr['cf']['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | :warning: {{ radarr['cf']['truehd']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['truehd']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | :warning: {{ radarr['cf']['dts-hd-ma']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['dts-hd-ma']['trash_id'] }} |
+ | [{{ radarr['cf']['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | :warning: {{ radarr['cf']['flac']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['flac']['trash_id'] }} |
+ | [{{ radarr['cf']['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | :warning: {{ radarr['cf']['pcm']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['pcm']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | :warning: {{ radarr['cf']['dts-hd-hra']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['dts-hd-hra']['trash_id'] }} |
+ | [{{ radarr['cf']['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | :warning: {{ radarr['cf']['ddplus']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['ddplus']['trash_id'] }} |
+ | [{{ radarr['cf']['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | :warning: {{ radarr['cf']['dts-es']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['dts-es']['trash_id'] }} |
+ | [{{ radarr['cf']['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | :warning: {{ radarr['cf']['dts']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['dts']['trash_id'] }} |
+ | [{{ radarr['cf']['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | :warning: {{ radarr['cf']['aac']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['aac']['trash_id'] }} |
+ | [{{ radarr['cf']['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | :warning: {{ radarr['cf']['dd']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['dd']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
@@ -26,8 +26,8 @@
!!! danger "Adding `IMAX`/`IMAX Enhanced` will replace the BHDStudio release :warning:"
- | Custom Format | Score | Trash ID |
- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_scores']['default'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_scores']['default'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |
| [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_scores']['default'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} |
@@ -47,15 +47,15 @@
??? abstract "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 |
- | ------------------------------------------------------------------------------------------------------------------------------------ | -----------------------------------------------: | --------------------------------------------------- |
+ | 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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 :warning: | {{ 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 :warning: | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 :warning: | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 :warning: | {{ 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 :warning: | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 :warning: | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
diff --git a/includes/sqp/2-cf-scoring.md b/includes/sqp/2-cf-scoring.md
index 4ff0fad77..3fb320c5e 100644
--- a/includes/sqp/2-cf-scoring.md
+++ b/includes/sqp/2-cf-scoring.md
@@ -7,17 +7,17 @@
{! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !}
??? abstract "HQ Release Groups - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------------------- |
- | [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | {{ radarr['cf']['remux-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
- | [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | {{ radarr['cf']['remux-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | {{ radarr['cf']['remux-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
- | [{{ radarr['cf']['uhd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01) | :warning: 2300 :warning: | {{ radarr['cf']['uhd-bluray-tier-01']['trash_id'] }} |
- | [{{ radarr['cf']['uhd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02) | :warning: 2200 :warning: | {{ radarr['cf']['uhd-bluray-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['uhd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03) | :warning: 2100 :warning: | {{ radarr['cf']['uhd-bluray-tier-03']['trash_id'] }} |
- | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------- |
+ | [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | {{ radarr['cf']['remux-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
+ | [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | {{ radarr['cf']['remux-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | {{ radarr['cf']['remux-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['uhd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01) | :warning: {{ radarr['cf']['uhd-bluray-tier-01']['trash_scores']['sqp-2'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-01']['trash_id'] }} |
+ | [{{ radarr['cf']['uhd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02) | :warning: {{ radarr['cf']['uhd-bluray-tier-02']['trash_scores']['sqp-2'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['uhd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03) | :warning: {{ radarr['cf']['uhd-bluray-tier-03']['trash_scores']['sqp-2'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
diff --git a/includes/sqp/5-cf-scoring.md b/includes/sqp/5-cf-scoring.md
index 4ff0fad77..528a615b5 100644
--- a/includes/sqp/5-cf-scoring.md
+++ b/includes/sqp/5-cf-scoring.md
@@ -7,17 +7,17 @@
{! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !}
??? abstract "HQ Release Groups - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------------------- |
- | [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | {{ radarr['cf']['remux-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
- | [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | {{ radarr['cf']['remux-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | {{ radarr['cf']['remux-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
- | [{{ radarr['cf']['uhd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01) | :warning: 2300 :warning: | {{ radarr['cf']['uhd-bluray-tier-01']['trash_id'] }} |
- | [{{ radarr['cf']['uhd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02) | :warning: 2200 :warning: | {{ radarr['cf']['uhd-bluray-tier-02']['trash_id'] }} |
- | [{{ radarr['cf']['uhd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03) | :warning: 2100 :warning: | {{ radarr['cf']['uhd-bluray-tier-03']['trash_id'] }} |
- | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------- |
+ | [{{ radarr['cf']['remux-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01) | {{ radarr['cf']['remux-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} |
+ | [{{ radarr['cf']['remux-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02) | {{ radarr['cf']['remux-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['remux-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03) | {{ radarr['cf']['remux-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['remux-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['uhd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01) | :warning: {{ radarr['cf']['uhd-bluray-tier-01']['trash_scores']['sqp-5'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-01']['trash_id'] }} |
+ | [{{ radarr['cf']['uhd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02) | :warning: {{ radarr['cf']['uhd-bluray-tier-02']['trash_scores']['sqp-5'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-02']['trash_id'] }} |
+ | [{{ radarr['cf']['uhd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03) | :warning: {{ radarr['cf']['uhd-bluray-tier-03']['trash_scores']['sqp-5'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-03']['trash_id'] }} |
+ | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
diff --git a/includes/sqp/hd-radarr-optional.md b/includes/sqp/hd-radarr-optional.md
index 5143335e8..a0368703d 100644
--- a/includes/sqp/hd-radarr-optional.md
+++ b/includes/sqp/hd-radarr-optional.md
@@ -1,6 +1,6 @@
??? abstract "Optional - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} |
| [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} |
| [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} |
diff --git a/includes/sqp/hd-radarr-resolution.md b/includes/sqp/hd-radarr-resolution.md
index 3cb35e05e..bd12bbe2b 100644
--- a/includes/sqp/hd-radarr-resolution.md
+++ b/includes/sqp/hd-radarr-resolution.md
@@ -1,5 +1,5 @@
??? abstract "Resolution - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | --------------------------------------- |
+ | 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_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['720p']['trash_id'] }} |
diff --git a/includes/sqp/radarr-unwanted-uhd.md b/includes/sqp/radarr-unwanted-uhd.md
index 3adc9265b..68bdf3f46 100644
--- a/includes/sqp/radarr-unwanted-uhd.md
+++ b/includes/sqp/radarr-unwanted-uhd.md
@@ -1,10 +1,10 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
- | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
- | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
- | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
- | [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_scores']['default'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | ----------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------ |
+ | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
+ | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
+ | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
+ | [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_scores']['default'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} |
------
diff --git a/includes/sqp/uhd-radarr-misc.md b/includes/sqp/uhd-radarr-misc.md
index 9604b0bcc..e74d38093 100644
--- a/includes/sqp/uhd-radarr-misc.md
+++ b/includes/sqp/uhd-radarr-misc.md
@@ -1,9 +1,9 @@
??? abstract "Misc - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------: | ----------------------------------------------- |
- | [{{ radarr['cf']['repack-proper']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repackproper) | {{ radarr['cf']['repack-proper']['trash_scores']['default'] }} | {{ radarr['cf']['repack-proper']['trash_id'] }} |
- | [{{ radarr['cf']['repack2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repack2) | {{ radarr['cf']['repack2']['trash_scores']['default'] }} | {{ radarr['cf']['repack2']['trash_id'] }} |
- | [{{ radarr['cf']['x264']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x264) | :warning: -10000 :warning: | {{ radarr['cf']['x264']['trash_id'] }} |
+ | Custom Format | Score | Trash ID |
+ | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------: | ----------------------------------------------- |
+ | [{{ radarr['cf']['repack-proper']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repackproper) | {{ radarr['cf']['repack-proper']['trash_scores']['default'] }} | {{ radarr['cf']['repack-proper']['trash_id'] }} |
+ | [{{ radarr['cf']['repack2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repack2) | {{ radarr['cf']['repack2']['trash_scores']['default'] }} | {{ radarr['cf']['repack2']['trash_id'] }} |
+ | [{{ radarr['cf']['x264']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x264) | :warning: {{ radarr['cf']['x264']['trash_scores']['sqp-2'] }} :warning: | {{ radarr['cf']['x264']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"
diff --git a/includes/sqp/uhd-radarr-optional.md b/includes/sqp/uhd-radarr-optional.md
index 740869806..9b53d4c1e 100644
--- a/includes/sqp/uhd-radarr-optional.md
+++ b/includes/sqp/uhd-radarr-optional.md
@@ -3,10 +3,10 @@
!!! tip "**I recommend to use the `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning, :warning: Only ever include one of them :warning:**"
!!! tip "**I recommend to use the `SDR`,
This will help to prevent to grab UHD/4k releases without HDR Formats**"
- | Custom Format | Score | Trash ID |
- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
+ | Custom Format | Score | Trash ID |
+ | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} |
- | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | :interrobang: | {{ radarr['cf']['dv-webdl']['trash_id'] }} |
+ | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | :interrobang: | {{ radarr['cf']['dv-webdl']['trash_id'] }} |
| [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} |
| [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} |
| [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} |
diff --git a/includes/sqp/uhd-radarr-resolution.md b/includes/sqp/uhd-radarr-resolution.md
index 7aa92bcb7..846f5df5e 100644
--- a/includes/sqp/uhd-radarr-resolution.md
+++ b/includes/sqp/uhd-radarr-resolution.md
@@ -1,7 +1,7 @@
??? abstract "Resolution - [CLICK TO EXPAND]"
- | Custom Format | Score | Trash ID |
- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | --------------------------------------- |
+ | 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_scores']['default'] }} | {{ radarr['cf']['1080p']['trash_id'] }} |
- | [{{ radarr['cf']['2160p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json) | :warning: 151 :warning: | {{ radarr['cf']['2160p']['trash_id'] }} |
+ | [{{ radarr['cf']['2160p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json) | {{ radarr['cf']['2160p']['trash_scores']['sqp-2'] }} | {{ radarr['cf']['2160p']['trash_id'] }} |
!!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide"