From 4beae6ed94a59dad220490c447088e7cc9f6ec5a Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Mon, 13 Jan 2025 03:18:28 +1050 Subject: [PATCH] create(format): Balanced Tier 1 - Replaces BHDStudio / Streaming Optimised CFs - Matches BHDStudio / hallowed for now, with room to add more in future --- custom_formats/1080p Balanced Tier 1.yml | 14 ++++++++++++-- regex_patterns/hallowed.yml | 16 ++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 regex_patterns/hallowed.yml diff --git a/custom_formats/1080p Balanced Tier 1.yml b/custom_formats/1080p Balanced Tier 1.yml index 302406f..51c51d2 100644 --- a/custom_formats/1080p Balanced Tier 1.yml +++ b/custom_formats/1080p Balanced Tier 1.yml @@ -3,11 +3,21 @@ description: Matches release groups who fall under 1080p Balanced Tier 1 tags: - Release Group conditions: +- name: Not WEB-DL + type: source + required: true + negate: true + source: web_dl +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p - name: hallowed - type: release_group - required: false negate: false pattern: hallowed + required: false + type: release_group - name: BHDStudio negate: false pattern: BHDStudio diff --git a/regex_patterns/hallowed.yml b/regex_patterns/hallowed.yml new file mode 100644 index 0000000..8d20070 --- /dev/null +++ b/regex_patterns/hallowed.yml @@ -0,0 +1,16 @@ +name: hallowed +pattern: (?<=^|[\s.-])hallowed\b +description: '' +tags: +- Release Group +tests: +- expected: true + id: 1 + input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed + lastRun: '2025-01-13T02:50:54.178942' + matchSpan: + end: 47 + start: 39 + matchedContent: hallowed + matchedGroups: [] + passes: true