tweak(profile): Add CRAVE Streaming CF to all Profiles

This commit is contained in:
Seraphys
2025-10-11 18:42:52 -05:00
parent 8f13745fd0
commit 58357cf67b
14 changed files with 97 additions and 0 deletions

59
custom_formats/CRAV.yml Normal file
View File

@@ -0,0 +1,59 @@
name: CRAV
description: Matches 'Crave' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: CRAV Regex
negate: false
pattern: Crave
required: true
type: release_title
- name: WEB-DL
negate: false
required: false
source: web_dl
type: source
- name: WEBRip
negate: false
required: false
source: webrip
type: source
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

View File

@@ -123,6 +123,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -105,6 +105,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -125,6 +125,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -116,6 +116,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -133,6 +133,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -114,6 +114,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -161,6 +161,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -129,6 +129,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -122,6 +122,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -161,6 +161,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -175,6 +175,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

View File

@@ -94,6 +94,8 @@ custom_formats:
score: 0
- name: BCORE
score: 0
- name: CRAV
score: 0
- name: HTSR
score: 0
- name: HULU

14
regex_patterns/Crave.yml Normal file
View File

@@ -0,0 +1,14 @@
name: Crave
pattern: \b(?:CRAV(E)?(?=\s*.(?:WEB-?DL|WEBRIP)))\b
description: Crave (originally CraveTV) is a Canadian subscription video on demand
service. The service competes directly with other subscription-based over-the-top
streaming services operating in Canada, primarily against American-based services.
The service features Bell Media original programming, exclusive Canadian access
to programming acquired from several U.S. television and streaming services, and
various theatrically-released films. Crave's major programming supplier is Warner
Bros. Discovery (HBO / Max and Warner Bros. films). Starz, offered in partnership
with Lionsgate.
tags:
- Streaming Service
- WEB-DL
tests: []