mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-20 00:08:38 -05:00
feat(radarr): DELETE CF EVO (no WEBDL) and move to LQ (Release Title) (#2386)
This commit is contained in:
@@ -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 %]]
|
||||
```
|
||||
|
||||
<sub><sup>[TOP](#index)</sup></sub>
|
||||
|
||||
---
|
||||
|
||||
### No-RlsGroup
|
||||
|
||||
??? question "Description - [Click to show/hide]"
|
||||
|
||||
@@ -18,11 +18,6 @@
|
||||
"trash_id": "f700d29429c023a5734505e77daeaea7",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"name": "EVO (no WEBDL)",
|
||||
"trash_id": "90cedc1fea7ea5d11298bebd3d1d3223",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"name": "HFR",
|
||||
"trash_id": "973613461ac2cea99d52c4cd6e177ab82",
|
||||
|
||||
@@ -18,11 +18,6 @@
|
||||
"trash_id": "f700d29429c023a5734505e77daeaea7",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"name": "EVO (no WEBDL)",
|
||||
"trash_id": "90cedc1fea7ea5d11298bebd3d1d3223",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"name": "HFR",
|
||||
"trash_id": "973613461ac2cea99d52c4cd6e177ab82",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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.*?)(?<!([ ._-]web[ ._-]?(dl|rip)?).*?)\\b(EVO)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Feranki1980",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
**EVO (no WEBDL)**<br>
|
||||
|
||||
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"
|
||||
<!-- markdownlint-enable MD041-->
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user