From 7dc3c202cdd4cf35b7f13a21a5111a1646b43a6d Mon Sep 17 00:00:00 2001 From: bedynamictech Date: Sat, 12 Apr 2025 09:41:59 -0700 Subject: [PATCH] create: Built out Quality Tier 04 --- custom_formats/Quality Tier 04.yml | 11 +++++++++++ profiles/(1080p) Streaming Optimized.yml | 2 ++ profiles/(1080p) TV Shows.yml | 2 ++ profiles/(2160p) Streaming Optimized.yml | 2 ++ profiles/(2160p) TV Shows.yml | 2 ++ regex_patterns/SiGLA.yml | 5 +++++ 6 files changed, 24 insertions(+) create mode 100644 custom_formats/Quality Tier 04.yml create mode 100644 regex_patterns/SiGLA.yml diff --git a/custom_formats/Quality Tier 04.yml b/custom_formats/Quality Tier 04.yml new file mode 100644 index 0000000..af73de1 --- /dev/null +++ b/custom_formats/Quality Tier 04.yml @@ -0,0 +1,11 @@ +name: Quality Tier 04 +description: '' +tags: +- Group Tiers +conditions: +- name: SiGLA + negate: false + pattern: SiGLA + required: false + type: release_group +tests: [] diff --git a/profiles/(1080p) Streaming Optimized.yml b/profiles/(1080p) Streaming Optimized.yml index bc1e479..b61dac8 100644 --- a/profiles/(1080p) Streaming Optimized.yml +++ b/profiles/(1080p) Streaming Optimized.yml @@ -21,6 +21,8 @@ custom_formats: score: 1650 - name: Quality Tier 03 score: 1600 +- name: Quality Tier 04 + score: 1550 - name: BHDStudio score: 1000 - name: hallowed diff --git a/profiles/(1080p) TV Shows.yml b/profiles/(1080p) TV Shows.yml index 00ff217..fe248c6 100644 --- a/profiles/(1080p) TV Shows.yml +++ b/profiles/(1080p) TV Shows.yml @@ -24,6 +24,8 @@ custom_formats: score: 1600 - name: WEB Scene score: 1600 +- name: Quality Tier 04 + score: 1550 - name: DV HDR10 score: 1500 - name: DV HDR10+ diff --git a/profiles/(2160p) Streaming Optimized.yml b/profiles/(2160p) Streaming Optimized.yml index 3aa33e0..c469771 100644 --- a/profiles/(2160p) Streaming Optimized.yml +++ b/profiles/(2160p) Streaming Optimized.yml @@ -21,6 +21,8 @@ custom_formats: score: 1650 - name: Quality Tier 03 score: 1600 +- name: Quality Tier 04 + score: 1550 - name: DV score: 1500 - name: DV HDR10 diff --git a/profiles/(2160p) TV Shows.yml b/profiles/(2160p) TV Shows.yml index 46c2be3..df8e3fd 100644 --- a/profiles/(2160p) TV Shows.yml +++ b/profiles/(2160p) TV Shows.yml @@ -31,6 +31,8 @@ custom_formats: score: 1600 - name: WEB Scene score: 1600 +- name: Quality Tier 04 + score: 1550 - name: DV HDR10 score: 1500 - name: DV HDR10+ diff --git a/regex_patterns/SiGLA.yml b/regex_patterns/SiGLA.yml new file mode 100644 index 0000000..5f136c3 --- /dev/null +++ b/regex_patterns/SiGLA.yml @@ -0,0 +1,5 @@ +name: SiGLA +pattern: ^(SiGLA)$ +description: '' +tags: [] +tests: []