Skip to content

Commit 217d7d4

Browse files
committed
Update Remaining Codec CFs
1 parent 8a590fe commit 217d7d4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Update Remaining Codec CFs
4+
-- @exportedAt: 2026-02-20T23:13:31.105Z
5+
-- @opIds: 419, 420, 421
6+
7+
-- --- BEGIN op 419 ( update regular_expression "x265" )
8+
update "regular_expressions" set "pattern" = '^(?!.*remux).*([x][ ._-]?265|\bHEVC(\b|\d))' where "name" = 'x265' and "pattern" = '^(?!.*(?i:remux))(?=.*([x]\s?(\.?265)\b|HEVC|\bDS4K\b)).*$';
9+
-- --- END op 419
10+
11+
-- --- BEGIN op 420 ( update regular_expression "x265 (Efficient)" )
12+
update "regular_expressions" set "pattern" = '^(?!.*remux).*([xh][ ._-]?265|\bHEVC(\b|\d))' where "name" = 'x265 (Efficient)' and "pattern" = '^(?!.*(?i:remux))(?=.*([xh]\s?(\.?265)\b|HEVC|\bDS4K\b)).*$';
13+
-- --- END op 420
14+
15+
-- --- BEGIN op 421 ( update regular_expression "x264" )
16+
update "regular_expressions" set "pattern" = '^(?!.*remux).*[xh][ ._-]?264' where "name" = 'x264' and "pattern" = '^(?!.*(?i:remux)).*([xh](\.?264)|DVDRip)';
17+
-- --- END op 421

0 commit comments

Comments
 (0)