fix(radarr): add `Extended Clip` to Extras CF

pull/1668/head
Bogdan 6 months ago
parent df0d068b0c
commit e50301822d

@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras|Bonus)\\b"
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras|Bonus|Extended[ ._-]Clip)\\b"
}
}
]

@ -42,6 +42,15 @@
"fields": {
"value": "Theatrical"
}
},
{
"name": "Not Extended Clip",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Extended[ ._-]Clip)\\b"
}
}
]
}

Loading…
Cancel
Save