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