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