mirror of https://github.com/TRaSH-/Guides.git
30 lines
773 B
JSON
30 lines
773 B
JSON
{
|
|
"trash_id": "eecf3a857724171f968a66cb5719e152",
|
|
"trash_scores": {
|
|
"default": 800
|
|
},
|
|
"trash_regex": "https://regex101.com/r/e7ugxU/1",
|
|
"name": "IMAX",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "IMAX",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b((?<!NON[ ._-])IMAX)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "NOT: IMAX Enhanced",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "^(?=.*\\b((DSNP|Disney\\+|BC|B?CORE)(?=[ ._-]web[ ._-]?(dl|rip)\\b)))(?=.*\\b((?<!NON[ ._-])IMAX)\\b)|^(?=.*\\b(IMAX[ ._-]Enhanced)\\b)"
|
|
}
|
|
}
|
|
]
|
|
}
|