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