From 3351dd0f2d962b77332f6eb2e66ca44183869a37 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 20 Oct 2025 20:08:32 -0500 Subject: [PATCH 01/19] tweak(profile): Change 2160p Efficient Profile to Efficient WEB CF --- custom_formats/2160p WEB-DL (Efficient).yml | 41 +++++++++++++++++++++ profiles/2160p Efficient.yml | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 custom_formats/2160p WEB-DL (Efficient).yml diff --git a/custom_formats/2160p WEB-DL (Efficient).yml b/custom_formats/2160p WEB-DL (Efficient).yml new file mode 100644 index 0000000..3490583 --- /dev/null +++ b/custom_formats/2160p WEB-DL (Efficient).yml @@ -0,0 +1,41 @@ +name: 2160p WEB-DL (Efficient) +description: Matches 2160p WEB-DLs. +tags: +- Source +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: WEB-DL + negate: false + required: true + source: web_dl + type: source +- name: Not QxR + type: release_group + required: false + negate: true + pattern: QxR +- name: Not QxR Title + type: release_title + required: false + negate: true + pattern: QxR (Title) +- name: Not TAoE + type: release_group + required: false + negate: true + pattern: TAoE +- name: Not TAoE Title + type: release_title + required: false + negate: true + pattern: TAoE (Title) +- name: Not Vyndros + type: release_group + required: false + negate: true + pattern: Vyndros +tests: [] diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 138dff5..d6932cb 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -24,7 +24,7 @@ custom_formats: score: 244000 - name: 2160p Balanced Tier 2 score: 240000 -- name: 2160p WEB-DL +- name: 2160p WEB-DL (Efficient) score: 240000 - name: 1080p Bluray HEVC Tier 1 score: 220000 From 12a4d9cbbd8ed585c1013ef41a8ed62c2ec8c6bf Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 20 Oct 2025 20:12:23 -0500 Subject: [PATCH 02/19] create(format): 2160p Efficient TV WEB Tier 1 --- .../2160p Efficient TV WEB Tier 1.yml | 107 ++++++++++++++++++ profiles/2160p Efficient.yml | 2 + 2 files changed, 109 insertions(+) create mode 100644 custom_formats/2160p Efficient TV WEB Tier 1.yml diff --git a/custom_formats/2160p Efficient TV WEB Tier 1.yml b/custom_formats/2160p Efficient TV WEB Tier 1.yml new file mode 100644 index 0000000..618c28a --- /dev/null +++ b/custom_formats/2160p Efficient TV WEB Tier 1.yml @@ -0,0 +1,107 @@ +name: 2160p Efficient TV WEB Tier 1 +description: Matches release groups who fall under 2160p Efficient WEB Tier 1 +tags: +- Release Group Tier +- 1080p +- Efficient +- TV +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +- name: QxR + negate: false + pattern: QxR + required: false + type: release_group +- name: TAoE + type: release_group + required: false + negate: false + pattern: TAoE +tests: +- conditionResults: + - matches: true + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: false + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 1 + input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed + lastRun: '2025-01-13T02:53:37.357699' + passes: true +- conditionResults: + - matches: true + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: false + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 2 + input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed + lastRun: '2025-01-13T02:53:37.357699' + passes: true +- conditionResults: + - matches: false + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: true + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 3 + input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio + lastRun: '2025-01-13T02:53:37.357699' + passes: true +- conditionResults: + - matches: false + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: true + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 4 + input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD + 5.1 English-BHDStudio + lastRun: '2025-01-13T02:53:37.357699' + passes: true diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index d6932cb..06097c1 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -234,6 +234,8 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: +- name: 2160p Efficient TV WEB Tier 1 + score: 261000 - name: 1080p Efficient+ TV Bluray Tier 1 score: 184000 - name: 1080p Efficient+ TV Bluray Tier 2 From 9ca5bfd8b481da6ca2716e9bba51e3ce5f88a662 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 20 Oct 2025 20:29:40 -0500 Subject: [PATCH 03/19] tweak(format): Fix 2160p Tier Condition & Add Release Title Score --- .../2160p Efficient TV WEB Tier 1.yml | 4 +-- custom_formats/2160p WEB-DL (Efficient).yml | 20 ++++++------- custom_formats/QxR WEBs.yml | 30 +++++++++++++++++++ custom_formats/TAoE WEBs.yml | 30 +++++++++++++++++++ profiles/1080p Efficient+.yml | 4 +-- profiles/1080p Efficient.yml | 4 +-- profiles/2160p Efficient.yml | 4 +++ 7 files changed, 80 insertions(+), 16 deletions(-) create mode 100644 custom_formats/QxR WEBs.yml create mode 100644 custom_formats/TAoE WEBs.yml diff --git a/custom_formats/2160p Efficient TV WEB Tier 1.yml b/custom_formats/2160p Efficient TV WEB Tier 1.yml index 618c28a..60e9f77 100644 --- a/custom_formats/2160p Efficient TV WEB Tier 1.yml +++ b/custom_formats/2160p Efficient TV WEB Tier 1.yml @@ -27,10 +27,10 @@ conditions: required: false type: release_group - name: TAoE - type: release_group - required: false negate: false pattern: TAoE + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/2160p WEB-DL (Efficient).yml b/custom_formats/2160p WEB-DL (Efficient).yml index 3490583..dc97c0d 100644 --- a/custom_formats/2160p WEB-DL (Efficient).yml +++ b/custom_formats/2160p WEB-DL (Efficient).yml @@ -14,28 +14,28 @@ conditions: source: web_dl type: source - name: Not QxR - type: release_group - required: false negate: true pattern: QxR + required: true + type: release_group - name: Not QxR Title - type: release_title - required: false negate: true pattern: QxR (Title) + required: true + type: release_title - name: Not TAoE - type: release_group - required: false negate: true pattern: TAoE + required: true + type: release_group - name: Not TAoE Title - type: release_title - required: false negate: true pattern: TAoE (Title) + required: true + type: release_title - name: Not Vyndros - type: release_group - required: false negate: true pattern: Vyndros + required: true + type: release_group tests: [] diff --git a/custom_formats/QxR WEBs.yml b/custom_formats/QxR WEBs.yml new file mode 100644 index 0000000..14d83a8 --- /dev/null +++ b/custom_formats/QxR WEBs.yml @@ -0,0 +1,30 @@ +name: QxR WEBs +description: '' +tags: [] +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: QxR + negate: false + pattern: QxR (Title) + required: true + type: release_title +- name: Release Group + negate: true + pattern: QxR + required: true + type: release_group +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: [] diff --git a/custom_formats/TAoE WEBs.yml b/custom_formats/TAoE WEBs.yml new file mode 100644 index 0000000..5eba390 --- /dev/null +++ b/custom_formats/TAoE WEBs.yml @@ -0,0 +1,30 @@ +name: TAoE WEBs +description: '' +tags: [] +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: TAoE + negate: false + pattern: TAoE (Title) + required: true + type: release_title +- name: Release Group + negate: true + pattern: TAoE + required: true + type: release_group +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: [] diff --git a/profiles/1080p Efficient+.yml b/profiles/1080p Efficient+.yml index 0814433..1361f64 100644 --- a/profiles/1080p Efficient+.yml +++ b/profiles/1080p Efficient+.yml @@ -190,7 +190,7 @@ custom_formats_radarr: score: 163000 - name: QxR WEB score: 163000 -- name: TAoE WEB +- name: 1080p TAoE WEB score: 163000 - name: 1080p Efficient+ Movie WEB Tier 2 score: 162000 @@ -243,7 +243,7 @@ custom_formats_sonarr: score: 166000 - name: 1080p Efficient+ TV WEB Tier 3 score: 165000 -- name: TAoE WEB +- name: 1080p TAoE WEB score: 165000 - name: 1080p Efficient+ TV WEB Tier 4 score: 164000 diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index d580939..d589cab 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -187,7 +187,7 @@ custom_formats_radarr: score: 163000 - name: QxR WEB score: 163000 -- name: TAoE WEB +- name: 1080p TAoE WEB score: 163000 - name: 1080p Efficient Movie WEB Tier 2 score: 162000 @@ -242,7 +242,7 @@ custom_formats_sonarr: score: 168000 - name: 1080p Efficient TV WEB Tier 3 score: 167000 -- name: TAoE WEB +- name: 1080p TAoE WEB score: 167000 - name: 1080p Efficient TV WEB Tier 4 score: 166000 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 06097c1..485a398 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -236,6 +236,10 @@ custom_formats_radarr: custom_formats_sonarr: - name: 2160p Efficient TV WEB Tier 1 score: 261000 +- name: QxR WEBs + score: 261000 +- name: TAoE WEBs + score: 261000 - name: 1080p Efficient+ TV Bluray Tier 1 score: 184000 - name: 1080p Efficient+ TV Bluray Tier 2 From 5d7c89374d1a4ad53399a33c6d8556624449debe Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 20 Oct 2025 20:36:50 -0500 Subject: [PATCH 04/19] tweak(format): Add Vyndros to 2160p Efficient Tier 1 --- custom_formats/2160p Efficient TV WEB Tier 1.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_formats/2160p Efficient TV WEB Tier 1.yml b/custom_formats/2160p Efficient TV WEB Tier 1.yml index 60e9f77..cac4c98 100644 --- a/custom_formats/2160p Efficient TV WEB Tier 1.yml +++ b/custom_formats/2160p Efficient TV WEB Tier 1.yml @@ -31,6 +31,11 @@ conditions: pattern: TAoE required: false type: release_group +- name: Vyndros + type: release_group + required: false + negate: false + pattern: Vyndros tests: - conditionResults: - matches: true From 8b10ed2bfb62167cda50838567eb77e0d3255a35 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 20 Oct 2025 20:44:14 -0500 Subject: [PATCH 05/19] create(format): 2160p Efficient Bluray Tier 1 --- .../2160p Efficient TV Bluray Tier 1.yml | 107 ++++++++++++++++++ custom_formats/QxR Blurays.yml | 25 ++++ custom_formats/TAoE Blurays.yml | 25 ++++ profiles/2160p Efficient.yml | 6 + 4 files changed, 163 insertions(+) create mode 100644 custom_formats/2160p Efficient TV Bluray Tier 1.yml create mode 100644 custom_formats/QxR Blurays.yml create mode 100644 custom_formats/TAoE Blurays.yml diff --git a/custom_formats/2160p Efficient TV Bluray Tier 1.yml b/custom_formats/2160p Efficient TV Bluray Tier 1.yml new file mode 100644 index 0000000..0d87fbf --- /dev/null +++ b/custom_formats/2160p Efficient TV Bluray Tier 1.yml @@ -0,0 +1,107 @@ +name: 2160p Efficient TV Bluray Tier 1 +description: Matches release groups who fall under 2160p Efficient Bluray Tier 1 +tags: +- Release Group Tier +- 2160p +- Efficient +- TV +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: QxR + negate: false + pattern: QxR + required: false + type: release_group +- name: TAoE + negate: false + pattern: TAoE + required: false + type: release_group +- name: Vyndros + negate: false + pattern: Vyndros + required: false + type: release_group +tests: +- conditionResults: + - matches: true + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: false + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 1 + input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed + lastRun: '2025-01-13T02:53:37.357699' + passes: true +- conditionResults: + - matches: true + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: false + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 2 + input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed + lastRun: '2025-01-13T02:53:37.357699' + passes: true +- conditionResults: + - matches: false + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: true + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 3 + input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio + lastRun: '2025-01-13T02:53:37.357699' + passes: true +- conditionResults: + - matches: false + name: hallowed + negate: false + pattern: hallowed + required: false + type: release_group + - matches: true + name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group + expected: true + id: 4 + input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD + 5.1 English-BHDStudio + lastRun: '2025-01-13T02:53:37.357699' + passes: true diff --git a/custom_formats/QxR Blurays.yml b/custom_formats/QxR Blurays.yml new file mode 100644 index 0000000..579da23 --- /dev/null +++ b/custom_formats/QxR Blurays.yml @@ -0,0 +1,25 @@ +name: QxR Blurays +description: '' +tags: [] +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: QxR + negate: false + pattern: QxR (Title) + required: true + type: release_title +- name: Release Group + negate: true + pattern: QxR + required: true + type: release_group +tests: [] diff --git a/custom_formats/TAoE Blurays.yml b/custom_formats/TAoE Blurays.yml new file mode 100644 index 0000000..48fa77b --- /dev/null +++ b/custom_formats/TAoE Blurays.yml @@ -0,0 +1,25 @@ +name: TAoE Blurays +description: '' +tags: [] +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: TAoE + negate: false + pattern: TAoE (Title) + required: true + type: release_title +- name: Release Group + negate: true + pattern: TAoE + required: true + type: release_group +tests: [] diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 485a398..295c22b 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -234,6 +234,12 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: +- name: 2160p Efficient TV Bluray Tier 1 + score: 281000 +- name: QxR Blurays + score: 281000 +- name: TAoE Blurays + score: 281000 - name: 2160p Efficient TV WEB Tier 1 score: 261000 - name: QxR WEBs From 4d9deca0d913ba6db6dbc4547fdfad0c5b3710a4 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 21 Oct 2025 00:07:47 -0500 Subject: [PATCH 06/19] tweak(format): Fix TAoE Score --- profiles/1080p Efficient+.yml | 4 ++-- profiles/1080p Efficient.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/1080p Efficient+.yml b/profiles/1080p Efficient+.yml index 1361f64..0814433 100644 --- a/profiles/1080p Efficient+.yml +++ b/profiles/1080p Efficient+.yml @@ -190,7 +190,7 @@ custom_formats_radarr: score: 163000 - name: QxR WEB score: 163000 -- name: 1080p TAoE WEB +- name: TAoE WEB score: 163000 - name: 1080p Efficient+ Movie WEB Tier 2 score: 162000 @@ -243,7 +243,7 @@ custom_formats_sonarr: score: 166000 - name: 1080p Efficient+ TV WEB Tier 3 score: 165000 -- name: 1080p TAoE WEB +- name: TAoE WEB score: 165000 - name: 1080p Efficient+ TV WEB Tier 4 score: 164000 diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index d589cab..d580939 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -187,7 +187,7 @@ custom_formats_radarr: score: 163000 - name: QxR WEB score: 163000 -- name: 1080p TAoE WEB +- name: TAoE WEB score: 163000 - name: 1080p Efficient Movie WEB Tier 2 score: 162000 @@ -242,7 +242,7 @@ custom_formats_sonarr: score: 168000 - name: 1080p Efficient TV WEB Tier 3 score: 167000 -- name: 1080p TAoE WEB +- name: TAoE WEB score: 167000 - name: 1080p Efficient TV WEB Tier 4 score: 166000 From 3b2c605fe9b90891743d9a3d34e9ea2b723716b9 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 21 Oct 2025 00:11:13 -0500 Subject: [PATCH 07/19] tweak(profile): Add 2160p WEBRip Quality to 2160p Efficient --- profiles/2160p Efficient.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 295c22b..f0fe456 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -311,6 +311,8 @@ qualities: name: Bluray-2160p - id: 5 name: WEBDL-2160p + - id: 6 + name: WEBRip-2160p - id: -1 name: Efficient Capable description: Balanced Capable releases. Typically WEB-DL would be the overwhelming From 629de92d14bf460a106c3207f3b78056f8dbeadc Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 23 Oct 2025 16:59:35 -0500 Subject: [PATCH 08/19] tweak(profile): Remove HONE Blurays for Efficient Movies --- profiles/1080p Efficient.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index d580939..993adff 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -165,8 +165,6 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: -- name: 1080p Bluray HEVC Tier 1 - score: 220000 - name: 1080p WEB-DL HEVC Tier 1 score: 200000 - name: 1080p Efficient Movie Bluray Tier 1 From ded3c8dbc126c63a3d593b07fb89058bc89dab32 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 23 Oct 2025 17:01:11 -0500 Subject: [PATCH 09/19] tweak(profile): Remove TAoE Bluray for Efficient Movie --- custom_formats/1080p Efficient Movie Bluray Tier 1.yml | 5 ----- profiles/1080p Efficient.yml | 2 -- 2 files changed, 7 deletions(-) diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml index 9c03373..3285aa9 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml @@ -26,11 +26,6 @@ conditions: pattern: QxR required: false type: release_group -- name: TAoE - negate: false - pattern: TAoE - required: false - type: release_group tests: - conditionResults: - matches: true diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 993adff..0117790 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -171,8 +171,6 @@ custom_formats_radarr: score: 183000 - name: QxR Bluray score: 183000 -- name: TAoE Bluray - score: 183000 - name: 1080p Efficient Movie Bluray Tier 2 score: 182000 - name: Vialle Bluray From ce1d15f7d92fb9279324c789de810116532fcb80 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 23 Oct 2025 17:54:24 -0500 Subject: [PATCH 10/19] tweak(profile): Rename 1080p Efficient Profile to 1080p Compact --- ...1.yml => 1080p Compact Movie Bluray Tier 1.yml} | 2 +- ...2.yml => 1080p Compact Movie Bluray Tier 2.yml} | 10 +++++----- ...3.yml => 1080p Compact Movie Bluray Tier 3.yml} | 6 +++--- ...4.yml => 1080p Compact Movie Bluray Tier 4.yml} | 6 +++--- ...er 1.yml => 1080p Compact Movie WEB Tier 1.yml} | 6 +++--- ...er 2.yml => 1080p Compact Movie WEB Tier 2.yml} | 6 +++--- ...er 3.yml => 1080p Compact Movie WEB Tier 3.yml} | 6 +++--- ...er 4.yml => 1080p Compact Movie WEB Tier 4.yml} | 6 +++--- ...er 1.yml => 1080p Compact TV Bluray Tier 1.yml} | 6 +++--- ...er 2.yml => 1080p Compact TV Bluray Tier 2.yml} | 6 +++--- ...er 3.yml => 1080p Compact TV Bluray Tier 3.yml} | 6 +++--- ...er 4.yml => 1080p Compact TV Bluray Tier 4.yml} | 6 +++--- ...er 5.yml => 1080p Compact TV Bluray Tier 5.yml} | 6 +++--- ...er 6.yml => 1080p Compact TV Bluray Tier 6.yml} | 6 +++--- ...er 7.yml => 1080p Compact TV Bluray Tier 7.yml} | 6 +++--- ...er 8.yml => 1080p Compact TV Bluray Tier 8.yml} | 14 +++++++------- ... Tier 1.yml => 1080p Compact TV WEB Tier 1.yml} | 4 ++-- ... Tier 2.yml => 1080p Compact TV WEB Tier 2.yml} | 6 +++--- ... Tier 3.yml => 1080p Compact TV WEB Tier 3.yml} | 10 +++++----- ... Tier 4.yml => 1080p Compact TV WEB Tier 4.yml} | 6 +++--- ... Tier 5.yml => 1080p Compact TV WEB Tier 5.yml} | 6 +++--- ... Tier 6.yml => 1080p Compact TV WEB Tier 6.yml} | 6 +++--- ... Tier 7.yml => 1080p Compact TV WEB Tier 7.yml} | 10 +++++----- .../{1080p Efficient.yml => 1080p Compact.yml} | 8 ++++---- 24 files changed, 80 insertions(+), 80 deletions(-) rename custom_formats/{1080p Efficient Movie Bluray Tier 1.yml => 1080p Compact Movie Bluray Tier 1.yml} (98%) rename custom_formats/{1080p Efficient Movie Bluray Tier 2.yml => 1080p Compact Movie Bluray Tier 2.yml} (94%) rename custom_formats/{1080p Efficient Movie Bluray Tier 3.yml => 1080p Compact Movie Bluray Tier 3.yml} (94%) rename custom_formats/{1080p Efficient Movie Bluray Tier 4.yml => 1080p Compact Movie Bluray Tier 4.yml} (95%) rename custom_formats/{1080p Efficient Movie WEB Tier 1.yml => 1080p Compact Movie WEB Tier 1.yml} (94%) rename custom_formats/{1080p Efficient Movie WEB Tier 2.yml => 1080p Compact Movie WEB Tier 2.yml} (94%) rename custom_formats/{1080p Efficient Movie WEB Tier 3.yml => 1080p Compact Movie WEB Tier 3.yml} (94%) rename custom_formats/{1080p Efficient Movie WEB Tier 4.yml => 1080p Compact Movie WEB Tier 4.yml} (94%) rename custom_formats/{1080p Efficient TV Bluray Tier 1.yml => 1080p Compact TV Bluray Tier 1.yml} (94%) rename custom_formats/{1080p Efficient TV Bluray Tier 2.yml => 1080p Compact TV Bluray Tier 2.yml} (94%) rename custom_formats/{1080p Efficient TV Bluray Tier 3.yml => 1080p Compact TV Bluray Tier 3.yml} (94%) rename custom_formats/{1080p Efficient TV Bluray Tier 4.yml => 1080p Compact TV Bluray Tier 4.yml} (95%) rename custom_formats/{1080p Efficient TV Bluray Tier 5.yml => 1080p Compact TV Bluray Tier 5.yml} (94%) rename custom_formats/{1080p Efficient TV Bluray Tier 6.yml => 1080p Compact TV Bluray Tier 6.yml} (94%) rename custom_formats/{1080p Efficient TV Bluray Tier 7.yml => 1080p Compact TV Bluray Tier 7.yml} (94%) rename custom_formats/{1080p Efficient TV Bluray Tier 8.yml => 1080p Compact TV Bluray Tier 8.yml} (94%) rename custom_formats/{1080p Efficient TV WEB Tier 1.yml => 1080p Compact TV WEB Tier 1.yml} (97%) rename custom_formats/{1080p Efficient TV WEB Tier 2.yml => 1080p Compact TV WEB Tier 2.yml} (95%) rename custom_formats/{1080p Efficient TV WEB Tier 3.yml => 1080p Compact TV WEB Tier 3.yml} (95%) rename custom_formats/{1080p Efficient TV WEB Tier 4.yml => 1080p Compact TV WEB Tier 4.yml} (95%) rename custom_formats/{1080p Efficient TV WEB Tier 5.yml => 1080p Compact TV WEB Tier 5.yml} (94%) rename custom_formats/{1080p Efficient TV WEB Tier 6.yml => 1080p Compact TV WEB Tier 6.yml} (95%) rename custom_formats/{1080p Efficient TV WEB Tier 7.yml => 1080p Compact TV WEB Tier 7.yml} (94%) rename profiles/{1080p Efficient.yml => 1080p Compact.yml} (97%) diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml b/custom_formats/1080p Compact Movie Bluray Tier 1.yml similarity index 98% rename from custom_formats/1080p Efficient Movie Bluray Tier 1.yml rename to custom_formats/1080p Compact Movie Bluray Tier 1.yml index 3285aa9..576b6b7 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 1.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient Movie Bluray Tier 1 +name: 1080p Compact Movie Bluray Tier 1 description: Matches release groups who fall under 1080p Efficient Bluray Tier 1 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml b/custom_formats/1080p Compact Movie Bluray Tier 2.yml similarity index 94% rename from custom_formats/1080p Efficient Movie Bluray Tier 2.yml rename to custom_formats/1080p Compact Movie Bluray Tier 2.yml index 98cab79..905b258 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 2.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient Movie Bluray Tier 2 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 2 +name: 1080p Compact Movie Bluray Tier 2 +description: Matches release groups who fall under 1080p Compact Bluray Tier 2 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p @@ -22,10 +22,10 @@ conditions: required: true type: release_title - name: DarQ - type: release_group - required: false negate: false pattern: DarQ + required: false + type: release_group - name: honeyvera negate: false pattern: Honeyvera diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 3.yml b/custom_formats/1080p Compact Movie Bluray Tier 3.yml similarity index 94% rename from custom_formats/1080p Efficient Movie Bluray Tier 3.yml rename to custom_formats/1080p Compact Movie Bluray Tier 3.yml index a0ba8a1..10b283c 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 3.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 3.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient Movie Bluray Tier 3 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 3 +name: 1080p Compact Movie Bluray Tier 3 +description: Matches release groups who fall under 1080p Compact Bluray Tier 3 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 4.yml b/custom_formats/1080p Compact Movie Bluray Tier 4.yml similarity index 95% rename from custom_formats/1080p Efficient Movie Bluray Tier 4.yml rename to custom_formats/1080p Compact Movie Bluray Tier 4.yml index bd8df90..a79d309 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 4.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 4.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient Movie Bluray Tier 4 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 4 +name: 1080p Compact Movie Bluray Tier 4 +description: Matches release groups who fall under 1080p Compact Bluray Tier 4 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient Movie WEB Tier 1.yml b/custom_formats/1080p Compact Movie WEB Tier 1.yml similarity index 94% rename from custom_formats/1080p Efficient Movie WEB Tier 1.yml rename to custom_formats/1080p Compact Movie WEB Tier 1.yml index ba6ebe1..3d1fc6e 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 1.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 1.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient Movie WEB Tier 1 -description: Matches release groups who fall under 1080p Efficient WEB Tier 1 +name: 1080p Compact Movie WEB Tier 1 +description: Matches release groups who fall under 1080p Compact WEB Tier 1 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient Movie WEB Tier 2.yml b/custom_formats/1080p Compact Movie WEB Tier 2.yml similarity index 94% rename from custom_formats/1080p Efficient Movie WEB Tier 2.yml rename to custom_formats/1080p Compact Movie WEB Tier 2.yml index 9174153..58bc9ff 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 2.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 2.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient Movie WEB Tier 2 -description: Matches release groups who fall under 1080p Efficient WEB Tier 2 +name: 1080p Compact Movie WEB Tier 2 +description: Matches release groups who fall under 1080p Compact WEB Tier 2 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient Movie WEB Tier 3.yml b/custom_formats/1080p Compact Movie WEB Tier 3.yml similarity index 94% rename from custom_formats/1080p Efficient Movie WEB Tier 3.yml rename to custom_formats/1080p Compact Movie WEB Tier 3.yml index cc24162..d79350c 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 3.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 3.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient Movie WEB Tier 3 -description: Matches release groups who fall under 1080p Efficient WEB Tier 3 +name: 1080p Compact Movie WEB Tier 3 +description: Matches release groups who fall under 1080p Compact WEB Tier 3 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient Movie WEB Tier 4.yml b/custom_formats/1080p Compact Movie WEB Tier 4.yml similarity index 94% rename from custom_formats/1080p Efficient Movie WEB Tier 4.yml rename to custom_formats/1080p Compact Movie WEB Tier 4.yml index a173b7e..bdbe93c 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 4.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 4.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient Movie WEB Tier 4 -description: Matches release groups who fall under 1080p Efficient WEB Tier 4 +name: 1080p Compact Movie WEB Tier 4 +description: Matches release groups who fall under 1080p Compact WEB Tier 4 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 1.yml b/custom_formats/1080p Compact TV Bluray Tier 1.yml similarity index 94% rename from custom_formats/1080p Efficient TV Bluray Tier 1.yml rename to custom_formats/1080p Compact TV Bluray Tier 1.yml index 98107bc..96b4a1b 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 1.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 1.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 1 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 1 +name: 1080p Compact TV Bluray Tier 1 +description: Matches release groups who fall under 1080p Compact Bluray Tier 1 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 2.yml b/custom_formats/1080p Compact TV Bluray Tier 2.yml similarity index 94% rename from custom_formats/1080p Efficient TV Bluray Tier 2.yml rename to custom_formats/1080p Compact TV Bluray Tier 2.yml index 8f3d8cc..4e8c065 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 2.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 2.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 2 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 2 +name: 1080p Compact TV Bluray Tier 2 +description: Matches release groups who fall under 1080p Compact Bluray Tier 2 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 3.yml b/custom_formats/1080p Compact TV Bluray Tier 3.yml similarity index 94% rename from custom_formats/1080p Efficient TV Bluray Tier 3.yml rename to custom_formats/1080p Compact TV Bluray Tier 3.yml index 3651f7e..544fff7 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 3.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 3.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 3 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 3 +name: 1080p Compact TV Bluray Tier 3 +description: Matches release groups who fall under 1080p Compact Bluray Tier 3 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 4.yml b/custom_formats/1080p Compact TV Bluray Tier 4.yml similarity index 95% rename from custom_formats/1080p Efficient TV Bluray Tier 4.yml rename to custom_formats/1080p Compact TV Bluray Tier 4.yml index 47b5de5..533d998 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 4.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 4.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 4 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 4 +name: 1080p Compact TV Bluray Tier 4 +description: Matches release groups who fall under 1080p Compact Bluray Tier 4 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 5.yml b/custom_formats/1080p Compact TV Bluray Tier 5.yml similarity index 94% rename from custom_formats/1080p Efficient TV Bluray Tier 5.yml rename to custom_formats/1080p Compact TV Bluray Tier 5.yml index 22730ca..5fed579 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 5.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 5.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 5 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 5 +name: 1080p Compact TV Bluray Tier 5 +description: Matches release groups who fall under 1080p Compact Bluray Tier 5 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 6.yml b/custom_formats/1080p Compact TV Bluray Tier 6.yml similarity index 94% rename from custom_formats/1080p Efficient TV Bluray Tier 6.yml rename to custom_formats/1080p Compact TV Bluray Tier 6.yml index 6430cf4..35e7f8e 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 6.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 6.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 6 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 6 +name: 1080p Compact TV Bluray Tier 6 +description: Matches release groups who fall under 1080p Compact Bluray Tier 6 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 7.yml b/custom_formats/1080p Compact TV Bluray Tier 7.yml similarity index 94% rename from custom_formats/1080p Efficient TV Bluray Tier 7.yml rename to custom_formats/1080p Compact TV Bluray Tier 7.yml index 804856e..e6a2ed4 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 7.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 7.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 7 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 7 +name: 1080p Compact TV Bluray Tier 7 +description: Matches release groups who fall under 1080p Compact Bluray Tier 7 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV Bluray Tier 8.yml b/custom_formats/1080p Compact TV Bluray Tier 8.yml similarity index 94% rename from custom_formats/1080p Efficient TV Bluray Tier 8.yml rename to custom_formats/1080p Compact TV Bluray Tier 8.yml index 8678938..920be96 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 8.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 8.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV Bluray Tier 8 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 8 +name: 1080p Compact TV Bluray Tier 8 +description: Matches release groups who fall under 1080p Compact Bluray Tier 8 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p @@ -22,15 +22,15 @@ conditions: required: true type: release_title - name: Megusta - type: release_group - required: false negate: false pattern: MeGusta -- name: PSA - type: release_group required: false + type: release_group +- name: PSA negate: false pattern: PSA + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient TV WEB Tier 1.yml b/custom_formats/1080p Compact TV WEB Tier 1.yml similarity index 97% rename from custom_formats/1080p Efficient TV WEB Tier 1.yml rename to custom_formats/1080p Compact TV WEB Tier 1.yml index b06bee6..608097b 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 1.yml +++ b/custom_formats/1080p Compact TV WEB Tier 1.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV WEB Tier 1 +name: 1080p Compact TV WEB Tier 1 description: Matches release groups who fall under 1080p Efficient WEB Tier 1 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV WEB Tier 2.yml b/custom_formats/1080p Compact TV WEB Tier 2.yml similarity index 95% rename from custom_formats/1080p Efficient TV WEB Tier 2.yml rename to custom_formats/1080p Compact TV WEB Tier 2.yml index 884391d..e82a3c4 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 2.yml +++ b/custom_formats/1080p Compact TV WEB Tier 2.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV WEB Tier 2 -description: Matches release groups who fall under 1080p Efficient WEB Tier 2 +name: 1080p Compact TV WEB Tier 2 +description: Matches release groups who fall under 1080p Compact WEB Tier 2 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV WEB Tier 3.yml b/custom_formats/1080p Compact TV WEB Tier 3.yml similarity index 95% rename from custom_formats/1080p Efficient TV WEB Tier 3.yml rename to custom_formats/1080p Compact TV WEB Tier 3.yml index 0ddc9cd..df79ec3 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 3.yml +++ b/custom_formats/1080p Compact TV WEB Tier 3.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV WEB Tier 3 -description: Matches release groups who fall under 1080p Efficient WEB Tier 3 +name: 1080p Compact TV WEB Tier 3 +description: Matches release groups who fall under 1080p Compact WEB Tier 3 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p @@ -27,10 +27,10 @@ conditions: source: webrip type: source - name: edge2020 - type: release_group - required: false negate: false pattern: edge2020 + required: false + type: release_group - name: Grimm negate: false pattern: GRiMM diff --git a/custom_formats/1080p Efficient TV WEB Tier 4.yml b/custom_formats/1080p Compact TV WEB Tier 4.yml similarity index 95% rename from custom_formats/1080p Efficient TV WEB Tier 4.yml rename to custom_formats/1080p Compact TV WEB Tier 4.yml index fafb50f..b55acf6 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 4.yml +++ b/custom_formats/1080p Compact TV WEB Tier 4.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV WEB Tier 4 -description: Matches release groups who fall under 1080p Efficient WEB Tier 4 +name: 1080p Compact TV WEB Tier 4 +description: Matches release groups who fall under 1080p Compact WEB Tier 4 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV WEB Tier 5.yml b/custom_formats/1080p Compact TV WEB Tier 5.yml similarity index 94% rename from custom_formats/1080p Efficient TV WEB Tier 5.yml rename to custom_formats/1080p Compact TV WEB Tier 5.yml index d876ed2..f44bed4 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 5.yml +++ b/custom_formats/1080p Compact TV WEB Tier 5.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV WEB Tier 5 -description: Matches release groups who fall under 1080p Efficient WEB Tier 5 +name: 1080p Compact TV WEB Tier 5 +description: Matches release groups who fall under 1080p Compact WEB Tier 5 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV WEB Tier 6.yml b/custom_formats/1080p Compact TV WEB Tier 6.yml similarity index 95% rename from custom_formats/1080p Efficient TV WEB Tier 6.yml rename to custom_formats/1080p Compact TV WEB Tier 6.yml index 9013ef3..0346a98 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 6.yml +++ b/custom_formats/1080p Compact TV WEB Tier 6.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV WEB Tier 6 -description: Matches release groups who fall under 1080p Efficient WEB Tier 6 +name: 1080p Compact TV WEB Tier 6 +description: Matches release groups who fall under 1080p Compact WEB Tier 6 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Efficient TV WEB Tier 7.yml b/custom_formats/1080p Compact TV WEB Tier 7.yml similarity index 94% rename from custom_formats/1080p Efficient TV WEB Tier 7.yml rename to custom_formats/1080p Compact TV WEB Tier 7.yml index f165b73..8b8e17a 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 7.yml +++ b/custom_formats/1080p Compact TV WEB Tier 7.yml @@ -1,9 +1,9 @@ -name: 1080p Efficient TV WEB Tier 7 -description: Matches release groups who fall under 1080p Efficient WEB Tier 7 +name: 1080p Compact TV WEB Tier 7 +description: Matches release groups who fall under 1080p Compact WEB Tier 7 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p @@ -32,10 +32,10 @@ conditions: required: false type: release_group - name: PSA - type: release_group - required: false negate: false pattern: PSA + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Compact.yml similarity index 97% rename from profiles/1080p Efficient.yml rename to profiles/1080p Compact.yml index 0117790..85911c8 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Compact.yml @@ -1,5 +1,5 @@ -name: 1080p Efficient -description: '1080p Efficient seeks to target a balance of size and quality with x265 +name: 1080p Compact +description: '1080p Compact seeks to target a balance of size and quality with x265 Bluray and WEB encodes @@ -266,7 +266,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: Efficient Capable + name: Compact Capable description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. @@ -301,7 +301,7 @@ qualities: name: DVD upgrade_until: id: -1 - name: Efficient Capable + name: Compact Capable description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. From 65b51ad6d35a01509ce1acb95003d10737742fe2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 23 Oct 2025 17:54:47 -0500 Subject: [PATCH 11/19] tweak(profile): Rename 1080p Efficient Profile to 1080p Compact --- .../1080p Compact Movie Bluray Tier 1.yml | 2 +- profiles/1080p Compact.yml | 46 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/custom_formats/1080p Compact Movie Bluray Tier 1.yml b/custom_formats/1080p Compact Movie Bluray Tier 1.yml index 576b6b7..a24f3f3 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 1.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Efficient Bluray Tier 1 tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 85911c8..2d6b3a1 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -167,29 +167,29 @@ custom_formats: custom_formats_radarr: - name: 1080p WEB-DL HEVC Tier 1 score: 200000 -- name: 1080p Efficient Movie Bluray Tier 1 +- name: 1080p Compact Movie Bluray Tier 1 score: 183000 - name: QxR Bluray score: 183000 -- name: 1080p Efficient Movie Bluray Tier 2 +- name: 1080p Compact Movie Bluray Tier 2 score: 182000 - name: Vialle Bluray score: 182000 -- name: 1080p Efficient Movie Bluray Tier 3 +- name: 1080p Compact Movie Bluray Tier 3 score: 181000 -- name: 1080p Efficient Movie Bluray Tier 4 +- name: 1080p Compact Movie Bluray Tier 4 score: 180000 -- name: 1080p Efficient Movie WEB Tier 1 +- name: 1080p Compact Movie WEB Tier 1 score: 163000 - name: QxR WEB score: 163000 - name: TAoE WEB score: 163000 -- name: 1080p Efficient Movie WEB Tier 2 +- name: 1080p Compact Movie WEB Tier 2 score: 162000 -- name: 1080p Efficient Movie WEB Tier 3 +- name: 1080p Compact Movie WEB Tier 3 score: 161000 -- name: 1080p Efficient Movie WEB Tier 4 +- name: 1080p Compact Movie WEB Tier 4 score: 160000 - name: MA score: 4000 @@ -216,43 +216,43 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: -- name: 1080p Efficient TV Bluray Tier 1 +- name: 1080p Compact TV Bluray Tier 1 score: 184000 - name: QxR Bluray score: 184000 -- name: 1080p Efficient TV Bluray Tier 2 +- name: 1080p Compact TV Bluray Tier 2 score: 183000 -- name: 1080p Efficient TV Bluray Tier 3 +- name: 1080p Compact TV Bluray Tier 3 score: 182000 -- name: 1080p Efficient TV Bluray Tier 4 +- name: 1080p Compact TV Bluray Tier 4 score: 181000 -- name: 1080p Efficient TV Bluray Tier 5 +- name: 1080p Compact TV Bluray Tier 5 score: 180000 -- name: 1080p Efficient TV WEB Tier 1 +- name: 1080p Compact TV WEB Tier 1 score: 169000 - name: QxR WEB score: 169000 -- name: 1080p Efficient TV WEB Tier 2 +- name: 1080p Compact TV WEB Tier 2 score: 168000 - name: Vialle WEB score: 168000 -- name: 1080p Efficient TV WEB Tier 3 +- name: 1080p Compact TV WEB Tier 3 score: 167000 - name: TAoE WEB score: 167000 -- name: 1080p Efficient TV WEB Tier 4 +- name: 1080p Compact TV WEB Tier 4 score: 166000 -- name: 1080p Efficient TV Bluray Tier 6 +- name: 1080p Compact TV Bluray Tier 6 score: 165000 -- name: 1080p Efficient TV Bluray Tier 7 +- name: 1080p Compact TV Bluray Tier 7 score: 164000 -- name: 1080p Efficient TV WEB Tier 5 +- name: 1080p Compact TV WEB Tier 5 score: 163000 -- name: 1080p Efficient TV WEB Tier 6 +- name: 1080p Compact TV WEB Tier 6 score: 162000 -- name: 1080p Efficient TV Bluray Tier 8 +- name: 1080p Compact TV Bluray Tier 8 score: 161000 -- name: 1080p Efficient TV WEB Tier 7 +- name: 1080p Compact TV WEB Tier 7 score: 160000 - name: Season Pack score: 10 From 68b5a49f79917db802d2d062b02d5d630756e933 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 23 Oct 2025 18:00:21 -0500 Subject: [PATCH 12/19] tweak(profile): Rename 1080p Efficient+ Profile to 1080p Efficient --- ...> 1080p Efficient Movie Bluray Tier 1.yml} | 2 +- ...> 1080p Efficient Movie Bluray Tier 2.yml} | 2 +- ...> 1080p Efficient Movie Bluray Tier 3.yml} | 2 +- ...> 1080p Efficient Movie Bluray Tier 4.yml} | 2 +- ...> 1080p Efficient Movie Bluray Tier 5.yml} | 2 +- ...l => 1080p Efficient Movie WEB Tier 1.yml} | 2 +- ...l => 1080p Efficient Movie WEB Tier 2.yml} | 2 +- ...l => 1080p Efficient Movie WEB Tier 3.yml} | 2 +- ...l => 1080p Efficient Movie WEB Tier 4.yml} | 2 +- ...l => 1080p Efficient TV Bluray Tier 1.yml} | 2 +- ...l => 1080p Efficient TV Bluray Tier 2.yml} | 2 +- ...l => 1080p Efficient TV Bluray Tier 3.yml} | 2 +- ...l => 1080p Efficient TV Bluray Tier 4.yml} | 2 +- ...l => 1080p Efficient TV Bluray Tier 5.yml} | 2 +- ...l => 1080p Efficient TV Bluray Tier 6.yml} | 2 +- ...l => 1080p Efficient TV Bluray Tier 7.yml} | 2 +- ....yml => 1080p Efficient TV WEB Tier 1.yml} | 2 +- ....yml => 1080p Efficient TV WEB Tier 2.yml} | 2 +- ....yml => 1080p Efficient TV WEB Tier 3.yml} | 6 +-- ....yml => 1080p Efficient TV WEB Tier 4.yml} | 2 +- ....yml => 1080p Efficient TV WEB Tier 5.yml} | 2 +- ....yml => 1080p Efficient TV WEB Tier 6.yml} | 2 +- profiles/1080p Compact.yml | 2 +- ...80p Efficient+.yml => 1080p Efficient.yml} | 4 +- profiles/2160p Efficient.yml | 44 +++++++++---------- 25 files changed, 49 insertions(+), 49 deletions(-) rename custom_formats/{1080p Efficient+ Movie Bluray Tier 1.yml => 1080p Efficient Movie Bluray Tier 1.yml} (98%) rename custom_formats/{1080p Efficient+ Movie Bluray Tier 2.yml => 1080p Efficient Movie Bluray Tier 2.yml} (98%) rename custom_formats/{1080p Efficient+ Movie Bluray Tier 3.yml => 1080p Efficient Movie Bluray Tier 3.yml} (98%) rename custom_formats/{1080p Efficient+ Movie Bluray Tier 4.yml => 1080p Efficient Movie Bluray Tier 4.yml} (98%) rename custom_formats/{1080p Efficient+ Movie Bluray Tier 5.yml => 1080p Efficient Movie Bluray Tier 5.yml} (98%) rename custom_formats/{1080p Efficient+ Movie WEB Tier 1.yml => 1080p Efficient Movie WEB Tier 1.yml} (98%) rename custom_formats/{1080p Efficient+ Movie WEB Tier 2.yml => 1080p Efficient Movie WEB Tier 2.yml} (98%) rename custom_formats/{1080p Efficient+ Movie WEB Tier 3.yml => 1080p Efficient Movie WEB Tier 3.yml} (98%) rename custom_formats/{1080p Efficient+ Movie WEB Tier 4.yml => 1080p Efficient Movie WEB Tier 4.yml} (98%) rename custom_formats/{1080p Efficient+ TV Bluray Tier 1.yml => 1080p Efficient TV Bluray Tier 1.yml} (98%) rename custom_formats/{1080p Efficient+ TV Bluray Tier 2.yml => 1080p Efficient TV Bluray Tier 2.yml} (98%) rename custom_formats/{1080p Efficient+ TV Bluray Tier 3.yml => 1080p Efficient TV Bluray Tier 3.yml} (98%) rename custom_formats/{1080p Efficient+ TV Bluray Tier 4.yml => 1080p Efficient TV Bluray Tier 4.yml} (98%) rename custom_formats/{1080p Efficient+ TV Bluray Tier 5.yml => 1080p Efficient TV Bluray Tier 5.yml} (98%) rename custom_formats/{1080p Efficient+ TV Bluray Tier 6.yml => 1080p Efficient TV Bluray Tier 6.yml} (98%) rename custom_formats/{1080p Efficient+ TV Bluray Tier 7.yml => 1080p Efficient TV Bluray Tier 7.yml} (98%) rename custom_formats/{1080p Efficient+ TV WEB Tier 1.yml => 1080p Efficient TV WEB Tier 1.yml} (98%) rename custom_formats/{1080p Efficient+ TV WEB Tier 2.yml => 1080p Efficient TV WEB Tier 2.yml} (98%) rename custom_formats/{1080p Efficient+ TV WEB Tier 3.yml => 1080p Efficient TV WEB Tier 3.yml} (98%) rename custom_formats/{1080p Efficient+ TV WEB Tier 4.yml => 1080p Efficient TV WEB Tier 4.yml} (98%) rename custom_formats/{1080p Efficient+ TV WEB Tier 5.yml => 1080p Efficient TV WEB Tier 5.yml} (98%) rename custom_formats/{1080p Efficient+ TV WEB Tier 6.yml => 1080p Efficient TV WEB Tier 6.yml} (98%) rename profiles/{1080p Efficient+.yml => 1080p Efficient.yml} (98%) diff --git a/custom_formats/1080p Efficient+ Movie Bluray Tier 1.yml b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie Bluray Tier 1.yml rename to custom_formats/1080p Efficient Movie Bluray Tier 1.yml index 5eec534..f20c0f4 100644 --- a/custom_formats/1080p Efficient+ Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie Bluray Tier 1 +name: 1080p Efficient Movie Bluray Tier 1 description: Matches release groups who fall under 1080p Efficient Bluray Tier 1 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie Bluray Tier 2.yml b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie Bluray Tier 2.yml rename to custom_formats/1080p Efficient Movie Bluray Tier 2.yml index ee8a058..f4d9a36 100644 --- a/custom_formats/1080p Efficient+ Movie Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie Bluray Tier 2 +name: 1080p Efficient Movie Bluray Tier 2 description: Matches release groups who fall under 1080p Efficient Bluray Tier 2 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie Bluray Tier 3.yml b/custom_formats/1080p Efficient Movie Bluray Tier 3.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie Bluray Tier 3.yml rename to custom_formats/1080p Efficient Movie Bluray Tier 3.yml index 2c3fc35..16abe13 100644 --- a/custom_formats/1080p Efficient+ Movie Bluray Tier 3.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 3.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie Bluray Tier 3 +name: 1080p Efficient Movie Bluray Tier 3 description: Matches release groups who fall under 1080p Efficient Bluray Tier 3 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie Bluray Tier 4.yml b/custom_formats/1080p Efficient Movie Bluray Tier 4.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie Bluray Tier 4.yml rename to custom_formats/1080p Efficient Movie Bluray Tier 4.yml index 8c444bc..d020186 100644 --- a/custom_formats/1080p Efficient+ Movie Bluray Tier 4.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 4.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie Bluray Tier 4 +name: 1080p Efficient Movie Bluray Tier 4 description: Matches release groups who fall under 1080p Efficient Bluray Tier 4 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie Bluray Tier 5.yml b/custom_formats/1080p Efficient Movie Bluray Tier 5.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie Bluray Tier 5.yml rename to custom_formats/1080p Efficient Movie Bluray Tier 5.yml index 59bbcdc..3b21521 100644 --- a/custom_formats/1080p Efficient+ Movie Bluray Tier 5.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 5.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie Bluray Tier 5 +name: 1080p Efficient Movie Bluray Tier 5 description: Matches release groups who fall under 1080p Efficient Bluray Tier 4 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie WEB Tier 1.yml b/custom_formats/1080p Efficient Movie WEB Tier 1.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie WEB Tier 1.yml rename to custom_formats/1080p Efficient Movie WEB Tier 1.yml index ff8592c..ba6ebe1 100644 --- a/custom_formats/1080p Efficient+ Movie WEB Tier 1.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 1.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie WEB Tier 1 +name: 1080p Efficient Movie WEB Tier 1 description: Matches release groups who fall under 1080p Efficient WEB Tier 1 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie WEB Tier 2.yml b/custom_formats/1080p Efficient Movie WEB Tier 2.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie WEB Tier 2.yml rename to custom_formats/1080p Efficient Movie WEB Tier 2.yml index 81c0206..854beca 100644 --- a/custom_formats/1080p Efficient+ Movie WEB Tier 2.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 2.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie WEB Tier 2 +name: 1080p Efficient Movie WEB Tier 2 description: Matches release groups who fall under 1080p Efficient WEB Tier 2 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie WEB Tier 3.yml b/custom_formats/1080p Efficient Movie WEB Tier 3.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie WEB Tier 3.yml rename to custom_formats/1080p Efficient Movie WEB Tier 3.yml index 79fa721..cc24162 100644 --- a/custom_formats/1080p Efficient+ Movie WEB Tier 3.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 3.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie WEB Tier 3 +name: 1080p Efficient Movie WEB Tier 3 description: Matches release groups who fall under 1080p Efficient WEB Tier 3 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ Movie WEB Tier 4.yml b/custom_formats/1080p Efficient Movie WEB Tier 4.yml similarity index 98% rename from custom_formats/1080p Efficient+ Movie WEB Tier 4.yml rename to custom_formats/1080p Efficient Movie WEB Tier 4.yml index 3cc830f..5f2c695 100644 --- a/custom_formats/1080p Efficient+ Movie WEB Tier 4.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 4.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ Movie WEB Tier 4 +name: 1080p Efficient Movie WEB Tier 4 description: Matches release groups who fall under 1080p Efficient WEB Tier 3 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 1.yml b/custom_formats/1080p Efficient TV Bluray Tier 1.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV Bluray Tier 1.yml rename to custom_formats/1080p Efficient TV Bluray Tier 1.yml index 0428611..da20ed2 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 1.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV Bluray Tier 1 +name: 1080p Efficient TV Bluray Tier 1 description: Matches release groups who fall under 1080p Efficient Bluray Tier 1 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 2.yml b/custom_formats/1080p Efficient TV Bluray Tier 2.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV Bluray Tier 2.yml rename to custom_formats/1080p Efficient TV Bluray Tier 2.yml index 12713ac..09f7ddb 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 2.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV Bluray Tier 2 +name: 1080p Efficient TV Bluray Tier 2 description: Matches release groups who fall under 1080p Efficient Bluray Tier 2 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 3.yml b/custom_formats/1080p Efficient TV Bluray Tier 3.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV Bluray Tier 3.yml rename to custom_formats/1080p Efficient TV Bluray Tier 3.yml index 347420e..3651f7e 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 3.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 3.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV Bluray Tier 3 +name: 1080p Efficient TV Bluray Tier 3 description: Matches release groups who fall under 1080p Efficient Bluray Tier 3 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 4.yml b/custom_formats/1080p Efficient TV Bluray Tier 4.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV Bluray Tier 4.yml rename to custom_formats/1080p Efficient TV Bluray Tier 4.yml index 8eef6c2..47b5de5 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 4.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 4.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV Bluray Tier 4 +name: 1080p Efficient TV Bluray Tier 4 description: Matches release groups who fall under 1080p Efficient Bluray Tier 4 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 5.yml b/custom_formats/1080p Efficient TV Bluray Tier 5.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV Bluray Tier 5.yml rename to custom_formats/1080p Efficient TV Bluray Tier 5.yml index 2090004..22730ca 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 5.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 5.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV Bluray Tier 5 +name: 1080p Efficient TV Bluray Tier 5 description: Matches release groups who fall under 1080p Efficient Bluray Tier 5 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 6.yml b/custom_formats/1080p Efficient TV Bluray Tier 6.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV Bluray Tier 6.yml rename to custom_formats/1080p Efficient TV Bluray Tier 6.yml index 48bf446..6430cf4 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 6.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 6.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV Bluray Tier 6 +name: 1080p Efficient TV Bluray Tier 6 description: Matches release groups who fall under 1080p Efficient Bluray Tier 6 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV Bluray Tier 7.yml b/custom_formats/1080p Efficient TV Bluray Tier 7.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV Bluray Tier 7.yml rename to custom_formats/1080p Efficient TV Bluray Tier 7.yml index fa4d094..804856e 100644 --- a/custom_formats/1080p Efficient+ TV Bluray Tier 7.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 7.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV Bluray Tier 7 +name: 1080p Efficient TV Bluray Tier 7 description: Matches release groups who fall under 1080p Efficient Bluray Tier 7 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV WEB Tier 1.yml b/custom_formats/1080p Efficient TV WEB Tier 1.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV WEB Tier 1.yml rename to custom_formats/1080p Efficient TV WEB Tier 1.yml index baa0a3f..b06bee6 100644 --- a/custom_formats/1080p Efficient+ TV WEB Tier 1.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 1.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV WEB Tier 1 +name: 1080p Efficient TV WEB Tier 1 description: Matches release groups who fall under 1080p Efficient WEB Tier 1 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV WEB Tier 2.yml b/custom_formats/1080p Efficient TV WEB Tier 2.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV WEB Tier 2.yml rename to custom_formats/1080p Efficient TV WEB Tier 2.yml index 6515a0f..884391d 100644 --- a/custom_formats/1080p Efficient+ TV WEB Tier 2.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 2.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV WEB Tier 2 +name: 1080p Efficient TV WEB Tier 2 description: Matches release groups who fall under 1080p Efficient WEB Tier 2 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV WEB Tier 3.yml b/custom_formats/1080p Efficient TV WEB Tier 3.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV WEB Tier 3.yml rename to custom_formats/1080p Efficient TV WEB Tier 3.yml index b787a65..285cedb 100644 --- a/custom_formats/1080p Efficient+ TV WEB Tier 3.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 3.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV WEB Tier 3 +name: 1080p Efficient TV WEB Tier 3 description: Matches release groups who fall under 1080p Efficient WEB Tier 3 tags: - Release Group Tier @@ -27,10 +27,10 @@ conditions: source: webrip type: source - name: edge2020 - type: release_group - required: false negate: false pattern: edge2020 + required: false + type: release_group - name: Grimm negate: false pattern: GRiMM diff --git a/custom_formats/1080p Efficient+ TV WEB Tier 4.yml b/custom_formats/1080p Efficient TV WEB Tier 4.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV WEB Tier 4.yml rename to custom_formats/1080p Efficient TV WEB Tier 4.yml index 5192f2b..fafb50f 100644 --- a/custom_formats/1080p Efficient+ TV WEB Tier 4.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 4.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV WEB Tier 4 +name: 1080p Efficient TV WEB Tier 4 description: Matches release groups who fall under 1080p Efficient WEB Tier 4 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV WEB Tier 5.yml b/custom_formats/1080p Efficient TV WEB Tier 5.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV WEB Tier 5.yml rename to custom_formats/1080p Efficient TV WEB Tier 5.yml index 7ac81a0..d876ed2 100644 --- a/custom_formats/1080p Efficient+ TV WEB Tier 5.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 5.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV WEB Tier 5 +name: 1080p Efficient TV WEB Tier 5 description: Matches release groups who fall under 1080p Efficient WEB Tier 5 tags: - Release Group Tier diff --git a/custom_formats/1080p Efficient+ TV WEB Tier 6.yml b/custom_formats/1080p Efficient TV WEB Tier 6.yml similarity index 98% rename from custom_formats/1080p Efficient+ TV WEB Tier 6.yml rename to custom_formats/1080p Efficient TV WEB Tier 6.yml index b5547fc..9013ef3 100644 --- a/custom_formats/1080p Efficient+ TV WEB Tier 6.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 6.yml @@ -1,4 +1,4 @@ -name: 1080p Efficient+ TV WEB Tier 6 +name: 1080p Efficient TV WEB Tier 6 description: Matches release groups who fall under 1080p Efficient WEB Tier 6 tags: - Release Group Tier diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 2d6b3a1..97ecb8a 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -11,7 +11,7 @@ description: '1080p Compact seeks to target a balance of size and quality with x > 480p WEB-DL > DVD' tags: - 1080p -- Efficient Focused +- Compact Focused - Lossy Audio - h265 - x265 diff --git a/profiles/1080p Efficient+.yml b/profiles/1080p Efficient.yml similarity index 98% rename from profiles/1080p Efficient+.yml rename to profiles/1080p Efficient.yml index 0814433..d369c0e 100644 --- a/profiles/1080p Efficient+.yml +++ b/profiles/1080p Efficient.yml @@ -1,5 +1,5 @@ -name: 1080p Efficient+ -description: '1080p Efficient+ seeks to target high quality x265 Bluray and WEB encodes +name: 1080p Efficient +description: '1080p Efficient seeks to target high quality x265 Bluray and WEB encodes - 1080p Bluray and WEB x265 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index f0fe456..966994c 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -173,29 +173,29 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: -- name: 1080p Efficient+ Movie Bluray Tier 1 +- name: 1080p Efficient Movie Bluray Tier 1 score: 184000 -- name: 1080p Efficient+ Movie Bluray Tier 2 +- name: 1080p Efficient Movie Bluray Tier 2 score: 183000 -- name: 1080p Efficient+ Movie Bluray Tier 3 +- name: 1080p Efficient Movie Bluray Tier 3 score: 182000 - name: Vialle Bluray score: 182000 -- name: 1080p Efficient+ Movie Bluray Tier 4 +- name: 1080p Efficient Movie Bluray Tier 4 score: 181000 -- name: 1080p Efficient+ Movie Bluray Tier 5 +- name: 1080p Efficient Movie Bluray Tier 5 score: 180000 -- name: 1080p Efficient+ Movie WEB Tier 1 +- name: 1080p Efficient Movie WEB Tier 1 score: 163000 - name: QxR WEB score: 163000 - name: TAoE WEB score: 163000 -- name: 1080p Efficient+ Movie WEB Tier 2 +- name: 1080p Efficient Movie WEB Tier 2 score: 162000 -- name: 1080p Efficient+ Movie WEB Tier 3 +- name: 1080p Efficient Movie WEB Tier 3 score: 161000 -- name: 1080p Efficient+ Movie WEB Tier 4 +- name: 1080p Efficient Movie WEB Tier 4 score: 160000 - name: MA score: 6000 @@ -246,39 +246,39 @@ custom_formats_sonarr: score: 261000 - name: TAoE WEBs score: 261000 -- name: 1080p Efficient+ TV Bluray Tier 1 +- name: 1080p Efficient TV Bluray Tier 1 score: 184000 -- name: 1080p Efficient+ TV Bluray Tier 2 +- name: 1080p Efficient TV Bluray Tier 2 score: 183000 - name: Vialle Bluray score: 183000 -- name: 1080p Efficient+ TV Bluray Tier 3 +- name: 1080p Efficient TV Bluray Tier 3 score: 182000 -- name: 1080p Efficient+ TV Bluray Tier 4 +- name: 1080p Efficient TV Bluray Tier 4 score: 181000 -- name: 1080p Efficient+ TV Bluray Tier 5 +- name: 1080p Efficient TV Bluray Tier 5 score: 180000 -- name: 1080p Efficient+ TV WEB Tier 1 +- name: 1080p Efficient TV WEB Tier 1 score: 167000 - name: QxR WEB score: 167000 -- name: 1080p Efficient+ TV WEB Tier 2 +- name: 1080p Efficient TV WEB Tier 2 score: 166000 - name: Vialle WEB score: 166000 -- name: 1080p Efficient+ TV WEB Tier 3 +- name: 1080p Efficient TV WEB Tier 3 score: 165000 - name: TAoE WEB score: 165000 -- name: 1080p Efficient+ TV WEB Tier 4 +- name: 1080p Efficient TV WEB Tier 4 score: 164000 -- name: 1080p Efficient+ TV Bluray Tier 6 +- name: 1080p Efficient TV Bluray Tier 6 score: 163000 -- name: 1080p Efficient+ TV Bluray Tier 7 +- name: 1080p Efficient TV Bluray Tier 7 score: 162000 -- name: 1080p Efficient+ TV WEB Tier 5 +- name: 1080p Efficient TV WEB Tier 5 score: 161000 -- name: 1080p Efficient+ TV WEB Tier 6 +- name: 1080p Efficient TV WEB Tier 6 score: 160000 - name: ATVP score: 3000 From 2154ca123ad74722aee350ae3bbc60c4e3d0ef6c Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 23 Oct 2025 18:00:30 -0500 Subject: [PATCH 13/19] tweak(profile): Rename 1080p Efficient+ to 1080p Efficient --- profiles/1080p Efficient.yml | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index d369c0e..1dea505 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -174,29 +174,29 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: -- name: 1080p Efficient+ Movie Bluray Tier 1 +- name: 1080p Efficient Movie Bluray Tier 1 score: 184000 -- name: 1080p Efficient+ Movie Bluray Tier 2 +- name: 1080p Efficient Movie Bluray Tier 2 score: 183000 -- name: 1080p Efficient+ Movie Bluray Tier 3 +- name: 1080p Efficient Movie Bluray Tier 3 score: 182000 - name: Vialle Bluray score: 182000 -- name: 1080p Efficient+ Movie Bluray Tier 4 +- name: 1080p Efficient Movie Bluray Tier 4 score: 181000 -- name: 1080p Efficient+ Movie Bluray Tier 5 +- name: 1080p Efficient Movie Bluray Tier 5 score: 180000 -- name: 1080p Efficient+ Movie WEB Tier 1 +- name: 1080p Efficient Movie WEB Tier 1 score: 163000 - name: QxR WEB score: 163000 - name: TAoE WEB score: 163000 -- name: 1080p Efficient+ Movie WEB Tier 2 +- name: 1080p Efficient Movie WEB Tier 2 score: 162000 -- name: 1080p Efficient+ Movie WEB Tier 3 +- name: 1080p Efficient Movie WEB Tier 3 score: 161000 -- name: 1080p Efficient+ Movie WEB Tier 4 +- name: 1080p Efficient Movie WEB Tier 4 score: 160000 - name: MA score: 4000 @@ -221,39 +221,39 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: -- name: 1080p Efficient+ TV Bluray Tier 1 +- name: 1080p Efficient TV Bluray Tier 1 score: 184000 -- name: 1080p Efficient+ TV Bluray Tier 2 +- name: 1080p Efficient TV Bluray Tier 2 score: 183000 - name: Vialle Bluray score: 183000 -- name: 1080p Efficient+ TV Bluray Tier 3 +- name: 1080p Efficient TV Bluray Tier 3 score: 182000 -- name: 1080p Efficient+ TV Bluray Tier 4 +- name: 1080p Efficient TV Bluray Tier 4 score: 181000 -- name: 1080p Efficient+ TV Bluray Tier 5 +- name: 1080p Efficient TV Bluray Tier 5 score: 180000 -- name: 1080p Efficient+ TV WEB Tier 1 +- name: 1080p Efficient TV WEB Tier 1 score: 167000 - name: QxR WEB score: 167000 -- name: 1080p Efficient+ TV WEB Tier 2 +- name: 1080p Efficient TV WEB Tier 2 score: 166000 - name: Vialle WEB score: 166000 -- name: 1080p Efficient+ TV WEB Tier 3 +- name: 1080p Efficient TV WEB Tier 3 score: 165000 - name: TAoE WEB score: 165000 -- name: 1080p Efficient+ TV WEB Tier 4 +- name: 1080p Efficient TV WEB Tier 4 score: 164000 -- name: 1080p Efficient+ TV Bluray Tier 6 +- name: 1080p Efficient TV Bluray Tier 6 score: 163000 -- name: 1080p Efficient+ TV Bluray Tier 7 +- name: 1080p Efficient TV Bluray Tier 7 score: 162000 -- name: 1080p Efficient+ TV WEB Tier 5 +- name: 1080p Efficient TV WEB Tier 5 score: 161000 -- name: 1080p Efficient+ TV WEB Tier 6 +- name: 1080p Efficient TV WEB Tier 6 score: 160000 - name: Season Pack score: 10 From 213680c9ecac2ddf08dd67248cc16ac66afe6e6a Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 23 Oct 2025 18:05:07 -0500 Subject: [PATCH 14/19] remove(profile): Delete 1080p Balanced+ Profile - Probably the most unused and the least changed profile as it only adds HONE to the top end. Efficient should be used as the replacement. --- profiles/1080p Balanced+.yml | 241 ----------------------------------- 1 file changed, 241 deletions(-) delete mode 100644 profiles/1080p Balanced+.yml diff --git a/profiles/1080p Balanced+.yml b/profiles/1080p Balanced+.yml deleted file mode 100644 index 40d34e8..0000000 --- a/profiles/1080p Balanced+.yml +++ /dev/null @@ -1,241 +0,0 @@ -name: 1080p Balanced+ -description: '1080p Balanced+ targets consistent & immutable 1080p **WEB-DLs** using - exernal factors like Streaming Source and Audio Formats. Quality and Compatibility - are increased with the inclusion of x265 HONE Bluray and WEB-DL releases - - - - 1080p WEB-DL - - - Stream Optimized Encodes - - - Fallbacks in Place for Proper Quality Progression - - - HONE Bluray > HONE WEB-DL > 1080p WEB-DL > 720p Bluray > 720p WEB-DL > 480p WEB-DL - > DVD' -tags: -- 1080p -- Balanced Focused -- Lossy Audio -- x264 -- h264 -upgradesAllowed: true -minCustomFormatScore: 20000 -upgradeUntilScore: 400000 -minScoreIncrement: 1 -custom_formats: -- name: 1080p Bluray HEVC Tier 1 - score: 180000 -- name: 1080p WEB-DL HEVC Tier 1 - score: 160000 -- name: 1080p Balanced Tier 1 - score: 140000 -- name: 1080p WEB-DL (h264) - score: 140000 -- name: 720p WEB-DL - score: 100000 -- name: 720p Bluray - score: 80000 -- name: 720p WEBRip - score: 80000 -- name: 480p WEB-DL - score: 60000 -- name: 720p Quality Tier 1 - score: 45000 -- name: 720p Quality Tier 2 - score: 44000 -- name: 720p Quality Tier 3 - score: 43000 -- name: 720p Quality Tier 4 - score: 42000 -- name: 720p Quality Tier 5 - score: 41000 -- name: 720p Quality Tier 6 - score: 40000 -- name: 720p Balanced Tier 1 - score: 20000 -- name: DVD - score: 20000 -- name: DVD Remux - score: 20000 -- name: SD Quality Tier 1 - score: 11000 -- name: SD Quality Tier 2 - score: 10000 -- name: AMZN - score: 3000 -- name: ATVP - score: 3000 -- name: Dolby Vision - score: 3000 -- name: DSNP - score: 3000 -- name: HDR10+ - score: 2000 -- name: HMAX - score: 2000 -- name: MAX - score: 2000 -- name: ATV - score: 1000 -- name: HDR - score: 1000 -- name: HDR10 - score: 1000 -- name: HLG - score: 1000 -- name: iT - score: 1000 -- name: NF - score: 1000 -- name: PQ - score: 1000 -- name: DTS-HD HRA - score: 800 -- name: Opus - score: 800 -- name: Dolby Digital + - score: 600 -- name: Dolby Atmos - score: 400 -- name: DTS-ES - score: 400 -- name: Dolby Digital - score: 200 -- name: DTS - score: 100 -- name: WEB-DL Tier 1 - score: 100 -- name: WEB-DL Tier 2 - score: 80 -- name: WEB-DL Tier 3 - score: 60 -- name: WEB-DL Tier 4 - score: 40 -- name: WEB-DL Tier 5 - score: 20 -- name: Repack3 - score: 8 -- name: Repack2 - score: 7 -- name: Repack1 - score: 6 -- name: AAC - score: 0 -- name: BCORE - score: 0 -- name: CRAV - score: 0 -- name: HTSR - score: 0 -- name: HULU - score: 0 -- name: NOW - score: 0 -- name: PCOK - score: 0 -- name: PMTP - score: 0 -- name: ROKU - score: 0 -- name: SHO - score: 0 -- name: STAN - score: 0 -- name: Foreign Release Groups - score: -900 -- name: AV1 - score: -999999 -- name: Banned Groups - score: -999999 -- name: Banned Groups (Title) - score: -999999 -- name: Banned WEBRip - score: -999999 -- name: Dolby Vision (Without Fallback) - score: -999999 -- name: Full Disc - score: -999999 -- name: h265 (Efficient) - score: -999999 -- name: Remux - score: -999999 -- name: VP9 - score: -999999 -- name: VVC - score: -999999 -- name: x265 (Efficient) - score: -999999 -- name: Xvid - score: -999999 -custom_formats_radarr: -- name: MA - score: 4000 -- name: Better Theatricals - score: 1000 -- name: CRIT - score: 1000 -- name: Special Edition - score: 1000 -- name: 3D - score: -999999 -- name: B&W - score: -999999 -- name: Extras - score: -999999 -- name: Full Disc (Quality Match) - score: -999999 -- name: Remux (Quality Match) - score: -999999 -- name: Sing Along - score: -999999 -- name: Upscale - score: -999999 -custom_formats_sonarr: -- name: Season Pack - score: 10 -- name: Remux (Source) - score: -999999 -- name: TV Extras - score: -999999 -- name: Upscaled - score: -999999 -qualities: -- id: -1 - name: Balanced Capable - description: Balanced Capable releases. Typically WEB-DL would be the overwhelming - majority of releases, but there are occasional streaming optimised encodes that - should be preferred. - qualities: - - id: 10 - name: Bluray-1080p - - id: 9 - name: WEBDL-1080p -- id: -2 - name: 720p Fallback - description: Fallback to 720p when 1080p cannot be found. - qualities: - - id: 13 - name: Bluray-720p - - id: 14 - name: WEBDL-720p - - id: 15 - name: WEBRip-720p -- id: -3 - name: SD Fallback - description: Standard Definition Fallbacks - qualities: - - id: 18 - name: Bluray-480p - - id: 19 - name: WEBDL-480p - - id: 20 - name: WEBRip-480p - - id: 22 - name: DVD -upgrade_until: - id: -1 - name: Balanced Capable - description: Balanced Capable releases. Typically WEB-DL would be the overwhelming - majority of releases, but there are occasional streaming optimised encodes that - should be preferred. -language: must_original From 2b20998fc4d59cbd8601970b900329a38daa0f29 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 24 Oct 2025 15:21:13 -0500 Subject: [PATCH 15/19] tweak(profile): Fix Remux Profile tags --- profiles/1080p Remux.yml | 2 +- profiles/2160p Remux.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index f64916f..41c3687 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -11,7 +11,7 @@ description: '1080p Remux+ utilizes **Audio Formats** to prioritise high quality WEB-DL > 480p WEB-DL > DVD' tags: - 1080p -- Remux +- Remux Focused - Lossless Audio - h264 - x264 diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 902b874..ab4bfd1 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -10,8 +10,8 @@ description: '2160p Remux utilizes **Audio / Video Formats** to prioritise high - 2160p Remux > 2160p Bluray > 2160p WEB-DL > 1080p Remux > 1080p HDR Bluray > 1080p Bluray > 1080p WEB-DL > 720p Bluray > 720p WEB-DL > 480p WEB-DL > DVD' tags: -- 1080p -- Remux +- 2160p +- Remux Focused - HDR - Lossless Audio - h265 From b89af3f2b5e2d5d8029cd2fc5fab6a04f7b4fb5d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 24 Oct 2025 15:27:09 -0500 Subject: [PATCH 16/19] tweak(profile): Rename 1080p Quality (HDR) to 1080p Quality HDR - I apologize in advance for this OCD change. I promise to seek counseling and enter rehab ASAP --- profiles/{1080p Quality (HDR).yml => 1080p Quality HDR.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename profiles/{1080p Quality (HDR).yml => 1080p Quality HDR.yml} (96%) diff --git a/profiles/1080p Quality (HDR).yml b/profiles/1080p Quality HDR.yml similarity index 96% rename from profiles/1080p Quality (HDR).yml rename to profiles/1080p Quality HDR.yml index 29762d4..46a9e7b 100644 --- a/profiles/1080p Quality (HDR).yml +++ b/profiles/1080p Quality HDR.yml @@ -1,5 +1,5 @@ -name: 1080p Quality (HDR) -description: "1080p Quality (HDR) utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ +name: 1080p Quality HDR +description: "1080p Quality HDR utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ \ to target **transparent x265 HDR** 1080p encodes. \n\n- 1080p HDR Blurays\n- Fallbacks\ \ in Place for Proper Quality Progression\n- 1080p HDR Bluray > 1080p Bluray > 1080p\ \ WEB-DL > 720p Bluray > 720p WEB-DL > 480p WEB-DL > DVD" From e5fc0b125d5a19e590eff60e0412c01225bc2044 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 24 Oct 2025 16:32:31 -0500 Subject: [PATCH 17/19] tweak(profile): Rename and Regroup Profile Qualities - Rename them after the Profile and Quality it falls back to --- profiles/1080p Balanced.yml | 8 ++++---- profiles/1080p Compact.yml | 8 ++++---- profiles/1080p Efficient.yml | 8 ++++---- profiles/1080p Quality HDR.yml | 8 ++++---- profiles/1080p Quality.yml | 8 ++++---- profiles/1080p Remux.yml | 6 +++--- profiles/2160p Balanced.yml | 6 +++--- profiles/2160p Efficient.yml | 10 +++++----- profiles/2160p Quality.yml | 10 +++++----- profiles/2160p Remux.yml | 8 ++++---- profiles/720p Quality.yml | 6 +++--- 11 files changed, 43 insertions(+), 43 deletions(-) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 0e2530d..604cfc1 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -193,7 +193,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: Balanced Capable + name: 1080p Balanced description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. @@ -203,7 +203,7 @@ qualities: - id: 9 name: WEBDL-1080p - id: -2 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -213,7 +213,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -226,7 +226,7 @@ qualities: name: DVD upgrade_until: id: -1 - name: Balanced Capable + name: 1080p Balanced description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 97ecb8a..c0c333d 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -266,7 +266,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: Compact Capable + name: 1080p Compact description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. @@ -278,7 +278,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -2 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -288,7 +288,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -301,7 +301,7 @@ qualities: name: DVD upgrade_until: id: -1 - name: Compact Capable + name: 1080p Compact description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 1dea505..819d9e8 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -265,7 +265,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: Efficient Capable + name: 1080p Efficient description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. @@ -277,7 +277,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -2 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -287,7 +287,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -300,7 +300,7 @@ qualities: name: DVD upgrade_until: id: -1 - name: Efficient Capable + name: 1080p Efficient description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 46a9e7b..81515de 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -215,7 +215,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: Transparent Capable + name: 1080p Quality HDR description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. qualities: @@ -226,7 +226,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -2 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -236,7 +236,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -249,7 +249,7 @@ qualities: name: DVD upgrade_until: id: -1 - name: Transparent Capable + name: 1080p Quality HDR description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. language: must_original diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 3aa1262..9c0bcd9 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -202,7 +202,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: Transparent Capable + name: 1080p Quality description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. qualities: @@ -213,7 +213,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -2 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -223,7 +223,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -236,7 +236,7 @@ qualities: name: DVD upgrade_until: id: -1 - name: Transparent Capable + name: 1080p Quality description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. language: must_original diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 41c3687..f9c19e9 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -243,7 +243,7 @@ qualities: - id: 8 name: Remux-1080p - id: -1 - name: Transparent Capable + name: 1080p Quality description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. qualities: @@ -254,7 +254,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -2 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -264,7 +264,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 253741f..d989591 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -251,7 +251,7 @@ qualities: - id: 5 name: WEBDL-2160p - id: -2 - name: 1080p Transparent + name: 1080p Quality HDR description: Indistinguishable from source qualities: - id: 10 @@ -261,7 +261,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -3 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -271,7 +271,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -4 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 966994c..1e4abae 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -304,7 +304,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -4 - name: Balanced Capable + name: 2160p Efficient description: '' qualities: - id: 4 @@ -314,7 +314,7 @@ qualities: - id: 6 name: WEBRip-2160p - id: -1 - name: Efficient Capable + name: 1080p Efficient description: Balanced Capable releases. Typically WEB-DL would be the overwhelming majority of releases, but there are occasional streaming optimised encodes that should be preferred. @@ -326,7 +326,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -2 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -336,7 +336,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -349,5 +349,5 @@ qualities: name: DVD upgrade_until: id: -4 - name: Balanced Capable + name: 2160p Efficient language: must_original diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 9b33a92..bb543f8 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -275,7 +275,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: 2160p Transparent + name: 2160p Quality description: Indistinguishable from source qualities: - id: 4 @@ -283,7 +283,7 @@ qualities: - id: 5 name: WEBDL-2160p - id: -2 - name: 1080p Transparent + name: 1080p Quality HDR description: Indistinguishable from source qualities: - id: 10 @@ -293,7 +293,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -3 - name: 720p Fallback + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -303,7 +303,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -4 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -316,6 +316,6 @@ qualities: name: DVD upgrade_until: id: -1 - name: 2160p Transparent + name: 2160p Quality description: Indistinguishable from source language: must_original diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index ab4bfd1..aa845f5 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -289,7 +289,7 @@ qualities: - id: 3 name: Remux-2160p - id: -4 - name: 2160p Transparent + name: 2160p Quality description: '' qualities: - id: 4 @@ -299,7 +299,7 @@ qualities: - id: 8 name: Remux-1080p - id: -1 - name: 1080p Transparent + name: 1080p Quality description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. qualities: @@ -310,7 +310,7 @@ qualities: - id: 11 name: WEBRip-1080p - id: -2 - name: 720p Transparent + name: 720p Quality description: Fallback to 720p when 1080p cannot be found. qualities: - id: 13 @@ -320,7 +320,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -3 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 6707928..e9a1f9a 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -182,7 +182,7 @@ custom_formats_sonarr: score: -999999 qualities: - id: -1 - name: Transparent Capable + name: 720p Quality description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. qualities: @@ -193,7 +193,7 @@ qualities: - id: 15 name: WEBRip-720p - id: -2 - name: SD Fallback + name: 480p Quality description: Standard Definition Fallbacks qualities: - id: 18 @@ -206,7 +206,7 @@ qualities: name: DVD upgrade_until: id: -1 - name: Transparent Capable + name: 720p Quality description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. language: must_original From 980516db23b13309c2629e139bdc0f7250d88b1d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 24 Oct 2025 16:46:59 -0500 Subject: [PATCH 18/19] tweak(profile): Regroup Remux Profile Qualities --- profiles/1080p Remux.yml | 13 +++++++------ profiles/2160p Remux.yml | 17 ++++++++--------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index f9c19e9..66a4df0 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -240,13 +240,13 @@ custom_formats_sonarr: - name: Upscaled score: -999999 qualities: -- id: 8 - name: Remux-1080p - id: -1 - name: 1080p Quality + name: 1080p Remux description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. qualities: + - id: 8 + name: Remux-1080p - id: 10 name: Bluray-1080p - id: 9 @@ -276,7 +276,8 @@ qualities: - id: 22 name: DVD upgrade_until: - id: 8 - name: Remux-1080p - description: 1080p Blu-ray disc content remuxed into a playable file format + id: -1 + name: 1080p Quality + description: All capable of being indistinguishable from source. WEB-DL included + to not allow unknown encode to trump known WEB-DL. language: must_original diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index aa845f5..2ec78b1 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -286,23 +286,23 @@ custom_formats_sonarr: - name: Upscaled score: -999999 qualities: -- id: 3 - name: Remux-2160p - id: -4 - name: 2160p Quality + name: 2160p Remux description: '' qualities: + - id: 3 + name: Remux-2160p - id: 4 name: Bluray-2160p - id: 5 name: WEBDL-2160p -- id: 8 - name: Remux-1080p - id: -1 - name: 1080p Quality + name: 1080p Remux description: All capable of being indistinguishable from source. WEB-DL included to not allow unknown encode to trump known WEB-DL. qualities: + - id: 8 + name: Remux-1080p - id: 10 name: Bluray-1080p - id: 9 @@ -332,7 +332,6 @@ qualities: - id: 22 name: DVD upgrade_until: - id: 3 - name: Remux-2160p - description: 4K Ultra HD Blu-ray disc content remuxed into a playable file format + id: -4 + name: 2160p Remux language: must_original From 86c9c842c58f4b476c4cc968acd7bbf3c7bd8187 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 24 Oct 2025 18:42:19 -0500 Subject: [PATCH 19/19] tweak(regex): Change Special Edition Regex --- regex_patterns/Special Edition.yml | 296 ++++------------------------- 1 file changed, 42 insertions(+), 254 deletions(-) diff --git a/regex_patterns/Special Edition.yml b/regex_patterns/Special Edition.yml index bf08be1..a43f607 100644 --- a/regex_patterns/Special Edition.yml +++ b/regex_patterns/Special Edition.yml @@ -1,280 +1,68 @@ name: Special Edition -pattern: (?