diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml index 6e2149d6..e2da9a6c 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml @@ -21,6 +21,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: DarQ negate: false pattern: DarQ diff --git a/custom_formats/1080p Efficient Movie WEB Tier 2.yml b/custom_formats/1080p Efficient Movie WEB Tier 2.yml index 45c9741a..41f7df2c 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 2.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 2.yml @@ -16,6 +16,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + negate: true + pattern: HONE + required: true + type: release_title - name: WEB-DL negate: false required: false @@ -42,10 +47,10 @@ conditions: required: false type: release_group - name: SQS - type: release_group - required: false negate: false pattern: SQS + required: false + type: release_group - name: TimeDistortion negate: false pattern: TimeDistortion diff --git a/custom_formats/1080p Efficient TV Bluray Tier 2.yml b/custom_formats/1080p Efficient TV Bluray Tier 2.yml index 8f3d8cc6..981175b4 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 2.yml @@ -21,6 +21,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: DarQ negate: false pattern: DarQ diff --git a/custom_formats/1080p Efficient TV WEB Tier 2.yml b/custom_formats/1080p Efficient TV WEB Tier 2.yml index a93cd251..f64aa10d 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 2.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 2.yml @@ -16,6 +16,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + negate: true + pattern: HONE + required: true + type: release_title - name: WEB-DL negate: false required: false diff --git a/regex_patterns/DarQ.yml b/regex_patterns/DarQ.yml index 2e7703c0..cdffd7ff 100644 --- a/regex_patterns/DarQ.yml +++ b/regex_patterns/DarQ.yml @@ -1,5 +1,5 @@ name: DarQ -pattern: (?<=^|[\s.-])DarQ\b$ +pattern: (?<=^|[\s.-])DarQ\b description: '' tags: - Release Group