Add Groups to LQ

- Add tarunk9c and DepraveD to LQ
- Add BiTOR 2160p releases to LQ (Release Title) (1080p releases are not currently added to LQ, but will now be un-tiered)
- Remove BiTOR from HD Bluray Tier 03
pull/1644/head
yammes08 7 months ago
parent 4808f8c8cc
commit c3ddda4620

@ -44,15 +44,6 @@
"value": "^(BHDStudio)$"
}
},
{
"name": "BiTOR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BiTOR)$"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",

@ -14,6 +14,15 @@
"fields": {
"value": "\\b(TeeWee)\\b"
}
},
{
"name": "BiTOR (2160p)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))"
}
}
]
}

@ -177,6 +177,15 @@
"value": "^(DDR)$"
}
},
{
"name": "DepraveD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(DepraveD)$"
}
},
{
"name": "DNL",
"implementation": "ReleaseGroupSpecification",
@ -627,6 +636,15 @@
"value": "^(SWTYBLZ)$"
}
},
{
"name": "tarunk9c",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(tarunk9c)$"
}
},
{
"name": "TBS",
"implementation": "ReleaseGroupSpecification",

@ -14,6 +14,15 @@
"fields": {
"value": "\\b(TeeWee)\\b"
}
},
{
"name": "BiTOR (2160p)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))"
}
}
]
}

Loading…
Cancel
Save