From a8a5b5bca471e58595d13dc591a654ded2dc9b72 Mon Sep 17 00:00:00 2001 From: kmcclainmt Date: Wed, 9 Apr 2025 08:06:38 -0700 Subject: [PATCH] add: Added WEB Scene groups and format --- custom_formats/WEB Scene.yml | 15 +++++++++++++++ profiles/WEB-1080p.yml | 2 ++ regex_patterns/DEFLATE.yml | 5 +++++ regex_patterns/INFLATE.yml | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 custom_formats/WEB Scene.yml create mode 100644 regex_patterns/DEFLATE.yml create mode 100644 regex_patterns/INFLATE.yml diff --git a/custom_formats/WEB Scene.yml b/custom_formats/WEB Scene.yml new file mode 100644 index 0000000..b77f940 --- /dev/null +++ b/custom_formats/WEB Scene.yml @@ -0,0 +1,15 @@ +name: WEB Scene +description: '' +tags: [] +conditions: +- name: DEFLATE + type: release_group + required: false + negate: false + pattern: DEFLATE +- name: INFLATE + type: release_group + required: false + negate: false + pattern: INFLATE +tests: [] diff --git a/profiles/WEB-1080p.yml b/profiles/WEB-1080p.yml index 60b3cc6..f394ffa 100644 --- a/profiles/WEB-1080p.yml +++ b/profiles/WEB-1080p.yml @@ -16,6 +16,8 @@ custom_formats: score: 1700 - name: WEB Tier 02 score: 1650 +- name: WEB Scene + score: 1600 - name: WEB Tier 03 score: 1600 - name: ATVP diff --git a/regex_patterns/DEFLATE.yml b/regex_patterns/DEFLATE.yml new file mode 100644 index 0000000..c20666a --- /dev/null +++ b/regex_patterns/DEFLATE.yml @@ -0,0 +1,5 @@ +name: DEFLATE +pattern: ^(DEFLATE)$ +description: '' +tags: [] +tests: [] diff --git a/regex_patterns/INFLATE.yml b/regex_patterns/INFLATE.yml new file mode 100644 index 0000000..4c8b29e --- /dev/null +++ b/regex_patterns/INFLATE.yml @@ -0,0 +1,5 @@ +name: INFLATE +pattern: ^(INFLATE)$ +description: '' +tags: [] +tests: []