From a2d8f225ee51c8a385d470e19fcb5f1bfbff14cc Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 18:26:31 -0600 Subject: [PATCH] create(format): Google TV regex and CF --- custom_formats/PLAY.yml | 46 +++++++++++++++++++++++++++++ regex_patterns/Google TV Rename.yml | 12 ++++++++ regex_patterns/Google TV.yml | 12 ++++++++ 3 files changed, 70 insertions(+) create mode 100644 custom_formats/PLAY.yml create mode 100644 regex_patterns/Google TV Rename.yml create mode 100644 regex_patterns/Google TV.yml diff --git a/custom_formats/PLAY.yml b/custom_formats/PLAY.yml new file mode 100644 index 0000000..1eb875c --- /dev/null +++ b/custom_formats/PLAY.yml @@ -0,0 +1,46 @@ +name: PLAY +description: Matches 'Google TV' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: PLAY Regex + negate: false + pattern: Google TV + required: false + type: release_title +- name: PLAY Rename Regex + negate: false + pattern: Google TV Rename + required: false + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: +- conditionResults: + - matches: true + name: iTunes Regex + negate: false + pattern: iTunes + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 1 + input: Alien Romulus (2024) (1080p DS4K iT WEBRip x265 HEVC 10bit DDP Atmos 5 1 + English - KaLLuKaLia) + lastRun: '2024-12-06T05:49:21.811162' + passes: true diff --git a/regex_patterns/Google TV Rename.yml b/regex_patterns/Google TV Rename.yml new file mode 100644 index 0000000..617f868 --- /dev/null +++ b/regex_patterns/Google TV Rename.yml @@ -0,0 +1,12 @@ +name: Google TV Rename +pattern: \[(PLAY)\b|\b(PLAY)\] +description: Google TV, formerly known as Google Play Movies & TV, is a digital distribution + service for movies and television series developed by Google. Launched in 2011 as + part of the Google Play product line, the service offers search and discovery of + video titles across multiple streaming services, including rental or purchase options, + alongside watchlist features for accessing titles from eligible devices and platforms. + In September 2020, it was relaunched as Google TV. +tags: +- Streaming Service +- WEB-DL +tests: [] diff --git a/regex_patterns/Google TV.yml b/regex_patterns/Google TV.yml new file mode 100644 index 0000000..87adb6a --- /dev/null +++ b/regex_patterns/Google TV.yml @@ -0,0 +1,12 @@ +name: Google TV +pattern: \b(PLAY)\b[ ._-]web[ ._-]?(dl|rip)?\b +description: Google TV, formerly known as Google Play Movies & TV, is a digital distribution + service for movies and television series developed by Google. Launched in 2011 as + part of the Google Play product line, the service offers search and discovery of + video titles across multiple streaming services, including rental or purchase options, + alongside watchlist features for accessing titles from eligible devices and platforms. + In September 2020, it was relaunched as Google TV. +tags: +- Streaming Service +- WEB-DL +tests: []