tweak(format): Revert AI Combination
This commit is contained in:
parent
c498ade65c
commit
c52018fbab
|
|
@ -0,0 +1,20 @@
|
|||
name: Upscale
|
||||
description: 'Matches the ''Upscaled'' regex pattern
|
||||
|
||||
|
||||
Radarr Version'
|
||||
tags:
|
||||
- Banned
|
||||
- Enhancement
|
||||
conditions:
|
||||
- name: Upscaled
|
||||
negate: false
|
||||
pattern: Upscaled
|
||||
required: false
|
||||
type: release_title
|
||||
- name: AI Movies
|
||||
negate: false
|
||||
pattern: AI Movies
|
||||
required: false
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
@ -14,7 +14,7 @@ conditions:
|
|||
type: release_title
|
||||
- name: AI TV
|
||||
negate: false
|
||||
pattern: AI Upscale
|
||||
pattern: AI TV
|
||||
required: false
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
name: AI Movies
|
||||
pattern: (?<=\b[12]\d{3}\b).*(\b(AI)\b)
|
||||
description: Matches AI Upscales
|
||||
tags:
|
||||
- Enhancement
|
||||
- Banned
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
name: AI TV
|
||||
pattern: (?<=\bS\d+\b).*(\b(AI)\b)
|
||||
description: Matches AI Upscales
|
||||
tags:
|
||||
- Enhancement
|
||||
- Banned
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
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