feat(starr): add NINJACENTRAL to WEB Tier 03

pull/1385/head
nuxen 12 months ago
parent 33fce001e6
commit 9714ae8dfe
No known key found for this signature in database

@ -263,7 +263,7 @@ Add this to your `Preferred (3)` with a score of [1650]
Add this to your `Preferred (3)` with a score of [1600]
```bash
/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr)\b/i
/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr|-NINJACENTRAL)\b/i
```
Add this to your `Preferred (3)` with a score of [12]

@ -13,6 +13,15 @@
"value": "^(GNOMiSSiON)$"
}
},
{
"name": "NINJACENTRAL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NINJACENTRAL)$"
}
},
{
"name": "ROCCaT",
"implementation": "ReleaseGroupSpecification",

@ -13,6 +13,15 @@
"value": "^(DRACULA)$"
}
},
{
"name": "NINJACENTRAL",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(NINJACENTRAL)$"
}
},
{
"name": "SLiGNOME",
"implementation": "ReleaseGroupSpecification",

@ -24,7 +24,7 @@
{
"score": 1600,
"terms": [
"/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr)\\b/i"
"/(-DRACULA|SLiGNOME|T4H|-ViSiON|SwAgLaNdEr|-NINJACENTRAL)\\b/i"
]
},
{

Loading…
Cancel
Save