diff --git a/custom_formats/Upscale.yml b/custom_formats/Upscale.yml deleted file mode 100644 index a2d8d25..0000000 --- a/custom_formats/Upscale.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Upscale -description: 'Matches the ''Upscale'' regex pattern - - - Radarr Version' -tags: -- Banned -- Enhancement -conditions: -- name: Upscale - negate: false - pattern: AI Movies - required: false - type: release_title -- name: AI Movies - negate: false - pattern: AI Movies - required: false - type: release_title -tests: [] diff --git a/regex_patterns/AI TV.yml b/regex_patterns/AI TV.yml deleted file mode 100644 index ded0f95..0000000 --- a/regex_patterns/AI TV.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: AI TV -pattern: (?<=\bS\d+\b).*(\b(AI)\b) -description: Matches AI TV -tags: -- Enhancement -- Banned -tests: [] diff --git a/regex_patterns/AI Upscale.yml b/regex_patterns/AI Upscale.yml new file mode 100644 index 0000000..95be14a --- /dev/null +++ b/regex_patterns/AI Upscale.yml @@ -0,0 +1,7 @@ +name: AI Upscale +pattern: \b(?:[12]\d{3}|S\d{1,2}(?:E\d{1,2})?)\b.*?\b(AI)\b +description: Matches AI Upscales +tags: +- Enhancement +- Banned +tests: []