From b436336b26ba54e767f400ec3425144522ca4c40 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 14 Jul 2025 01:49:30 -0500 Subject: [PATCH] create(regex): Opus Audio --- regex_patterns/Opus.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 regex_patterns/Opus.yml diff --git a/regex_patterns/Opus.yml b/regex_patterns/Opus.yml new file mode 100644 index 0000000..981c90b --- /dev/null +++ b/regex_patterns/Opus.yml @@ -0,0 +1,38 @@ +name: Opus +pattern: \bOPUS(\b|\d)(?!.*[ ._-](\d{3,4}p)) +description: '' +tags: +- Audio +tests: +- expected: true + id: 1 + input: Sakura Trick S01 1080p BluRay Opus 2.0 x265-smol + lastRun: '2025-07-14T01:46:59.723098' + matchSpan: + end: 34 + start: 30 + matchedContent: Opus + matchedGroups: + - '' + - null + passes: true +- expected: true + id: 3 + input: Arion 1986 1080p BluRay Opus 2.0 x265-Kitsune + lastRun: '2025-07-14T01:46:59.723098' + matchSpan: + end: 28 + start: 24 + matchedContent: Opus + matchedGroups: + - '' + - null + passes: true +- expected: false + id: 4 + input: Opus 2025 1080p AMZN WEB-DL DD+ 5.1 Atmos H.264-BYNDR + lastRun: '2025-07-14T01:46:59.723098' + matchSpan: null + matchedContent: null + matchedGroups: [] + passes: true