From 7f8d3fdbc624d051edc4afe8f207cded92305ba9 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 13 Apr 2026 18:43:33 -0500 Subject: [PATCH] Update French LQ --- ops/12.update-french-lq.sql | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ops/12.update-french-lq.sql diff --git a/ops/12.update-french-lq.sql b/ops/12.update-french-lq.sql new file mode 100644 index 0000000..782ad43 --- /dev/null +++ b/ops/12.update-french-lq.sql @@ -0,0 +1,49 @@ +-- @operation: export +-- @entity: batch +-- @name: Update French LQ +-- @exportedAt: 2026-04-13T23:43:32.502Z +-- @opIds: 6086, 6087, 6088, 6089 + +-- --- BEGIN op 6086 ( update custom_format "FR LQ" ) +UPDATE custom_format_conditions +SET arr_type = 'all' +WHERE custom_format_name = 'FR LQ' + AND name = 'Ads/Watermarks' + AND type = 'release_group' + AND arr_type = 'radarr' + AND negate = 0 + AND required = 0; +-- --- END op 6086 + +-- --- BEGIN op 6087 ( update custom_format "FR LQ" ) +UPDATE custom_format_conditions +SET arr_type = 'all' +WHERE custom_format_name = 'FR LQ' + AND name = 'Bad/False releases' + AND type = 'release_group' + AND arr_type = 'radarr' + AND negate = 0 + AND required = 0; +-- --- END op 6087 + +-- --- BEGIN op 6088 ( update custom_format "FR LQ" ) +UPDATE custom_format_conditions +SET arr_type = 'all' +WHERE custom_format_name = 'FR LQ' + AND name = 'DeTAG/ReTAG' + AND type = 'release_group' + AND arr_type = 'radarr' + AND negate = 0 + AND required = 0; +-- --- END op 6088 + +-- --- BEGIN op 6089 ( update custom_format "FR LQ" ) +UPDATE custom_format_conditions +SET arr_type = 'all' +WHERE custom_format_name = 'FR LQ' + AND name = 'Other reasons' + AND type = 'release_group' + AND arr_type = 'radarr' + AND negate = 0 + AND required = 0; +-- --- END op 6089