add(format): BCORE Regex and CF
This commit is contained in:
parent
74da10cbe7
commit
0d7f2a0d9c
|
|
@ -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: []
|
||||
|
|
@ -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: []
|
||||
Loading…
Reference in New Issue