create(regex): Showtime
This commit is contained in:
parent
3e9f50af1d
commit
a6decf1b6f
|
|
@ -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
|
||||||
|
|
@ -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: []
|
||||||
|
|
@ -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: []
|
||||||
Loading…
Reference in New Issue