From d22c4875a70a114028e11e2d80637735ad686b83 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 12 Aug 2025 22:14:04 -0500 Subject: [PATCH] tweak(regex): Update BCORE Regex & CF --- custom_formats/BCORE.yml | 11 ++++++++--- regex_patterns/Bravia Core Rename.yml | 10 ++++++++++ regex_patterns/Bravia Core.yml | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 regex_patterns/Bravia Core Rename.yml diff --git a/custom_formats/BCORE.yml b/custom_formats/BCORE.yml index 0cf09e4..d747a64 100644 --- a/custom_formats/BCORE.yml +++ b/custom_formats/BCORE.yml @@ -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: [] diff --git a/regex_patterns/Bravia Core Rename.yml b/regex_patterns/Bravia Core Rename.yml new file mode 100644 index 0000000..221afdf --- /dev/null +++ b/regex_patterns/Bravia Core Rename.yml @@ -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: [] diff --git a/regex_patterns/Bravia Core.yml b/regex_patterns/Bravia Core.yml index 794c36f..50fca31 100644 --- a/regex_patterns/Bravia Core.yml +++ b/regex_patterns/Bravia Core.yml @@ -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