- Updated: No-RlsGroup - Added groups (BluDragon|SumVision) and fixed better recornizing no groups.

- Updated: No-RlsGroup - Added groups (BluDragon|SumVision) and fixed better recornizing no groups.
pull/202/head
TRaSH 4 years ago
parent c89cb396c4
commit 740365ddd3

@ -2914,21 +2914,21 @@ That's why I created my own golden rule.
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "-RlsGroup Missing",
"name": "No -RlsGroup",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?$"
"value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?(\\.\\w{3})?$"
}
},
{
"name": "Weird RlsGroup Formats Missing",
"name": "No Weird Groups",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD"
"value": "\\b(Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD|BluDragon|SumVision)\\b"
}
}
]

Loading…
Cancel
Save