From 9b50b34bb293e89082ce9c4eabcd7e5869bf96c2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 1 Apr 2025 04:13:35 -0500 Subject: [PATCH] create(regex): STAN --- custom_formats/STAN.yml | 64 ++++++++++++++++++++++++++++++++++ regex_patterns/Stan Rename.yml | 9 +++++ regex_patterns/Stan.yml | 9 +++++ 3 files changed, 82 insertions(+) create mode 100644 custom_formats/STAN.yml create mode 100644 regex_patterns/Stan Rename.yml create mode 100644 regex_patterns/Stan.yml diff --git a/custom_formats/STAN.yml b/custom_formats/STAN.yml new file mode 100644 index 0000000..5d4fcf9 --- /dev/null +++ b/custom_formats/STAN.yml @@ -0,0 +1,64 @@ +name: STAN +description: Matches 'Amazon Prime' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: STAN Regex + negate: false + pattern: Stan + required: false + type: release_title +- name: STAN Rename Regex + type: release_title + required: false + negate: false + pattern: Stan Rename +- name: Not WEBRip + negate: true + required: true + source: webrip + type: source +- name: Not x265 + negate: true + pattern: x265 + required: true + type: release_title +tests: +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 1 + input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE] + lastRun: '2025-01-14T09:45:16.007149' + passes: true +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 2 + input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English + - Goki TAoE) + lastRun: '2025-01-14T09:45:16.007149' + passes: true diff --git a/regex_patterns/Stan Rename.yml b/regex_patterns/Stan Rename.yml new file mode 100644 index 0000000..d6f9c4a --- /dev/null +++ b/regex_patterns/Stan Rename.yml @@ -0,0 +1,9 @@ +name: Stan Rename +pattern: \[(STAN)\b|\b(STAN)\] +description: Stan is an Australian over-the-top streaming service. The service offers + a broad range of film and television content from both local and foreign productions, + particularly from the United States and United Kingdom. +tags: +- Streaming Service +- WEB-DL +tests: [] diff --git a/regex_patterns/Stan.yml b/regex_patterns/Stan.yml new file mode 100644 index 0000000..1522e5f --- /dev/null +++ b/regex_patterns/Stan.yml @@ -0,0 +1,9 @@ +name: Stan +pattern: \b(stan)\b[ ._-]web[ ._-]?(dl|rip)?\b +description: Stan is an Australian over-the-top streaming service. The service offers + a broad range of film and television content from both local and foreign productions, + particularly from the United States and United Kingdom. +tags: +- Streaming Service +- WEB-DL +tests: []