tweak(format): Combine AI
This commit is contained in:
parent
a6221c36f9
commit
4962cb3170
|
|
@ -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: []
|
|
||||||
|
|
@ -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: []
|
||||||
Loading…
Reference in New Issue