mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
tweak(format): Combine AI
This commit is contained in:
@@ -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: []
|
||||
@@ -1,7 +0,0 @@
|
||||
name: AI TV
|
||||
pattern: (?<=\bS\d+\b).*(\b(AI)\b)
|
||||
description: Matches AI TV
|
||||
tags:
|
||||
- Enhancement
|
||||
- Banned
|
||||
tests: []
|
||||
7
regex_patterns/AI Upscale.yml
Normal file
7
regex_patterns/AI Upscale.yml
Normal file
@@ -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: []
|
||||
Reference in New Issue
Block a user