Tweak Movie Extra

This commit is contained in:
Seraphys
2026-08-28 23:58:29 +00:00
parent cddebe12bc
commit 47865da32f
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Tweak Movie Extra
-- @exportedAt: 2026-08-28T23:58:25.902Z
-- @opIds: 14159
-- --- BEGIN op 14159 ( update regular_expression "Movie Extras" )
update "regular_expressions" set "pattern" = '(?<=\b[12]\d{3}\b).*(\b|\.)\b(Extra(s)?|Bonus|Deleted[ ._-]?Scene(s)?|Extended[ ._-]?Clip|Special[ ._-]?Feature(s)?)\b' where "name" = 'Movie Extras' and "pattern" = '(?<=\b[12]\d{3}\b).*(\b|\.)\b(Extra(s)?|Bonus|Deleted[ ._-]Scene(s)?|Extended[ ._-]Clip|Special[ ._-]Feature(s)?)\b';
-- --- END op 14159