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