From 0d7f2a0d9c29607e58f42659cd4f0ee64efd75a9 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 30 Mar 2025 15:21:46 -0500 Subject: [PATCH] add(format): BCORE Regex and CF --- custom_formats/BCORE.yml | 22 ++++++++++++++++++++++ regex_patterns/Bravia Core.yml | 10 ++++++++++ 2 files changed, 32 insertions(+) create mode 100644 custom_formats/BCORE.yml create mode 100644 regex_patterns/Bravia Core.yml diff --git a/custom_formats/BCORE.yml b/custom_formats/BCORE.yml new file mode 100644 index 0000000..dffecde --- /dev/null +++ b/custom_formats/BCORE.yml @@ -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: [] diff --git a/regex_patterns/Bravia Core.yml b/regex_patterns/Bravia Core.yml new file mode 100644 index 0000000..794c36f --- /dev/null +++ b/regex_patterns/Bravia Core.yml @@ -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: []