- NEW: CF `[Flights (no IMAX)]` New Hybrid Remux group, had some complains about their imax releases being off, so they got a own CF (SQP). - NEW: CF `[SiC]` HQ WEBDL Hybrid group that does DV + HDR10 give it a score of `51` to give it a higher score (SQP). - Updated: CF `[FreeLeech]` Scoring from `5` to `1` to give proper/repack preference. - Updated: CF `[Repack/Proper]` Scoring from `1` to `5` to give proper/repack preference.pull/557/head
parent
87afc45a4b
commit
6c4974aa22
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "1d433e1e075704f1a8a1ae3e1c371460",
|
||||||
|
"trash_score": "1850",
|
||||||
|
"name": "Flights (no IMAX)",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "Flights",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "Flights"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NOT: IMAX Enhanced",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": true,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NOT: IMAX",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": true,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "\\bIMAX\\b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "8cd3ac70db7ac318cf9a0e01333940a4",
|
||||||
|
"trash_score": "51",
|
||||||
|
"name": "SiC",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "SiC",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "\\bSiC\\b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2160p",
|
||||||
|
"implementation": "ResolutionSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": 2160
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "WEBDL",
|
||||||
|
"implementation": "SourceSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": 7
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "HDR",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "\\bHDR(\\b|\\d)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DV",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue