From 2003ebccca932336169fc1f81578712068599ae7 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 22 Jun 2023 11:52:57 +0300 Subject: [PATCH 1/3] 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/3] 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/3] 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" !}