diff --git a/ops/1.initial.sql b/ops/1.initial.sql index 5486fa0..78782cb 100644 --- a/ops/1.initial.sql +++ b/ops/1.initial.sql @@ -1,7 +1,7 @@ -- ============================================================================ -- TRASH-CONV GENERATED SQL -- ============================================================================ --- Generated: 2026-03-15T00:49:16.793Z +-- Generated: 2026-03-16T00:49:17.356Z -- ============================================================================ -- TAGS @@ -699,6 +699,7 @@ INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Generated Dynamic HDR - BiTOR', '^(BiTOR)$', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Generated Dynamic HDR - DepraveD', '^(DepraveD)$', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Generated Dynamic HDR - Flights', '^(Flights)$', NULL, NULL); +INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Generated Dynamic HDR - GuyZo', '^(GuyZo|BR-GuyZo)$', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Generated Dynamic HDR - HDR10+', '\bHDR10(\+|P(lus)?\b)', 'hCAQEO/4', NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Generated Dynamic HDR - SasukeducK', '^(SasukeducK)$', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Generated Dynamic HDR - tarunk9c', '^(tarunk9c)$', NULL, NULL); @@ -1189,6 +1190,7 @@ INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Upscaled - AI Upscales (Radarr)', '(?<=\b[12]\d{3}\b)(?=.*\b(HEVC)\b)(?=.*\b(AI)\b)', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Upscaled - AI Upscales (Sonarr)', '(?<=\b\d{3,4}p\b)(?=.*\b(HEVC)\b)(?=.*\b(AI)\b)', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Upscaled - AIUS', '\b(AIUS)\b', NULL, NULL); +INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Upscaled - GuyZo', '\b(GuyZo|BR-GuyZo)\b', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Upscaled - Regrade', '\b((Upscale)?Re-?graded?)\b', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Upscaled - RW', '\b(RW)\b', NULL, NULL); INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES ('Upscaled - TheUpscaler', '\b(The[ ._-]?Upscaler)\b', NULL, NULL); @@ -3679,6 +3681,7 @@ INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Generated Dynamic HDR', 'DepraveD', 'release_group', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Generated Dynamic HDR', 'DV', 'release_title', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Generated Dynamic HDR', 'Flights', 'release_group', 'radarr', 0, 0); +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Generated Dynamic HDR', 'GuyZo', 'release_group', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Generated Dynamic HDR', 'HDR10+', 'release_title', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Generated Dynamic HDR', 'SasukeducK', 'release_group', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Generated Dynamic HDR', 'tarunk9c', 'release_group', 'radarr', 0, 0); @@ -4490,6 +4493,7 @@ INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Upscaled', 'AI Upscales (Radarr)', 'release_title', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Upscaled', 'AI Upscales (Sonarr)', 'release_title', 'sonarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Upscaled', 'AIUS', 'release_title', 'radarr', 0, 0); +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Upscaled', 'GuyZo', 'release_title', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Upscaled', 'Regrade', 'release_title', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Upscaled', 'RW', 'release_title', 'radarr', 0, 0); INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) VALUES ('Upscaled', 'TheUpscaler', 'release_title', 'radarr', 0, 0); @@ -8844,6 +8848,7 @@ INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expr INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Generated Dynamic HDR', 'DepraveD', 'Generated Dynamic HDR - DepraveD'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Generated Dynamic HDR', 'DV', 'DV Boost - DV'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Generated Dynamic HDR', 'Flights', 'Generated Dynamic HDR - Flights'); +INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Generated Dynamic HDR', 'GuyZo', 'Generated Dynamic HDR - GuyZo'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Generated Dynamic HDR', 'HDR10+', 'Generated Dynamic HDR - HDR10+'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Generated Dynamic HDR', 'SasukeducK', 'Generated Dynamic HDR - SasukeducK'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Generated Dynamic HDR', 'tarunk9c', 'Generated Dynamic HDR - tarunk9c'); @@ -9491,6 +9496,7 @@ INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expr INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Upscaled', 'AI Upscales (Radarr)', 'Upscaled - AI Upscales (Radarr)'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Upscaled', 'AI Upscales (Sonarr)', 'Upscaled - AI Upscales (Sonarr)'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Upscaled', 'AIUS', 'Upscaled - AIUS'); +INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Upscaled', 'GuyZo', 'Upscaled - GuyZo'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Upscaled', 'Regrade', 'Upscaled - Regrade'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Upscaled', 'RW', 'Upscaled - RW'); INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Upscaled', 'TheUpscaler', 'Upscaled - TheUpscaler'); diff --git a/pcd.json b/pcd.json index 1dc615f..84e7ad9 100644 --- a/pcd.json +++ b/pcd.json @@ -1,6 +1,6 @@ { "name": "trash-pcd", - "version": "1.0.24", + "version": "1.0.25", "description": "TRaSH Guides converted to PCD format - community-maintained quality profiles and custom formats", "arr_types": [ "radarr",