From ce97097266f34fc8e51706a347300876305036e4 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 30 Apr 2025 22:17:18 +0200 Subject: [PATCH] feat(radarr): DELETE CF `EVO (no WEBDL)` and move to `LQ (Release Title)` (#2386) --- .../Radarr-collection-of-custom-formats.md | 23 ++--------- .../radarr/cf-groups/optional-misc-sqp.json | 5 --- docs/json/radarr/cf-groups/optional-misc.json | 5 --- docs/json/radarr/cf/evo-no-webdl.json | 38 ------------------- docs/json/radarr/cf/lq-release-title.json | 9 +++++ includes/cf-descriptions/evo-no-webdl.md | 7 ---- includes/cf/radarr-misc-optional.md | 2 - .../radarr-german-misc-optional.md | 2 - 8 files changed, 12 insertions(+), 79 deletions(-) delete mode 100644 docs/json/radarr/cf/evo-no-webdl.json delete mode 100644 includes/cf-descriptions/evo-no-webdl.md diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 60137f80b..c293715ba 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -100,16 +100,15 @@ We've made 3 guides related to this. --- | Miscellaneous | Language profiles | -| ----------------------------------------------------- | ------------------------------------------------------------------ | +|-------------------------------------------------------|--------------------------------------------------------------------| | [720p](#720p) | [Language: German](#language-german) | | [1080p](#1080p) | [Language: German DL](#language-german-dl) | | [2160p](#2160p) | [Language: German DL (undefined)](#language-german-dl-undefined) | | [Bad Dual Groups](#bad-dual-groups) | [Language: Not English (English Only)](#language-not-english) | | [Black and White Editions](#black-and-white-editions) | [Language: Not French (French Only)](#language-not-french) | | [Dutch Groups](#dutch-groups) | [Language: Not Original (Original Only)](#language-not-original) | -| [EVO (no WEBDL)](#evo-no-webdl) | [Language: Original + French](#language-original-plus-french) | -| [FreeLeech](#freeleech) | [Language: Not German or English](#language-not-german-or-english) | -| [HFR](#hfr) | | +| [FreeLeech](#freeleech) | [Language: Original + French](#language-original-plus-french) | +| [HFR](#hfr) | [Language: Not German or English](#language-not-german-or-english) | | [Internal](#internal) | | | [MPEG2](#mpeg2) | | | [Multi](#multi) | | @@ -1254,22 +1253,6 @@ We've made 3 guides related to this. --- -### EVO (no WEBDL) - -??? question "Description - [Click to show/hide]" - - {! include-markdown "../../includes/cf-descriptions/evo-no-webdl.md" !} - -??? example "JSON - [Click to show/hide]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/cf/evo-no-webdl.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - ### No-RlsGroup ??? question "Description - [Click to show/hide]" diff --git a/docs/json/radarr/cf-groups/optional-misc-sqp.json b/docs/json/radarr/cf-groups/optional-misc-sqp.json index 1412f28a3..b599fd4df 100644 --- a/docs/json/radarr/cf-groups/optional-misc-sqp.json +++ b/docs/json/radarr/cf-groups/optional-misc-sqp.json @@ -18,11 +18,6 @@ "trash_id": "f700d29429c023a5734505e77daeaea7", "required": false }, - { - "name": "EVO (no WEBDL)", - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "required": false - }, { "name": "HFR", "trash_id": "973613461ac2cea99d52c4cd6e177ab82", diff --git a/docs/json/radarr/cf-groups/optional-misc.json b/docs/json/radarr/cf-groups/optional-misc.json index be8e85625..ed1edf089 100644 --- a/docs/json/radarr/cf-groups/optional-misc.json +++ b/docs/json/radarr/cf-groups/optional-misc.json @@ -18,11 +18,6 @@ "trash_id": "f700d29429c023a5734505e77daeaea7", "required": false }, - { - "name": "EVO (no WEBDL)", - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "required": false - }, { "name": "HFR", "trash_id": "973613461ac2cea99d52c4cd6e177ab82", diff --git a/docs/json/radarr/cf/evo-no-webdl.json b/docs/json/radarr/cf/evo-no-webdl.json deleted file mode 100644 index c30185c4f..000000000 --- a/docs/json/radarr/cf/evo-no-webdl.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "trash_scores": { - "default": -10000, - "german": -35000 - }, - "name": "EVO (no WEBDL)", - "includeCustomFormatWhenRenaming": false, - "specifications": [ - { - "name": "EVO", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": true, - "fields": { - "value": "^(EVO(TGX)?)$" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": true, - "required": true, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": true, - "required": true, - "fields": { - "value": 8 - } - } - ] -} diff --git a/docs/json/radarr/cf/lq-release-title.json b/docs/json/radarr/cf/lq-release-title.json index af8413e92..caa79cc0a 100644 --- a/docs/json/radarr/cf/lq-release-title.json +++ b/docs/json/radarr/cf/lq-release-title.json @@ -25,6 +25,15 @@ "value": "\\b(BEN[ ._-]THE[ ._-]MEN)\\b" } }, + { + "name": "EVO (no WEBDL)", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(?<=\\b[12]\\d{3}\\b.*?)(? -**EVO (no WEBDL)**
- -This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are considered okay. - ---8<-- "includes/cf-descriptions/apply-10000.md" - diff --git a/includes/cf/radarr-misc-optional.md b/includes/cf/radarr-misc-optional.md index cd048c632..e5d3d01cf 100644 --- a/includes/cf/radarr-misc-optional.md +++ b/includes/cf/radarr-misc-optional.md @@ -5,7 +5,6 @@ | ------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------: | ---------------------------------------------------------- | | [{{ 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']['black-and-white-editions']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#black-and-white-editions) | {{ radarr['cf']['black-and-white-editions']['trash_scores']['default'] }} | {{ radarr['cf']['black-and-white-editions']['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'] }} | @@ -18,7 +17,6 @@ - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. Also they often even rename the release name into Portuguese. - **{{ radarr['cf']['black-and-white-editions']['name'] }}:** [*Optional*] Some movies get an additional release version in monochrome/black and white. This custom format matches some of the more common occurrences of these. - - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release. diff --git a/includes/german-guide/radarr-german-misc-optional.md b/includes/german-guide/radarr-german-misc-optional.md index 3c5e109bd..f213c2e6d 100644 --- a/includes/german-guide/radarr-german-misc-optional.md +++ b/includes/german-guide/radarr-german-misc-optional.md @@ -4,7 +4,6 @@ | 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']['german'] }} | {{ 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']['german'] }} | {{ 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']['german'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['german'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_scores']['german'] }} | {{ radarr['cf']['retags']['trash_id'] }} | @@ -16,7 +15,6 @@ - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. Also they often even rename the release name into Portuguese. - - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.