tweak(format): Add Not Hone to any cfs with DarQ

This commit is contained in:
Seraphys
2025-12-21 17:36:19 -06:00
parent 979dfc4cda
commit a01be7a2d0
5 changed files with 23 additions and 3 deletions

View File

@@ -21,6 +21,11 @@ conditions:
pattern: x265 (Efficient) pattern: x265 (Efficient)
required: true required: true
type: release_title type: release_title
- name: Not HONE
type: release_title
required: true
negate: true
pattern: HONE
- name: DarQ - name: DarQ
negate: false negate: false
pattern: DarQ pattern: DarQ

View File

@@ -16,6 +16,11 @@ conditions:
pattern: x265 (Efficient) pattern: x265 (Efficient)
required: true required: true
type: release_title type: release_title
- name: Not HONE
negate: true
pattern: HONE
required: true
type: release_title
- name: WEB-DL - name: WEB-DL
negate: false negate: false
required: false required: false
@@ -42,10 +47,10 @@ conditions:
required: false required: false
type: release_group type: release_group
- name: SQS - name: SQS
type: release_group
required: false
negate: false negate: false
pattern: SQS pattern: SQS
required: false
type: release_group
- name: TimeDistortion - name: TimeDistortion
negate: false negate: false
pattern: TimeDistortion pattern: TimeDistortion

View File

@@ -21,6 +21,11 @@ conditions:
pattern: x265 (Efficient) pattern: x265 (Efficient)
required: true required: true
type: release_title type: release_title
- name: Not HONE
type: release_title
required: true
negate: true
pattern: HONE
- name: DarQ - name: DarQ
negate: false negate: false
pattern: DarQ pattern: DarQ

View File

@@ -16,6 +16,11 @@ conditions:
pattern: x265 (Efficient) pattern: x265 (Efficient)
required: true required: true
type: release_title type: release_title
- name: Not HONE
negate: true
pattern: HONE
required: true
type: release_title
- name: WEB-DL - name: WEB-DL
negate: false negate: false
required: false required: false

View File

@@ -1,5 +1,5 @@
name: DarQ name: DarQ
pattern: (?<=^|[\s.-])DarQ\b$ pattern: (?<=^|[\s.-])DarQ\b
description: '' description: ''
tags: tags:
- Release Group - Release Group