Exclude "IMAX Edition"

pull/1198/head
yammes08 2 years ago
parent adcbef9566
commit af81bbd79a

@ -1,10 +1,11 @@
{ {
"trash_id": "957d0f44b592285f26449575e8b1167e", "trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": "125", "trash_score": "125",
"trash_regex": "https://regex101.com/r/ZUo0H1/1", "trash_regex": "https://regex101.com/r/44pLFg/1",
"name": "Special Edition", "name": "Special Edition",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [{ "specifications": [
{
"name": "Special Edition", "name": "Special Edition",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
@ -21,6 +22,15 @@
"fields": { "fields": {
"value": "Theatrical" "value": "Theatrical"
} }
},
{
"name": "Not IMAX Edition",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(IMAX[ ._-]Edition)\\b"
}
} }
] ]
} }

Loading…
Cancel
Save