From 65de0da23137531414e0cbb3afea4f44d6ea2fe4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Dec 2024 21:17:22 +1050 Subject: [PATCH] feat(format): New Release Group: SOP - Tier 5 (Manual Rank - HDBits Internal) --- custom_formats/SOP.yml | 13 +++++++++++++ profiles/1080p Encode.yml | 2 ++ regex_patterns/SOP.yml | 16 ++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 custom_formats/SOP.yml create mode 100644 regex_patterns/SOP.yml diff --git a/custom_formats/SOP.yml b/custom_formats/SOP.yml new file mode 100644 index 0000000..b17b076 --- /dev/null +++ b/custom_formats/SOP.yml @@ -0,0 +1,13 @@ +name: SOP +description: '' +tags: +- Release Group +- Encode Tier 5 (1080p) +- Manual Rank +conditions: +- name: Regex + negate: false + pattern: SOP + required: true + type: release_group +tests: [] diff --git a/profiles/1080p Encode.yml b/profiles/1080p Encode.yml index d31670b..9bc53bd 100644 --- a/profiles/1080p Encode.yml +++ b/profiles/1080p Encode.yml @@ -156,6 +156,8 @@ custom_formats: score: 40 - name: SiMPLE score: 40 +- name: SOP + score: 40 - name: TBB score: 40 - name: TDD diff --git a/regex_patterns/SOP.yml b/regex_patterns/SOP.yml new file mode 100644 index 0000000..157cef0 --- /dev/null +++ b/regex_patterns/SOP.yml @@ -0,0 +1,16 @@ +name: SOP +pattern: (?<=^|[\s.-])SOP\b +description: '' +tags: +- Release Group +tests: +- expected: true + id: 1 + input: Interstellar.2014.PROPER.1080p.BluRay.DTS.x264-SoP + lastRun: '2024-12-22T20:56:46.004338' + matchSpan: + end: 50 + start: 47 + matchedContent: SoP + matchedGroups: [] + passes: true