From a6decf1b6f75df3e7f43f0c20e2460c137918217 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 21 Apr 2025 20:34:18 -0500 Subject: [PATCH] create(regex): Showtime --- custom_formats/SHO.yml | 40 ++++++++++++++++++++++++++++++ regex_patterns/Showtime Rename.yml | 13 ++++++++++ regex_patterns/Showtime.yml | 13 ++++++++++ 3 files changed, 66 insertions(+) create mode 100644 custom_formats/SHO.yml create mode 100644 regex_patterns/Showtime Rename.yml create mode 100644 regex_patterns/Showtime.yml diff --git a/custom_formats/SHO.yml b/custom_formats/SHO.yml new file mode 100644 index 0000000..a9769c0 --- /dev/null +++ b/custom_formats/SHO.yml @@ -0,0 +1,40 @@ +name: SHO +description: Matches 'Showtime' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: SHO Regex + negate: false + pattern: Showtime + required: false + type: release_title +- name: SHO Rename Regex + negate: false + pattern: Showtime Rename + required: false + type: release_title +- name: WEB-DL + negate: false + required: true + source: web_dl + type: source +tests: +- conditionResults: + - matches: true + name: SHO Regex + negate: false + pattern: Showtime + required: false + type: release_title + - matches: false + name: SHO Rename Regex + negate: false + pattern: Showtime Rename + required: false + type: release_title + expected: true + id: 1 + input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb + lastRun: '2025-04-21T20:33:55.371437' + passes: true diff --git a/regex_patterns/Showtime Rename.yml b/regex_patterns/Showtime Rename.yml new file mode 100644 index 0000000..af2e952 --- /dev/null +++ b/regex_patterns/Showtime Rename.yml @@ -0,0 +1,13 @@ +name: Showtime Rename +pattern: \[(SHO)\b|\b(SHO)\] +description: Showtime (also known as Paramount+ with Showtime) is an American premium + television network and the flagship property of Showtime Networks, a sub-division + of the Paramount Media Networks division of Paramount Global. Showtime's programming + includes original television series produced exclusively for the linear network + and developed for the co-owned Paramount+ streaming service, theatrically released + and independent motion pictures, documentaries, and occasional stand-up comedy specials, + made-for-TV movies, and softcore adult programming. +tags: +- Streaming Service +- WEB-DL +tests: [] diff --git a/regex_patterns/Showtime.yml b/regex_patterns/Showtime.yml new file mode 100644 index 0000000..43ede52 --- /dev/null +++ b/regex_patterns/Showtime.yml @@ -0,0 +1,13 @@ +name: Showtime +pattern: \b(sho|showtime)\b[ ._-]web[ ._-]?(dl|rip)?\b +description: Showtime (also known as Paramount+ with Showtime) is an American premium + television network and the flagship property of Showtime Networks, a sub-division + of the Paramount Media Networks division of Paramount Global. Showtime's programming + includes original television series produced exclusively for the linear network + and developed for the co-owned Paramount+ streaming service, theatrically released + and independent motion pictures, documentaries, and occasional stand-up comedy specials, + made-for-TV movies, and softcore adult programming. +tags: +- Streaming Service +- WEB-DL +tests: []