Updated: [hq] - Ignores WEBDL so you don't get double scoring from [hq-webdl]

pull/260/head
TRaSH 3 years ago
parent 9a7d783e42
commit a7cc04bf8f

@ -3,50 +3,69 @@
"trash_score": "100", "trash_score": "100",
"name": "HQ", "name": "HQ",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [{ "specifications": [
"name": "[BLOCK1]", {
"implementation": "ReleaseTitleSpecification", "name": "[BLOCK1]",
"negate": false, "implementation": "ReleaseTitleSpecification",
"required": false, "negate": false,
"fields": { "required": false,
"value": "-BMF|-decibeL|\\bD-Z0N3\\b|\\bFTW-HD\\b|-HiFi|-NCmt|-OISTiLe|-TDD|\\bZQ\\b" "fields": {
} "value": "-BMF|-decibeL|\\bD-Z0N3\\b|\\bFTW-HD\\b|-HiFi|-NCmt|-OISTiLe|-TDD|\\bZQ\\b"
},
{
"name": "[BLOCK2]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-HiSD|-NTb|-ift|-geek|-tnp|-ncmt|-pter|-bbq"
}
},
{
"name": "[BLOCK3]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CRiSC|-CtrlHD|-DON|\\b-EA\\b|-EbP|-LolHD|-SbR|-TayTo|-VietHD"
}
},
{
"name": "[BLOCK4]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bBHDStudio\\b"
}
},
{
"name": "[Remux Groups]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-FraMeSToR|-EPSiLON|\\bKRaLiMaRKo\\b|-PmP|-BLURANiUM|-SiCFoI|-SURFINBIRD"
}
} }
},
{
"name": "[BLOCK2]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-HiSD|-NTb|-ift|-geek|-tnp|-ncmt|-pter|-bbq"
}
},
{
"name": "[BLOCK3]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CRiSC|-CtrlHD|-DON|\\b-EA\\b|-EbP|-LolHD|-SbR|-TayTo|-VietHD"
}
},
{
"name": "[BLOCK4]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bBHDStudio\\b"
}
},
{
"name": "[Remux Groups]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-FraMeSToR|-EPSiLON|\\bKRaLiMaRKo\\b|-PmP|-BLURANiUM|-SiCFoI|-SURFINBIRD"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
}
] ]
} }
Loading…
Cancel
Save