mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 09:30:08 -04:00
Update Remaining Codec CFs
This commit is contained in:
17
ops/59.update-remaining-codec-cfs.sql
Normal file
17
ops/59.update-remaining-codec-cfs.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Update Remaining Codec CFs
|
||||
-- @exportedAt: 2026-02-20T23:13:31.105Z
|
||||
-- @opIds: 419, 420, 421
|
||||
|
||||
-- --- BEGIN op 419 ( update regular_expression "x265" )
|
||||
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)).*$';
|
||||
-- --- END op 419
|
||||
|
||||
-- --- BEGIN op 420 ( update regular_expression "x265 (Efficient)" )
|
||||
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)).*$';
|
||||
-- --- END op 420
|
||||
|
||||
-- --- BEGIN op 421 ( update regular_expression "x264" )
|
||||
update "regular_expressions" set "pattern" = '^(?!.*remux).*[xh][ ._-]?264' where "name" = 'x264' and "pattern" = '^(?!.*(?i:remux)).*([xh](\.?264)|DVDRip)';
|
||||
-- --- END op 421
|
||||
Reference in New Issue
Block a user