diff --git a/ops/1.initial.sql b/ops/1.initial.sql index bcb2f65..80209de 100644 --- a/ops/1.initial.sql +++ b/ops/1.initial.sql @@ -1,7 +1,7 @@ -- ============================================================================ -- TRASH-CONV GENERATED SQL -- ============================================================================ --- Generated: 2026-03-10T00:39:17.364Z +-- Generated: 2026-03-16T00:49:16.637Z -- ============================================================================ -- TAGS @@ -25,6 +25,7 @@ INSERT INTO regular_expressions (name, pattern, regex101_id, description) VALUES 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 - DV', '\b(dv|dovi|dolby[ .]?v(ision)?)\b', 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)', NULL, 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); @@ -375,6 +376,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); @@ -775,6 +777,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); @@ -1255,6 +1258,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); @@ -1930,6 +1934,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', 'Generated Dynamic HDR - 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'); @@ -2355,6 +2360,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 d287c3c..36354fb 100644 --- a/pcd.json +++ b/pcd.json @@ -1,13 +1,13 @@ { "name": "trash-pcd", - "version": "1.0.17", + "version": "1.0.18", "description": "TRaSH Guides converted to PCD format - community-maintained quality profiles and custom formats", "arr_types": [ "radarr", "sonarr" ], "dependencies": { - "https://github.com/Dictionarry-Hub/schema": "1.0.0" + "https://github.com/Dictionarry-Hub/schema": "1.1.0" }, "authors": [ {