tweak(regex): Update BCORE Regex & CF

This commit is contained in:
Seraphys
2025-08-12 22:14:04 -05:00
committed by Samuel Chau
parent fef44064a2
commit d22c4875a7
3 changed files with 19 additions and 4 deletions

View File

@@ -7,16 +7,21 @@ conditions:
- name: BCORE Regex
negate: false
pattern: Bravia Core
required: true
required: false
type: release_title
- name: BCORE Rename Regex
type: release_title
required: false
negate: false
pattern: Bravia Core Rename
- name: WEB-DL
negate: false
required: false
source: web_dl
type: source
- name: WEBRip
type: source
required: false
negate: false
required: false
source: webrip
type: source
tests: []

View File

@@ -0,0 +1,10 @@
name: Bravia Core Rename
pattern: \[(BCORE)\b|\b(BCORE)\]
description: Sony Pictures Core (formerly known as Bravia Core) is a video on demand
service from Sony for its televisions and smartphones, launched in April 2021. The
service offers the streaming of movies at up to 4K resolution provided by Sony Pictures
Entertainment. CORE stands for Centre of Real Entertainment.
tags:
- Streaming Service
- WEB-DL
tests: []

View File

@@ -1,5 +1,5 @@
name: Bravia Core
pattern: \b(BCORE)\b
pattern: \b(BCORE|CORE)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)
description: Sony Pictures Core (formerly known as Bravia Core) is a video on demand
service from Sony for its televisions and smartphones, launched in April 2021. The
service offers the streaming of movies at up to 4K resolution provided by Sony Pictures