Tiers re-order

[Bluray]
- BEO and NEO were both downscaled as some of their release do not have sources
- BDHD passed to Tier 1

[Remux]
- ROMKENT passed to Tier 2 as some releases do not have a source

[WEB]
- BEO and NEO same as for Bluray
- Added ARK01 to Tier 01
- MOONLY and NoNe bumped to Tier 01
pull/863/head
NiceTSY 2 years ago
parent a31fef79f2
commit 2a073697de

@ -32,12 +32,12 @@
}
},
{
"name": "BEO",
"name": "BDHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BEO)\\b"
"value": "\\b(BDHD)\\b"
}
},
{
@ -76,15 +76,6 @@
"value": "\\b(FrIeNdS)\\b"
}
},
{
"name": "NEO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(NEO)\\b"
}
},
{
"name": "ONLY",
"implementation": "ReleaseGroupSpecification",

@ -32,12 +32,12 @@
}
},
{
"name": "BDHD",
"name": "BEO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BDHD)\\b"
"value": "\\b(BEO)\\b"
}
},
{
@ -85,6 +85,15 @@
"value": "\\b(MARBLECAKE)\\b"
}
},
{
"name": "NEO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(NEO)\\b"
}
},
{
"name": "NoNE",
"implementation": "ReleaseGroupSpecification",

@ -75,15 +75,6 @@
"fields": {
"value": "\\b(Psaro)\\b"
}
},
{
"name": "ROMKENT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(ROMKENT)\\b"
}
}
]
}

@ -67,6 +67,15 @@
"value": "\\b(Q(UEBE)?C63)\\b"
}
},
{
"name": "ROMKENT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(ROMKENT)\\b"
}
},
{
"name": "Sicario",
"implementation": "ReleaseGroupSpecification",

@ -23,12 +23,12 @@
}
},
{
"name": "BEO",
"name": "ARK01",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BEO)\\b"
"value": "\\b(ARK01)\\b"
}
},
{
@ -67,6 +67,15 @@
"value": "\\b(FrIeNdS)\\b"
}
},
{
"name": "MOONLY",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MOONLY)\\b"
}
},
{
"name": "MTDK",
"implementation": "ReleaseGroupSpecification",
@ -77,12 +86,12 @@
}
},
{
"name": "NEO",
"name": "NoNe",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(NEO)\\b"
"value": "\\b(NoNe)\\b"
}
},
{

@ -31,6 +31,15 @@
"value": "\\b(ALLDAYiN)\\b"
}
},
{
"name": "BEO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BEO)\\b"
}
},
{
"name": "FCK",
"implementation": "ReleaseGroupSpecification",
@ -77,21 +86,12 @@
}
},
{
"name": "MOONLY",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MOONLY)\\b"
}
},
{
"name": "NoNe",
"name": "NEO",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(NoNe)\\b"
"value": "\\b(NEO)\\b"
}
},
{

Loading…
Cancel
Save