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: []