add(format): BCORE Regex and CF

This commit is contained in:
Seraphys 2025-03-30 15:21:46 -05:00
parent 74da10cbe7
commit 0d7f2a0d9c
2 changed files with 32 additions and 0 deletions

22
custom_formats/BCORE.yml Normal file
View File

@ -0,0 +1,22 @@
name: BCORE
description: Matches 'Bravia Core' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: BCORE Regex
negate: false
pattern: Bravia Core
required: true
type: release_title
- name: Not WEBRip
negate: true
required: true
source: webrip
type: source
- name: Not x265
negate: true
pattern: x265
required: true
type: release_title
tests: []

View File

@ -0,0 +1,10 @@
name: Bravia Core
pattern: \b(BCORE)\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
Entertainment. CORE stands for Centre of Real Entertainment.
tags:
- Streaming Service
- WEB-DL
tests: []