From 2003ebccca932336169fc1f81578712068599ae7 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 22 Jun 2023 11:52:57 +0300 Subject: [PATCH 1/5] Add `HD Bluray Tier 03` --- .../Radarr-collection-of-custom-formats.md | 24 +++++++--- docs/json/radarr/cf/hd-bluray-tier-03.json | 44 +++++++++++++++++++ .../radarr/french-hd-bluray-web-multi.yml | 1 + .../radarr/french-hd-bluray-web-vostfr.yml | 1 + .../radarr/hd-bluray-web.yml | 1 + .../radarr/sqp/sqp-1-2160p.yml | 5 +++ docs/recyclarr-configs/radarr/sqp/sqp-1.yml | 5 +++ .../cf/radarr-cf-hd-bluray-web-scoring.md | 1 + includes/sqp/1-4k-cf-scoring-sqp1.md | 1 + includes/sqp/1-4k-cf-scoring.md | 1 + 10 files changed, 79 insertions(+), 5 deletions(-) create mode 100644 docs/json/radarr/cf/hd-bluray-tier-03.json diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 33e2e4b54..6a615874a 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -48,7 +48,7 @@ I also made 3 guides related to this one. ------ | Movie Versions | Unwanted | HQ Release Groups | Streaming Services | -| --------------------------------------------- | --------------------- | ----------------------------------------- | ---------------------- | +|-----------------------------------------------|-----------------------|-------------------------------------------|------------------------| | [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Remux Tier 01](#remux-tier-01) | [Amazon](#amzn) | | [Remaster](#remaster) | [LQ](#lq) | [Remux Tier 02](#remux-tier-02) | [Apple TV+](#atvp) | | [4K Remaster](#4k-remaster) | [3D](#3d) | [Remux Tier 03](#remux-tier-03) | [Disney+](#dsnp) | @@ -57,10 +57,10 @@ I also made 3 guides related to this one. | [Masters of Cinema](#masters-of-cinema) | | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [Max](#max) | | [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Hulu](#hulu) | | [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Netflix](#nf) | -| [IMAX](#imax) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) | -| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) | -| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) | -| | | | [Pathe Thuis](#pathe) | +| [IMAX](#imax) | | [HD Bluray Tier 03](#hd-bluray-tier-03) | [Peacock TV](#pcok) | +| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 01](#web-tier-01) | [Paramount+](#pmtp) | +| [Open Matte](#open-matte) | | [WEB Tier 02](#web-tier-02) | [Movies Anywhere](#ma) | +| | | [WEB Tier 03](#web-tier-03) | [Pathe Thuis](#pathe) | | | | | [Bravia Core](#bcore) | | | | | [Stan](#stan) | @@ -1560,6 +1560,20 @@ I also made 3 guides related to this one. ------ +### HD Bluray Tier 03 + +??? question "HD Bluray Tier 03 - [CLICK TO EXPAND]" + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/hd-bluray-tier-03.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### WEB Tier 01 ??? question "WEB Tier 01 - [CLICK TO EXPAND]" diff --git a/docs/json/radarr/cf/hd-bluray-tier-03.json b/docs/json/radarr/cf/hd-bluray-tier-03.json new file mode 100644 index 000000000..3c4f7135c --- /dev/null +++ b/docs/json/radarr/cf/hd-bluray-tier-03.json @@ -0,0 +1,44 @@ +{ + "trash_id": "5608c71bcebba0a5e666223bae8c9227", + "trash_score": "1700", + "name": "HD Bluray Tier 03", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "BLURAY", + "implementation": "SourceSpecification", + "negate": false, + "required": true, + "fields": { + "value": 9 + } + }, + { + "name": "Not REMUX", + "implementation": "QualityModifierSpecification", + "negate": true, + "required": true, + "fields": { + "value": 5 + } + }, + { + "name": "Not 2160p", + "implementation": "ResolutionSpecification", + "negate": true, + "required": true, + "fields": { + "value": 2160 + } + }, + { + "name": "playHD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(playHD)$" + } + } + ] +} diff --git a/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml b/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml index ca0f0f75e..252f057f4 100644 --- a/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml +++ b/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml @@ -73,6 +73,7 @@ radarr: # Il est tout de fois possible que dans ce cas Radarr récupére une release VO au lieu d'un MULTi/DUAL car celle-ci possède un score plus important. # - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 # - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 + # - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 # - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 # - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 diff --git a/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml b/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml index f360c95c4..a0d8db276 100644 --- a/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml +++ b/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml @@ -66,6 +66,7 @@ radarr: # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 + - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 diff --git a/docs/recyclarr-configs/radarr/hd-bluray-web.yml b/docs/recyclarr-configs/radarr/hd-bluray-web.yml index 26c9efebc..3d262d561 100644 --- a/docs/recyclarr-configs/radarr/hd-bluray-web.yml +++ b/docs/recyclarr-configs/radarr/hd-bluray-web.yml @@ -27,6 +27,7 @@ radarr: # HQ Release Groups - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 + - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml b/docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml index 1eb9d00cd..1a82479ce 100644 --- a/docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml +++ b/docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml @@ -89,6 +89,11 @@ radarr: # quality_profiles: # - name: Bluray|WEB-2160p # score: 1050 + # - trash_ids: + # - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 + # quality_profiles: + # - name: Bluray|WEB-2160p + # score: 1000 # --HQ Release Groups section ends-- - trash_ids: diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-1.yml b/docs/recyclarr-configs/radarr/sqp/sqp-1.yml index 4fed320af..56f55ab0d 100644 --- a/docs/recyclarr-configs/radarr/sqp/sqp-1.yml +++ b/docs/recyclarr-configs/radarr/sqp/sqp-1.yml @@ -68,6 +68,11 @@ radarr: # quality_profiles: # - name: Bluray|WEB-1080p # score: 1050 + # - trash_ids: + # - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 + # quality_profiles: + # - name: Bluray|WEB-1080p + # score: 1000 # --HQ Release Groups section ends-- - trash_ids: # Audio diff --git a/includes/cf/radarr-cf-hd-bluray-web-scoring.md b/includes/cf/radarr-cf-hd-bluray-web-scoring.md index 0d8d6b103..334a7272f 100644 --- a/includes/cf/radarr-cf-hd-bluray-web-scoring.md +++ b/includes/cf/radarr-cf-hd-bluray-web-scoring.md @@ -3,6 +3,7 @@ | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------- | | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | {{ radarr['cf']['hd-bluray-tier-01']['trash_score'] }} | {{ 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_score'] }} | {{ 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_score'] }} | {{ radarr['cf']['hd-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_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | diff --git a/includes/sqp/1-4k-cf-scoring-sqp1.md b/includes/sqp/1-4k-cf-scoring-sqp1.md index a0dd744d8..f6cef7d56 100644 --- a/includes/sqp/1-4k-cf-scoring-sqp1.md +++ b/includes/sqp/1-4k-cf-scoring-sqp1.md @@ -72,6 +72,7 @@ | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} | | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} | {! include-markdown "../../includes/cf/radarr-misc.md" !} diff --git a/includes/sqp/1-4k-cf-scoring.md b/includes/sqp/1-4k-cf-scoring.md index a43106033..192cf14dd 100644 --- a/includes/sqp/1-4k-cf-scoring.md +++ b/includes/sqp/1-4k-cf-scoring.md @@ -72,6 +72,7 @@ | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} | | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} | {! include-markdown "../../includes/cf/radarr-misc.md" !} From 0262535be29af18c602c673213ac5179078c44c6 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 23 Jun 2023 22:43:15 +0200 Subject: [PATCH 2/5] fix(radarr): add description placeholder --- docs/Radarr/Radarr-collection-of-custom-formats.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 6a615874a..a62cf3694 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -1564,6 +1564,8 @@ I also made 3 guides related to this one. ??? question "HD Bluray Tier 03 - [CLICK TO EXPAND]" + - placeholder + ??? example "JSON - [CLICK TO EXPAND]" ```json From d01d78555aebedec3c96562a7983fa3b6a6dedbc Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 23 Jun 2023 22:45:17 +0200 Subject: [PATCH 3/5] fix(radarr): add `HD Bluray Tier 03` to `SQP-1` --- includes/sqp/1-cf-scoring.md | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/sqp/1-cf-scoring.md b/includes/sqp/1-cf-scoring.md index 383dc744e..0b4004b2f 100644 --- a/includes/sqp/1-cf-scoring.md +++ b/includes/sqp/1-cf-scoring.md @@ -54,6 +54,7 @@ | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} | | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} | {! include-markdown "../../includes/cf/radarr-misc.md" !} From 25cd151276458dc49f50d8876d5082a498c5c86b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 24 Jun 2023 16:31:10 +0200 Subject: [PATCH 4/5] fix(starr): change must warning to choice **Purpose** Fix #1370 **Approach** Several Quality profiles have a demanding MUST must warning for several CF that should be used, change warning/description to choice. **Requirements** Check all boxes as they are completed - [ ] Change x265 (no HDR/DV) must to choice - [x] Change SDR must to choice - [ ] Test changes in local test setup - [x] These changes meet the standards for [contributing](https://github.com/TRaSH-/Guides/blob/master/.github/CONTRIBUTING.md). - [x] I have read the [code of conduct](https://github.com/TRaSH-/Guides/blob/master/.github/CODE_OF_CONDUCT.md). --- includes/cf/radarr-optional-uhd.md | 2 -- includes/cf/sonarr-optional-uhd.md | 2 -- includes/sqp/1-4k-cf-scoring-sqp1.md | 2 +- includes/sqp/1-4k-cf-scoring.md | 2 +- includes/sqp/uhd-radarr-optional.md | 4 ++-- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/includes/cf/radarr-optional-uhd.md b/includes/cf/radarr-optional-uhd.md index a4d8add0e..d3986a3b7 100644 --- a/includes/cf/radarr-optional-uhd.md +++ b/includes/cf/radarr-optional-uhd.md @@ -1,7 +1,5 @@ ??? abstract "Optional UHD - [CLICK TO EXPAND]" - !!! danger "**The `SDR` is a MUST for this Quality Profile** :warning:" - | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} | diff --git a/includes/cf/sonarr-optional-uhd.md b/includes/cf/sonarr-optional-uhd.md index 963c78cb7..d2158294b 100644 --- a/includes/cf/sonarr-optional-uhd.md +++ b/includes/cf/sonarr-optional-uhd.md @@ -1,7 +1,5 @@ ??? abstract "Optional UHD - [CLICK TO EXPAND]" - !!! danger "**The `SDR` is a MUST for this Quality Profile** :warning:" - | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | | [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_score'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} | diff --git a/includes/sqp/1-4k-cf-scoring-sqp1.md b/includes/sqp/1-4k-cf-scoring-sqp1.md index f6cef7d56..39bc4191b 100644 --- a/includes/sqp/1-4k-cf-scoring-sqp1.md +++ b/includes/sqp/1-4k-cf-scoring-sqp1.md @@ -81,7 +81,7 @@ ??? abstract "Optional - [CLICK TO EXPAND]" !!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:" - !!! danger "**The `SDR` is a MUST for this SQP** :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 | | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | diff --git a/includes/sqp/1-4k-cf-scoring.md b/includes/sqp/1-4k-cf-scoring.md index 192cf14dd..289868597 100644 --- a/includes/sqp/1-4k-cf-scoring.md +++ b/includes/sqp/1-4k-cf-scoring.md @@ -81,7 +81,7 @@ ??? abstract "Optional - [CLICK TO EXPAND]" !!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:" - !!! danger "**The `SDR` is a MUST for this SQP** :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 | | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | diff --git a/includes/sqp/uhd-radarr-optional.md b/includes/sqp/uhd-radarr-optional.md index f8b04e818..070b30041 100644 --- a/includes/sqp/uhd-radarr-optional.md +++ b/includes/sqp/uhd-radarr-optional.md @@ -1,8 +1,8 @@ ??? abstract "Optional - [CLICK TO EXPAND]" !!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:" - !!! danger "**The `SDR` is a MUST for this SQP** :warning:" - !!! tip "The `DV (FEL)` is recommended for SQP2 and 3" + !!! tip "**I recommend to use the `SDR`,
This will help to prevent to grab UHD/4k releases without HDR Formats**" + !!! tip "The `DV (FEL)` is recommended for SQP2 and 3 or any other Profile doing 4k/UHD Remuxes" | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | From 18b01911fb12370df80b1b76b4d7f778244bff6c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 24 Jun 2023 17:50:40 +0200 Subject: [PATCH 5/5] Fix: Change x265 (no HDR/DV) must to suggestion --- includes/sqp/1-4k-cf-scoring-sqp1.md | 4 ++-- includes/sqp/1-4k-cf-scoring.md | 4 ++-- includes/sqp/uhd-radarr-optional.md | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/includes/sqp/1-4k-cf-scoring-sqp1.md b/includes/sqp/1-4k-cf-scoring-sqp1.md index 39bc4191b..d9d01878f 100644 --- a/includes/sqp/1-4k-cf-scoring-sqp1.md +++ b/includes/sqp/1-4k-cf-scoring-sqp1.md @@ -76,11 +76,11 @@ {! include-markdown "../../includes/cf/radarr-misc.md" !} -{! include-markdown "../../includes/sqp/radarr-unwanted-uhd.md" !} +{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} ??? abstract "Optional - [CLICK TO EXPAND]" - !!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:" + !!! 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 | diff --git a/includes/sqp/1-4k-cf-scoring.md b/includes/sqp/1-4k-cf-scoring.md index 289868597..b7759f83e 100644 --- a/includes/sqp/1-4k-cf-scoring.md +++ b/includes/sqp/1-4k-cf-scoring.md @@ -76,11 +76,11 @@ {! include-markdown "../../includes/cf/radarr-misc.md" !} -{! include-markdown "../../includes/sqp/radarr-unwanted-uhd.md" !} +{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} ??? abstract "Optional - [CLICK TO EXPAND]" - !!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:" + !!! 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 | diff --git a/includes/sqp/uhd-radarr-optional.md b/includes/sqp/uhd-radarr-optional.md index 070b30041..d8ef534c3 100644 --- a/includes/sqp/uhd-radarr-optional.md +++ b/includes/sqp/uhd-radarr-optional.md @@ -1,8 +1,7 @@ ??? abstract "Optional - [CLICK TO EXPAND]" - !!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:" + !!! 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**" - !!! tip "The `DV (FEL)` is recommended for SQP2 and 3 or any other Profile doing 4k/UHD Remuxes" | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | @@ -38,7 +37,7 @@ - If you only watch your movies on a setup that completely supports Dolby Vision from start to end then give it a score of `0` or just don't add it. - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then you should add this with a score of `{{ radarr['cf']['dv-webdl']['trash_score'] }}`. - - **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+ + - **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+) - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay. - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match. - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases)