From 27bca3f9b64f1e0c36a1bebad9d102b77a037393 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 29 Nov 2025 11:49:52 -0600 Subject: [PATCH 01/95] tweak(profile): Add MUBI Streaming Service --- custom_formats/MUBI.yml | 59 ++++++++++++++++++++++++++++++++++ profiles/1080p Balanced.yml | 2 ++ profiles/1080p Compact.yml | 2 ++ profiles/1080p Efficient.yml | 2 ++ profiles/1080p Quality HDR.yml | 2 ++ profiles/1080p Quality.yml | 2 ++ profiles/1080p Remux.yml | 2 ++ profiles/2160p Balanced.yml | 2 ++ profiles/2160p Efficient.yml | 2 ++ profiles/2160p Quality.yml | 2 ++ profiles/2160p Remux.yml | 2 ++ profiles/720p Quality.yml | 2 ++ regex_patterns/Mubi.yml | 10 ++++++ 13 files changed, 91 insertions(+) create mode 100644 custom_formats/MUBI.yml create mode 100644 regex_patterns/Mubi.yml diff --git a/custom_formats/MUBI.yml b/custom_formats/MUBI.yml new file mode 100644 index 0000000..d748862 --- /dev/null +++ b/custom_formats/MUBI.yml @@ -0,0 +1,59 @@ +name: MUBI +description: Matches 'Mubi' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: MUBI Regex + negate: false + pattern: Mubi + required: true + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 1 + input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE] + lastRun: '2025-01-14T09:45:16.007149' + passes: true +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 2 + input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English + - Goki TAoE) + lastRun: '2025-01-14T09:45:16.007149' + passes: true diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 3bdd445..4552b87 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -133,6 +133,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index a42460c..26ef7ef 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -144,6 +144,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index fb2f4c7..af18889 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -153,6 +153,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 48deccd..e2334db 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -159,6 +159,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 95ea4c0..05e3e23 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -142,6 +142,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 40092a2..885fc07 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -185,6 +185,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 876ce9f..42410ea 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -165,6 +165,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index c1c6042..a7d481d 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -148,6 +148,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index a5aeaeb..13958f5 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -185,6 +185,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 552d4d6..d8687ed 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -197,6 +197,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index c4319a0..3ae52a5 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -122,6 +122,8 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: MUBI + score: 0 - name: NOW score: 0 - name: PCOK diff --git a/regex_patterns/Mubi.yml b/regex_patterns/Mubi.yml new file mode 100644 index 0000000..be4f68d --- /dev/null +++ b/regex_patterns/Mubi.yml @@ -0,0 +1,10 @@ +name: Mubi +pattern: \b(MUBI)\b +description: Mubi is a British streaming platform, production company and film distributor. + Mubi produces and theatrically distributes films by emerging and established filmmakers, + which are exclusively available on its platform. The catalogue consists of world + cinema films, such as arthouse, documentary and independent films. +tags: +- Streaming Service +- WEB-DL +tests: [] From 79bc01d86f1508a3e388502dead6eacf3b1a2d79 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 30 Nov 2025 14:32:18 -0600 Subject: [PATCH 02/95] tweak(format): Add MA Enhancement to 2160p Profiles --- custom_formats/Amazon Enhancement.yml | 2 +- custom_formats/Movies Anywhere Enhancement.yml | 16 ++++++++++++++++ custom_formats/iTunes Enhancement.yml | 2 +- profiles/2160p Balanced.yml | 2 ++ profiles/2160p Efficient.yml | 2 ++ profiles/2160p Quality.yml | 2 ++ profiles/2160p Remux.yml | 2 ++ 7 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 custom_formats/Movies Anywhere Enhancement.yml diff --git a/custom_formats/Amazon Enhancement.yml b/custom_formats/Amazon Enhancement.yml index 0ba50e2..7b3b2d2 100644 --- a/custom_formats/Amazon Enhancement.yml +++ b/custom_formats/Amazon Enhancement.yml @@ -11,6 +11,6 @@ conditions: - name: AMZN negate: false pattern: Amazon Prime - required: false + required: true type: release_title tests: [] diff --git a/custom_formats/Movies Anywhere Enhancement.yml b/custom_formats/Movies Anywhere Enhancement.yml new file mode 100644 index 0000000..f401f6d --- /dev/null +++ b/custom_formats/Movies Anywhere Enhancement.yml @@ -0,0 +1,16 @@ +name: Movies Anywhere Enhancement +description: '' +tags: +- Enhancement +conditions: +- name: Not 2160p + negate: true + required: true + resolution: 2160p + type: resolution +- name: MA + negate: false + pattern: Movies Anywhere + required: true + type: release_title +tests: [] diff --git a/custom_formats/iTunes Enhancement.yml b/custom_formats/iTunes Enhancement.yml index ecf78a8..e31e10d 100644 --- a/custom_formats/iTunes Enhancement.yml +++ b/custom_formats/iTunes Enhancement.yml @@ -11,6 +11,6 @@ conditions: - name: iT negate: false pattern: iTunes - required: false + required: true type: release_title tests: [] diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 42410ea..2687576 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -232,6 +232,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Movies Anywhere Enhancement + score: -2000 - name: iTunes Enhancement score: -3000 - name: 3D diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index a7d481d..e019691 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -237,6 +237,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Movies Anywhere Enhancement + score: -2000 - name: iTunes Enhancement score: -3000 - name: 3D diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 13958f5..908183d 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -254,6 +254,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Movies Anywhere Enhancement + score: -2000 - name: iTunes Enhancement score: -3000 - name: 3D diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index d8687ed..6174fb9 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -268,6 +268,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Movies Anywhere Enhancement + score: -2000 - name: iTunes Enhancement score: -3000 - name: 3D From cb2d5cd67e70145a47f710d594316f0a8f093b34 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 30 Nov 2025 14:43:34 -0600 Subject: [PATCH 03/95] tweak(format): Seperate Hallowed and BHDStudio in 1080p --- custom_formats/1080p Balanced Tier 1.yml | 9 +-- custom_formats/1080p Balanced Tier 2.yml | 96 ++++++++++++++++++++++++ profiles/1080p Balanced.yml | 2 + profiles/1080p Compact.yml | 2 + profiles/1080p Efficient.yml | 2 + profiles/1080p Quality HDR.yml | 2 + profiles/1080p Quality.yml | 2 + profiles/1080p Remux.yml | 2 + profiles/2160p Balanced.yml | 2 + profiles/2160p Efficient.yml | 2 + profiles/2160p Quality.yml | 2 + profiles/2160p Remux.yml | 2 + 12 files changed, 118 insertions(+), 7 deletions(-) create mode 100644 custom_formats/1080p Balanced Tier 2.yml diff --git a/custom_formats/1080p Balanced Tier 1.yml b/custom_formats/1080p Balanced Tier 1.yml index d7819e2..acd5557 100644 --- a/custom_formats/1080p Balanced Tier 1.yml +++ b/custom_formats/1080p Balanced Tier 1.yml @@ -15,16 +15,11 @@ conditions: required: true source: bluray type: source -- name: BHDStudio - negate: false - pattern: BHDStudio - required: false - type: release_group - name: hallowed - type: release_group - required: false negate: false pattern: hallowed + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Balanced Tier 2.yml b/custom_formats/1080p Balanced Tier 2.yml new file mode 100644 index 0000000..8908b11 --- /dev/null +++ b/custom_formats/1080p Balanced Tier 2.yml @@ -0,0 +1,96 @@ +name: 1080p Balanced Tier 2 +description: Matches release groups who fall under 1080p Balanced Tier 2 +tags: +- Release Group Tier +- 1080p +- Balanced +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: BHDStudio + negate: false + pattern: BHDStudio + 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/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 4552b87..6ba13b9 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -22,6 +22,8 @@ upgradeUntilScore: 600000 minScoreIncrement: 1 custom_formats: - name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 score: 280000 - name: 1080p WEB-DL score: 280000 diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 26ef7ef..bfb6bf5 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -21,6 +21,8 @@ upgradeUntilScore: 600000 minScoreIncrement: 1 custom_formats: - name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 score: 280000 - name: 1080p WEB-DL (h264) score: 280000 diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index af18889..dd8078f 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -28,6 +28,8 @@ custom_formats: - name: TAoE Bluray score: 324000 - name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 score: 280000 - name: 1080p WEB-DL (h264) score: 280000 diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index e2334db..bfacd5a 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -44,6 +44,8 @@ custom_formats: - name: 576p Bluray score: 120000 - name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 score: 100000 - name: 720p Quality Tier 1 score: 85000 diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 05e3e23..a1c8e5c 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -41,6 +41,8 @@ custom_formats: - name: 576p Bluray score: 120000 - name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 score: 100000 - name: 720p Quality Tier 1 score: 85000 diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 885fc07..cc67191 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -52,6 +52,8 @@ custom_formats: - name: 576p Bluray score: 120000 - name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 score: 100000 - name: 720p Quality Tier 1 score: 85000 diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 2687576..88c1bc6 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -48,6 +48,8 @@ custom_formats: - name: 576p Bluray score: 120000 - name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 score: 100000 - name: 720p Quality Tier 1 score: 85000 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index e019691..5f783f3 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -33,6 +33,8 @@ custom_formats: - name: TAoE Bluray score: 324000 - name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 score: 280000 - name: 1080p WEB-DL (h264) score: 280000 diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 908183d..7fbc2a5 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -66,6 +66,8 @@ custom_formats: - name: 576p Bluray score: 120000 - name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 score: 100000 - name: 720p Quality Tier 1 score: 85000 diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 6174fb9..3a3af46 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -70,6 +70,8 @@ custom_formats: - name: 576p Bluray score: 120000 - name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 score: 100000 - name: 720p Quality Tier 1 score: 85000 From a2949d6b1774b4062669836ffcf863024cbc6213 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 3 Dec 2025 09:57:57 -0600 Subject: [PATCH 04/95] tweak(format): Rank Weasley Webs --- custom_formats/Weasley WEB.yml | 25 +++++++++++++++++++++++++ profiles/1080p Compact.yml | 4 ++++ profiles/1080p Efficient.yml | 4 ++++ profiles/2160p Efficient.yml | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 custom_formats/Weasley WEB.yml diff --git a/custom_formats/Weasley WEB.yml b/custom_formats/Weasley WEB.yml new file mode 100644 index 0000000..643fe31 --- /dev/null +++ b/custom_formats/Weasley WEB.yml @@ -0,0 +1,25 @@ +name: Weasley WEB +description: '' +tags: [] +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Weasley + negate: false + pattern: Weasley + required: true + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: [] diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index bfb6bf5..1aa9d2f 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -209,6 +209,8 @@ custom_formats_radarr: score: 303000 - name: TAoE WEB score: 303000 +- name: Weasley WEB + score: 303000 - name: 1080p Compact Movie WEB Tier 2 score: 302000 - name: 1080p Compact Movie WEB Tier 3 @@ -260,6 +262,8 @@ custom_formats_sonarr: score: 309000 - name: Vialle WEB score: 309000 +- name: Weasley WEB + score: 309000 - name: 1080p Compact TV WEB Tier 2 score: 308000 - name: 1080p Compact TV WEB Tier 3 diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index dd8078f..1c57ca2 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -214,6 +214,8 @@ custom_formats_radarr: score: 303000 - name: TAoE WEB score: 303000 +- name: Weasley WEB + score: 303000 - name: 1080p Efficient Movie WEB Tier 2 score: 302000 - name: 1080p Efficient Movie WEB Tier 3 @@ -263,6 +265,8 @@ custom_formats_sonarr: score: 307000 - name: Vialle WEB score: 307000 +- name: Weasley WEB + score: 307000 - name: 1080p Efficient TV WEB Tier 2 score: 306000 - name: 1080p Efficient TV WEB Tier 3 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 5f783f3..a50f0fd 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -213,6 +213,8 @@ custom_formats_radarr: score: 303000 - name: TAoE WEB score: 303000 +- name: Weasley WEB + score: 303000 - name: 1080p Efficient Movie WEB Tier 2 score: 302000 - name: 1080p Efficient Movie WEB Tier 3 @@ -292,6 +294,8 @@ custom_formats_sonarr: score: 307000 - name: Vialle WEB score: 307000 +- name: Weasley WEB + score: 307000 - name: 1080p Efficient TV WEB Tier 2 score: 306000 - name: 1080p Efficient TV WEB Tier 3 From 8655ada6877008526e61f49391a2288b66e57166 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 3 Dec 2025 13:54:14 -0600 Subject: [PATCH 05/95] tweak(format): Ban UnKn0wn --- custom_formats/Banned Groups (Efficient).yml | 7 ++++++- custom_formats/Banned Groups.yml | 5 +++++ regex_patterns/UnKn0wn.yml | 7 +++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 regex_patterns/UnKn0wn.yml diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 402d81a..383352f 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -174,11 +174,16 @@ conditions: pattern: TvR required: false type: release_group -- name: VD0N +- name: UnKn0wn type: release_group required: false + negate: false + pattern: UnKn0wn +- name: VD0N negate: false pattern: VD0N + required: false + type: release_group - name: VECTOR negate: false pattern: VECTOR diff --git a/custom_formats/Banned Groups.yml b/custom_formats/Banned Groups.yml index ff0408c..d5938fd 100644 --- a/custom_formats/Banned Groups.yml +++ b/custom_formats/Banned Groups.yml @@ -199,6 +199,11 @@ conditions: pattern: TvR required: false type: release_group +- name: UnKn0wn + negate: false + pattern: UnKn0wn + required: false + type: release_group - name: VD0N negate: false pattern: VD0N diff --git a/regex_patterns/UnKn0wn.yml b/regex_patterns/UnKn0wn.yml new file mode 100644 index 0000000..ccc0d8e --- /dev/null +++ b/regex_patterns/UnKn0wn.yml @@ -0,0 +1,7 @@ +name: UnKn0wn +pattern: (?<=^|[\s.-])ADE\b +description: '' +tags: +- Release Group +- Remux +tests: [] From 6bc433e5abb88e77fda80fea7c3b169b2b5bd259 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 3 Dec 2025 14:11:49 -0600 Subject: [PATCH 06/95] add(regex): Add 5.1 Channel for people who want to rank it --- regex_patterns/5.1 Surround.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 regex_patterns/5.1 Surround.yml diff --git a/regex_patterns/5.1 Surround.yml b/regex_patterns/5.1 Surround.yml new file mode 100644 index 0000000..632743e --- /dev/null +++ b/regex_patterns/5.1 Surround.yml @@ -0,0 +1,7 @@ +name: 5.1 Surround +pattern: \D5\.1\D +description: '' +tags: +- Audio +- Channel +tests: [] From 1157f44b5f328ad81bfc4f26711b1d5ab08fc51d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 5 Dec 2025 17:40:52 -0600 Subject: [PATCH 07/95] tweak(format): Combine ATV/ATVP & test New 1080p Streaming Scores --- custom_formats/ATV.yml | 40 ---------------------------------- profiles/1080p Balanced.yml | 36 +++++++++++++++--------------- profiles/1080p Compact.yml | 36 +++++++++++++++--------------- profiles/1080p Efficient.yml | 36 +++++++++++++++--------------- profiles/1080p Quality HDR.yml | 36 +++++++++++++++--------------- profiles/1080p Quality.yml | 36 +++++++++++++++--------------- profiles/1080p Remux.yml | 36 +++++++++++++++--------------- profiles/2160p Balanced.yml | 2 -- profiles/2160p Efficient.yml | 2 -- profiles/2160p Quality.yml | 2 -- profiles/2160p Remux.yml | 2 -- profiles/720p Quality.yml | 36 +++++++++++++++--------------- regex_patterns/Apple TV+.yml | 26 ++++++++-------------- regex_patterns/Apple TV.yml | 10 --------- 14 files changed, 128 insertions(+), 208 deletions(-) delete mode 100644 custom_formats/ATV.yml delete mode 100644 regex_patterns/Apple TV.yml diff --git a/custom_formats/ATV.yml b/custom_formats/ATV.yml deleted file mode 100644 index 17cc882..0000000 --- a/custom_formats/ATV.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: ATV -description: Matches 'Apple TV' WEB-DLs. Negates any encodes. -tags: -- Streaming Service -- WEB-DL -conditions: -- name: ATV Regex - negate: false - pattern: Apple TV - required: true - type: release_title -- name: WEB-DL - negate: false - required: false - source: web_dl - type: source -- name: WEBRip - negate: false - required: false - source: webrip - type: source -tests: -- conditionResults: - - matches: true - name: APTV Regex - negate: false - pattern: Apple TV+ - required: true - type: release_title - - matches: true - name: x265 - negate: true - pattern: x265 - required: false - type: release_title - expected: false - id: 2 - input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz - lastRun: '2024-12-03T02:27:03.531343' - passes: true diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 6ba13b9..7a31268 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -78,20 +78,24 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 3000 + score: 4000 +- name: DSNP + score: 4000 - name: ATVP score: 3000 -- name: DSNP - score: 3000 - name: HMAX - score: 2000 + score: 3000 - name: MAX - score: 2000 -- name: ATV - score: 1000 + score: 3000 - name: iT - score: 1000 + score: 2000 - name: NF + score: 2000 +- name: PCOK + score: 1000 +- name: PMTP + score: 1000 +- name: STAN score: 1000 - name: FLAC score: 800 @@ -127,10 +131,10 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: BCORE - score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -139,16 +143,10 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups @@ -157,6 +155,8 @@ custom_formats: score: -999999 - name: Banned WEBRip score: -999999 +- name: BCORE + score: -999999 - name: Dolby Vision score: -999999 - name: Full Disc @@ -185,11 +185,9 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 4000 + score: 5000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: 3D diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 1aa9d2f..0a4b6f0 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -76,20 +76,22 @@ custom_formats: score: 11000 - name: SD Quality Tier 2 score: 10000 +- name: DSNP + score: 4000 - name: ATVP score: 3000 - name: Dolby Vision score: 3000 -- name: DSNP +- name: HMAX + score: 3000 +- name: MAX score: 3000 - name: HDR10+ score: 2000 -- name: HMAX +- name: iT score: 2000 -- name: MAX +- name: NF score: 2000 -- name: ATV - score: 1000 - name: DS4K score: 1000 - name: HDR @@ -98,12 +100,14 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: iT +- name: PCOK score: 1000 -- name: NF +- name: PMTP score: 1000 - name: PQ score: 1000 +- name: STAN + score: 1000 - name: FLAC score: 800 - name: DTS-HD HRA @@ -138,10 +142,10 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: BCORE - score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -150,16 +154,10 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups (Efficient) @@ -168,6 +166,8 @@ custom_formats: score: -999999 - name: Banned WEBRip (Efficient) score: -999999 +- name: BCORE + score: -999999 - name: Dolby Vision (Without Fallback) score: -999999 - name: Full Disc @@ -218,13 +218,11 @@ custom_formats_radarr: - name: 1080p Compact Movie WEB Tier 4 score: 300000 - name: MA - score: 4000 + score: 5000 - name: AMZN - score: 3000 + score: 4000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: 3D diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 1c57ca2..27c3d1b 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -84,21 +84,23 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 3000 + score: 4000 +- name: DSNP + score: 4000 - name: ATVP score: 3000 - name: Dolby Vision score: 3000 -- name: DSNP +- name: HMAX + score: 3000 +- name: MAX score: 3000 - name: HDR10+ score: 2000 -- name: HMAX +- name: iT score: 2000 -- name: MAX +- name: NF score: 2000 -- name: ATV - score: 1000 - name: DS4K score: 1000 - name: HDR @@ -107,12 +109,14 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: iT +- name: PCOK score: 1000 -- name: NF +- name: PMTP score: 1000 - name: PQ score: 1000 +- name: STAN + score: 1000 - name: FLAC score: 800 - name: DTS-HD HRA @@ -147,10 +151,10 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: BCORE - score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -159,16 +163,10 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups (Efficient) @@ -177,6 +175,8 @@ custom_formats: score: -999999 - name: Banned WEBRip (Efficient) score: -999999 +- name: BCORE + score: -999999 - name: Dolby Vision (Without Fallback) score: -999999 - name: Full Disc @@ -223,11 +223,9 @@ custom_formats_radarr: - name: 1080p Efficient Movie WEB Tier 4 score: 300000 - name: MA - score: 4000 + score: 5000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: 3D diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index bfacd5a..446e6b8 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -90,21 +90,23 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 3000 + score: 4000 +- name: DSNP + score: 4000 - name: ATVP score: 3000 - name: Dolby Vision score: 3000 -- name: DSNP +- name: HMAX + score: 3000 +- name: MAX score: 3000 - name: HDR10+ score: 2000 -- name: HMAX +- name: iT score: 2000 -- name: MAX +- name: NF score: 2000 -- name: ATV - score: 1000 - name: HDR score: 1000 - name: HDR (Missing) @@ -113,12 +115,14 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: iT +- name: PCOK score: 1000 -- name: NF +- name: PMTP score: 1000 - name: PQ score: 1000 +- name: STAN + score: 1000 - name: FLAC score: 800 - name: DTS-HD HRA @@ -153,10 +157,10 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: BCORE - score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -165,16 +169,10 @@ custom_formats: 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: x265 (Bluray) score: -400000 - name: AV1 @@ -187,6 +185,8 @@ custom_formats: score: -999999 - name: Banned WEBRip score: -999999 +- name: BCORE + score: -999999 - name: Dolby Vision (Without Fallback) score: -999999 - name: Full Disc @@ -205,11 +205,9 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 4000 + score: 5000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: 3D diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index a1c8e5c..3d05641 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -87,20 +87,24 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 3000 + score: 4000 +- name: DSNP + score: 4000 - name: ATVP score: 3000 -- name: DSNP - score: 3000 - name: HMAX - score: 2000 + score: 3000 - name: MAX - score: 2000 -- name: ATV - score: 1000 + score: 3000 - name: iT - score: 1000 + score: 2000 - name: NF + score: 2000 +- name: PCOK + score: 1000 +- name: PMTP + score: 1000 +- name: STAN score: 1000 - name: FLAC score: 800 @@ -136,10 +140,10 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: BCORE - score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -148,16 +152,10 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups @@ -166,6 +164,8 @@ custom_formats: score: -999999 - name: Banned WEBRip score: -999999 +- name: BCORE + score: -999999 - name: Dolby Vision score: -999999 - name: Full Disc @@ -194,11 +194,9 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 4000 + score: 5000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: 3D diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index cc67191..4154a6c 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -98,18 +98,22 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 3000 + score: 4000 +- name: DSNP + score: 4000 - name: ATVP score: 3000 - name: Dolby Vision score: 3000 -- name: DSNP +- name: HMAX + score: 3000 +- name: MAX score: 3000 - name: HDR10+ score: 2000 -- name: HMAX +- name: iT score: 2000 -- name: MAX +- name: NF score: 2000 - name: DTS-X score: 1600 @@ -117,8 +121,6 @@ custom_formats: score: 1200 - name: TrueHD score: 1200 -- name: ATV - score: 1000 - name: HDR score: 1000 - name: HDR (Missing) @@ -127,12 +129,14 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: iT +- name: PCOK score: 1000 -- name: NF +- name: PMTP score: 1000 - name: PQ score: 1000 +- name: STAN + score: 1000 - name: FLAC score: 800 - name: PCM @@ -179,10 +183,10 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: BCORE - score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -191,16 +195,10 @@ custom_formats: 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: x265 (Bluray) score: -400000 - name: AV1 @@ -215,6 +213,8 @@ custom_formats: score: -999999 - name: Banned WEBRip score: -999999 +- name: BCORE + score: -999999 - name: Dolby Vision (Without Fallback) score: -999999 - name: Full Disc @@ -233,11 +233,9 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 4000 + score: 5000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: 3D diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 88c1bc6..cdd2630 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -107,8 +107,6 @@ custom_formats: score: 1200 - name: TrueHD (Missing) score: 1200 -- name: ATV - score: 1000 - name: HDR score: 1000 - name: HDR (Missing) diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index a50f0fd..a49073b 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -94,8 +94,6 @@ custom_formats: score: 2000 - name: HDR10+ score: 2000 -- name: ATV - score: 1000 - name: DS4K score: 1000 - name: HDR diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 7fbc2a5..ff8e7c0 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -125,8 +125,6 @@ custom_formats: score: 1200 - name: TrueHD (Missing) score: 1200 -- name: ATV - score: 1000 - name: HDR score: 1000 - name: HDR (Missing) diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 3a3af46..786f321 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -129,8 +129,6 @@ custom_formats: score: 1200 - name: TrueHD (Missing) score: 1200 -- name: ATV - score: 1000 - name: HDR score: 1000 - name: HDR (Missing) diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 3ae52a5..3c142e7 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -65,20 +65,24 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 3000 + score: 4000 +- name: DSNP + score: 4000 - name: ATVP score: 3000 -- name: DSNP - score: 3000 - name: HMAX - score: 2000 + score: 3000 - name: MAX - score: 2000 -- name: ATV - score: 1000 + score: 3000 - name: iT - score: 1000 + score: 2000 - name: NF + score: 2000 +- name: PCOK + score: 1000 +- name: PMTP + score: 1000 +- name: STAN score: 1000 - name: FLAC score: 800 @@ -114,10 +118,10 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: BCORE - score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -126,16 +130,10 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups @@ -144,6 +142,8 @@ custom_formats: score: -999999 - name: Banned WEBRip score: -999999 +- name: BCORE + score: -999999 - name: Dolby Vision score: -999999 - name: Full Disc @@ -172,11 +172,9 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 4000 + score: 5000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: 3D diff --git a/regex_patterns/Apple TV+.yml b/regex_patterns/Apple TV+.yml index e1ed3c8..bdad9de 100644 --- a/regex_patterns/Apple TV+.yml +++ b/regex_patterns/Apple TV+.yml @@ -1,5 +1,5 @@ name: Apple TV+ -pattern: \b(atvp|aptv|Apple TV\+)\s*\b +pattern: \b(ATVP|ATV|APTV|Apple TV\+)\s*\b description: Apple TV+ is an American subscription OTT streaming service owned and operated by Apple Inc. Launched on November 1, 2019, it offers a selection of original production film and television series called Apple Originals. @@ -7,23 +7,15 @@ tags: - Streaming Service - WEB-DL tests: -- expected: true - id: 1 +- id: 1 input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv - lastRun: '2024-12-03T02:31:55.764873' - passes: true -- expected: true - id: 2 + expected: true +- id: 2 input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv - lastRun: '2024-12-03T02:31:55.764873' - passes: true -- expected: false - id: 3 + expected: true +- id: 3 input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv - lastRun: '2024-12-03T02:31:55.764873' - passes: true -- expected: true - id: 4 + expected: false +- id: 4 input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB - lastRun: '2024-12-03T02:31:55.764873' - passes: true + expected: true diff --git a/regex_patterns/Apple TV.yml b/regex_patterns/Apple TV.yml deleted file mode 100644 index 23aff63..0000000 --- a/regex_patterns/Apple TV.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Apple TV -pattern: \b(ATV)\b -description: 'Apple TV channels offer a curated selection of content from various - streaming services and providers, allowing users to subscribe and access content - directly within the Apple TV app. These channels provide a centralized platform - for accessing a wide range of movies, TV shows, live sports, and more. ' -tags: -- Streaming Service -- WEB-DL -tests: [] From c296f61156722651deaca0cf78cb74d2597b86dd Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 5 Dec 2025 17:55:51 -0600 Subject: [PATCH 08/95] tweak(profile): Revert Testing Scores & only drop ATVP --- profiles/1080p Balanced.yml | 26 +++++++++++++------------- profiles/1080p Compact.yml | 30 +++++++++++++++--------------- profiles/1080p Efficient.yml | 28 ++++++++++++++-------------- profiles/1080p Quality HDR.yml | 28 ++++++++++++++-------------- profiles/1080p Quality.yml | 26 +++++++++++++------------- profiles/1080p Remux.yml | 28 ++++++++++++++-------------- profiles/720p Quality.yml | 26 +++++++++++++------------- 7 files changed, 96 insertions(+), 96 deletions(-) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 7a31268..44dc02d 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -78,24 +78,18 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 4000 + score: 3000 - name: DSNP - score: 4000 + score: 3000 - name: ATVP - score: 3000 + score: 2000 - name: HMAX - score: 3000 + score: 2000 - name: MAX - score: 3000 + score: 2000 - name: iT - score: 2000 + score: 1000 - name: NF - score: 2000 -- name: PCOK - score: 1000 -- name: PMTP - score: 1000 -- name: STAN score: 1000 - name: FLAC score: 800 @@ -143,10 +137,16 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups @@ -185,7 +185,7 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 5000 + score: 4000 - name: Better Theatricals score: 1000 - name: Special Edition diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 0a4b6f0..c143b92 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -76,21 +76,17 @@ custom_formats: score: 11000 - name: SD Quality Tier 2 score: 10000 -- name: DSNP - score: 4000 -- name: ATVP - score: 3000 - name: Dolby Vision score: 3000 -- name: HMAX - score: 3000 -- name: MAX +- name: DSNP score: 3000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 -- name: iT +- name: HMAX score: 2000 -- name: NF +- name: MAX score: 2000 - name: DS4K score: 1000 @@ -100,14 +96,12 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: PCOK +- name: iT score: 1000 -- name: PMTP +- name: NF score: 1000 - name: PQ score: 1000 -- name: STAN - score: 1000 - name: FLAC score: 800 - name: DTS-HD HRA @@ -154,10 +148,16 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups (Efficient) @@ -218,9 +218,9 @@ custom_formats_radarr: - name: 1080p Compact Movie WEB Tier 4 score: 300000 - name: MA - score: 5000 -- name: AMZN score: 4000 +- name: AMZN + score: 3000 - name: Better Theatricals score: 1000 - name: Special Edition diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 27c3d1b..359828e 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -84,22 +84,18 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 4000 -- name: DSNP - score: 4000 -- name: ATVP score: 3000 - name: Dolby Vision score: 3000 -- name: HMAX - score: 3000 -- name: MAX +- name: DSNP score: 3000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 -- name: iT +- name: HMAX score: 2000 -- name: NF +- name: MAX score: 2000 - name: DS4K score: 1000 @@ -109,14 +105,12 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: PCOK +- name: iT score: 1000 -- name: PMTP +- name: NF score: 1000 - name: PQ score: 1000 -- name: STAN - score: 1000 - name: FLAC score: 800 - name: DTS-HD HRA @@ -163,10 +157,16 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups (Efficient) @@ -223,7 +223,7 @@ custom_formats_radarr: - name: 1080p Efficient Movie WEB Tier 4 score: 300000 - name: MA - score: 5000 + score: 4000 - name: Better Theatricals score: 1000 - name: Special Edition diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 446e6b8..22d3d4b 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -90,22 +90,18 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 4000 -- name: DSNP - score: 4000 -- name: ATVP score: 3000 - name: Dolby Vision score: 3000 -- name: HMAX - score: 3000 -- name: MAX +- name: DSNP score: 3000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 -- name: iT +- name: HMAX score: 2000 -- name: NF +- name: MAX score: 2000 - name: HDR score: 1000 @@ -115,14 +111,12 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: PCOK +- name: iT score: 1000 -- name: PMTP +- name: NF score: 1000 - name: PQ score: 1000 -- name: STAN - score: 1000 - name: FLAC score: 800 - name: DTS-HD HRA @@ -169,10 +163,16 @@ custom_formats: 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: x265 (Bluray) score: -400000 - name: AV1 @@ -205,7 +205,7 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 5000 + score: 4000 - name: Better Theatricals score: 1000 - name: Special Edition diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 3d05641..f6f9808 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -87,24 +87,18 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 4000 + score: 3000 - name: DSNP - score: 4000 + score: 3000 - name: ATVP - score: 3000 + score: 2000 - name: HMAX - score: 3000 + score: 2000 - name: MAX - score: 3000 + score: 2000 - name: iT - score: 2000 + score: 1000 - name: NF - score: 2000 -- name: PCOK - score: 1000 -- name: PMTP - score: 1000 -- name: STAN score: 1000 - name: FLAC score: 800 @@ -152,10 +146,16 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups @@ -194,7 +194,7 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 5000 + score: 4000 - name: Better Theatricals score: 1000 - name: Special Edition diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 4154a6c..d7de042 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -98,22 +98,18 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 4000 -- name: DSNP - score: 4000 -- name: ATVP score: 3000 - name: Dolby Vision score: 3000 -- name: HMAX - score: 3000 -- name: MAX +- name: DSNP score: 3000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 -- name: iT +- name: HMAX score: 2000 -- name: NF +- name: MAX score: 2000 - name: DTS-X score: 1600 @@ -129,14 +125,12 @@ custom_formats: score: 1000 - name: HLG score: 1000 -- name: PCOK +- name: iT score: 1000 -- name: PMTP +- name: NF score: 1000 - name: PQ score: 1000 -- name: STAN - score: 1000 - name: FLAC score: 800 - name: PCM @@ -195,10 +189,16 @@ custom_formats: 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: x265 (Bluray) score: -400000 - name: AV1 @@ -233,7 +233,7 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 5000 + score: 4000 - name: Better Theatricals score: 1000 - name: Special Edition diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 3c142e7..c16e5c1 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -65,24 +65,18 @@ custom_formats: - name: SD Quality Tier 2 score: 10000 - name: AMZN - score: 4000 + score: 3000 - name: DSNP - score: 4000 + score: 3000 - name: ATVP - score: 3000 + score: 2000 - name: HMAX - score: 3000 + score: 2000 - name: MAX - score: 3000 + score: 2000 - name: iT - score: 2000 + score: 1000 - name: NF - score: 2000 -- name: PCOK - score: 1000 -- name: PMTP - score: 1000 -- name: STAN score: 1000 - name: FLAC score: 800 @@ -130,10 +124,16 @@ custom_formats: 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: AV1 score: -999999 - name: Banned Groups @@ -172,7 +172,7 @@ custom_formats: score: -999999 custom_formats_radarr: - name: MA - score: 5000 + score: 4000 - name: Better Theatricals score: 1000 - name: Special Edition From bc1d50a46d3c004acd7550b2db352c0963e73cf9 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 5 Dec 2025 18:04:30 -0600 Subject: [PATCH 09/95] tweak(profile): Reduce ATVP Score in 2160p Profiles --- profiles/2160p Balanced.yml | 10 ++++------ profiles/2160p Efficient.yml | 10 ++++------ profiles/2160p Quality.yml | 10 ++++------ profiles/2160p Remux.yml | 10 ++++------ 4 files changed, 16 insertions(+), 24 deletions(-) diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index cdd2630..c708475 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -97,6 +97,8 @@ custom_formats: score: 3000 - name: AMZN score: 2000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 - name: DTS-X @@ -161,6 +163,8 @@ custom_formats: score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -214,8 +218,6 @@ custom_formats_radarr: score: 442000 - name: MA score: 6000 -- name: ATVP - score: 4000 - name: DSNP score: 4000 - name: iT @@ -228,8 +230,6 @@ custom_formats_radarr: score: 2000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: Movies Anywhere Enhancement @@ -253,8 +253,6 @@ custom_formats_radarr: custom_formats_sonarr: - name: 2160p Balanced Tier 1 score: 444000 -- name: ATVP - score: 3000 - name: DSNP score: 3000 - name: HMAX diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index a49073b..b037aae 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -92,6 +92,8 @@ custom_formats: score: 3000 - name: AMZN score: 2000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 - name: DS4K @@ -144,6 +146,8 @@ custom_formats: score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -221,8 +225,6 @@ custom_formats_radarr: score: 300000 - name: MA score: 6000 -- name: ATVP - score: 4000 - name: DSNP score: 4000 - name: iT @@ -235,8 +237,6 @@ custom_formats_radarr: score: 2000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: Movies Anywhere Enhancement @@ -308,8 +308,6 @@ custom_formats_sonarr: score: 301000 - name: 1080p Efficient TV WEB Tier 6 score: 300000 -- name: ATVP - score: 3000 - name: DSNP score: 3000 - name: HMAX diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index ff8e7c0..eaef62a 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -115,6 +115,8 @@ custom_formats: score: 3000 - name: AMZN score: 2000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 - name: DTS-X @@ -181,6 +183,8 @@ custom_formats: score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -236,8 +240,6 @@ custom_formats_radarr: score: 442000 - name: MA score: 6000 -- name: ATVP - score: 4000 - name: DSNP score: 4000 - name: iT @@ -250,8 +252,6 @@ custom_formats_radarr: score: 2000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: Movies Anywhere Enhancement @@ -275,8 +275,6 @@ custom_formats_radarr: custom_formats_sonarr: - name: 2160p Balanced Tier 1 score: 444000 -- name: ATVP - score: 3000 - name: DSNP score: 3000 - name: HMAX diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 786f321..981142d 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -119,6 +119,8 @@ custom_formats: score: 3000 - name: AMZN score: 2000 +- name: ATVP + score: 2000 - name: HDR10+ score: 2000 - name: DTS-X @@ -193,6 +195,8 @@ custom_formats: score: 0 - name: CRAV score: 0 +- name: CRIT + score: 0 - name: HTSR score: 0 - name: HULU @@ -250,8 +254,6 @@ custom_formats_radarr: score: 462000 - name: MA score: 6000 -- name: ATVP - score: 4000 - name: DSNP score: 4000 - name: iT @@ -264,8 +266,6 @@ custom_formats_radarr: score: 2000 - name: Better Theatricals score: 1000 -- name: CRIT - score: 1000 - name: Special Edition score: 1000 - name: Movies Anywhere Enhancement @@ -287,8 +287,6 @@ custom_formats_radarr: custom_formats_sonarr: - name: 2160p Balanced Tier 1 score: 464000 -- name: ATVP - score: 3000 - name: DSNP score: 3000 - name: HMAX From 0833b56229bc09a90765d38b63657710fe1b64a2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 5 Dec 2025 18:11:12 -0600 Subject: [PATCH 10/95] tweak(profile): Create Disney+ Enhancement and adjust Scores --- custom_formats/Disney+ Enhancement.yml | 16 ++++++++++++++++ profiles/2160p Balanced.yml | 8 ++++---- profiles/2160p Efficient.yml | 8 ++++---- profiles/2160p Quality.yml | 8 ++++---- profiles/2160p Remux.yml | 8 ++++---- 5 files changed, 32 insertions(+), 16 deletions(-) create mode 100644 custom_formats/Disney+ Enhancement.yml diff --git a/custom_formats/Disney+ Enhancement.yml b/custom_formats/Disney+ Enhancement.yml new file mode 100644 index 0000000..2bce8fd --- /dev/null +++ b/custom_formats/Disney+ Enhancement.yml @@ -0,0 +1,16 @@ +name: Disney+ Enhancement +description: '' +tags: +- Enhancement +conditions: +- name: Not 2160p + negate: true + required: true + resolution: 2160p + type: resolution +- name: DSNP + negate: false + pattern: Disney+ + required: true + type: release_title +tests: [] diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index c708475..481aeeb 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -109,6 +109,8 @@ custom_formats: score: 1200 - name: TrueHD (Missing) score: 1200 +- name: Amazon Enhancement + score: 1000 - name: HDR score: 1000 - name: HDR (Missing) @@ -222,8 +224,6 @@ custom_formats_radarr: score: 4000 - name: iT score: 4000 -- name: Amazon Enhancement - score: 2000 - name: HMAX score: 2000 - name: MAX @@ -232,6 +232,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Disney+ Enhancement + score: -1000 - name: Movies Anywhere Enhancement score: -2000 - name: iTunes Enhancement @@ -259,8 +261,6 @@ custom_formats_sonarr: score: 3000 - name: MAX score: 3000 -- name: Amazon Enhancement - score: 1000 - name: iT score: 1000 - name: Season Pack diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index b037aae..fa2e6b5 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -96,6 +96,8 @@ custom_formats: score: 2000 - name: HDR10+ score: 2000 +- name: Amazon Enhancement + score: 1000 - name: DS4K score: 1000 - name: HDR @@ -229,8 +231,6 @@ custom_formats_radarr: score: 4000 - name: iT score: 4000 -- name: Amazon Enhancement - score: 2000 - name: HMAX score: 2000 - name: MAX @@ -239,6 +239,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Disney+ Enhancement + score: -1000 - name: Movies Anywhere Enhancement score: -2000 - name: iTunes Enhancement @@ -314,8 +316,6 @@ custom_formats_sonarr: score: 3000 - name: MAX score: 3000 -- name: Amazon Enhancement - score: 1000 - name: iT score: 1000 - name: Season Pack diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index eaef62a..8a910c2 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -127,6 +127,8 @@ custom_formats: score: 1200 - name: TrueHD (Missing) score: 1200 +- name: Amazon Enhancement + score: 1000 - name: HDR score: 1000 - name: HDR (Missing) @@ -244,8 +246,6 @@ custom_formats_radarr: score: 4000 - name: iT score: 4000 -- name: Amazon Enhancement - score: 2000 - name: HMAX score: 2000 - name: MAX @@ -254,6 +254,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Disney+ Enhancement + score: -1000 - name: Movies Anywhere Enhancement score: -2000 - name: iTunes Enhancement @@ -281,8 +283,6 @@ custom_formats_sonarr: score: 3000 - name: MAX score: 3000 -- name: Amazon Enhancement - score: 1000 - name: iT score: 1000 - name: Season Pack diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 981142d..074506e 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -131,6 +131,8 @@ custom_formats: score: 1200 - name: TrueHD (Missing) score: 1200 +- name: Amazon Enhancement + score: 1000 - name: HDR score: 1000 - name: HDR (Missing) @@ -258,8 +260,6 @@ custom_formats_radarr: score: 4000 - name: iT score: 4000 -- name: Amazon Enhancement - score: 2000 - name: HMAX score: 2000 - name: MAX @@ -268,6 +268,8 @@ custom_formats_radarr: score: 1000 - name: Special Edition score: 1000 +- name: Disney+ Enhancement + score: -1000 - name: Movies Anywhere Enhancement score: -2000 - name: iTunes Enhancement @@ -293,8 +295,6 @@ custom_formats_sonarr: score: 3000 - name: MAX score: 3000 -- name: Amazon Enhancement - score: 1000 - name: iT score: 1000 - name: Season Pack From 0e7609608f7eb1d0f03719c85499e5fb7fcd8afe Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 7 Dec 2025 17:42:04 -0600 Subject: [PATCH 11/95] tweak(format): Move TheFarm to WEB-DL Tier 1 --- custom_formats/WEB-DL Tier 1.yml | 5 +++++ custom_formats/WEB-DL Tier 2.yml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_formats/WEB-DL Tier 1.yml b/custom_formats/WEB-DL Tier 1.yml index 5b9965c..a5ff9d0 100644 --- a/custom_formats/WEB-DL Tier 1.yml +++ b/custom_formats/WEB-DL Tier 1.yml @@ -19,4 +19,9 @@ conditions: pattern: NTb required: false type: release_group +- name: TheFarm + type: release_group + required: false + negate: false + pattern: TheFarm tests: [] diff --git a/custom_formats/WEB-DL Tier 2.yml b/custom_formats/WEB-DL Tier 2.yml index 2ce75d2..b11321b 100644 --- a/custom_formats/WEB-DL Tier 2.yml +++ b/custom_formats/WEB-DL Tier 2.yml @@ -44,9 +44,4 @@ conditions: pattern: TEPES required: false type: release_group -- name: TheFarm - type: release_group - required: false - negate: false - pattern: TheFarm tests: [] From a3d72a8ab61b812303fad6d4aaeae241db422152 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 9 Dec 2025 12:20:46 -0600 Subject: [PATCH 12/95] tweak(format): Drop HHWEB to WEB-DL Tier 3 --- custom_formats/WEB-DL Tier 2.yml | 5 ----- custom_formats/WEB-DL Tier 3.yml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_formats/WEB-DL Tier 2.yml b/custom_formats/WEB-DL Tier 2.yml index b11321b..0642872 100644 --- a/custom_formats/WEB-DL Tier 2.yml +++ b/custom_formats/WEB-DL Tier 2.yml @@ -19,11 +19,6 @@ conditions: pattern: CMRG required: false type: release_group -- name: HHWEB - negate: false - pattern: HHWEB - required: false - type: release_group - name: HONE negate: false pattern: HONE diff --git a/custom_formats/WEB-DL Tier 3.yml b/custom_formats/WEB-DL Tier 3.yml index 7f103b3..4a5d7e9 100644 --- a/custom_formats/WEB-DL Tier 3.yml +++ b/custom_formats/WEB-DL Tier 3.yml @@ -49,6 +49,11 @@ conditions: pattern: CtrlHD required: false type: release_group +- name: HHWEB + type: release_group + required: false + negate: false + pattern: HHWEB - name: KHN negate: false pattern: KHN From 69f3c3d22c3ce384e1cf845881594e06a1a2963e Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 16:54:11 -0600 Subject: [PATCH 13/95] tweak(profile): Remove 2160p Balanced Tier 2 from Sonarr Side --- profiles/2160p Balanced.yml | 4 ++-- profiles/2160p Efficient.yml | 4 ++-- profiles/2160p Quality.yml | 4 ++-- profiles/2160p Remux.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 481aeeb..398d429 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -15,8 +15,6 @@ minCustomFormatScore: 20000 upgradeUntilScore: 600000 minScoreIncrement: 1 custom_formats: -- name: 2160p Balanced Tier 2 - score: 440000 - name: 2160p WEB-DL score: 440000 - name: UHD Bluray @@ -218,6 +216,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 442000 +- name: 2160p Balanced Tier 2 + score: 440000 - name: MA score: 6000 - name: DSNP diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index fa2e6b5..33b5d76 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -20,8 +20,6 @@ minCustomFormatScore: 20000 upgradeUntilScore: 600000 minScoreIncrement: 1 custom_formats: -- name: 2160p Balanced Tier 2 - score: 380000 - name: 2160p WEB-DL (Efficient) score: 380000 - name: 1080p Bluray HEVC Tier 1 @@ -199,6 +197,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 382000 +- name: 2160p Balanced Tier 2 + score: 380000 - name: 1080p Efficient Movie Bluray Tier 1 score: 324000 - name: 1080p Efficient Movie Bluray Tier 2 diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 8a910c2..bf9313d 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -31,8 +31,6 @@ custom_formats: score: 462000 - name: 2160p Quality Tier 5 score: 460000 -- name: 2160p Balanced Tier 2 - score: 440000 - name: 2160p WEB-DL score: 440000 - name: 2160p Quality Tier 6 @@ -240,6 +238,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 442000 +- name: 2160p Balanced Tier 2 + score: 440000 - name: MA score: 6000 - name: DSNP diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 074506e..7375553 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -33,8 +33,6 @@ custom_formats: score: 482000 - name: 2160p Quality Tier 5 score: 480000 -- name: 2160p Balanced Tier 2 - score: 460000 - name: 2160p WEB-DL score: 460000 - name: 1080p Remux @@ -254,6 +252,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 462000 +- name: 2160p Balanced Tier 2 + score: 460000 - name: MA score: 6000 - name: DSNP From 7c358e772740544e87d61a7856bd664cb0cf4ecd Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 16:58:49 -0600 Subject: [PATCH 14/95] tweak(format): Move dkore to Balanced Tier 2 / Change Tier 2 to 3 --- custom_formats/2160p Balanced Tier 2.yml | 9 +- custom_formats/2160p Balanced Tier 3.yml | 101 +++++++++++++++++++++++ custom_formats/2160p Quality Tier 6.yml | 9 +- profiles/2160p Balanced.yml | 2 +- profiles/2160p Efficient.yml | 2 +- profiles/2160p Quality.yml | 2 +- profiles/2160p Remux.yml | 2 +- 7 files changed, 109 insertions(+), 18 deletions(-) create mode 100644 custom_formats/2160p Balanced Tier 3.yml diff --git a/custom_formats/2160p Balanced Tier 2.yml b/custom_formats/2160p Balanced Tier 2.yml index fd96985..a09e38a 100644 --- a/custom_formats/2160p Balanced Tier 2.yml +++ b/custom_formats/2160p Balanced Tier 2.yml @@ -15,14 +15,9 @@ conditions: required: true source: bluray type: source -- name: BHDStudio +- name: dkore negate: false - pattern: BHDStudio - required: false - type: release_group -- name: hallowed - negate: false - pattern: hallowed + pattern: dkore required: false type: release_group tests: diff --git a/custom_formats/2160p Balanced Tier 3.yml b/custom_formats/2160p Balanced Tier 3.yml new file mode 100644 index 0000000..268b4b4 --- /dev/null +++ b/custom_formats/2160p Balanced Tier 3.yml @@ -0,0 +1,101 @@ +name: 2160p Balanced Tier 3 +description: Matches release groups who fall under 2160p Balanced Tier 3 +tags: +- Release Group Tier +- 2160p +- Balanced +conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: BHDStudio + negate: false + pattern: BHDStudio + required: false + type: release_group +- name: hallowed + negate: false + pattern: hallowed + 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/2160p Quality Tier 6.yml b/custom_formats/2160p Quality Tier 6.yml index 605e8f1..34b16ba 100644 --- a/custom_formats/2160p Quality Tier 6.yml +++ b/custom_formats/2160p Quality Tier 6.yml @@ -16,10 +16,10 @@ conditions: source: bluray type: source - name: Not Remux - type: release_title - required: true negate: true pattern: Remux + required: true + type: release_title - name: ADE negate: false pattern: ADE @@ -50,11 +50,6 @@ conditions: pattern: CMCT required: false type: release_group -- name: dkore - negate: false - pattern: dkore - required: false - type: release_group - name: EMERALD negate: false pattern: EMERALD diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 398d429..f3d4735 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -216,7 +216,7 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 442000 -- name: 2160p Balanced Tier 2 +- name: 2160p Balanced Tier 3 score: 440000 - name: MA score: 6000 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 33b5d76..d0b0fff 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -197,7 +197,7 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 382000 -- name: 2160p Balanced Tier 2 +- name: 2160p Balanced Tier 3 score: 380000 - name: 1080p Efficient Movie Bluray Tier 1 score: 324000 diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index bf9313d..1fe6551 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -238,7 +238,7 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 442000 -- name: 2160p Balanced Tier 2 +- name: 2160p Balanced Tier 3 score: 440000 - name: MA score: 6000 diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 7375553..ef4ae63 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -252,7 +252,7 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 462000 -- name: 2160p Balanced Tier 2 +- name: 2160p Balanced Tier 3 score: 460000 - name: MA score: 6000 From 5e7a4ec988ad31f9db9dc44bd9c22b204707bbd7 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 16:59:24 -0600 Subject: [PATCH 15/95] tweak(format): Add new 2160p Balanced tier to score --- profiles/2160p Balanced.yml | 2 ++ profiles/2160p Efficient.yml | 2 ++ profiles/2160p Quality.yml | 2 ++ profiles/2160p Remux.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index f3d4735..3b843b6 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -216,6 +216,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 442000 +- name: 2160p Balanced Tier 2 + score: 441000 - name: 2160p Balanced Tier 3 score: 440000 - name: MA diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index d0b0fff..e4b08e5 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -197,6 +197,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 382000 +- name: 2160p Balanced Tier 2 + score: 381000 - name: 2160p Balanced Tier 3 score: 380000 - name: 1080p Efficient Movie Bluray Tier 1 diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 1fe6551..3723c74 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -238,6 +238,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 442000 +- name: 2160p Balanced Tier 2 + score: 441000 - name: 2160p Balanced Tier 3 score: 440000 - name: MA diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index ef4ae63..cf0f91c 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -252,6 +252,8 @@ custom_formats: custom_formats_radarr: - name: 2160p Balanced Tier 1 score: 462000 +- name: 2160p Balanced Tier 2 + score: 461000 - name: 2160p Balanced Tier 3 score: 460000 - name: MA From 828fa561deed57a3a9428a8d6fcf9951df65c4c2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 17:04:12 -0600 Subject: [PATCH 16/95] tweak(profile): Remove most balanced tiers except hone from TV --- profiles/1080p Balanced.yml | 12 ++++++------ profiles/1080p Compact.yml | 12 ++++++------ profiles/1080p Efficient.yml | 12 ++++++------ profiles/1080p Quality HDR.yml | 12 ++++++------ profiles/1080p Quality.yml | 12 ++++++------ profiles/1080p Remux.yml | 12 ++++++------ profiles/2160p Balanced.yml | 12 ++++++------ profiles/2160p Efficient.yml | 12 ++++++------ profiles/2160p Quality.yml | 12 ++++++------ profiles/2160p Remux.yml | 12 ++++++------ profiles/720p Quality.yml | 4 ++-- 11 files changed, 62 insertions(+), 62 deletions(-) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 44dc02d..87804dd 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -21,10 +21,6 @@ minCustomFormatScore: 20000 upgradeUntilScore: 600000 minScoreIncrement: 1 custom_formats: -- name: 1080p Balanced Tier 1 - score: 281000 -- name: 1080p Balanced Tier 2 - score: 280000 - name: 1080p WEB-DL score: 280000 - name: 720p WEB-DL @@ -51,8 +47,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -184,6 +178,12 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: +- name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 + score: 280000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 4000 - name: Better Theatricals diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index c143b92..9c5bc9e 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -20,10 +20,6 @@ minCustomFormatScore: 20000 upgradeUntilScore: 600000 minScoreIncrement: 1 custom_formats: -- name: 1080p Balanced Tier 1 - score: 281000 -- name: 1080p Balanced Tier 2 - score: 280000 - name: 1080p WEB-DL (h264) score: 280000 - name: 720p WEB-DL @@ -50,8 +46,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -217,6 +211,12 @@ custom_formats_radarr: score: 301000 - name: 1080p Compact Movie WEB Tier 4 score: 300000 +- name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 + score: 280000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 4000 - name: AMZN diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 359828e..8ebd911 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -27,10 +27,6 @@ custom_formats: score: 324000 - name: TAoE Bluray score: 324000 -- name: 1080p Balanced Tier 1 - score: 281000 -- name: 1080p Balanced Tier 2 - score: 280000 - name: 1080p WEB-DL (h264) score: 280000 - name: 720p WEB-DL @@ -57,8 +53,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -222,6 +216,12 @@ custom_formats_radarr: score: 301000 - name: 1080p Efficient Movie WEB Tier 4 score: 300000 +- name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 + score: 280000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 4000 - name: Better Theatricals diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 22d3d4b..57b4566 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -43,10 +43,6 @@ custom_formats: score: 120000 - name: 576p Bluray score: 120000 -- name: 1080p Balanced Tier 1 - score: 101000 -- name: 1080p Balanced Tier 2 - score: 100000 - name: 720p Quality Tier 1 score: 85000 - name: 720p Quality Tier 2 @@ -63,8 +59,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -204,6 +198,12 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: +- name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 + score: 100000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 4000 - name: Better Theatricals diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index f6f9808..f2badf3 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -40,10 +40,6 @@ custom_formats: score: 120000 - name: 576p Bluray score: 120000 -- name: 1080p Balanced Tier 1 - score: 101000 -- name: 1080p Balanced Tier 2 - score: 100000 - name: 720p Quality Tier 1 score: 85000 - name: 720p Quality Tier 2 @@ -60,8 +56,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -193,6 +187,12 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: +- name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 + score: 100000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 4000 - name: Better Theatricals diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index d7de042..9f16f1d 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -51,10 +51,6 @@ custom_formats: score: 120000 - name: 576p Bluray score: 120000 -- name: 1080p Balanced Tier 1 - score: 101000 -- name: 1080p Balanced Tier 2 - score: 100000 - name: 720p Quality Tier 1 score: 85000 - name: 720p Quality Tier 2 @@ -71,8 +67,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -232,6 +226,12 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: +- name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 + score: 100000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 4000 - name: Better Theatricals diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 3b843b6..feacab0 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -45,10 +45,6 @@ custom_formats: score: 120000 - name: 576p Bluray score: 120000 -- name: 1080p Balanced Tier 1 - score: 101000 -- name: 1080p Balanced Tier 2 - score: 100000 - name: 720p Quality Tier 1 score: 85000 - name: 720p Quality Tier 2 @@ -65,8 +61,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -220,6 +214,12 @@ custom_formats_radarr: score: 441000 - name: 2160p Balanced Tier 3 score: 440000 +- name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 + score: 100000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 6000 - name: DSNP diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index e4b08e5..5960fb2 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -30,10 +30,6 @@ custom_formats: score: 324000 - name: TAoE Bluray score: 324000 -- name: 1080p Balanced Tier 1 - score: 281000 -- name: 1080p Balanced Tier 2 - score: 280000 - name: 1080p WEB-DL (h264) score: 280000 - name: 720p WEB-DL @@ -60,8 +56,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -227,6 +221,12 @@ custom_formats_radarr: score: 301000 - name: 1080p Efficient Movie WEB Tier 4 score: 300000 +- name: 1080p Balanced Tier 1 + score: 281000 +- name: 1080p Balanced Tier 2 + score: 280000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 6000 - name: DSNP diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 3723c74..05e29d8 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -63,10 +63,6 @@ custom_formats: score: 120000 - name: 576p Bluray score: 120000 -- name: 1080p Balanced Tier 1 - score: 101000 -- name: 1080p Balanced Tier 2 - score: 100000 - name: 720p Quality Tier 1 score: 85000 - name: 720p Quality Tier 2 @@ -83,8 +79,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -242,6 +236,12 @@ custom_formats_radarr: score: 441000 - name: 2160p Balanced Tier 3 score: 440000 +- name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 + score: 100000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 6000 - name: DSNP diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index cf0f91c..701a778 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -67,10 +67,6 @@ custom_formats: score: 120000 - name: 576p Bluray score: 120000 -- name: 1080p Balanced Tier 1 - score: 101000 -- name: 1080p Balanced Tier 2 - score: 100000 - name: 720p Quality Tier 1 score: 85000 - name: 720p Quality Tier 2 @@ -87,8 +83,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -256,6 +250,12 @@ custom_formats_radarr: score: 461000 - name: 2160p Balanced Tier 3 score: 460000 +- name: 1080p Balanced Tier 1 + score: 101000 +- name: 1080p Balanced Tier 2 + score: 100000 +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 6000 - name: DSNP diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index c16e5c1..9508e3b 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -38,8 +38,6 @@ custom_formats: score: 80000 - name: 480p WEB-DL score: 60000 -- name: 720p Balanced Tier 1 - score: 60000 - name: 576p Quality Tier 1 score: 43000 - name: 576p Quality Tier 2 @@ -171,6 +169,8 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: +- name: 720p Balanced Tier 1 + score: 60000 - name: MA score: 4000 - name: Better Theatricals From a2d8f225ee51c8a385d470e19fcb5f1bfbff14cc Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 18:26:31 -0600 Subject: [PATCH 17/95] create(format): Google TV regex and CF --- custom_formats/PLAY.yml | 46 +++++++++++++++++++++++++++++ regex_patterns/Google TV Rename.yml | 12 ++++++++ regex_patterns/Google TV.yml | 12 ++++++++ 3 files changed, 70 insertions(+) create mode 100644 custom_formats/PLAY.yml create mode 100644 regex_patterns/Google TV Rename.yml create mode 100644 regex_patterns/Google TV.yml diff --git a/custom_formats/PLAY.yml b/custom_formats/PLAY.yml new file mode 100644 index 0000000..1eb875c --- /dev/null +++ b/custom_formats/PLAY.yml @@ -0,0 +1,46 @@ +name: PLAY +description: Matches 'Google TV' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: PLAY Regex + negate: false + pattern: Google TV + required: false + type: release_title +- name: PLAY Rename Regex + negate: false + pattern: Google TV Rename + required: false + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: +- conditionResults: + - matches: true + name: iTunes Regex + negate: false + pattern: iTunes + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 1 + input: Alien Romulus (2024) (1080p DS4K iT WEBRip x265 HEVC 10bit DDP Atmos 5 1 + English - KaLLuKaLia) + lastRun: '2024-12-06T05:49:21.811162' + passes: true diff --git a/regex_patterns/Google TV Rename.yml b/regex_patterns/Google TV Rename.yml new file mode 100644 index 0000000..617f868 --- /dev/null +++ b/regex_patterns/Google TV Rename.yml @@ -0,0 +1,12 @@ +name: Google TV Rename +pattern: \[(PLAY)\b|\b(PLAY)\] +description: Google TV, formerly known as Google Play Movies & TV, is a digital distribution + service for movies and television series developed by Google. Launched in 2011 as + part of the Google Play product line, the service offers search and discovery of + video titles across multiple streaming services, including rental or purchase options, + alongside watchlist features for accessing titles from eligible devices and platforms. + In September 2020, it was relaunched as Google TV. +tags: +- Streaming Service +- WEB-DL +tests: [] diff --git a/regex_patterns/Google TV.yml b/regex_patterns/Google TV.yml new file mode 100644 index 0000000..87adb6a --- /dev/null +++ b/regex_patterns/Google TV.yml @@ -0,0 +1,12 @@ +name: Google TV +pattern: \b(PLAY)\b[ ._-]web[ ._-]?(dl|rip)?\b +description: Google TV, formerly known as Google Play Movies & TV, is a digital distribution + service for movies and television series developed by Google. Launched in 2011 as + part of the Google Play product line, the service offers search and discovery of + video titles across multiple streaming services, including rental or purchase options, + alongside watchlist features for accessing titles from eligible devices and platforms. + In September 2020, it was relaunched as Google TV. +tags: +- Streaming Service +- WEB-DL +tests: [] From ef8ae72e645a5487cf3d84dbb743a19e133aca09 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 18:31:00 -0600 Subject: [PATCH 18/95] create(format): BBC iPlayer Regex and CF --- custom_formats/iP.yml | 40 ++++++++++++++++++++++++++++++++++ regex_patterns/BBC iPlayer.yml | 22 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 custom_formats/iP.yml create mode 100644 regex_patterns/BBC iPlayer.yml diff --git a/custom_formats/iP.yml b/custom_formats/iP.yml new file mode 100644 index 0000000..cd3509a --- /dev/null +++ b/custom_formats/iP.yml @@ -0,0 +1,40 @@ +name: iP +description: Matches 'BBC iPlayer' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: iP Regex + negate: false + pattern: BBC iPlayer + required: true + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: +- conditionResults: + - matches: true + name: APTV Regex + negate: false + pattern: Apple TV+ + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 2 + input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz + lastRun: '2024-12-03T02:27:03.531343' + passes: true diff --git a/regex_patterns/BBC iPlayer.yml b/regex_patterns/BBC iPlayer.yml new file mode 100644 index 0000000..430a0af --- /dev/null +++ b/regex_patterns/BBC iPlayer.yml @@ -0,0 +1,22 @@ +name: BBC iPlayer +pattern: \b(iP)\b +description: 'BBC iPlayer is a video on demand service from the BBC. The service is + available over-the-top on a wide range of devices, including mobile phones and tablets, + personal computers and smart televisions. iPlayer services delivered to UK-based + viewers are free from commercial advertising. ' +tags: +- Streaming Service +- WEB-DL +tests: +- id: 1 + input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv + expected: true +- id: 2 + input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv + expected: true +- id: 3 + input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv + expected: false +- id: 4 + input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB + expected: true From 1682d3737c8bbf99b4b1fdb159a76aeb87cef13b Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 12 Dec 2025 18:34:03 -0600 Subject: [PATCH 19/95] add(profile): Add iP and PLAY to All Profiles --- profiles/1080p Balanced.yml | 4 ++++ profiles/1080p Compact.yml | 4 ++++ profiles/1080p Efficient.yml | 4 ++++ profiles/1080p Quality HDR.yml | 4 ++++ profiles/1080p Quality.yml | 4 ++++ profiles/1080p Remux.yml | 4 ++++ profiles/2160p Balanced.yml | 4 ++++ profiles/2160p Efficient.yml | 4 ++++ profiles/2160p Quality.yml | 4 ++++ profiles/2160p Remux.yml | 4 ++++ profiles/720p Quality.yml | 4 ++++ 11 files changed, 44 insertions(+) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 87804dd..87acd1c 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -127,12 +127,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 9c5bc9e..e41bd78 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -138,12 +138,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 8ebd911..b84e1a0 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -147,12 +147,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 57b4566..1d4db15 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -153,12 +153,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index f2badf3..f6d454a 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -136,12 +136,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 9f16f1d..ab8e685 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -179,12 +179,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index feacab0..8031955 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -163,12 +163,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 5960fb2..c74fa1f 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -146,12 +146,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 05e29d8..bf3174a 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -183,12 +183,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 701a778..177740a 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -195,12 +195,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 9508e3b..f67b4af 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -118,12 +118,16 @@ custom_formats: score: 0 - name: HULU score: 0 +- name: iP + score: 0 - name: MUBI score: 0 - name: NOW score: 0 - name: PCOK score: 0 +- name: PLAY + score: 0 - name: PMTP score: 0 - name: ROKU From 09c69a1ca0a5a29de4d5b527a43c2034c785b3ea Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 13 Dec 2025 10:45:22 -0600 Subject: [PATCH 20/95] tweak(regex): Fix UnKn0wn Regex --- regex_patterns/UnKn0wn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex_patterns/UnKn0wn.yml b/regex_patterns/UnKn0wn.yml index ccc0d8e..5f9e31b 100644 --- a/regex_patterns/UnKn0wn.yml +++ b/regex_patterns/UnKn0wn.yml @@ -1,5 +1,5 @@ name: UnKn0wn -pattern: (?<=^|[\s.-])ADE\b +pattern: (?<=^|[\s.-])UnKn0wn\b description: '' tags: - Release Group From 37fa8607229390bf640f7195f5d1ce0ee85ed774 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 14 Dec 2025 13:17:59 -0600 Subject: [PATCH 21/95] add(format): Dropout TV to all Profiles --- custom_formats/DRPO.yml | 22 ++++++++++++++++++++++ profiles/1080p Balanced.yml | 2 ++ profiles/1080p Compact.yml | 2 ++ profiles/1080p Efficient.yml | 2 ++ profiles/1080p Quality HDR.yml | 2 ++ profiles/1080p Quality.yml | 2 ++ profiles/1080p Remux.yml | 2 ++ profiles/2160p Balanced.yml | 2 ++ profiles/2160p Efficient.yml | 2 ++ profiles/2160p Quality.yml | 2 ++ profiles/2160p Remux.yml | 2 ++ profiles/720p Quality.yml | 2 ++ regex_patterns/Dropout TV.yml | 25 +++++++++++++++++++++++++ 13 files changed, 69 insertions(+) create mode 100644 custom_formats/DRPO.yml create mode 100644 regex_patterns/Dropout TV.yml diff --git a/custom_formats/DRPO.yml b/custom_formats/DRPO.yml new file mode 100644 index 0000000..814d9ed --- /dev/null +++ b/custom_formats/DRPO.yml @@ -0,0 +1,22 @@ +name: DRPO +description: Matches 'Dropout TV' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: DRPO Regex + negate: false + pattern: Dropout TV + required: true + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: [] diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 87acd1c..428ce7a 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -123,6 +123,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index e41bd78..59a13a2 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -134,6 +134,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index b84e1a0..f1e8135 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -143,6 +143,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 1d4db15..a944128 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -149,6 +149,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index f6d454a..e650f16 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -132,6 +132,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index ab8e685..3b64f42 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -175,6 +175,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 8031955..06e8159 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -159,6 +159,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index c74fa1f..ef34035 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -142,6 +142,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index bf3174a..7eb2c08 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -179,6 +179,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 177740a..d3812bf 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -191,6 +191,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index f67b4af..306b9fd 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -114,6 +114,8 @@ custom_formats: score: 0 - name: CRIT score: 0 +- name: DRPO + score: 0 - name: HTSR score: 0 - name: HULU diff --git a/regex_patterns/Dropout TV.yml b/regex_patterns/Dropout TV.yml new file mode 100644 index 0000000..d57fbf5 --- /dev/null +++ b/regex_patterns/Dropout TV.yml @@ -0,0 +1,25 @@ +name: Dropout TV +pattern: \b(DRPO)\b +description: Dropout is an American comedy subscription streaming service run by the + production company of the same name (formerly CollegeHumor), founded in September + 2018. Its ad-free original shows are mainly composed of live play, such as Dimension + 20 hosted by Brennan Lee Mulligan, and improv comedy and panel shows like Game Changer, + Make Some Noise (both hosted by Dropout owner and CEO Sam Reich), and Very Important + People hosted by Vic Michaelis. Dropout's series often feature a rotating cast of + regular comedians and performers. +tags: +- Streaming Service +- WEB-DL +tests: +- id: 1 + input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv + expected: true +- id: 2 + input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv + expected: true +- id: 3 + input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv + expected: false +- id: 4 + input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB + expected: true From 66b7a75bf7ae452e2b9feec73cfc6e6665f10cdf Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 14 Dec 2025 13:31:50 -0600 Subject: [PATCH 22/95] tweak(profile): Add noxxus to Compact and Efficient Profiles --- custom_formats/1080p Compact Movie Bluray Tier 4.yml | 9 +++++++-- custom_formats/1080p Compact Movie WEB Tier 4.yml | 5 +++++ custom_formats/1080p Compact TV Bluray Tier 4.yml | 9 +++++++-- custom_formats/1080p Efficient Movie Bluray Tier 5.yml | 9 +++++++-- custom_formats/1080p Efficient Movie WEB Tier 4.yml | 5 +++++ custom_formats/1080p Efficient TV WEB Tier 4.yml | 5 +++++ regex_patterns/noxxus.yml | 7 +++++++ 7 files changed, 43 insertions(+), 6 deletions(-) create mode 100644 regex_patterns/noxxus.yml diff --git a/custom_formats/1080p Compact Movie Bluray Tier 4.yml b/custom_formats/1080p Compact Movie Bluray Tier 4.yml index b49eb4c..27dc634 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 4.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 4.yml @@ -22,10 +22,10 @@ conditions: required: true type: release_title - name: bluegreeen - type: release_group - required: false negate: false pattern: bluegreeen + required: false + type: release_group - name: Chivaman negate: false pattern: Chivaman @@ -36,6 +36,11 @@ conditions: pattern: edge2020 required: false type: release_group +- name: noxxus + type: release_group + required: false + negate: false + pattern: noxxus - name: R1GY3B negate: false pattern: R1GY3B diff --git a/custom_formats/1080p Compact Movie WEB Tier 4.yml b/custom_formats/1080p Compact Movie WEB Tier 4.yml index bdbe93c..596580b 100644 --- a/custom_formats/1080p Compact Movie WEB Tier 4.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 4.yml @@ -26,6 +26,11 @@ conditions: required: false source: webrip type: source +- name: noxxus + type: release_group + required: false + negate: false + pattern: noxxus - name: SARTRE negate: false pattern: SARTRE diff --git a/custom_formats/1080p Compact TV Bluray Tier 4.yml b/custom_formats/1080p Compact TV Bluray Tier 4.yml index 0ae75bf..818ffed 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 4.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 4.yml @@ -22,10 +22,10 @@ conditions: required: true type: release_title - name: bluegreeen - type: release_group - required: false negate: false pattern: bluegreeen + required: false + type: release_group - name: cXcY negate: false pattern: cXcY @@ -36,6 +36,11 @@ conditions: pattern: edge2020 required: false type: release_group +- name: noxxus + type: release_group + required: false + negate: false + pattern: noxxus - name: R1GY3B negate: false pattern: R1GY3B diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 5.yml b/custom_formats/1080p Efficient Movie Bluray Tier 5.yml index d2dd894..2b3b744 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 5.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 5.yml @@ -22,10 +22,10 @@ conditions: required: true type: release_title - name: bluegreeen - type: release_group - required: false negate: false pattern: bluegreeen + required: false + type: release_group - name: Chivaman negate: false pattern: Chivaman @@ -36,6 +36,11 @@ conditions: pattern: edge2020 required: false type: release_group +- name: noxxus + type: release_group + required: false + negate: false + pattern: noxxus - name: R1GY3B negate: false pattern: R1GY3B diff --git a/custom_formats/1080p Efficient Movie WEB Tier 4.yml b/custom_formats/1080p Efficient Movie WEB Tier 4.yml index 5f2c695..9c78b41 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 4.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 4.yml @@ -26,6 +26,11 @@ conditions: required: false source: webrip type: source +- name: noxxus + type: release_group + required: false + negate: false + pattern: noxxus - name: SARTRE negate: false pattern: SARTRE diff --git a/custom_formats/1080p Efficient TV WEB Tier 4.yml b/custom_formats/1080p Efficient TV WEB Tier 4.yml index 116d73e..3c3ed7c 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 4.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 4.yml @@ -41,6 +41,11 @@ conditions: pattern: dkore required: false type: release_group +- name: noxxus + type: release_group + required: false + negate: false + pattern: noxxus - name: Ralphy negate: false pattern: Ralphy diff --git a/regex_patterns/noxxus.yml b/regex_patterns/noxxus.yml new file mode 100644 index 0000000..10c35a7 --- /dev/null +++ b/regex_patterns/noxxus.yml @@ -0,0 +1,7 @@ +name: noxxus +pattern: (?<=^|[\s.-])noxxus\b +description: '' +tags: +- Release Group +- Bluray +tests: [] From 68327f89fea2c389bf0a57a26639e633aaaf90b0 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 15 Dec 2025 16:23:28 -0600 Subject: [PATCH 23/95] tweak(format): Tweak Ben The Men Regex to block more Variations --- regex_patterns/BTM.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex_patterns/BTM.yml b/regex_patterns/BTM.yml index f3b5e39..c66ffdf 100644 --- a/regex_patterns/BTM.yml +++ b/regex_patterns/BTM.yml @@ -1,5 +1,5 @@ name: BTM -pattern: (?<=^|[\s.-])BTM\b +pattern: (?<=^|[\s.-])(BEN THE MEN|BEN|BTM)\b description: '' tags: - Release Group From 639e2530077c9897b923fef0e7a1ecf34520f933 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 15 Dec 2025 16:39:00 -0600 Subject: [PATCH 24/95] tweak(profile): Remove Banned Groups (Title) Test --- profiles/1080p Balanced.yml | 2 -- profiles/1080p Compact.yml | 2 -- profiles/1080p Efficient.yml | 2 -- profiles/1080p Quality HDR.yml | 2 -- profiles/1080p Quality.yml | 2 -- profiles/1080p Remux.yml | 2 -- profiles/2160p Balanced.yml | 2 -- profiles/2160p Efficient.yml | 2 -- profiles/2160p Quality.yml | 2 -- profiles/2160p Remux.yml | 2 -- profiles/720p Quality.yml | 2 -- 11 files changed, 22 deletions(-) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 428ce7a..34d7e4b 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -151,8 +151,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned WEBRip score: -999999 - name: BCORE diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 59a13a2..868fdc9 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -162,8 +162,6 @@ custom_formats: score: -999999 - name: Banned Groups (Efficient) score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned WEBRip (Efficient) score: -999999 - name: BCORE diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index f1e8135..a91d87b 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -171,8 +171,6 @@ custom_formats: score: -999999 - name: Banned Groups (Efficient) score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned WEBRip (Efficient) score: -999999 - name: BCORE diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index a944128..6635a51 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -179,8 +179,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned UHD Bluray score: -999999 - name: Banned WEBRip diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index e650f16..9421371 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -160,8 +160,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned WEBRip score: -999999 - name: BCORE diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 3b64f42..a10a55d 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -205,8 +205,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned Remux score: -999999 - name: Banned UHD Bluray diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 06e8159..00bba5b 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -189,8 +189,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned UHD Bluray score: -999999 - name: Banned WEBRip diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index ef34035..d60499d 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -170,8 +170,6 @@ custom_formats: score: -999999 - name: Banned Groups (Efficient) score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned WEBRip (Efficient) score: -999999 - name: Dolby Vision (Without Fallback) diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 7eb2c08..1b6111f 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -209,8 +209,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned UHD Bluray score: -999999 - name: Banned WEBRip diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index d3812bf..27956cb 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -221,8 +221,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned Remux score: -999999 - name: Banned UHD Bluray diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 306b9fd..089c597 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -142,8 +142,6 @@ custom_formats: score: -999999 - name: Banned Groups score: -999999 -- name: Banned Groups (Title) - score: -999999 - name: Banned WEBRip score: -999999 - name: BCORE From 3f8254ef8aec821acc09a5b713a86d0dc330778a Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 17 Dec 2025 15:13:50 -0600 Subject: [PATCH 25/95] tweak(format): Add PuTao to 1080/720p Tier 6 --- custom_formats/1080p Quality Tier 6.yml | 9 +++++++-- custom_formats/720p Quality Tier 6.yml | 5 +++++ regex_patterns/PuTao.yml | 7 +++++++ regex_patterns/UHD Bluray Release Groups.yml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 regex_patterns/PuTao.yml diff --git a/custom_formats/1080p Quality Tier 6.yml b/custom_formats/1080p Quality Tier 6.yml index 62dff2e..df740bc 100644 --- a/custom_formats/1080p Quality Tier 6.yml +++ b/custom_formats/1080p Quality Tier 6.yml @@ -42,10 +42,10 @@ conditions: required: false type: release_group - name: HaB - type: release_group - required: false negate: false pattern: HaB + required: false + type: release_group - name: HANDJOB negate: false pattern: HANDJOB @@ -111,6 +111,11 @@ conditions: pattern: PTP required: false type: release_group +- name: PuTao + type: release_group + required: false + negate: false + pattern: PuTao - name: ROCiNANTE negate: false pattern: ROCiNANTE diff --git a/custom_formats/720p Quality Tier 6.yml b/custom_formats/720p Quality Tier 6.yml index 2304f67..ad22467 100644 --- a/custom_formats/720p Quality Tier 6.yml +++ b/custom_formats/720p Quality Tier 6.yml @@ -76,6 +76,11 @@ conditions: pattern: PTP required: false type: release_group +- name: PuTao + type: release_group + required: false + negate: false + pattern: PuTao - name: Slappy negate: false pattern: Slappy diff --git a/regex_patterns/PuTao.yml b/regex_patterns/PuTao.yml new file mode 100644 index 0000000..88be7ad --- /dev/null +++ b/regex_patterns/PuTao.yml @@ -0,0 +1,7 @@ +name: PuTao +pattern: (?<=^|[\s.-])PuTao\b +description: '' +tags: +- Release Group +- Bluray +tests: [] diff --git a/regex_patterns/UHD Bluray Release Groups.yml b/regex_patterns/UHD Bluray Release Groups.yml index 6eb17c7..e5a40dc 100644 --- a/regex_patterns/UHD Bluray Release Groups.yml +++ b/regex_patterns/UHD Bluray Release Groups.yml @@ -1,5 +1,5 @@ name: UHD Bluray Release Groups -pattern: (?<=^|[\s.-])(AJP69|ATELiER|BMF|BRUTE|BSTD|BV|c0kE|Chotab|CJ|coffee|CRiSC|CRX|CtrlHD|Dariush|de[42]|decibel|DON|D-Z0N3|E.N.D|E1|EA|EDPH|EbP|ESiR|EXCiSION|FoRM|FraMeSToR|GALAXY|Geek|GS88|hdalx|HDMaNiAcS|HiDt|HiFi|HiP|IDE|iFT|KASHMiR|Kitsune|LiNG|LolHD|LoRD|luvBB|NCmt|NiBuRu|nmd|NTb|NyHD|ORiGEN|Penumbra|playHD|Positive|PTer|REBORN|RiCO|rightSIZE|RO|rttr|SA89|SaNcTi|SbR|SiMPLE|SoLaR|SOP|SPHD|TayTo|TBB|TDD|TeamSyndicate|TnP|VLAD|VietHD|W4NK3R|WiLF|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\b +pattern: (?<=^|[\s.-])(AJP69|ATELiER|BMF|BRUTE|BSTD|BV|c0kE|Chotab|CJ|coffee|CRiSC|CRX|CtrlHD|Dariush|de[42]|decibel|DON|D-Z0N3|E.N.D|E1|EA|EDPH|EbP|ESiR|EXCiSION|FoRM|FraMeSToR|GALAXY|Geek|GS88|hdalx|HDMaNiAcS|HiDt|HiFi|HiP|IDE|iFT|KASHMiR|Kitsune|LiNG|LolHD|LoRD|luvBB|NCmt|NiBuRu|nmd|NTb|NyHD|ORiGEN|Penumbra|playHD|Positive|PTer|PuTao|REBORN|RiCO|rightSIZE|RO|rttr|SA89|SaNcTi|SbR|SiMPLE|SoLaR|SOP|SPHD|TayTo|TBB|TDD|TeamSyndicate|TnP|VLAD|VietHD|W4NK3R|WiLF|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\b description: Match release groups who should be categorized as UHD Bluray tags: [] tests: [] From 0eb9331844ef038de9073788976c9eae47e33a2b Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 17 Dec 2025 21:40:13 -0600 Subject: [PATCH 26/95] tweak(profile): Update Compact Description for Refactor --- profiles/1080p Compact.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 868fdc9..c4d239d 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,14 +1,14 @@ name: 1080p Compact -description: '1080p Compact seeks to target a balance of size and quality with x265 - Bluray and WEB encodes +description: 'Do not Use. Soon I will be turning the Compact profile into the "junk" + profile whereby restricting the sizes it takes considerably. Ideally targeting Movies + at under 6gb and TV Shows at less then 1gb per ep. Adding in HDTV and SDTV for better + compatibility with older movies and TV shows. If you are currently using the Compact + profile I highly suggest switching over to the Efficient profile as they are very + similar you shouldn''t notice much difference. - - 1080p Bluray and WEB x265 - - - Fallbacks in Place for Proper Quality Progression - - - 1080p Bluray HEVC > 1080p WEB HEVC > 1080p WEB-DL > 720p Bluray > 720p WEB-DL - > 480p WEB-DL > DVD' + Once this profile is ready to use again this message will change and revert back + to the profile description.' tags: - 1080p - Compact Focused From c156dfadd0ad3916da7b1c7359ccef813b57cfc7 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 17:53:21 -0600 Subject: [PATCH 27/95] tweak(profile): Refactor Source and Release Group Tiers Compact - DO NOT USE COMPACT PROFILE TESTING ONLY --- custom_formats/1080p HDTV Tier 1.yml | 26 +++++ custom_formats/1080p HDTV.yml | 16 +++ custom_formats/720p HDTV Tier 1.yml | 26 +++++ custom_formats/720p HDTV.yml | 16 +++ custom_formats/SDTV Tier 1.yml | 31 ++++++ custom_formats/SDTV.yml | 11 ++ profiles/1080p Balanced.yml | 2 +- profiles/1080p Compact.yml | 160 +++++++++++---------------- profiles/1080p Efficient.yml | 2 +- profiles/1080p Quality HDR.yml | 2 +- profiles/1080p Quality.yml | 2 +- profiles/1080p Remux.yml | 2 +- profiles/2160p Balanced.yml | 2 +- profiles/2160p Efficient.yml | 2 +- profiles/2160p Quality.yml | 2 +- profiles/2160p Remux.yml | 2 +- profiles/720p Quality.yml | 2 +- 17 files changed, 198 insertions(+), 108 deletions(-) create mode 100644 custom_formats/1080p HDTV Tier 1.yml create mode 100644 custom_formats/1080p HDTV.yml create mode 100644 custom_formats/720p HDTV Tier 1.yml create mode 100644 custom_formats/720p HDTV.yml create mode 100644 custom_formats/SDTV Tier 1.yml create mode 100644 custom_formats/SDTV.yml diff --git a/custom_formats/1080p HDTV Tier 1.yml b/custom_formats/1080p HDTV Tier 1.yml new file mode 100644 index 0000000..1a69413 --- /dev/null +++ b/custom_formats/1080p HDTV Tier 1.yml @@ -0,0 +1,26 @@ +name: 1080p HDTV Tier 1 +description: Matches 1080p HDTV. +tags: +- Release Group Tier +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +- name: NTb + negate: false + pattern: NTb + required: false + type: release_group +- name: CtrlHD + negate: false + pattern: CtrlHD + required: false + type: release_group +tests: [] diff --git a/custom_formats/1080p HDTV.yml b/custom_formats/1080p HDTV.yml new file mode 100644 index 0000000..1a4c938 --- /dev/null +++ b/custom_formats/1080p HDTV.yml @@ -0,0 +1,16 @@ +name: 1080p HDTV +description: Matches 1080p HDTV. +tags: +- Source +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +tests: [] diff --git a/custom_formats/720p HDTV Tier 1.yml b/custom_formats/720p HDTV Tier 1.yml new file mode 100644 index 0000000..1f6501b --- /dev/null +++ b/custom_formats/720p HDTV Tier 1.yml @@ -0,0 +1,26 @@ +name: 720p HDTV Tier 1 +description: Matches 720p HDTV. +tags: +- Release Group Tier +conditions: +- name: 720p + negate: false + required: true + resolution: 720p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +- name: NTb + negate: false + pattern: NTb + required: false + type: release_group +- name: CtrlHD + negate: false + pattern: CtrlHD + required: false + type: release_group +tests: [] diff --git a/custom_formats/720p HDTV.yml b/custom_formats/720p HDTV.yml new file mode 100644 index 0000000..64cf057 --- /dev/null +++ b/custom_formats/720p HDTV.yml @@ -0,0 +1,16 @@ +name: 720p HDTV +description: Matches 720p HDTV. +tags: +- Source +conditions: +- name: 720p + negate: false + required: true + resolution: 720p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +tests: [] diff --git a/custom_formats/SDTV Tier 1.yml b/custom_formats/SDTV Tier 1.yml new file mode 100644 index 0000000..cb8e68c --- /dev/null +++ b/custom_formats/SDTV Tier 1.yml @@ -0,0 +1,31 @@ +name: SDTV Tier 1 +description: Matches SDTV. +tags: +- Release Group Tier +conditions: +- name: SDTV + negate: false + required: true + source: television + type: source +- name: Not 1080p + type: resolution + required: true + negate: true + resolution: 1080p +- name: Not 720p + type: resolution + required: true + negate: true + resolution: 720p +- name: NTb + negate: false + pattern: NTb + required: false + type: release_group +- name: CtrlHD + negate: false + pattern: CtrlHD + required: false + type: release_group +tests: [] diff --git a/custom_formats/SDTV.yml b/custom_formats/SDTV.yml new file mode 100644 index 0000000..e1a1255 --- /dev/null +++ b/custom_formats/SDTV.yml @@ -0,0 +1,11 @@ +name: SDTV +description: Matches SDTV. +tags: +- Source +conditions: +- name: SDTV + negate: false + required: true + source: television + type: source +tests: [] diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 34d7e4b..e9a86e9 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -18,7 +18,7 @@ tags: - h264 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 1080p WEB-DL diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index c4d239d..6d1e739 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -17,85 +17,85 @@ tags: - x265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: -- name: 1080p WEB-DL (h264) - score: 280000 - name: 720p WEB-DL - score: 240000 + score: 580000 - name: 720p Bluray - score: 180000 + score: 460000 - name: 720p WEBRip - score: 180000 + score: 460000 +- name: 1080p HDTV + score: 340000 +- name: 720p HDTV + score: 240000 - name: 576p Bluray - score: 120000 + score: 160000 - name: 720p Quality Tier 1 - score: 85000 + score: 145000 - name: 720p Quality Tier 2 - score: 84000 + score: 144000 - name: 720p Quality Tier 3 - score: 83000 + score: 143000 - name: 720p Quality Tier 4 - score: 82000 + score: 142000 - name: 720p Quality Tier 5 - score: 81000 -- name: 480p Bluray - score: 80000 + score: 141000 - name: 720p Quality Tier 6 - score: 80000 + score: 140000 +- name: 720p Balanced Tier 1 + score: 120000 +- name: 1080p HDTV Tier 1 + score: 100000 +- name: 480p Bluray + score: 100000 - name: 480p WEB-DL - score: 60000 + score: 80000 +- name: 720p HDTV Tier 1 + score: 80000 - name: 576p Quality Tier 1 - score: 43000 + score: 63000 - name: 576p Quality Tier 2 - score: 42000 + score: 62000 - name: 576p Quality Tier 3 - score: 41000 + score: 61000 - name: 576p Quality Tier 4 - score: 40000 + score: 60000 - name: 480p Quality Tier 1 - score: 23000 + score: 43000 - name: 480p Quality Tier 2 - score: 22000 + score: 42000 - name: 480p Quality Tier 3 - score: 21000 + score: 41000 - name: 480p Quality Tier 4 - score: 20000 + score: 40000 - name: DVD - score: 20000 + score: 40000 +- name: SD Quality Tier 1 + score: 21000 - name: DVD Remux score: 20000 -- name: SD Quality Tier 1 - score: 11000 - name: SD Quality Tier 2 + score: 20000 +- name: SDTV + score: 20000 +- name: SDTV Tier 1 score: 10000 -- name: Dolby Vision - score: 3000 - name: DSNP score: 3000 - name: ATVP score: 2000 -- name: HDR10+ - score: 2000 - name: HMAX score: 2000 - name: MAX score: 2000 - name: DS4K 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: FLAC score: 800 - name: DTS-HD HRA @@ -166,14 +166,24 @@ custom_formats: score: -999999 - name: BCORE score: -999999 -- name: Dolby Vision (Without Fallback) +- name: Dolby Vision score: -999999 - name: Full Disc score: -999999 - name: h265 (Efficient) score: -999999 +- name: HDR + score: -999999 +- name: HDR10 + score: -999999 +- name: HDR10+ + score: -999999 +- name: HLG + score: -999999 - name: Lossless Audio score: -999999 +- name: PQ + score: -999999 - name: Remux score: -999999 - name: UHD Bluray (Efficient) @@ -187,40 +197,22 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: -- name: 1080p WEB-DL HEVC Tier 1 - score: 340000 -- name: 1080p Compact Movie Bluray Tier 1 - score: 323000 +- name: 1080p Balanced Tier 1 + score: 621000 +- name: 1080p Balanced Tier 2 + score: 620000 +- name: 1080p WEB-DL (h264) + score: 620000 - name: QxR Bluray score: 323000 -- name: 1080p Compact Movie Bluray Tier 2 - score: 322000 - name: Vialle Bluray score: 322000 -- name: 1080p Compact Movie Bluray Tier 3 - score: 321000 -- name: 1080p Compact Movie Bluray Tier 4 - score: 320000 -- name: 1080p Compact Movie WEB Tier 1 - score: 303000 - name: QxR WEB score: 303000 - name: TAoE WEB score: 303000 - name: Weasley WEB score: 303000 -- name: 1080p Compact Movie WEB Tier 2 - score: 302000 -- name: 1080p Compact Movie WEB Tier 3 - score: 301000 -- name: 1080p Compact Movie WEB Tier 4 - score: 300000 -- name: 1080p Balanced Tier 1 - score: 281000 -- name: 1080p Balanced Tier 2 - score: 280000 -- name: 720p Balanced Tier 1 - score: 60000 - name: MA score: 4000 - name: AMZN @@ -233,8 +225,6 @@ custom_formats_radarr: score: -999999 - name: B&W score: -999999 -- name: Extras - score: -999999 - name: Full Disc (Quality Match) score: -999999 - name: Remux (Quality Match) @@ -244,20 +234,8 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: -- name: 1080p Compact TV Bluray Tier 1 - score: 324000 - name: QxR Bluray score: 324000 -- name: 1080p Compact TV Bluray Tier 2 - score: 323000 -- name: 1080p Compact TV Bluray Tier 3 - score: 322000 -- name: 1080p Compact TV Bluray Tier 4 - score: 321000 -- name: 1080p Compact TV Bluray Tier 5 - score: 320000 -- name: 1080p Compact TV WEB Tier 1 - score: 309000 - name: QxR WEB score: 309000 - name: TAoE WEB @@ -266,32 +244,12 @@ custom_formats_sonarr: score: 309000 - name: Weasley WEB score: 309000 -- name: 1080p Compact TV WEB Tier 2 - score: 308000 -- name: 1080p Compact TV WEB Tier 3 - score: 307000 -- name: 1080p Compact TV WEB Tier 4 - score: 306000 -- name: 1080p Compact TV Bluray Tier 6 - score: 305000 -- name: 1080p Compact TV Bluray Tier 7 - score: 304000 -- name: 1080p Compact TV WEB Tier 5 - score: 303000 -- name: 1080p Compact TV WEB Tier 6 - score: 302000 -- name: 1080p Compact TV Bluray Tier 8 - score: 301000 -- name: 1080p Compact TV WEB Tier 7 - score: 300000 - name: Season Pack score: 10 - name: AMZN score: -1000 - name: Remux (Source) score: -999999 -- name: TV Extras - score: -999999 - name: Upscaled score: -999999 qualities: @@ -317,6 +275,10 @@ qualities: name: WEBDL-720p - id: 15 name: WEBRip-720p +- id: 12 + name: HDTV-1080p +- id: 16 + name: HDTV-720p - id: -3 name: 480p Quality description: Standard Definition Fallbacks @@ -329,6 +291,8 @@ qualities: name: WEBDL-480p - id: 22 name: DVD +- id: 24 + name: SDTV upgrade_until: id: -1 name: 1080p Compact diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index a91d87b..ee9a779 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -16,7 +16,7 @@ tags: - x265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 1080p Bluray HEVC Tier 1 diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 6635a51..5bdae9b 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -12,7 +12,7 @@ tags: - x265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: UHD Bluray diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 9421371..129cc9a 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -11,7 +11,7 @@ tags: - h264 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 1080p WEB-DL diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index a10a55d..27f5b62 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -18,7 +18,7 @@ tags: - x265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 1080p Remux diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 00bba5b..2c4c4c8 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -12,7 +12,7 @@ tags: - h265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 2160p WEB-DL diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index d60499d..b6b1d36 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -17,7 +17,7 @@ tags: - x265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 2160p WEB-DL (Efficient) diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 1b6111f..90b7257 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -18,7 +18,7 @@ tags: - h265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 2160p Quality Tier 1 diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 27956cb..605e43d 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -18,7 +18,7 @@ tags: - x265 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 2160p Remux diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 089c597..3e1a974 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -11,7 +11,7 @@ tags: - h264 upgradesAllowed: true minCustomFormatScore: 20000 -upgradeUntilScore: 600000 +upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: - name: 720p WEB-DL From 860e7b1265bf520696f72da3fdb98e0de2731fd9 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 17:53:31 -0600 Subject: [PATCH 28/95] tweak(format): SDTV Changes --- custom_formats/SDTV.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom_formats/SDTV.yml b/custom_formats/SDTV.yml index e1a1255..80a7d73 100644 --- a/custom_formats/SDTV.yml +++ b/custom_formats/SDTV.yml @@ -8,4 +8,14 @@ conditions: required: true source: television type: source +- name: Not 1080p + type: resolution + required: true + negate: true + resolution: 1080p +- name: Not 720p + type: resolution + required: true + negate: true + resolution: 720p tests: [] From 641d460e174d56103b597800c5b01c842d47a3ce Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 18:51:54 -0600 Subject: [PATCH 29/95] tweak(format): Reorganize Compact TV Bluray Tiers --- .../1080p Compact TV Bluray Tier 1.yml | 19 ++- .../1080p Compact TV Bluray Tier 2.yml | 18 +-- .../1080p Compact TV Bluray Tier 3.yml | 102 ------------- .../1080p Compact TV Bluray Tier 4.yml | 142 ------------------ .../1080p Compact TV Bluray Tier 5.yml | 102 ------------- .../1080p Compact TV Bluray Tier 6.yml | 102 ------------- .../1080p Compact TV Bluray Tier 7.yml | 112 -------------- .../1080p Compact TV Bluray Tier 8.yml | 107 ------------- 8 files changed, 21 insertions(+), 683 deletions(-) delete mode 100644 custom_formats/1080p Compact TV Bluray Tier 3.yml delete mode 100644 custom_formats/1080p Compact TV Bluray Tier 4.yml delete mode 100644 custom_formats/1080p Compact TV Bluray Tier 5.yml delete mode 100644 custom_formats/1080p Compact TV Bluray Tier 6.yml delete mode 100644 custom_formats/1080p Compact TV Bluray Tier 7.yml delete mode 100644 custom_formats/1080p Compact TV Bluray Tier 8.yml diff --git a/custom_formats/1080p Compact TV Bluray Tier 1.yml b/custom_formats/1080p Compact TV Bluray Tier 1.yml index 96b4a1b..e1016fb 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 1.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 1.yml @@ -21,9 +21,24 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: QxR +- name: iVy negate: false - pattern: QxR + pattern: iVy + required: false + type: release_group +- name: KONTRAST + negate: false + pattern: KONTRAST + required: false + type: release_group +- name: PHOCiS + negate: false + pattern: PHOCiS + required: false + type: release_group +- name: YAWNiX + negate: false + pattern: YAWNiX required: false type: release_group tests: diff --git a/custom_formats/1080p Compact TV Bluray Tier 2.yml b/custom_formats/1080p Compact TV Bluray Tier 2.yml index 4e8c065..2a69e76 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 2.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 2.yml @@ -21,24 +21,14 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: DarQ +- name: Megusta negate: false - pattern: DarQ + pattern: MeGusta required: false type: release_group -- name: dkore +- name: PSA negate: false - pattern: dkore - required: false - type: release_group -- name: GRiMM - negate: false - pattern: GRiMM - required: false - type: release_group -- name: MNHD - negate: false - pattern: MNHD + pattern: PSA required: false type: release_group tests: diff --git a/custom_formats/1080p Compact TV Bluray Tier 3.yml b/custom_formats/1080p Compact TV Bluray Tier 3.yml deleted file mode 100644 index 544fff7..0000000 --- a/custom_formats/1080p Compact TV Bluray Tier 3.yml +++ /dev/null @@ -1,102 +0,0 @@ -name: 1080p Compact TV Bluray Tier 3 -description: Matches release groups who fall under 1080p Compact Bluray Tier 3 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: LSt - negate: false - pattern: LSt - 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/1080p Compact TV Bluray Tier 4.yml b/custom_formats/1080p Compact TV Bluray Tier 4.yml deleted file mode 100644 index 818ffed..0000000 --- a/custom_formats/1080p Compact TV Bluray Tier 4.yml +++ /dev/null @@ -1,142 +0,0 @@ -name: 1080p Compact TV Bluray Tier 4 -description: Matches release groups who fall under 1080p Compact Bluray Tier 4 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: bluegreeen - negate: false - pattern: bluegreeen - required: false - type: release_group -- name: cXcY - negate: false - pattern: cXcY - required: false - type: release_group -- name: edge2020 - negate: false - pattern: edge2020 - required: false - type: release_group -- name: noxxus - type: release_group - required: false - negate: false - pattern: noxxus -- name: R1GY3B - negate: false - pattern: R1GY3B - required: false - type: release_group -- name: Ralphy - negate: false - pattern: Ralphy - required: false - type: release_group -- name: TimeDistortion - negate: false - pattern: TimeDistortion - required: false - type: release_group -- name: ToNaTo - negate: false - pattern: ToNaTo - required: false - type: release_group -- name: YELLO - negate: false - pattern: YELLO - 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/1080p Compact TV Bluray Tier 5.yml b/custom_formats/1080p Compact TV Bluray Tier 5.yml deleted file mode 100644 index 5fed579..0000000 --- a/custom_formats/1080p Compact TV Bluray Tier 5.yml +++ /dev/null @@ -1,102 +0,0 @@ -name: 1080p Compact TV Bluray Tier 5 -description: Matches release groups who fall under 1080p Compact Bluray Tier 5 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- 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/1080p Compact TV Bluray Tier 6.yml b/custom_formats/1080p Compact TV Bluray Tier 6.yml deleted file mode 100644 index 35e7f8e..0000000 --- a/custom_formats/1080p Compact TV Bluray Tier 6.yml +++ /dev/null @@ -1,102 +0,0 @@ -name: 1080p Compact TV Bluray Tier 6 -description: Matches release groups who fall under 1080p Compact Bluray Tier 6 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: KONTRAST - negate: false - pattern: KONTRAST - 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/1080p Compact TV Bluray Tier 7.yml b/custom_formats/1080p Compact TV Bluray Tier 7.yml deleted file mode 100644 index e6a2ed4..0000000 --- a/custom_formats/1080p Compact TV Bluray Tier 7.yml +++ /dev/null @@ -1,112 +0,0 @@ -name: 1080p Compact TV Bluray Tier 7 -description: Matches release groups who fall under 1080p Compact Bluray Tier 7 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: iVy - negate: false - pattern: iVy - required: false - type: release_group -- name: PHOCiS - negate: false - pattern: PHOCiS - required: false - type: release_group -- name: YAWNiX - negate: false - pattern: YAWNiX - 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/1080p Compact TV Bluray Tier 8.yml b/custom_formats/1080p Compact TV Bluray Tier 8.yml deleted file mode 100644 index 920be96..0000000 --- a/custom_formats/1080p Compact TV Bluray Tier 8.yml +++ /dev/null @@ -1,107 +0,0 @@ -name: 1080p Compact TV Bluray Tier 8 -description: Matches release groups who fall under 1080p Compact Bluray Tier 8 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: Megusta - negate: false - pattern: MeGusta - required: false - type: release_group -- name: PSA - negate: false - pattern: PSA - 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 From 9119af3fb5ed2c2cba7c5aafcf7f6b611432c68d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 18:52:08 -0600 Subject: [PATCH 30/95] tweak(format): Reorganize Compact TV Bluray Tiers --- custom_formats/1080p Compact TV Bluray Tier 2.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_formats/1080p Compact TV Bluray Tier 2.yml b/custom_formats/1080p Compact TV Bluray Tier 2.yml index 2a69e76..b58e275 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 2.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 2.yml @@ -21,11 +21,6 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: Megusta - negate: false - pattern: MeGusta - required: false - type: release_group - name: PSA negate: false pattern: PSA From cd9885cef7bd5668d0a0aef7031acd5281f5af60 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 20:52:46 -0600 Subject: [PATCH 31/95] tweak(profile): Score Compact TV Tiers --- profiles/1080p Compact.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 6d1e739..b7eccc7 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -90,8 +90,6 @@ custom_formats: score: 2000 - name: MAX score: 2000 -- name: DS4K - score: 1000 - name: iT score: 1000 - name: NF @@ -234,6 +232,24 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: +- name: 1080p Compact TV Bluray Tier 1 + score: 661000 +- name: 1080p Compact TV Bluray Tier 2 + score: 647000 +- name: 1080p Compact TV WEB Tier 1 + score: 646000 +- name: 1080p Compact TV WEB Tier 2 + score: 645000 +- name: 1080p Compact TV WEB Tier 3 + score: 644000 +- name: 1080p Compact TV WEB Tier 4 + score: 643000 +- name: 1080p Compact TV WEB Tier 5 + score: 642000 +- name: 1080p Compact TV WEB Tier 6 + score: 641000 +- name: 1080p Compact TV WEB Tier 7 + score: 640000 - name: QxR Bluray score: 324000 - name: QxR WEB From ac8eb5c779e3524b4b099cce036d96401e4a2bda Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 20:57:17 -0600 Subject: [PATCH 32/95] tweak(format): Tweak Compact TV Tiers --- .../1080p Compact TV WEB Tier 5.yml | 20 ++++ .../1080p Compact TV WEB Tier 6.yml | 18 +-- .../1080p Compact TV WEB Tier 7.yml | 112 ------------------ profiles/1080p Compact.yml | 18 ++- 4 files changed, 32 insertions(+), 136 deletions(-) delete mode 100644 custom_formats/1080p Compact TV WEB Tier 7.yml diff --git a/custom_formats/1080p Compact TV WEB Tier 5.yml b/custom_formats/1080p Compact TV WEB Tier 5.yml index f44bed4..4815362 100644 --- a/custom_formats/1080p Compact TV WEB Tier 5.yml +++ b/custom_formats/1080p Compact TV WEB Tier 5.yml @@ -26,11 +26,31 @@ conditions: required: false source: webrip type: source +- name: HODL + negate: false + pattern: HODL + required: false + type: release_group +- name: iVy + negate: false + pattern: iVy + required: false + type: release_group - name: KONTRAST negate: false pattern: KONTRAST required: false type: release_group +- name: PHOCiS + negate: false + pattern: PHOCiS + required: false + type: release_group +- name: YAWNiX + negate: false + pattern: YAWNiX + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Compact TV WEB Tier 6.yml b/custom_formats/1080p Compact TV WEB Tier 6.yml index 0346a98..404a1e2 100644 --- a/custom_formats/1080p Compact TV WEB Tier 6.yml +++ b/custom_formats/1080p Compact TV WEB Tier 6.yml @@ -26,24 +26,14 @@ conditions: required: false source: webrip type: source -- name: HODL +- name: Megusta negate: false - pattern: HODL + pattern: MeGusta required: false type: release_group -- name: iVy +- name: PSA negate: false - pattern: iVy - required: false - type: release_group -- name: PHOCiS - negate: false - pattern: PHOCiS - required: false - type: release_group -- name: YAWNiX - negate: false - pattern: YAWNiX + pattern: PSA required: false type: release_group tests: diff --git a/custom_formats/1080p Compact TV WEB Tier 7.yml b/custom_formats/1080p Compact TV WEB Tier 7.yml deleted file mode 100644 index 8b8e17a..0000000 --- a/custom_formats/1080p Compact TV WEB Tier 7.yml +++ /dev/null @@ -1,112 +0,0 @@ -name: 1080p Compact TV WEB Tier 7 -description: Matches release groups who fall under 1080p Compact WEB Tier 7 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: WEB-DL - negate: false - required: false - source: web_dl - type: source -- name: WEBRip - negate: false - required: false - source: webrip - type: source -- name: Megusta - negate: false - pattern: MeGusta - required: false - type: release_group -- name: PSA - negate: false - pattern: PSA - 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/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index b7eccc7..168fcb5 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -232,23 +232,21 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: -- name: 1080p Compact TV Bluray Tier 1 - score: 661000 -- name: 1080p Compact TV Bluray Tier 2 - score: 647000 - name: 1080p Compact TV WEB Tier 1 - score: 646000 + score: 647000 - name: 1080p Compact TV WEB Tier 2 - score: 645000 + score: 646000 - name: 1080p Compact TV WEB Tier 3 - score: 644000 + score: 645000 - name: 1080p Compact TV WEB Tier 4 + score: 644000 +- name: 1080p Compact TV Bluray Tier 1 score: 643000 -- name: 1080p Compact TV WEB Tier 5 +- name: 1080p Compact TV Bluray Tier 2 score: 642000 -- name: 1080p Compact TV WEB Tier 6 +- name: 1080p Compact TV WEB Tier 5 score: 641000 -- name: 1080p Compact TV WEB Tier 7 +- name: 1080p Compact TV WEB Tier 6 score: 640000 - name: QxR Bluray score: 324000 From 9aa38467915dcdf6a322f09016ce570eee397662 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 21:02:00 -0600 Subject: [PATCH 33/95] tweak(profile): Edit Compact TV Score --- profiles/1080p Compact.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 168fcb5..919dec3 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -234,6 +234,14 @@ custom_formats_radarr: custom_formats_sonarr: - name: 1080p Compact TV WEB Tier 1 score: 647000 +- name: QxR WEB + score: 647000 +- name: TAoE WEB + score: 647000 +- name: Vialle WEB + score: 647000 +- name: Weasley WEB + score: 647000 - name: 1080p Compact TV WEB Tier 2 score: 646000 - name: 1080p Compact TV WEB Tier 3 @@ -248,16 +256,6 @@ custom_formats_sonarr: score: 641000 - name: 1080p Compact TV WEB Tier 6 score: 640000 -- name: QxR Bluray - score: 324000 -- name: QxR WEB - score: 309000 -- name: TAoE WEB - score: 309000 -- name: Vialle WEB - score: 309000 -- name: Weasley WEB - score: 309000 - name: Season Pack score: 10 - name: AMZN From dac666bd640e796fc3c4938e2acbd9f039e36421 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 18 Dec 2025 21:14:22 -0600 Subject: [PATCH 34/95] tweak(regex): Edit Compact Movie Tiers Slightly --- .../1080p Compact Movie Bluray Tier 1.yml | 102 ------------------ profiles/1080p Compact.yml | 6 +- 2 files changed, 4 insertions(+), 104 deletions(-) delete mode 100644 custom_formats/1080p Compact Movie Bluray Tier 1.yml diff --git a/custom_formats/1080p Compact Movie Bluray Tier 1.yml b/custom_formats/1080p Compact Movie Bluray Tier 1.yml deleted file mode 100644 index a24f3f3..0000000 --- a/custom_formats/1080p Compact Movie Bluray Tier 1.yml +++ /dev/null @@ -1,102 +0,0 @@ -name: 1080p Compact Movie Bluray Tier 1 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 1 -tags: -- Release Group Tier -- 1080p -- Compact -- Movie -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: QxR - negate: false - pattern: QxR - 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/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 919dec3..1dd99e0 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -195,14 +195,16 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: +- name: 1080p Bluray HEVC Tier 1 + score: 680000 +- name: 1080p WEB-DL HEVC Tier 1 + score: 660000 - name: 1080p Balanced Tier 1 score: 621000 - name: 1080p Balanced Tier 2 score: 620000 - name: 1080p WEB-DL (h264) score: 620000 -- name: QxR Bluray - score: 323000 - name: Vialle Bluray score: 322000 - name: QxR WEB From 52eb28a00cccd36fc129746ee951c2ef745c5320 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 13:16:05 -0600 Subject: [PATCH 35/95] tweak(format): Remake Compact Tier 1 --- .../1080p Compact Movie Bluray Tier 1.yml | 107 ++++++++++++++++++ .../1080p Compact Movie WEB Tier 4.yml | 9 +- 2 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 custom_formats/1080p Compact Movie Bluray Tier 1.yml diff --git a/custom_formats/1080p Compact Movie Bluray Tier 1.yml b/custom_formats/1080p Compact Movie Bluray Tier 1.yml new file mode 100644 index 0000000..4671d25 --- /dev/null +++ b/custom_formats/1080p Compact Movie Bluray Tier 1.yml @@ -0,0 +1,107 @@ +name: 1080p Compact Movie Bluray Tier 1 +description: Matches release groups who fall under 1080p Compact Bluray Tier 1 +tags: +- Release Group Tier +- 1080p +- Compact +- Movie +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: QxR + negate: false + pattern: QxR + required: false + type: release_group +- name: TAoE + negate: false + pattern: TAoE + 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/1080p Compact Movie WEB Tier 4.yml b/custom_formats/1080p Compact Movie WEB Tier 4.yml index 596580b..0060918 100644 --- a/custom_formats/1080p Compact Movie WEB Tier 4.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 4.yml @@ -27,10 +27,10 @@ conditions: source: webrip type: source - name: noxxus - type: release_group - required: false negate: false pattern: noxxus + required: false + type: release_group - name: SARTRE negate: false pattern: SARTRE @@ -41,6 +41,11 @@ conditions: pattern: Ralphy required: false type: release_group +- name: Vialle + type: release_group + required: false + negate: false + pattern: Vialle - name: YELLO negate: false pattern: YELLO From 59b51d09578731c3e774b5bee90f5c88acb227cb Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 13:20:11 -0600 Subject: [PATCH 36/95] tweak(profile): Score Compact Movie Tiers --- profiles/1080p Compact.yml | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 1dd99e0..9a904de 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -196,21 +196,43 @@ custom_formats: score: -999999 custom_formats_radarr: - name: 1080p Bluray HEVC Tier 1 - score: 680000 + score: 700000 - name: 1080p WEB-DL HEVC Tier 1 + score: 680000 +- name: 1080p Compact Movie Bluray Tier 1 + score: 663000 +- name: QxR Bluray + score: 663000 +- name: TAoE Bluray + score: 663000 +- name: 1080p Compact Movie Bluray Tier 2 + score: 662000 +- name: Vialle Bluray + score: 662000 +- name: 1080p Compact Movie Bluray Tier 3 + score: 661000 +- name: 1080p Compact Movie Bluray Tier 4 score: 660000 +- name: 1080p Compact Movie WEB Tier 1 + score: 643000 +- name: QxR WEB + score: 643000 +- name: TAoE WEB + score: 643000 +- name: 1080p Compact Movie WEB Tier 2 + score: 642000 +- name: 1080p Compact Movie WEB Tier 3 + score: 641000 +- name: 1080p Compact Movie WEB Tier 4 + score: 640000 +- name: Vialle WEB + score: 640000 - name: 1080p Balanced Tier 1 score: 621000 - name: 1080p Balanced Tier 2 score: 620000 - name: 1080p WEB-DL (h264) score: 620000 -- name: Vialle Bluray - score: 322000 -- name: QxR WEB - score: 303000 -- name: TAoE WEB - score: 303000 - name: Weasley WEB score: 303000 - name: MA From 493cdbc39c80a3ac2bc41bc09b90061dec35120a Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 13:41:50 -0600 Subject: [PATCH 37/95] create(format): HDTV Tiers --- custom_formats/1080p HDTV Tier 1.yml | 15 ++++++---- custom_formats/1080p HDTV Tier 2.yml | 41 ++++++++++++++++++++++++++++ custom_formats/1080p HDTV Tier 3.yml | 21 ++++++++++++++ custom_formats/720p HDTV Tier 1.yml | 28 ++++++++++++++++--- custom_formats/720p HDTV Tier 2.yml | 41 ++++++++++++++++++++++++++++ custom_formats/720p HDTV Tier 3.yml | 21 ++++++++++++++ profiles/1080p Compact.yml | 4 +-- regex_patterns/CBFM.yml | 7 +++++ regex_patterns/DARKFLiX.yml | 7 +++++ regex_patterns/PLUTONiUM.yml | 7 +++++ regex_patterns/ViETNAM.yml | 7 +++++ 11 files changed, 188 insertions(+), 11 deletions(-) create mode 100644 custom_formats/1080p HDTV Tier 2.yml create mode 100644 custom_formats/1080p HDTV Tier 3.yml create mode 100644 custom_formats/720p HDTV Tier 2.yml create mode 100644 custom_formats/720p HDTV Tier 3.yml create mode 100644 regex_patterns/CBFM.yml create mode 100644 regex_patterns/DARKFLiX.yml create mode 100644 regex_patterns/PLUTONiUM.yml create mode 100644 regex_patterns/ViETNAM.yml diff --git a/custom_formats/1080p HDTV Tier 1.yml b/custom_formats/1080p HDTV Tier 1.yml index 1a69413..b4418e6 100644 --- a/custom_formats/1080p HDTV Tier 1.yml +++ b/custom_formats/1080p HDTV Tier 1.yml @@ -13,14 +13,19 @@ conditions: required: true source: television type: source -- name: NTb - negate: false - pattern: NTb - required: false - type: release_group - name: CtrlHD negate: false pattern: CtrlHD required: false type: release_group +- name: EDPH + type: release_group + required: false + negate: false + pattern: EDPH +- name: NTb + negate: false + pattern: NTb + required: false + type: release_group tests: [] diff --git a/custom_formats/1080p HDTV Tier 2.yml b/custom_formats/1080p HDTV Tier 2.yml new file mode 100644 index 0000000..b89bb43 --- /dev/null +++ b/custom_formats/1080p HDTV Tier 2.yml @@ -0,0 +1,41 @@ +name: 1080p HDTV Tier 2 +description: Matches 1080p HDTV. +tags: +- Release Group Tier +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +- name: BTN + type: release_group + required: false + negate: false + pattern: BTN +- name: DARKFLiX + negate: false + pattern: DARKFLiX + required: false + type: release_group +- name: ViETNAM + negate: false + pattern: ViETNAM + required: false + type: release_group +- name: CBFM + negate: false + pattern: CBFM + required: false + type: release_group +- name: PLUTONiUM + negate: false + pattern: PLUTONiUM + required: false + type: release_group +tests: [] diff --git a/custom_formats/1080p HDTV Tier 3.yml b/custom_formats/1080p HDTV Tier 3.yml new file mode 100644 index 0000000..4facec5 --- /dev/null +++ b/custom_formats/1080p HDTV Tier 3.yml @@ -0,0 +1,21 @@ +name: 1080p HDTV Tier 3 +description: Matches 1080p HDTV. +tags: +- Release Group Tier +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +- name: HANDJOB + negate: false + pattern: HANDJOB + required: false + type: release_group +tests: [] diff --git a/custom_formats/720p HDTV Tier 1.yml b/custom_formats/720p HDTV Tier 1.yml index 1f6501b..3b1ef92 100644 --- a/custom_formats/720p HDTV Tier 1.yml +++ b/custom_formats/720p HDTV Tier 1.yml @@ -13,14 +13,34 @@ conditions: required: true source: television type: source -- name: NTb - negate: false - pattern: NTb - required: false +- name: BMF type: release_group + required: false + negate: false + pattern: BMF - name: CtrlHD negate: false pattern: CtrlHD required: false type: release_group +- name: DON + negate: false + pattern: DON + required: false + type: release_group +- name: EbP + negate: false + pattern: EbP + required: false + type: release_group +- name: EDPH + negate: false + pattern: EDPH + required: false + type: release_group +- name: NTb + negate: false + pattern: NTb + required: false + type: release_group tests: [] diff --git a/custom_formats/720p HDTV Tier 2.yml b/custom_formats/720p HDTV Tier 2.yml new file mode 100644 index 0000000..6dd8427 --- /dev/null +++ b/custom_formats/720p HDTV Tier 2.yml @@ -0,0 +1,41 @@ +name: 720p HDTV Tier 2 +description: Matches 720p HDTV. +tags: +- Release Group Tier +conditions: +- name: 720p + negate: false + required: true + resolution: 720p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +- name: BTN + type: release_group + required: false + negate: false + pattern: BTN +- name: DARKFLiX + negate: false + pattern: DARKFLiX + required: false + type: release_group +- name: ViETNAM + negate: false + pattern: ViETNAM + required: false + type: release_group +- name: CBFM + negate: false + pattern: CBFM + required: false + type: release_group +- name: PLUTONiUM + negate: false + pattern: PLUTONiUM + required: false + type: release_group +tests: [] diff --git a/custom_formats/720p HDTV Tier 3.yml b/custom_formats/720p HDTV Tier 3.yml new file mode 100644 index 0000000..553829e --- /dev/null +++ b/custom_formats/720p HDTV Tier 3.yml @@ -0,0 +1,21 @@ +name: 720p HDTV Tier 3 +description: Matches 720p HDTV. +tags: +- Release Group Tier +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: HDTV + negate: false + required: true + source: television + type: source +- name: HANDJOB + negate: false + pattern: HANDJOB + required: false + type: release_group +tests: [] diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 9a904de..1f6afaa 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -219,6 +219,8 @@ custom_formats_radarr: score: 643000 - name: TAoE WEB score: 643000 +- name: Weasley WEB + score: 643000 - name: 1080p Compact Movie WEB Tier 2 score: 642000 - name: 1080p Compact Movie WEB Tier 3 @@ -233,8 +235,6 @@ custom_formats_radarr: score: 620000 - name: 1080p WEB-DL (h264) score: 620000 -- name: Weasley WEB - score: 303000 - name: MA score: 4000 - name: AMZN diff --git a/regex_patterns/CBFM.yml b/regex_patterns/CBFM.yml new file mode 100644 index 0000000..cc1f468 --- /dev/null +++ b/regex_patterns/CBFM.yml @@ -0,0 +1,7 @@ +name: CBFM +pattern: (?<=^|[\s.-])CBFM\b +description: '' +tags: +- Release Group +- HDTV +tests: [] diff --git a/regex_patterns/DARKFLiX.yml b/regex_patterns/DARKFLiX.yml new file mode 100644 index 0000000..8fbf094 --- /dev/null +++ b/regex_patterns/DARKFLiX.yml @@ -0,0 +1,7 @@ +name: DARKFLiX +pattern: (?<=^|[\s.-])DARKFLiX\b +description: '' +tags: +- Release Group +- HDTV +tests: [] diff --git a/regex_patterns/PLUTONiUM.yml b/regex_patterns/PLUTONiUM.yml new file mode 100644 index 0000000..eaed2ec --- /dev/null +++ b/regex_patterns/PLUTONiUM.yml @@ -0,0 +1,7 @@ +name: PLUTONiUM +pattern: (?<=^|[\s.-])PLUTONiUM\b +description: '' +tags: +- Release Group +- HDTV +tests: [] diff --git a/regex_patterns/ViETNAM.yml b/regex_patterns/ViETNAM.yml new file mode 100644 index 0000000..9ce8de6 --- /dev/null +++ b/regex_patterns/ViETNAM.yml @@ -0,0 +1,7 @@ +name: ViETNAM +pattern: (?<=^|[\s.-])ViETNAM\b +description: '' +tags: +- Release Group +- HDTV +tests: [] From 451143c15890dddd734ffca87a37807186fd0bcd Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 13:59:09 -0600 Subject: [PATCH 38/95] tweak(profile): Score HDTV Tiers in Compact --- profiles/1080p Compact.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 1f6afaa..cb89d0b 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -47,12 +47,18 @@ custom_formats: - name: 720p Balanced Tier 1 score: 120000 - name: 1080p HDTV Tier 1 + score: 102000 +- name: 1080p HDTV Tier 2 + score: 101000 +- name: 1080p HDTV Tier 3 score: 100000 - name: 480p Bluray score: 100000 +- name: 720p HDTV Tier 2 + score: 81000 - name: 480p WEB-DL score: 80000 -- name: 720p HDTV Tier 1 +- name: 720p HDTV Tier 3 score: 80000 - name: 576p Quality Tier 1 score: 63000 @@ -235,6 +241,8 @@ custom_formats_radarr: score: 620000 - name: 1080p WEB-DL (h264) score: 620000 +- name: 720p HDTV Tier 1 + score: 82000 - name: MA score: 4000 - name: AMZN @@ -280,6 +288,8 @@ custom_formats_sonarr: score: 641000 - name: 1080p Compact TV WEB Tier 6 score: 640000 +- name: 720p HDTV Tier 1 + score: 80000 - name: Season Pack score: 10 - name: AMZN From 16a5dc5561ce1fba3ace1909c1c8f0aa78be3433 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 14:00:09 -0600 Subject: [PATCH 39/95] tweak(profile): Change Description Compact --- profiles/1080p Compact.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index cb89d0b..2707593 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,14 +1,6 @@ name: 1080p Compact -description: 'Do not Use. Soon I will be turning the Compact profile into the "junk" - profile whereby restricting the sizes it takes considerably. Ideally targeting Movies - at under 6gb and TV Shows at less then 1gb per ep. Adding in HDTV and SDTV for better - compatibility with older movies and TV shows. If you are currently using the Compact - profile I highly suggest switching over to the Efficient profile as they are very - similar you shouldn''t notice much difference. - - - Once this profile is ready to use again this message will change and revert back - to the profile description.' +description: Testing Phase. Sizes on the TV Side were significantly reduced. HDTV + / SDTV added as fallbacks. tags: - 1080p - Compact Focused From b947dcaef1e9c7dd6c448898d0943004a818e5a4 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 14:02:45 -0600 Subject: [PATCH 40/95] tweak(format): Remove Nogroup ban on efficient / compact --- custom_formats/Banned Groups (Efficient).yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 383352f..6190de7 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -114,11 +114,6 @@ conditions: pattern: NhaNc3 required: false type: release_group -- name: NoGroup - negate: false - pattern: NoGroup - required: false - type: release_group - name: OEPlus negate: false pattern: OEPlus @@ -175,10 +170,10 @@ conditions: required: false type: release_group - name: UnKn0wn - type: release_group - required: false negate: false pattern: UnKn0wn + required: false + type: release_group - name: VD0N negate: false pattern: VD0N From 84a4f7573cd537b38b96b55510321021ba9c2e3a Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 14:41:11 -0600 Subject: [PATCH 41/95] tweak(profile): Edit Profile Descriptions --- profiles/1080p Balanced.yml | 8 ++++---- profiles/1080p Compact.yml | 14 +++++++++++++- profiles/1080p Efficient.yml | 11 ++++++----- profiles/1080p Quality HDR.yml | 6 +++--- profiles/1080p Quality.yml | 6 +++--- profiles/1080p Remux.yml | 9 +++++---- profiles/2160p Balanced.yml | 6 +++--- profiles/2160p Efficient.yml | 11 ++++++----- profiles/2160p Quality.yml | 9 +++++---- profiles/2160p Remux.yml | 9 +++++---- profiles/720p Quality.yml | 6 +++--- 11 files changed, 56 insertions(+), 39 deletions(-) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index e9a86e9..d1bd61d 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -3,13 +3,13 @@ description: '1080p Balanced targets consistent & immutable 1080p **WEB-DLs** us external factors like Streaming Source and Audio Formats - - 1080p WEB-DL + - Stream Optimized - - Stream Optimized Encodes + - Average Movie Sizes ~ 4 to 8gb per Movie - - Fallbacks in Place for Proper Quality Progression + - Average TV Sizes ~ 2 to 4gb per Episode - - 1080p WEB-DL > 720p Bluray > 720p WEB-DL > 480p WEB-DL > DVD' + - Quality Ranking ~ 7/10' tags: - 1080p - Balanced Focused diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 2707593..1935f02 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,6 +1,18 @@ name: 1080p Compact -description: Testing Phase. Sizes on the TV Side were significantly reduced. HDTV +description: 'Testing Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks. + + + 1080p Efficient seeks to target medium quality x265 Bluray and WEB Encodes + + + - HEVC Encodes + + - Average Movie Sizes ~ 6 to 12gb per Movie + + - Average TV Sizes ~ 1 to 2gb per Episode + + - Quality Ranking ~ 5/10' tags: - 1080p - Compact Focused diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index ee9a779..22654d3 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -1,13 +1,14 @@ name: 1080p Efficient -description: '1080p Efficient seeks to target high quality x265 Bluray and WEB encodes +description: '1080p Efficient seeks to target high quality x265 Bluray and WEB Encodes - - 1080p Bluray and WEB x265 + - HEVC Bluray Encodes - - Fallbacks in Place for Proper Quality Progression + - Average Movie Sizes ~ 6 to 12gb per Movie - - 1080p Bluray HEVC > 1080p WEB HEVC > 1080p WEB-DL > 720p Bluray > 720p WEB-DL - > 480p WEB-DL > DVD' + - Average TV Sizes ~ 2 to 3gb per Episode + + - Quality Ranking ~ 6/10' tags: - 1080p - Efficient Focused diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 5bdae9b..a0704f6 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -1,8 +1,8 @@ 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" + \ to target **transparent x265 HDR** 1080p encodes. \n\n- Transparent HDR Blurays\n\ + - Average Movie Sizes ~ 10 to 20gb per Movie\n- Average TV Sizes ~ 4 to 10gb per\ + \ Episode\n- Quality Ranking ~ 9/10" tags: - 1080p - Quality Focused diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 129cc9a..faf7841 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -1,8 +1,8 @@ name: 1080p Quality description: "1080p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ - \ to target **transparent** x264 1080p encodes. \n\n- 1080p Blurays\n- Fallbacks\ - \ in Place for Proper Quality Progression\n- 1080p Bluray > 1080p WEB-DL > 720p\ - \ Bluray > 720p WEB-DL > 480p WEB-DL > DVD" + \ to target **transparent** x264 1080p encodes. \n\n- Transparent Blurays\n- Average\ + \ Movie Sizes ~ 10 to 15gb per Movie\n- Average TV Sizes ~ 4 to 8gb per Episode\n\ + - Quality Ranking ~ 8/10" tags: - 1080p - Quality Focused diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 27f5b62..f8b1429 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -3,12 +3,13 @@ description: '1080p Remux+ utilizes **Audio Formats** to prioritise high quality HD Blurays as well as Transparent Bluray Encodes. - - 1080p Remux + - Bluray Remux - - Fallbacks in Place for Proper Quality Progression + - Average Movie Sizes ~ 20 to 30gb per Movie - - 1080p Remux > 1080p HDR Bluray > 1080p Bluray > 1080p WEB-DL > 720p Bluray > 720p - WEB-DL > 480p WEB-DL > DVD' + - Average TV Sizes ~ 6 to 12gb per Episode + + - Quality Ranking ~ 10/10' tags: - 1080p - Remux Focused diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 2c4c4c8..d355869 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -1,8 +1,8 @@ name: 2160p Balanced description: "2160p Balanced targets consistent & immutable 2160p **WEB-DLs w/ Lossy\ - \ Audio**. \n\n- 2160p WEB-DL\n- Fallbacks in Place for Proper Quality Progression\n\ - - 2160p WEB-DL > 1080p Bluray > 1080p WEB-DL > 720p Bluray > 720p WEB-DL > 480p\ - \ WEB-DL > DVD" + \ Audio**. \n\n- Stream Optimized WEB-DL's w/ DV HDR\n- Average Movie Sizes ~ 15\ + \ to 30gb per Movie\n- Average TV Sizes ~ 5 to 15gb per Episode\n- Quality Ranking\ + \ ~ 7/10" tags: - 2160p - Balanced Focused diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index b6b1d36..8443299 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -1,14 +1,15 @@ name: 2160p Efficient description: '2160p Efficient targets consistent & immutable 2160p **WEB-DLs w/ Lossy - Audio**. Specialized Fallback to 1080p Efficient+ + Audio**. Specialized Fallback to 1080p Efficient - - 1080p Bluray and WEB x265 + - HEVC Bluray Encodes - - Fallbacks in Place for Proper Quality Progression + - Average Movie Sizes ~ 15 to 30gb per Movie - - 2160p WEB-DL > 1080p Bluray HEVC > 1080p WEB HEVC > 1080p WEB-DL > 720p Bluray - > 720p WEB-DL > 480p WEB-DL > DVD' + - Average TV Sizes ~ 4 to 12gb per Episode + + - Quality Ranking ~ 6/10' tags: - 2160p - Efficient Focused diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 90b7257..af58235 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -3,12 +3,13 @@ description: '2160p Quality utilizes the [**Encode Efficiency Index**](https://d metric at a 55% target ratio to prioritize **transparent** x265 4k encodes - - 2160p Blurays + - Transparent Bluray w/ DV HDR - - Fallbacks in Place for Proper Quality Progression + - Average Movie Sizes ~ 30 to 50gb per Movie - - 2160p Bluray > 2160p WEB-DL > 1080p Bluray > 1080p WEB-DL > 720p Bluray > 720p - WEB-DL > 480p WEB-DL > DVD' + - Average TV Sizes ~ 10 to 20gb per Episode + + - Quality Ranking ~ 9/10' tags: - 2160p - Quality Focused diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 605e43d..e25ca4d 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -3,12 +3,13 @@ description: '2160p Remux utilizes **Audio / Video Formats** to prioritise high lossless copies of UHD Blurays. - - 2160p Remux + - Bluray Remux w/ DV HDR - - Fallbacks in Place for Proper Quality Progression + - Average Movie Sizes ~ 40 to 60gb per Movie - - 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' + - Average TV Sizes ~ 15 to 30gb per Episode + + - Quality Ranking ~ 10/10' tags: - 2160p - Remux Focused diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 3e1a974..026d845 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -1,8 +1,8 @@ name: 720p Quality description: "720p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ - \ to target **transparent** x264 720p encodes. \n\n- 720p Blurays\n- Fallbacks in\ - \ Place for Proper Quality Progression\n- 720p Bluray > 720p WEB-DL > 480p WEB-DL\ - \ > DVD" + \ to target **transparent** x264 720p encodes. \n\n- Transparent Blurays\n- Average\ + \ Movie Sizes ~ 4 to 8gb per Movie\n- Average TV Sizes ~ 2 to 4gb per Episode\n\ + - Quality Ranking ~ 6/10" tags: - 720p - Quality Focused From 7d5b30d29aacbf040c95228d81e087383aa15d44 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 17:51:48 -0600 Subject: [PATCH 42/95] remove(format): Delete Efficient TV Bluray Tier 5 --- .../1080p Efficient TV Bluray Tier 6.yml | 15 +++ .../1080p Efficient TV Bluray Tier 7.yml | 112 ------------------ profiles/1080p Efficient.yml | 12 +- profiles/2160p Efficient.yml | 12 +- 4 files changed, 25 insertions(+), 126 deletions(-) delete mode 100644 custom_formats/1080p Efficient TV Bluray Tier 7.yml diff --git a/custom_formats/1080p Efficient TV Bluray Tier 6.yml b/custom_formats/1080p Efficient TV Bluray Tier 6.yml index 6430cf4..cc10223 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 6.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 6.yml @@ -21,9 +21,24 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: iVy + negate: false + pattern: iVy + required: false + type: release_group - name: KONTRAST + type: release_group + required: false negate: false pattern: KONTRAST +- name: PHOCiS + negate: false + pattern: PHOCiS + required: false + type: release_group +- name: YAWNiX + negate: false + pattern: YAWNiX required: false type: release_group tests: diff --git a/custom_formats/1080p Efficient TV Bluray Tier 7.yml b/custom_formats/1080p Efficient TV Bluray Tier 7.yml deleted file mode 100644 index 804856e..0000000 --- a/custom_formats/1080p Efficient TV Bluray Tier 7.yml +++ /dev/null @@ -1,112 +0,0 @@ -name: 1080p Efficient TV Bluray Tier 7 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 7 -tags: -- Release Group Tier -- 1080p -- Efficient -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: iVy - negate: false - pattern: iVy - required: false - type: release_group -- name: PHOCiS - negate: false - pattern: PHOCiS - required: false - type: release_group -- name: YAWNiX - negate: false - pattern: YAWNiX - 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/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 22654d3..480b52f 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -260,8 +260,6 @@ custom_formats_sonarr: score: 321000 - name: 1080p Efficient TV Bluray Tier 5 score: 320000 -- name: 1080p Efficient TV WEB Tier 1 - score: 307000 - name: QxR WEB score: 307000 - name: TAoE WEB @@ -270,15 +268,15 @@ custom_formats_sonarr: score: 307000 - name: Weasley WEB score: 307000 -- name: 1080p Efficient TV WEB Tier 2 +- name: 1080p Efficient TV WEB Tier 1 score: 306000 -- name: 1080p Efficient TV WEB Tier 3 +- name: 1080p Efficient TV WEB Tier 2 score: 305000 -- name: 1080p Efficient TV WEB Tier 4 +- name: 1080p Efficient TV WEB Tier 3 score: 304000 -- name: 1080p Efficient TV Bluray Tier 6 +- name: 1080p Efficient TV WEB Tier 4 score: 303000 -- name: 1080p Efficient TV Bluray Tier 7 +- name: 1080p Efficient TV Bluray Tier 6 score: 302000 - name: 1080p Efficient TV WEB Tier 5 score: 301000 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 8443299..56a4198 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -293,8 +293,6 @@ custom_formats_sonarr: score: 321000 - name: 1080p Efficient TV Bluray Tier 5 score: 320000 -- name: 1080p Efficient TV WEB Tier 1 - score: 307000 - name: QxR WEB score: 307000 - name: TAoE WEB @@ -303,15 +301,15 @@ custom_formats_sonarr: score: 307000 - name: Weasley WEB score: 307000 -- name: 1080p Efficient TV WEB Tier 2 +- name: 1080p Efficient TV WEB Tier 1 score: 306000 -- name: 1080p Efficient TV WEB Tier 3 +- name: 1080p Efficient TV WEB Tier 2 score: 305000 -- name: 1080p Efficient TV WEB Tier 4 +- name: 1080p Efficient TV WEB Tier 3 score: 304000 -- name: 1080p Efficient TV Bluray Tier 6 +- name: 1080p Efficient TV WEB Tier 4 score: 303000 -- name: 1080p Efficient TV Bluray Tier 7 +- name: 1080p Efficient TV Bluray Tier 6 score: 302000 - name: 1080p Efficient TV WEB Tier 5 score: 301000 From f9cb2b842afaf270de611ffa4798562a740ad0e7 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 18:04:07 -0600 Subject: [PATCH 43/95] tweak(profile): Remake and Rescore Compact Tiers --- .../1080p Compact TV Bluray Tier 1.yml | 4 +- .../1080p Compact TV Bluray Tier 2.yml | 8 +- .../1080p Compact TV Bluray Tier 3.yml | 137 ++++++++++++++++++ .../1080p Compact TV Bluray Tier 4.yml | 102 +++++++++++++ .../1080p Compact TV Bluray Tier 5.yml | 117 +++++++++++++++ .../1080p Compact TV Bluray Tier 6.yml | 117 +++++++++++++++ .../1080p Compact TV Bluray Tier 8.yml | 102 +++++++++++++ .../1080p Compact TV WEB Tier 1.yml | 12 +- .../1080p Compact TV WEB Tier 2.yml | 4 +- .../1080p Compact TV WEB Tier 3.yml | 4 +- .../1080p Compact TV WEB Tier 4.yml | 13 +- .../1080p Compact TV WEB Tier 5.yml | 24 +-- .../1080p Compact TV WEB Tier 6.yml | 22 ++- profiles/1080p Compact.yml | 40 +++-- 14 files changed, 645 insertions(+), 61 deletions(-) create mode 100644 custom_formats/1080p Compact TV Bluray Tier 3.yml create mode 100644 custom_formats/1080p Compact TV Bluray Tier 4.yml create mode 100644 custom_formats/1080p Compact TV Bluray Tier 5.yml create mode 100644 custom_formats/1080p Compact TV Bluray Tier 6.yml create mode 100644 custom_formats/1080p Compact TV Bluray Tier 8.yml diff --git a/custom_formats/1080p Compact TV Bluray Tier 1.yml b/custom_formats/1080p Compact TV Bluray Tier 1.yml index e1016fb..98c8aa4 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 1.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 1.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV Bluray Tier 1 -description: Matches release groups who fall under 1080p Compact Bluray Tier 1 +description: Matches release groups who fall under 1080p Compact TV Bluray Tier 1 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV Bluray Tier 2.yml b/custom_formats/1080p Compact TV Bluray Tier 2.yml index b58e275..6348d62 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 2.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 2.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV Bluray Tier 2 -description: Matches release groups who fall under 1080p Compact Bluray Tier 2 +description: Matches release groups who fall under 11080p Compact TV Bluray Tier 2 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p @@ -21,9 +21,9 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: PSA +- name: Vyndros negate: false - pattern: PSA + pattern: Vyndros required: false type: release_group tests: diff --git a/custom_formats/1080p Compact TV Bluray Tier 3.yml b/custom_formats/1080p Compact TV Bluray Tier 3.yml new file mode 100644 index 0000000..85f06d1 --- /dev/null +++ b/custom_formats/1080p Compact TV Bluray Tier 3.yml @@ -0,0 +1,137 @@ +name: 1080p Compact TV Bluray Tier 3 +description: Matches release groups who fall under 1080p Compact TV Bluray Tier 3 +tags: +- Release Group Tier +- 1080p +- Efficient +- TV +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: bluegreeen + negate: false + pattern: bluegreeen + required: false + type: release_group +- name: cXcY + negate: false + pattern: cXcY + required: false + type: release_group +- name: edge2020 + negate: false + pattern: edge2020 + required: false + type: release_group +- name: R1GY3B + negate: false + pattern: R1GY3B + required: false + type: release_group +- name: Ralphy + negate: false + pattern: Ralphy + required: false + type: release_group +- name: TimeDistortion + negate: false + pattern: TimeDistortion + required: false + type: release_group +- name: ToNaTo + negate: false + pattern: ToNaTo + required: false + type: release_group +- name: YELLO + negate: false + pattern: YELLO + 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/1080p Compact TV Bluray Tier 4.yml b/custom_formats/1080p Compact TV Bluray Tier 4.yml new file mode 100644 index 0000000..f7139ec --- /dev/null +++ b/custom_formats/1080p Compact TV Bluray Tier 4.yml @@ -0,0 +1,102 @@ +name: 1080p Compact TV Bluray Tier 4 +description: Matches release groups who fall under 1080p Compact TV Bluray Tier 4 +tags: +- Release Group Tier +- 1080p +- Efficient +- TV +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: LSt + negate: false + pattern: LSt + 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/1080p Compact TV Bluray Tier 5.yml b/custom_formats/1080p Compact TV Bluray Tier 5.yml new file mode 100644 index 0000000..c70596f --- /dev/null +++ b/custom_formats/1080p Compact TV Bluray Tier 5.yml @@ -0,0 +1,117 @@ +name: 1080p Compact TV Bluray Tier 5 +description: Matches release groups who fall under 1080p Compact TV Bluray Tier 5 +tags: +- Release Group Tier +- 1080p +- Efficient +- TV +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: DarQ + negate: false + pattern: DarQ + required: false + type: release_group +- name: dkore + negate: false + pattern: dkore + required: false + type: release_group +- name: GRiMM + negate: false + pattern: GRiMM + required: false + type: release_group +- name: MNHD + negate: false + pattern: MNHD + 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/1080p Compact TV Bluray Tier 6.yml b/custom_formats/1080p Compact TV Bluray Tier 6.yml new file mode 100644 index 0000000..bf659c5 --- /dev/null +++ b/custom_formats/1080p Compact TV Bluray Tier 6.yml @@ -0,0 +1,117 @@ +name: 1080p Compact TV Bluray Tier 6 +description: Matches release groups who fall under 1080p Compact TV Bluray Tier 6 +tags: +- Release Group Tier +- 1080p +- Efficient +- TV +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: NAN0 + negate: false + pattern: NAN0 + required: false + type: release_group +- name: QxR + negate: false + pattern: QxR + required: false + type: release_group +- name: TAoE + negate: false + pattern: TAoE + required: false + type: release_group +- name: Vialle + negate: false + pattern: Vialle + 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/1080p Compact TV Bluray Tier 8.yml b/custom_formats/1080p Compact TV Bluray Tier 8.yml new file mode 100644 index 0000000..3cf8e35 --- /dev/null +++ b/custom_formats/1080p Compact TV Bluray Tier 8.yml @@ -0,0 +1,102 @@ +name: 1080p Compact TV Bluray Tier 8 +description: Matches release groups who fall under 1080p Compact Bluray Tier 8 +tags: +- Release Group Tier +- 1080p +- Compact +- TV +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: PSA + negate: false + pattern: PSA + 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/1080p Compact TV WEB Tier 1.yml b/custom_formats/1080p Compact TV WEB Tier 1.yml index b5aba4b..4f9351b 100644 --- a/custom_formats/1080p Compact TV WEB Tier 1.yml +++ b/custom_formats/1080p Compact TV WEB Tier 1.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV WEB Tier 1 -description: Matches release groups who fall under 1080p Efficient WEB Tier 1 +description: Matches release groups who fall under 1080p Compact WEB Tier 1 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p @@ -32,15 +32,15 @@ conditions: required: false type: release_group - name: TAoE - type: release_group - required: false negate: false pattern: TAoE -- name: Vialle - type: release_group required: false + type: release_group +- name: Vialle negate: false pattern: Vialle + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Compact TV WEB Tier 2.yml b/custom_formats/1080p Compact TV WEB Tier 2.yml index 339f982..6f6d44b 100644 --- a/custom_formats/1080p Compact TV WEB Tier 2.yml +++ b/custom_formats/1080p Compact TV WEB Tier 2.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV WEB Tier 2 -description: Matches release groups who fall under 1080p Compact WEB Tier 2 +description: Matches release groups who fall under 1080p Compact TV WEB Tier 2 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV WEB Tier 3.yml b/custom_formats/1080p Compact TV WEB Tier 3.yml index 0c8b602..627594f 100644 --- a/custom_formats/1080p Compact TV WEB Tier 3.yml +++ b/custom_formats/1080p Compact TV WEB Tier 3.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV WEB Tier 3 -description: Matches release groups who fall under 1080p Compact WEB Tier 3 +description: Matches release groups who fall under 1080p Compact TV WEB Tier 3 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV WEB Tier 4.yml b/custom_formats/1080p Compact TV WEB Tier 4.yml index 1893486..741aaa2 100644 --- a/custom_formats/1080p Compact TV WEB Tier 4.yml +++ b/custom_formats/1080p Compact TV WEB Tier 4.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV WEB Tier 4 -description: Matches release groups who fall under 1080p Compact WEB Tier 4 +description: Matches release groups who fall under 1080p Compact TV WEB Tier 4 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p @@ -27,10 +27,10 @@ conditions: source: webrip type: source - name: bluegreeen - type: release_group - required: false negate: false pattern: bluegreeen + required: false + type: release_group - name: bluespots negate: false pattern: bluespots @@ -41,6 +41,11 @@ conditions: pattern: dkore required: false type: release_group +- name: noxxus + negate: false + pattern: noxxus + required: false + type: release_group - name: Ralphy negate: false pattern: Ralphy diff --git a/custom_formats/1080p Compact TV WEB Tier 5.yml b/custom_formats/1080p Compact TV WEB Tier 5.yml index 4815362..d7d58fe 100644 --- a/custom_formats/1080p Compact TV WEB Tier 5.yml +++ b/custom_formats/1080p Compact TV WEB Tier 5.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV WEB Tier 5 -description: Matches release groups who fall under 1080p Compact WEB Tier 5 +description: Matches release groups who fall under 1080p Compact TV WEB Tier 5 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p @@ -26,31 +26,11 @@ conditions: required: false source: webrip type: source -- name: HODL - negate: false - pattern: HODL - required: false - type: release_group -- name: iVy - negate: false - pattern: iVy - required: false - type: release_group - name: KONTRAST negate: false pattern: KONTRAST required: false type: release_group -- name: PHOCiS - negate: false - pattern: PHOCiS - required: false - type: release_group -- name: YAWNiX - negate: false - pattern: YAWNiX - required: false - type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Compact TV WEB Tier 6.yml b/custom_formats/1080p Compact TV WEB Tier 6.yml index 404a1e2..25b6b39 100644 --- a/custom_formats/1080p Compact TV WEB Tier 6.yml +++ b/custom_formats/1080p Compact TV WEB Tier 6.yml @@ -1,9 +1,9 @@ name: 1080p Compact TV WEB Tier 6 -description: Matches release groups who fall under 1080p Compact WEB Tier 6 +description: Matches release groups who fall under 1080p Compact TV WEB Tier 6 tags: - Release Group Tier - 1080p -- Compact +- Efficient - TV conditions: - name: 1080p @@ -26,14 +26,24 @@ conditions: required: false source: webrip type: source -- name: Megusta +- name: HODL negate: false - pattern: MeGusta + pattern: HODL required: false type: release_group -- name: PSA +- name: iVy negate: false - pattern: PSA + pattern: iVy + required: false + type: release_group +- name: PHOCiS + negate: false + pattern: PHOCiS + required: false + type: release_group +- name: YAWNiX + negate: false + pattern: YAWNiX required: false type: release_group tests: diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 1935f02..3f0ae55 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -269,28 +269,42 @@ custom_formats_radarr: score: -999999 custom_formats_sonarr: - name: 1080p Compact TV WEB Tier 1 - score: 647000 + score: 665000 - name: QxR WEB - score: 647000 + score: 665000 - name: TAoE WEB - score: 647000 + score: 665000 - name: Vialle WEB - score: 647000 + score: 665000 - name: Weasley WEB - score: 647000 + score: 665000 - name: 1080p Compact TV WEB Tier 2 - score: 646000 + score: 664000 - name: 1080p Compact TV WEB Tier 3 - score: 645000 + score: 663000 - name: 1080p Compact TV WEB Tier 4 - score: 644000 -- name: 1080p Compact TV Bluray Tier 1 - score: 643000 -- name: 1080p Compact TV Bluray Tier 2 - score: 642000 + score: 662000 - name: 1080p Compact TV WEB Tier 5 - score: 641000 + score: 661000 - name: 1080p Compact TV WEB Tier 6 + score: 660000 +- name: 1080p Compact TV Bluray Tier 1 + score: 645000 +- name: 1080p Compact TV Bluray Tier 2 + score: 644000 +- name: 1080p Compact TV Bluray Tier 3 + score: 643000 +- name: 1080p Compact TV Bluray Tier 4 + score: 642000 +- name: 1080p Compact TV Bluray Tier 5 + score: 641000 +- name: 1080p Compact TV Bluray Tier 6 + score: 640000 +- name: QxR Bluray + score: 640000 +- name: TAoE Bluray + score: 640000 +- name: Vialle Bluray score: 640000 - name: 720p HDTV Tier 1 score: 80000 From feca51ca89fe33d02201ffd0add1bdcbc1452455 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 18:04:20 -0600 Subject: [PATCH 44/95] remove(format): Compact TV Tier 8 --- .../1080p Compact TV Bluray Tier 8.yml | 102 ------------------ 1 file changed, 102 deletions(-) delete mode 100644 custom_formats/1080p Compact TV Bluray Tier 8.yml diff --git a/custom_formats/1080p Compact TV Bluray Tier 8.yml b/custom_formats/1080p Compact TV Bluray Tier 8.yml deleted file mode 100644 index 3cf8e35..0000000 --- a/custom_formats/1080p Compact TV Bluray Tier 8.yml +++ /dev/null @@ -1,102 +0,0 @@ -name: 1080p Compact TV Bluray Tier 8 -description: Matches release groups who fall under 1080p Compact Bluray Tier 8 -tags: -- Release Group Tier -- 1080p -- Compact -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: PSA - negate: false - pattern: PSA - 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 From 10faed619328318dce86d78d88b7896c07284731 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 18:05:58 -0600 Subject: [PATCH 45/95] tweak(profile): Edit Compact Description --- profiles/1080p Compact.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 3f0ae55..9161271 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,9 +1,5 @@ name: 1080p Compact -description: 'Testing Phase. Sizes on the TV Side were significantly reduced. HDTV - / SDTV added as fallbacks. - - - 1080p Efficient seeks to target medium quality x265 Bluray and WEB Encodes +description: '1080p Efficient seeks to target medium quality x265 Bluray and WEB Encodes - HEVC Encodes @@ -12,7 +8,11 @@ description: 'Testing Phase. Sizes on the TV Side were significantly reduced. HD - Average TV Sizes ~ 1 to 2gb per Episode - - Quality Ranking ~ 5/10' + - Quality Ranking ~ 5/10 + + + Testing Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added + as fallbacks.' tags: - 1080p - Compact Focused From 57418525244c76c90a82f1b8582520d19fb86022 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 19:28:04 -0600 Subject: [PATCH 46/95] tweak(profile): Edit Description --- profiles/1080p Compact.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 9161271..82a650e 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,18 +1,8 @@ name: 1080p Compact -description: '1080p Efficient seeks to target medium quality x265 Bluray and WEB Encodes - - - - HEVC Encodes - - - Average Movie Sizes ~ 6 to 12gb per Movie - - - Average TV Sizes ~ 1 to 2gb per Episode - - - Quality Ranking ~ 5/10 - - - Testing Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added - as fallbacks.' +description: "1080p Compact seeks to target low to medium quality x265 Bluray and\ + \ WEB Encodes. \n\n- HEVC Encodes\n- Average Movie Sizes ~ 6 to 12gb per Movie\n\ + - Average TV Sizes ~ 1 to 2gb per Episode\n- Quality Ranking ~ 2/10\n\nTesting Phase.\ + \ Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks." tags: - 1080p - Compact Focused From 8ccc4927a7c6d5cd02ee4194b8160abdb6884cd0 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 19 Dec 2025 19:51:13 -0600 Subject: [PATCH 47/95] tweak(profile): Description --- profiles/1080p Balanced.yml | 6 +++--- profiles/1080p Compact.yml | 7 ++++--- profiles/1080p Efficient.yml | 6 +++--- profiles/1080p Quality HDR.yml | 6 +++--- profiles/1080p Quality.yml | 6 +++--- profiles/1080p Remux.yml | 6 +++--- profiles/2160p Balanced.yml | 5 ++--- profiles/2160p Efficient.yml | 6 +++--- profiles/2160p Quality.yml | 6 +++--- profiles/2160p Remux.yml | 6 +++--- profiles/720p Quality.yml | 6 +++--- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index d1bd61d..07ee714 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -3,13 +3,13 @@ description: '1080p Balanced targets consistent & immutable 1080p **WEB-DLs** us external factors like Streaming Source and Audio Formats - - Stream Optimized - - Average Movie Sizes ~ 4 to 8gb per Movie + - Movie Quality Ranking ~ 6/10 + - Average TV Sizes ~ 2 to 4gb per Episode - - Quality Ranking ~ 7/10' + - TV Quality Ranking ~ 7/10' tags: - 1080p - Balanced Focused diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 82a650e..bddb8f0 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,8 +1,9 @@ name: 1080p Compact description: "1080p Compact seeks to target low to medium quality x265 Bluray and\ - \ WEB Encodes. \n\n- HEVC Encodes\n- Average Movie Sizes ~ 6 to 12gb per Movie\n\ - - Average TV Sizes ~ 1 to 2gb per Episode\n- Quality Ranking ~ 2/10\n\nTesting Phase.\ - \ Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks." + \ WEB Encodes. \n\n- Average Movie Sizes ~ 6 to 12gb per Movie\n- Movie Quality\ + \ Ranking ~ 7/10\n- Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking\ + \ ~ 4/10\n\nTesting Phase. Sizes on the TV Side were significantly reduced. HDTV\ + \ / SDTV added as fallbacks." tags: - 1080p - Compact Focused diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 480b52f..5f1d4db 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -2,13 +2,13 @@ name: 1080p Efficient description: '1080p Efficient seeks to target high quality x265 Bluray and WEB Encodes - - HEVC Bluray Encodes - - Average Movie Sizes ~ 6 to 12gb per Movie + - Movie Quality Ranking ~ 7/10 + - Average TV Sizes ~ 2 to 3gb per Episode - - Quality Ranking ~ 6/10' + - TV Quality Ranking ~ 6/10' tags: - 1080p - Efficient Focused diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index a0704f6..40482aa 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -1,8 +1,8 @@ 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- Transparent HDR Blurays\n\ - - Average Movie Sizes ~ 10 to 20gb per Movie\n- Average TV Sizes ~ 4 to 10gb per\ - \ Episode\n- Quality Ranking ~ 9/10" + \ to target **transparent x265 HDR** 1080p encodes. \n\n- Average Movie Sizes ~\ + \ 10 to 20gb per Movie\n- Movie Quality Ranking ~ 9/10\n- Average TV Sizes ~ 4 to\ + \ 10gb per Episode\n- TV Quality Ranking ~ 9/10" tags: - 1080p - Quality Focused diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index faf7841..bdd6f82 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -1,8 +1,8 @@ name: 1080p Quality description: "1080p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ - \ to target **transparent** x264 1080p encodes. \n\n- Transparent Blurays\n- Average\ - \ Movie Sizes ~ 10 to 15gb per Movie\n- Average TV Sizes ~ 4 to 8gb per Episode\n\ - - Quality Ranking ~ 8/10" + \ to target **transparent** x264 1080p encodes. \n\n- Average Movie Sizes ~ 10 to\ + \ 15gb per Movie\n- Movie Quality Ranking ~ 8/10\n- Average TV Sizes ~ 4 to 8gb\ + \ per Episode\n- TV Quality Ranking ~ 8/10" tags: - 1080p - Quality Focused diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index f8b1429..a1c9cca 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -3,13 +3,13 @@ description: '1080p Remux+ utilizes **Audio Formats** to prioritise high quality HD Blurays as well as Transparent Bluray Encodes. - - Bluray Remux - - Average Movie Sizes ~ 20 to 30gb per Movie + - Movie Quality Ranking ~ 10/10 + - Average TV Sizes ~ 6 to 12gb per Episode - - Quality Ranking ~ 10/10' + - TV Quality Ranking ~ 10/10' tags: - 1080p - Remux Focused diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index d355869..d5b0539 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -1,8 +1,7 @@ name: 2160p Balanced description: "2160p Balanced targets consistent & immutable 2160p **WEB-DLs w/ Lossy\ - \ Audio**. \n\n- Stream Optimized WEB-DL's w/ DV HDR\n- Average Movie Sizes ~ 15\ - \ to 30gb per Movie\n- Average TV Sizes ~ 5 to 15gb per Episode\n- Quality Ranking\ - \ ~ 7/10" + \ Audio**. \n\n- Average Movie Sizes ~ 15 to 30gb per Movie\n- Movie Quality Ranking\ + \ ~ 8/10\n- Average TV Sizes ~ 5 to 15gb per Episode\n- TV Quality Ranking ~ 8/10" tags: - 2160p - Balanced Focused diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 56a4198..a97fccf 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -3,13 +3,13 @@ description: '2160p Efficient targets consistent & immutable 2160p **WEB-DLs w/ Audio**. Specialized Fallback to 1080p Efficient - - HEVC Bluray Encodes - - Average Movie Sizes ~ 15 to 30gb per Movie + - Movie Quality Ranking ~ 6/10 + - Average TV Sizes ~ 4 to 12gb per Episode - - Quality Ranking ~ 6/10' + - TV Ranking ~ 6/10' tags: - 2160p - Efficient Focused diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index af58235..8a7bc31 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -3,13 +3,13 @@ description: '2160p Quality utilizes the [**Encode Efficiency Index**](https://d metric at a 55% target ratio to prioritize **transparent** x265 4k encodes - - Transparent Bluray w/ DV HDR - - Average Movie Sizes ~ 30 to 50gb per Movie + - Movie Quality Ranking ~ 9/10 + - Average TV Sizes ~ 10 to 20gb per Episode - - Quality Ranking ~ 9/10' + - TV Quality Ranking ~ 9/10' tags: - 2160p - Quality Focused diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index e25ca4d..5762eda 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -3,13 +3,13 @@ description: '2160p Remux utilizes **Audio / Video Formats** to prioritise high lossless copies of UHD Blurays. - - Bluray Remux w/ DV HDR - - Average Movie Sizes ~ 40 to 60gb per Movie + - Movie Quality Ranking ~ 10/10 + - Average TV Sizes ~ 15 to 30gb per Episode - - Quality Ranking ~ 10/10' + - TV Quality Ranking ~ 10/10' tags: - 2160p - Remux Focused diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 026d845..535ae83 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -1,8 +1,8 @@ name: 720p Quality description: "720p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ - \ to target **transparent** x264 720p encodes. \n\n- Transparent Blurays\n- Average\ - \ Movie Sizes ~ 4 to 8gb per Movie\n- Average TV Sizes ~ 2 to 4gb per Episode\n\ - - Quality Ranking ~ 6/10" + \ to target **transparent** x264 720p encodes. \n\n- Average Movie Sizes ~ 4 to\ + \ 8gb per Movie\n- Movie Quality Ranking ~ 5/10\n- Average TV Sizes ~ 2 to 4gb per\ + \ Episode\n- TV Quality Ranking ~ 5/10" tags: - 720p - Quality Focused From e9dec32565ff6348b049027935cb9036d9b24423 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 20 Dec 2025 11:28:14 -0600 Subject: [PATCH 48/95] tweak(profile): Score fix on efficient --- profiles/1080p Efficient.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 5f1d4db..cac90cc 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -260,16 +260,16 @@ custom_formats_sonarr: score: 321000 - name: 1080p Efficient TV Bluray Tier 5 score: 320000 -- name: QxR WEB - score: 307000 -- name: TAoE WEB - score: 307000 -- name: Vialle WEB - score: 307000 -- name: Weasley WEB - score: 307000 - name: 1080p Efficient TV WEB Tier 1 score: 306000 +- name: QxR WEB + score: 306000 +- name: TAoE WEB + score: 306000 +- name: Vialle WEB + score: 306000 +- name: Weasley WEB + score: 306000 - name: 1080p Efficient TV WEB Tier 2 score: 305000 - name: 1080p Efficient TV WEB Tier 3 From 95e6f09f1893cfaff8725d809844d7db03c3f29c Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 20 Dec 2025 11:46:14 -0600 Subject: [PATCH 49/95] tweak(profile): Edit Descriptions --- profiles/1080p Balanced.yml | 2 +- profiles/1080p Compact.yml | 9 ++++----- profiles/1080p Efficient.yml | 2 +- profiles/1080p Quality HDR.yml | 2 +- profiles/1080p Quality.yml | 2 +- profiles/1080p Remux.yml | 4 ++-- profiles/2160p Quality.yml | 2 +- profiles/2160p Remux.yml | 2 +- profiles/720p Quality.yml | 2 +- 9 files changed, 13 insertions(+), 14 deletions(-) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 07ee714..25b69f7 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -1,6 +1,6 @@ name: 1080p Balanced description: '1080p Balanced targets consistent & immutable 1080p **WEB-DLs** using - external factors like Streaming Source and Audio Formats + the Streaming Source and Audio Formats to determine the level of Transparency. - Average Movie Sizes ~ 4 to 8gb per Movie diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index bddb8f0..4e54b97 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,9 +1,8 @@ name: 1080p Compact -description: "1080p Compact seeks to target low to medium quality x265 Bluray and\ - \ WEB Encodes. \n\n- Average Movie Sizes ~ 6 to 12gb per Movie\n- Movie Quality\ - \ Ranking ~ 7/10\n- Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking\ - \ ~ 4/10\n\nTesting Phase. Sizes on the TV Side were significantly reduced. HDTV\ - \ / SDTV added as fallbacks." +description: "1080p Compact targets low to medium quality x265 Bluray and WEB Encodes.\ + \ \n\n- Average Movie Sizes ~ 6 to 12gb per Movie\n- Movie Quality Ranking ~ 7/10\n\ + - Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10\n\nTesting\ + \ Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks." tags: - 1080p - Compact Focused diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index cac90cc..cf2a128 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 +description: '1080p Efficient targets high quality x265 Bluray and WEB Encodes - Average Movie Sizes ~ 6 to 12gb per Movie diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index 40482aa..d9066f5 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -1,6 +1,6 @@ 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- Average Movie Sizes ~\ + \ to target **Transparent x265 HDR** 1080p Encodes. \n\n- Average Movie Sizes ~\ \ 10 to 20gb per Movie\n- Movie Quality Ranking ~ 9/10\n- Average TV Sizes ~ 4 to\ \ 10gb per Episode\n- TV Quality Ranking ~ 9/10" tags: diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index bdd6f82..03beb7f 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -1,6 +1,6 @@ name: 1080p Quality description: "1080p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ - \ to target **transparent** x264 1080p encodes. \n\n- Average Movie Sizes ~ 10 to\ + \ to target **Transparent** x264 1080p Encodes. \n\n- Average Movie Sizes ~ 10 to\ \ 15gb per Movie\n- Movie Quality Ranking ~ 8/10\n- Average TV Sizes ~ 4 to 8gb\ \ per Episode\n- TV Quality Ranking ~ 8/10" tags: diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index a1c9cca..fb25242 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -1,6 +1,6 @@ name: 1080p Remux -description: '1080p Remux+ utilizes **Audio Formats** to prioritise high quality lossless - HD Blurays as well as Transparent Bluray Encodes. +description: '1080p Remux utilizes **Audio Formats** to prioritise high quality Lossless + HD Blurays with a fallback to Transparent Bluray Encodes. - Average Movie Sizes ~ 20 to 30gb per Movie diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 8a7bc31..a38e3b0 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -1,6 +1,6 @@ name: 2160p Quality description: '2160p Quality utilizes the [**Encode Efficiency Index**](https://dictionarry.dev/wiki/eei) - metric at a 55% target ratio to prioritize **transparent** x265 4k encodes + metric at a 60% target ratio to prioritize **Transparent** x265 4K Encodes - Average Movie Sizes ~ 30 to 50gb per Movie diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 5762eda..5b34dfa 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -1,5 +1,5 @@ name: 2160p Remux -description: '2160p Remux utilizes **Audio / Video Formats** to prioritise high quality +description: '2160p Remux utilizes **Video / Audio Formats** to prioritise high quality lossless copies of UHD Blurays. diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 535ae83..941b284 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -1,6 +1,6 @@ name: 720p Quality description: "720p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\ - \ to target **transparent** x264 720p encodes. \n\n- Average Movie Sizes ~ 4 to\ + \ to target **Transparent** x264 720p Encodes. \n\n- Average Movie Sizes ~ 4 to\ \ 8gb per Movie\n- Movie Quality Ranking ~ 5/10\n- Average TV Sizes ~ 2 to 4gb per\ \ Episode\n- TV Quality Ranking ~ 5/10" tags: From 5e595a0002c8d7ee951b134e0e5d6da1f4230794 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 20 Dec 2025 17:54:46 -0600 Subject: [PATCH 50/95] tweak(format): Tweak Compact Tags Combine Tiers --- .../1080p Compact TV Bluray Tier 1.yml | 2 +- .../1080p Compact TV Bluray Tier 2.yml | 2 +- .../1080p Compact TV Bluray Tier 3.yml | 2 +- .../1080p Compact TV Bluray Tier 4.yml | 2 +- .../1080p Compact TV Bluray Tier 5.yml | 2 +- .../1080p Compact TV Bluray Tier 6.yml | 2 +- .../1080p Compact TV WEB Tier 1.yml | 2 +- .../1080p Compact TV WEB Tier 2.yml | 2 +- .../1080p Compact TV WEB Tier 3.yml | 2 +- .../1080p Compact TV WEB Tier 4.yml | 2 +- .../1080p Compact TV WEB Tier 5.yml | 22 +++- .../1080p Compact TV WEB Tier 6.yml | 122 ------------------ .../1080p Efficient TV WEB Tier 5.yml | 24 +++- .../1080p Efficient TV WEB Tier 6.yml | 122 ------------------ profiles/1080p Compact.yml | 12 +- profiles/1080p Efficient.yml | 14 +- profiles/2160p Efficient.yml | 2 - 17 files changed, 64 insertions(+), 274 deletions(-) delete mode 100644 custom_formats/1080p Compact TV WEB Tier 6.yml delete mode 100644 custom_formats/1080p Efficient TV WEB Tier 6.yml diff --git a/custom_formats/1080p Compact TV Bluray Tier 1.yml b/custom_formats/1080p Compact TV Bluray Tier 1.yml index 98c8aa4..aecb7fb 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 1.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 1.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV Bluray Tier tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV Bluray Tier 2.yml b/custom_formats/1080p Compact TV Bluray Tier 2.yml index 6348d62..3092835 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 2.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 2.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 11080p Compact TV Bluray Tier tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV Bluray Tier 3.yml b/custom_formats/1080p Compact TV Bluray Tier 3.yml index 85f06d1..f9677da 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 3.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 3.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV Bluray Tier tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV Bluray Tier 4.yml b/custom_formats/1080p Compact TV Bluray Tier 4.yml index f7139ec..bfc183f 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 4.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 4.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV Bluray Tier tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV Bluray Tier 5.yml b/custom_formats/1080p Compact TV Bluray Tier 5.yml index c70596f..efa473c 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 5.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 5.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV Bluray Tier tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV Bluray Tier 6.yml b/custom_formats/1080p Compact TV Bluray Tier 6.yml index bf659c5..77c3a6d 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 6.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 6.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV Bluray Tier tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV WEB Tier 1.yml b/custom_formats/1080p Compact TV WEB Tier 1.yml index 4f9351b..dc78486 100644 --- a/custom_formats/1080p Compact TV WEB Tier 1.yml +++ b/custom_formats/1080p Compact TV WEB Tier 1.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact WEB Tier 1 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV WEB Tier 2.yml b/custom_formats/1080p Compact TV WEB Tier 2.yml index 6f6d44b..e6383d9 100644 --- a/custom_formats/1080p Compact TV WEB Tier 2.yml +++ b/custom_formats/1080p Compact TV WEB Tier 2.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV WEB Tier 2 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV WEB Tier 3.yml b/custom_formats/1080p Compact TV WEB Tier 3.yml index 627594f..6085f45 100644 --- a/custom_formats/1080p Compact TV WEB Tier 3.yml +++ b/custom_formats/1080p Compact TV WEB Tier 3.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV WEB Tier 3 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV WEB Tier 4.yml b/custom_formats/1080p Compact TV WEB Tier 4.yml index 741aaa2..c5903b3 100644 --- a/custom_formats/1080p Compact TV WEB Tier 4.yml +++ b/custom_formats/1080p Compact TV WEB Tier 4.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV WEB Tier 4 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p diff --git a/custom_formats/1080p Compact TV WEB Tier 5.yml b/custom_formats/1080p Compact TV WEB Tier 5.yml index d7d58fe..7f1e3ac 100644 --- a/custom_formats/1080p Compact TV WEB Tier 5.yml +++ b/custom_formats/1080p Compact TV WEB Tier 5.yml @@ -3,7 +3,7 @@ description: Matches release groups who fall under 1080p Compact TV WEB Tier 5 tags: - Release Group Tier - 1080p -- Efficient +- Compact - TV conditions: - name: 1080p @@ -26,11 +26,31 @@ conditions: required: false source: webrip type: source +- name: HODL + negate: false + pattern: HODL + required: false + type: release_group +- name: iVy + negate: false + pattern: iVy + required: false + type: release_group - name: KONTRAST negate: false pattern: KONTRAST required: false type: release_group +- name: PHOCiS + negate: false + pattern: PHOCiS + required: false + type: release_group +- name: YAWNiX + negate: false + pattern: YAWNiX + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Compact TV WEB Tier 6.yml b/custom_formats/1080p Compact TV WEB Tier 6.yml deleted file mode 100644 index 25b6b39..0000000 --- a/custom_formats/1080p Compact TV WEB Tier 6.yml +++ /dev/null @@ -1,122 +0,0 @@ -name: 1080p Compact TV WEB Tier 6 -description: Matches release groups who fall under 1080p Compact TV WEB Tier 6 -tags: -- Release Group Tier -- 1080p -- Efficient -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: WEB-DL - negate: false - required: false - source: web_dl - type: source -- name: WEBRip - negate: false - required: false - source: webrip - type: source -- name: HODL - negate: false - pattern: HODL - required: false - type: release_group -- name: iVy - negate: false - pattern: iVy - required: false - type: release_group -- name: PHOCiS - negate: false - pattern: PHOCiS - required: false - type: release_group -- name: YAWNiX - negate: false - pattern: YAWNiX - 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/1080p Efficient TV WEB Tier 5.yml b/custom_formats/1080p Efficient TV WEB Tier 5.yml index d876ed2..0e05f93 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 5.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 5.yml @@ -26,11 +26,31 @@ conditions: required: false source: webrip type: source -- name: KONTRAST +- name: HODL negate: false - pattern: KONTRAST + pattern: HODL required: false type: release_group +- name: iVy + negate: false + pattern: iVy + required: false + type: release_group +- name: PHOCiS + negate: false + pattern: PHOCiS + required: false + type: release_group +- name: YAWNiX + negate: false + pattern: YAWNiX + required: false + type: release_group +- name: KONTRAST + type: release_group + required: false + negate: false + pattern: KONTRAST tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient TV WEB Tier 6.yml b/custom_formats/1080p Efficient TV WEB Tier 6.yml deleted file mode 100644 index 9013ef3..0000000 --- a/custom_formats/1080p Efficient TV WEB Tier 6.yml +++ /dev/null @@ -1,122 +0,0 @@ -name: 1080p Efficient TV WEB Tier 6 -description: Matches release groups who fall under 1080p Efficient WEB Tier 6 -tags: -- Release Group Tier -- 1080p -- Efficient -- TV -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: WEB-DL - negate: false - required: false - source: web_dl - type: source -- name: WEBRip - negate: false - required: false - source: webrip - type: source -- name: HODL - negate: false - pattern: HODL - required: false - type: release_group -- name: iVy - negate: false - pattern: iVy - required: false - type: release_group -- name: PHOCiS - negate: false - pattern: PHOCiS - required: false - type: release_group -- name: YAWNiX - negate: false - pattern: YAWNiX - 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/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 4e54b97..62ad803 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -258,8 +258,6 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: -- name: 1080p Compact TV WEB Tier 1 - score: 665000 - name: QxR WEB score: 665000 - name: TAoE WEB @@ -268,15 +266,15 @@ custom_formats_sonarr: score: 665000 - name: Weasley WEB score: 665000 -- name: 1080p Compact TV WEB Tier 2 +- name: 1080p Compact TV WEB Tier 1 score: 664000 -- name: 1080p Compact TV WEB Tier 3 +- name: 1080p Compact TV WEB Tier 2 score: 663000 -- name: 1080p Compact TV WEB Tier 4 +- name: 1080p Compact TV WEB Tier 3 score: 662000 -- name: 1080p Compact TV WEB Tier 5 +- name: 1080p Compact TV WEB Tier 4 score: 661000 -- name: 1080p Compact TV WEB Tier 6 +- name: 1080p Compact TV WEB Tier 5 score: 660000 - name: 1080p Compact TV Bluray Tier 1 score: 645000 diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index cf2a128..2f055d8 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -260,8 +260,6 @@ custom_formats_sonarr: score: 321000 - name: 1080p Efficient TV Bluray Tier 5 score: 320000 -- name: 1080p Efficient TV WEB Tier 1 - score: 306000 - name: QxR WEB score: 306000 - name: TAoE WEB @@ -270,17 +268,17 @@ custom_formats_sonarr: score: 306000 - name: Weasley WEB score: 306000 -- name: 1080p Efficient TV WEB Tier 2 +- name: 1080p Efficient TV WEB Tier 1 score: 305000 -- name: 1080p Efficient TV WEB Tier 3 +- name: 1080p Efficient TV WEB Tier 2 score: 304000 -- name: 1080p Efficient TV WEB Tier 4 +- name: 1080p Efficient TV WEB Tier 3 score: 303000 -- name: 1080p Efficient TV Bluray Tier 6 +- name: 1080p Efficient TV WEB Tier 4 score: 302000 -- name: 1080p Efficient TV WEB Tier 5 +- name: 1080p Efficient TV Bluray Tier 6 score: 301000 -- name: 1080p Efficient TV WEB Tier 6 +- name: 1080p Efficient TV WEB Tier 5 score: 300000 - name: Season Pack score: 10 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index a97fccf..78de66d 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -312,8 +312,6 @@ custom_formats_sonarr: - name: 1080p Efficient TV Bluray Tier 6 score: 302000 - name: 1080p Efficient TV WEB Tier 5 - score: 301000 -- name: 1080p Efficient TV WEB Tier 6 score: 300000 - name: DSNP score: 3000 From 1e5ce80618b0320c1b8b930b20310328d28f098b Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 10:10:11 -0600 Subject: [PATCH 51/95] tweak(profile): Fix Efficient Scoring --- profiles/1080p Efficient.yml | 16 ++++++++-------- profiles/2160p Efficient.yml | 26 +++++++++++++------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 2f055d8..d5e7d15 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -260,16 +260,16 @@ custom_formats_sonarr: score: 321000 - name: 1080p Efficient TV Bluray Tier 5 score: 320000 -- name: QxR WEB - score: 306000 -- name: TAoE WEB - score: 306000 -- name: Vialle WEB - score: 306000 -- name: Weasley WEB - score: 306000 - name: 1080p Efficient TV WEB Tier 1 score: 305000 +- name: QxR WEB + score: 305000 +- name: TAoE WEB + score: 305000 +- name: Vialle WEB + score: 305000 +- name: Weasley WEB + score: 305000 - name: 1080p Efficient TV WEB Tier 2 score: 304000 - name: 1080p Efficient TV WEB Tier 3 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 78de66d..6c6e46c 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -293,24 +293,24 @@ custom_formats_sonarr: score: 321000 - name: 1080p Efficient TV Bluray Tier 5 score: 320000 -- name: QxR WEB - score: 307000 -- name: TAoE WEB - score: 307000 -- name: Vialle WEB - score: 307000 -- name: Weasley WEB - score: 307000 - name: 1080p Efficient TV WEB Tier 1 - score: 306000 -- name: 1080p Efficient TV WEB Tier 2 score: 305000 -- name: 1080p Efficient TV WEB Tier 3 +- name: QxR WEB + score: 305000 +- name: TAoE WEB + score: 305000 +- name: Vialle WEB + score: 305000 +- name: Weasley WEB + score: 305000 +- name: 1080p Efficient TV WEB Tier 2 score: 304000 -- name: 1080p Efficient TV WEB Tier 4 +- name: 1080p Efficient TV WEB Tier 3 score: 303000 -- name: 1080p Efficient TV Bluray Tier 6 +- name: 1080p Efficient TV WEB Tier 4 score: 302000 +- name: 1080p Efficient TV Bluray Tier 6 + score: 301000 - name: 1080p Efficient TV WEB Tier 5 score: 300000 - name: DSNP From c83ed4ebf9cea9dae52155ac7261ec5946d31876 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 13:35:22 -0600 Subject: [PATCH 52/95] tweak(format): Reconstitute Compact Movie Tiers and Rescore --- .../1080p Compact Movie Bluray Tier 1.yml | 46 +++++- .../1080p Compact Movie Bluray Tier 2.yml | 30 +--- .../1080p Compact Movie Bluray Tier 3.yml | 30 +++- .../1080p Compact Movie Bluray Tier 4.yml | 46 ++---- .../1080p Compact Movie WEB Tier 1.yml | 2 +- .../1080p Compact Movie WEB Tier 2.yml | 17 ++- .../1080p Compact Movie WEB Tier 3.yml | 2 +- .../1080p Compact Movie WEB Tier 4.yml | 7 +- .../1080p Efficient Movie Bluray Tier 1.yml | 5 + .../1080p Efficient Movie Bluray Tier 2.yml | 29 +++- .../1080p Efficient Movie Bluray Tier 3.yml | 27 +--- .../1080p Efficient Movie Bluray Tier 4.yml | 42 +++++- .../1080p Efficient Movie Bluray Tier 5.yml | 142 ------------------ .../1080p Efficient Movie WEB Tier 2.yml | 5 + profiles/1080p Compact.yml | 30 ++-- profiles/1080p Efficient.yml | 20 +-- profiles/2160p Efficient.yml | 20 +-- 17 files changed, 217 insertions(+), 283 deletions(-) delete mode 100644 custom_formats/1080p Efficient Movie Bluray Tier 5.yml diff --git a/custom_formats/1080p Compact Movie Bluray Tier 1.yml b/custom_formats/1080p Compact Movie Bluray Tier 1.yml index 4671d25..f17bbaa 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 1.yml @@ -1,5 +1,6 @@ name: 1080p Compact Movie Bluray Tier 1 -description: Matches release groups who fall under 1080p Compact Bluray Tier 1 +description: Matches release groups who fall under 1080p Compact Movie Bluray Tier + 1 tags: - Release Group Tier - 1080p @@ -21,14 +22,49 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: QxR +- name: bluegreeen negate: false - pattern: QxR + pattern: bluegreeen required: false type: release_group -- name: TAoE +- name: Chivaman negate: false - pattern: TAoE + pattern: Chivaman + required: false + type: release_group +- name: edge2020 + negate: false + pattern: edge2020 + required: false + type: release_group +- name: noxxus + negate: false + pattern: noxxus + required: false + type: release_group +- name: R1GY3B + negate: false + pattern: R1GY3B + required: false + type: release_group +- name: Ralphy + negate: false + pattern: Ralphy + required: false + type: release_group +- name: ToNaTo + negate: false + pattern: ToNaTo + required: false + type: release_group +- name: Vyndros + negate: false + pattern: Vyndros + required: false + type: release_group +- name: YELLO + negate: false + pattern: YELLO required: false type: release_group tests: diff --git a/custom_formats/1080p Compact Movie Bluray Tier 2.yml b/custom_formats/1080p Compact Movie Bluray Tier 2.yml index 905b258..4952c5f 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 2.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 2.yml @@ -1,5 +1,6 @@ name: 1080p Compact Movie Bluray Tier 2 -description: Matches release groups who fall under 1080p Compact Bluray Tier 2 +description: Matches release groups who fall under 1080p Compact Movie Bluray Tier + 2 tags: - Release Group Tier - 1080p @@ -21,34 +22,19 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: DarQ +- name: dkore negate: false - pattern: DarQ + pattern: dkore required: false type: release_group -- name: honeyvera +- name: GRiMM negate: false - pattern: Honeyvera + pattern: GRiMM required: false type: release_group -- name: LSt +- name: TimeDistortion negate: false - pattern: LSt - required: false - type: release_group -- name: MNHD - negate: false - pattern: MNHD - required: false - type: release_group -- name: SARTRE - negate: false - pattern: SARTRE - required: false - type: release_group -- name: Vialle - negate: false - pattern: Vialle + pattern: TimeDistortion required: false type: release_group tests: diff --git a/custom_formats/1080p Compact Movie Bluray Tier 3.yml b/custom_formats/1080p Compact Movie Bluray Tier 3.yml index 10b283c..f7f668b 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 3.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 3.yml @@ -1,5 +1,6 @@ name: 1080p Compact Movie Bluray Tier 3 -description: Matches release groups who fall under 1080p Compact Bluray Tier 3 +description: Matches release groups who fall under 1080p Compact Movie Bluray Tier + 3 tags: - Release Group Tier - 1080p @@ -21,19 +22,34 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: dkore +- name: DarQ negate: false - pattern: dkore + pattern: DarQ required: false type: release_group -- name: GRiMM +- name: honeyvera negate: false - pattern: GRiMM + pattern: Honeyvera required: false type: release_group -- name: TimeDistortion +- name: LSt negate: false - pattern: TimeDistortion + pattern: LSt + required: false + type: release_group +- name: MNHD + negate: false + pattern: MNHD + required: false + type: release_group +- name: SARTRE + negate: false + pattern: SARTRE + required: false + type: release_group +- name: Vialle + negate: false + pattern: Vialle required: false type: release_group tests: diff --git a/custom_formats/1080p Compact Movie Bluray Tier 4.yml b/custom_formats/1080p Compact Movie Bluray Tier 4.yml index 27dc634..609a5c7 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 4.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 4.yml @@ -1,9 +1,10 @@ name: 1080p Compact Movie Bluray Tier 4 -description: Matches release groups who fall under 1080p Compact Bluray Tier 4 +description: Matches release groups who fall under 1080p Compact Movie Bluray Tier + 4 tags: - Release Group Tier - 1080p -- Compact +- Efficient - Movie conditions: - name: 1080p @@ -21,49 +22,24 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: bluegreeen +- name: NAN0 negate: false - pattern: bluegreeen + pattern: NAN0 required: false type: release_group -- name: Chivaman +- name: QxR negate: false - pattern: Chivaman + pattern: QxR required: false type: release_group -- name: edge2020 +- name: SQS negate: false - pattern: edge2020 + pattern: SQS required: false type: release_group -- name: noxxus - type: release_group - required: false +- name: TAoE negate: false - pattern: noxxus -- name: R1GY3B - negate: false - pattern: R1GY3B - required: false - type: release_group -- name: Ralphy - negate: false - pattern: Ralphy - required: false - type: release_group -- name: ToNaTo - negate: false - pattern: ToNaTo - required: false - type: release_group -- name: Vyndros - negate: false - pattern: Vyndros - required: false - type: release_group -- name: YELLO - negate: false - pattern: YELLO + pattern: TAoE required: false type: release_group tests: diff --git a/custom_formats/1080p Compact Movie WEB Tier 1.yml b/custom_formats/1080p Compact Movie WEB Tier 1.yml index 3d1fc6e..1fdcd8b 100644 --- a/custom_formats/1080p Compact Movie WEB Tier 1.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 1.yml @@ -1,5 +1,5 @@ name: 1080p Compact Movie WEB Tier 1 -description: Matches release groups who fall under 1080p Compact WEB Tier 1 +description: Matches release groups who fall under 1080p Compact Movie WEB Tier 1 tags: - Release Group Tier - 1080p diff --git a/custom_formats/1080p Compact Movie WEB Tier 2.yml b/custom_formats/1080p Compact Movie WEB Tier 2.yml index 58bc9ff..e01bac5 100644 --- a/custom_formats/1080p Compact Movie WEB Tier 2.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 2.yml @@ -1,5 +1,5 @@ name: 1080p Compact Movie WEB Tier 2 -description: Matches release groups who fall under 1080p Compact WEB Tier 2 +description: Matches release groups who fall under 1080p Compact Movie WEB Tier 2 tags: - Release Group Tier - 1080p @@ -36,6 +36,21 @@ conditions: pattern: dkore required: false type: release_group +- name: LSt + negate: false + pattern: LSt + required: false + type: release_group +- name: SQS + negate: false + pattern: SQS + required: false + type: release_group +- name: TimeDistortion + negate: false + pattern: TimeDistortion + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Compact Movie WEB Tier 3.yml b/custom_formats/1080p Compact Movie WEB Tier 3.yml index d79350c..67f70b7 100644 --- a/custom_formats/1080p Compact Movie WEB Tier 3.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 3.yml @@ -1,5 +1,5 @@ name: 1080p Compact Movie WEB Tier 3 -description: Matches release groups who fall under 1080p Compact WEB Tier 3 +description: Matches release groups who fall under 1080p Compact Movie WEB Tier 3 tags: - Release Group Tier - 1080p diff --git a/custom_formats/1080p Compact Movie WEB Tier 4.yml b/custom_formats/1080p Compact Movie WEB Tier 4.yml index 0060918..590bbeb 100644 --- a/custom_formats/1080p Compact Movie WEB Tier 4.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 4.yml @@ -1,5 +1,5 @@ name: 1080p Compact Movie WEB Tier 4 -description: Matches release groups who fall under 1080p Compact WEB Tier 4 +description: Matches release groups who fall under 1080p Compact Movie WEB Tier 4 tags: - Release Group Tier - 1080p @@ -41,11 +41,6 @@ conditions: pattern: Ralphy required: false type: release_group -- name: Vialle - type: release_group - required: false - negate: false - pattern: Vialle - name: YELLO negate: false pattern: YELLO diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml index f20c0f4..75ff91c 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 1.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 1.yml @@ -31,6 +31,11 @@ conditions: pattern: QxR required: false type: release_group +- name: SQS + type: release_group + required: false + negate: false + pattern: SQS - name: TAoE negate: false pattern: TAoE diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml index c3b3341..6e2149d 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml @@ -21,9 +21,34 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: SQS +- name: DarQ negate: false - pattern: SQS + pattern: DarQ + required: false + type: release_group +- name: honeyvera + negate: false + pattern: Honeyvera + required: false + type: release_group +- name: LSt + negate: false + pattern: LSt + required: false + type: release_group +- name: MNHD + negate: false + pattern: MNHD + required: false + type: release_group +- name: SARTRE + negate: false + pattern: SARTRE + required: false + type: release_group +- name: Vialle + negate: false + pattern: Vialle required: false type: release_group tests: diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 3.yml b/custom_formats/1080p Efficient Movie Bluray Tier 3.yml index afaf0bf..a0ba8a1 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 3.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 3.yml @@ -21,34 +21,19 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: DarQ - type: release_group - required: false +- name: dkore negate: false - pattern: DarQ -- name: honeyvera - negate: false - pattern: Honeyvera + pattern: dkore required: false type: release_group -- name: LSt +- name: GRiMM negate: false - pattern: LSt + pattern: GRiMM required: false type: release_group -- name: MNHD +- name: TimeDistortion negate: false - pattern: MNHD - required: false - type: release_group -- name: SARTRE - negate: false - pattern: SARTRE - required: false - type: release_group -- name: Vialle - negate: false - pattern: Vialle + pattern: TimeDistortion required: false type: release_group tests: diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 4.yml b/custom_formats/1080p Efficient Movie Bluray Tier 4.yml index d020186..eaef9c4 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 4.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 4.yml @@ -21,19 +21,49 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: dkore +- name: bluegreeen negate: false - pattern: dkore + pattern: bluegreeen required: false type: release_group -- name: GRiMM +- name: Chivaman negate: false - pattern: GRiMM + pattern: Chivaman required: false type: release_group -- name: TimeDistortion +- name: edge2020 negate: false - pattern: TimeDistortion + pattern: edge2020 + required: false + type: release_group +- name: noxxus + negate: false + pattern: noxxus + required: false + type: release_group +- name: R1GY3B + negate: false + pattern: R1GY3B + required: false + type: release_group +- name: Ralphy + negate: false + pattern: Ralphy + required: false + type: release_group +- name: ToNaTo + negate: false + pattern: ToNaTo + required: false + type: release_group +- name: Vyndros + negate: false + pattern: Vyndros + required: false + type: release_group +- name: YELLO + negate: false + pattern: YELLO required: false type: release_group tests: diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 5.yml b/custom_formats/1080p Efficient Movie Bluray Tier 5.yml deleted file mode 100644 index 2b3b744..0000000 --- a/custom_formats/1080p Efficient Movie Bluray Tier 5.yml +++ /dev/null @@ -1,142 +0,0 @@ -name: 1080p Efficient Movie Bluray Tier 5 -description: Matches release groups who fall under 1080p Efficient Bluray Tier 4 -tags: -- Release Group Tier -- 1080p -- Efficient -- Movie -conditions: -- name: 1080p - negate: false - required: true - resolution: 1080p - type: resolution -- name: Bluray - negate: false - required: true - source: bluray - type: source -- name: x265 - negate: false - pattern: x265 (Efficient) - required: true - type: release_title -- name: bluegreeen - negate: false - pattern: bluegreeen - required: false - type: release_group -- name: Chivaman - negate: false - pattern: Chivaman - required: false - type: release_group -- name: edge2020 - negate: false - pattern: edge2020 - required: false - type: release_group -- name: noxxus - type: release_group - required: false - negate: false - pattern: noxxus -- name: R1GY3B - negate: false - pattern: R1GY3B - required: false - type: release_group -- name: Ralphy - negate: false - pattern: Ralphy - required: false - type: release_group -- name: ToNaTo - negate: false - pattern: ToNaTo - required: false - type: release_group -- name: Vyndros - negate: false - pattern: Vyndros - required: false - type: release_group -- name: YELLO - negate: false - pattern: YELLO - 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/1080p Efficient Movie WEB Tier 2.yml b/custom_formats/1080p Efficient Movie WEB Tier 2.yml index 854beca..45c9741 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 2.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 2.yml @@ -41,6 +41,11 @@ conditions: pattern: LSt required: false type: release_group +- name: SQS + type: release_group + required: false + negate: false + pattern: SQS - name: TimeDistortion negate: false pattern: TimeDistortion diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 62ad803..5b6d74c 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -195,23 +195,23 @@ custom_formats: - name: Xvid score: -999999 custom_formats_radarr: -- name: 1080p Bluray HEVC Tier 1 +- name: 1080p Compact Movie Bluray Tier 1 + score: 703000 +- name: 1080p Compact Movie Bluray Tier 2 + score: 702000 +- name: 1080p Compact Movie Bluray Tier 3 + score: 701000 +- name: Vialle Bluray + score: 701000 +- name: 1080p Compact Movie Bluray Tier 4 + score: 700000 +- name: QxR Bluray + score: 700000 +- name: TAoE Bluray score: 700000 - name: 1080p WEB-DL HEVC Tier 1 score: 680000 -- name: 1080p Compact Movie Bluray Tier 1 - score: 663000 -- name: QxR Bluray - score: 663000 -- name: TAoE Bluray - score: 663000 -- name: 1080p Compact Movie Bluray Tier 2 - score: 662000 -- name: Vialle Bluray - score: 662000 -- name: 1080p Compact Movie Bluray Tier 3 - score: 661000 -- name: 1080p Compact Movie Bluray Tier 4 +- name: 1080p Bluray HEVC Tier 1 score: 660000 - name: 1080p Compact Movie WEB Tier 1 score: 643000 @@ -227,8 +227,6 @@ custom_formats_radarr: score: 641000 - name: 1080p Compact Movie WEB Tier 4 score: 640000 -- name: Vialle WEB - score: 640000 - name: 1080p Balanced Tier 1 score: 621000 - name: 1080p Balanced Tier 2 diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index d5e7d15..8a60ffe 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -24,10 +24,6 @@ custom_formats: score: 360000 - name: 1080p WEB-DL HEVC Tier 1 score: 340000 -- name: QxR Bluray - score: 324000 -- name: TAoE Bluray - score: 324000 - name: 1080p WEB-DL (h264) score: 280000 - name: 720p WEB-DL @@ -196,16 +192,18 @@ custom_formats: score: -999999 custom_formats_radarr: - name: 1080p Efficient Movie Bluray Tier 1 - score: 324000 -- name: 1080p Efficient Movie Bluray Tier 2 score: 323000 -- name: 1080p Efficient Movie Bluray Tier 3 +- name: QxR Bluray + score: 323000 +- name: TAoE Bluray + score: 323000 +- name: 1080p Efficient Movie Bluray Tier 2 score: 322000 - name: Vialle Bluray score: 322000 -- name: 1080p Efficient Movie Bluray Tier 4 +- name: 1080p Efficient Movie Bluray Tier 3 score: 321000 -- name: 1080p Efficient Movie Bluray Tier 5 +- name: 1080p Efficient Movie Bluray Tier 4 score: 320000 - name: 1080p Efficient Movie WEB Tier 1 score: 303000 @@ -250,6 +248,10 @@ custom_formats_radarr: custom_formats_sonarr: - name: 1080p Efficient TV Bluray Tier 1 score: 324000 +- name: QxR Bluray + score: 324000 +- name: TAoE Bluray + score: 324000 - name: Vialle Bluray score: 324000 - name: 1080p Efficient TV Bluray Tier 2 diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 6c6e46c..1f1f9ca 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -27,10 +27,6 @@ custom_formats: score: 360000 - name: 1080p WEB-DL HEVC Tier 1 score: 340000 -- name: QxR Bluray - score: 324000 -- name: TAoE Bluray - score: 324000 - name: 1080p WEB-DL (h264) score: 280000 - name: 720p WEB-DL @@ -201,16 +197,18 @@ custom_formats_radarr: - name: 2160p Balanced Tier 3 score: 380000 - name: 1080p Efficient Movie Bluray Tier 1 - score: 324000 -- name: 1080p Efficient Movie Bluray Tier 2 score: 323000 -- name: 1080p Efficient Movie Bluray Tier 3 +- name: QxR Bluray + score: 323000 +- name: TAoE Bluray + score: 323000 +- name: 1080p Efficient Movie Bluray Tier 2 score: 322000 - name: Vialle Bluray score: 322000 -- name: 1080p Efficient Movie Bluray Tier 4 +- name: 1080p Efficient Movie Bluray Tier 3 score: 321000 -- name: 1080p Efficient Movie Bluray Tier 5 +- name: 1080p Efficient Movie Bluray Tier 4 score: 320000 - name: 1080p Efficient Movie WEB Tier 1 score: 303000 @@ -283,6 +281,10 @@ custom_formats_sonarr: score: 384000 - name: 1080p Efficient TV Bluray Tier 1 score: 324000 +- name: QxR Bluray + score: 324000 +- name: TAoE Bluray + score: 324000 - name: Vialle Bluray score: 324000 - name: 1080p Efficient TV Bluray Tier 2 From 6e9a4ca35bd081f2e2dd50f4604615ff985131d5 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 13:35:35 -0600 Subject: [PATCH 53/95] tweak(format): Reconstitute Compact Movie Tiers --- custom_formats/1080p Compact Movie Bluray Tier 4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_formats/1080p Compact Movie Bluray Tier 4.yml b/custom_formats/1080p Compact Movie Bluray Tier 4.yml index 609a5c7..8c41f81 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 4.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 4.yml @@ -4,7 +4,7 @@ description: Matches release groups who fall under 1080p Compact Movie Bluray Ti tags: - Release Group Tier - 1080p -- Efficient +- Compact - Movie conditions: - name: 1080p From c0d5fe66e02bf562939c776b93e53cb748698d08 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 13:37:13 -0600 Subject: [PATCH 54/95] tweak(profile): Update Compact Description --- profiles/1080p Compact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 5b6d74c..2370818 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,6 +1,6 @@ name: 1080p Compact description: "1080p Compact targets low to medium quality x265 Bluray and WEB Encodes.\ - \ \n\n- Average Movie Sizes ~ 6 to 12gb per Movie\n- Movie Quality Ranking ~ 7/10\n\ + \ \n\n- Average Movie Sizes ~ 4 to 8gb per Movie\n- Movie Quality Ranking ~ 4/10\n\ - Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10\n\nTesting\ \ Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks." tags: From 1dd7be3d1911b2163280738842e8cad7c096689e Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 13:38:36 -0600 Subject: [PATCH 55/95] tweak(profile): Update Compact Description --- profiles/1080p Compact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 2370818..625123a 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,6 +1,6 @@ name: 1080p Compact description: "1080p Compact targets low to medium quality x265 Bluray and WEB Encodes.\ - \ \n\n- Average Movie Sizes ~ 4 to 8gb per Movie\n- Movie Quality Ranking ~ 4/10\n\ + \ \n\n- Average Movie Sizes ~ 3 to 6gb per Movie\n- Movie Quality Ranking ~ 4/10\n\ - Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10\n\nTesting\ \ Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks." tags: From 979dfc4cdae3d6b6f15e56dcbce25c061aee21a2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 17:19:00 -0600 Subject: [PATCH 56/95] tweak(format): Add and Score Hone Bluray Parsing Hack --- custom_formats/HONE Bluray.yml | 25 +++++++++++++++++++++++++ custom_formats/HONE WEB.yml | 25 +++++++++++++++++++++++++ profiles/1080p Compact.yml | 2 ++ profiles/1080p Efficient.yml | 2 ++ profiles/2160p Efficient.yml | 2 ++ 5 files changed, 56 insertions(+) create mode 100644 custom_formats/HONE Bluray.yml create mode 100644 custom_formats/HONE WEB.yml diff --git a/custom_formats/HONE Bluray.yml b/custom_formats/HONE Bluray.yml new file mode 100644 index 0000000..4559750 --- /dev/null +++ b/custom_formats/HONE Bluray.yml @@ -0,0 +1,25 @@ +name: HONE Bluray +description: '' +tags: [] +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: HONE + negate: false + pattern: HONE + required: true + type: release_title +- name: Release Group + negate: true + pattern: HONE + required: true + type: release_group +tests: [] diff --git a/custom_formats/HONE WEB.yml b/custom_formats/HONE WEB.yml new file mode 100644 index 0000000..fb922c2 --- /dev/null +++ b/custom_formats/HONE WEB.yml @@ -0,0 +1,25 @@ +name: HONE WEB +description: '' +tags: [] +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: WEB-DL + negate: false + required: true + source: web_dl + type: source +- name: HONE + negate: false + pattern: HONE + required: true + type: release_title +- name: Release Group + negate: true + pattern: HONE + required: true + type: release_group +tests: [] diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 625123a..0c750c9 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -213,6 +213,8 @@ custom_formats_radarr: score: 680000 - name: 1080p Bluray HEVC Tier 1 score: 660000 +- name: HONE Bluray + score: 660000 - name: 1080p Compact Movie WEB Tier 1 score: 643000 - name: QxR WEB diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 8a60ffe..8afb28b 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -22,6 +22,8 @@ minScoreIncrement: 1 custom_formats: - name: 1080p Bluray HEVC Tier 1 score: 360000 +- name: HONE Bluray + score: 360000 - name: 1080p WEB-DL HEVC Tier 1 score: 340000 - name: 1080p WEB-DL (h264) diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 1f1f9ca..e7af29b 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -25,6 +25,8 @@ custom_formats: score: 380000 - name: 1080p Bluray HEVC Tier 1 score: 360000 +- name: HONE Bluray + score: 360000 - name: 1080p WEB-DL HEVC Tier 1 score: 340000 - name: 1080p WEB-DL (h264) From a01be7a2d0b7edafc3407c833e50f47a35d610a2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 17:36:19 -0600 Subject: [PATCH 57/95] tweak(format): Add Not Hone to any cfs with DarQ --- custom_formats/1080p Efficient Movie Bluray Tier 2.yml | 5 +++++ custom_formats/1080p Efficient Movie WEB Tier 2.yml | 9 +++++++-- custom_formats/1080p Efficient TV Bluray Tier 2.yml | 5 +++++ custom_formats/1080p Efficient TV WEB Tier 2.yml | 5 +++++ regex_patterns/DarQ.yml | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml index 6e2149d..e2da9a6 100644 --- a/custom_formats/1080p Efficient Movie Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient Movie Bluray Tier 2.yml @@ -21,6 +21,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: DarQ negate: false pattern: DarQ diff --git a/custom_formats/1080p Efficient Movie WEB Tier 2.yml b/custom_formats/1080p Efficient Movie WEB Tier 2.yml index 45c9741..41f7df2 100644 --- a/custom_formats/1080p Efficient Movie WEB Tier 2.yml +++ b/custom_formats/1080p Efficient Movie WEB Tier 2.yml @@ -16,6 +16,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + negate: true + pattern: HONE + required: true + type: release_title - name: WEB-DL negate: false required: false @@ -42,10 +47,10 @@ conditions: required: false type: release_group - name: SQS - type: release_group - required: false negate: false pattern: SQS + required: false + type: release_group - name: TimeDistortion negate: false pattern: TimeDistortion diff --git a/custom_formats/1080p Efficient TV Bluray Tier 2.yml b/custom_formats/1080p Efficient TV Bluray Tier 2.yml index 8f3d8cc..981175b 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 2.yml @@ -21,6 +21,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: DarQ negate: false pattern: DarQ diff --git a/custom_formats/1080p Efficient TV WEB Tier 2.yml b/custom_formats/1080p Efficient TV WEB Tier 2.yml index a93cd25..f64aa10 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 2.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 2.yml @@ -16,6 +16,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + negate: true + pattern: HONE + required: true + type: release_title - name: WEB-DL negate: false required: false diff --git a/regex_patterns/DarQ.yml b/regex_patterns/DarQ.yml index 2e7703c..cdffd7f 100644 --- a/regex_patterns/DarQ.yml +++ b/regex_patterns/DarQ.yml @@ -1,5 +1,5 @@ name: DarQ -pattern: (?<=^|[\s.-])DarQ\b$ +pattern: (?<=^|[\s.-])DarQ\b description: '' tags: - Release Group From f6795e107438cab9b57622b997c640dfca8c6947 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 17:42:45 -0600 Subject: [PATCH 58/95] tweak(format): Add Not HONE to Compact Tiers with DarQ --- custom_formats/1080p Compact Movie Bluray Tier 3.yml | 5 +++++ custom_formats/1080p Compact Movie WEB Tier 2.yml | 5 +++++ custom_formats/1080p Compact TV Bluray Tier 5.yml | 5 +++++ custom_formats/1080p Compact TV WEB Tier 2.yml | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/custom_formats/1080p Compact Movie Bluray Tier 3.yml b/custom_formats/1080p Compact Movie Bluray Tier 3.yml index f7f668b..a6af555 100644 --- a/custom_formats/1080p Compact Movie Bluray Tier 3.yml +++ b/custom_formats/1080p Compact Movie Bluray Tier 3.yml @@ -22,6 +22,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: DarQ negate: false pattern: DarQ diff --git a/custom_formats/1080p Compact Movie WEB Tier 2.yml b/custom_formats/1080p Compact Movie WEB Tier 2.yml index e01bac5..52c1316 100644 --- a/custom_formats/1080p Compact Movie WEB Tier 2.yml +++ b/custom_formats/1080p Compact Movie WEB Tier 2.yml @@ -16,6 +16,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: WEB-DL negate: false required: false diff --git a/custom_formats/1080p Compact TV Bluray Tier 5.yml b/custom_formats/1080p Compact TV Bluray Tier 5.yml index efa473c..811e934 100644 --- a/custom_formats/1080p Compact TV Bluray Tier 5.yml +++ b/custom_formats/1080p Compact TV Bluray Tier 5.yml @@ -21,6 +21,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: DarQ negate: false pattern: DarQ diff --git a/custom_formats/1080p Compact TV WEB Tier 2.yml b/custom_formats/1080p Compact TV WEB Tier 2.yml index e6383d9..1eeef92 100644 --- a/custom_formats/1080p Compact TV WEB Tier 2.yml +++ b/custom_formats/1080p Compact TV WEB Tier 2.yml @@ -16,6 +16,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: Not HONE + type: release_title + required: true + negate: true + pattern: HONE - name: WEB-DL negate: false required: false From 019c60d075d85d4d1ebb878822bb36e3823963b4 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 17:44:13 -0600 Subject: [PATCH 59/95] tweak(format): Add x265 Requirement to Hone CFs --- custom_formats/HONE Bluray.yml | 5 +++++ custom_formats/HONE WEB.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/custom_formats/HONE Bluray.yml b/custom_formats/HONE Bluray.yml index 4559750..29b056e 100644 --- a/custom_formats/HONE Bluray.yml +++ b/custom_formats/HONE Bluray.yml @@ -12,6 +12,11 @@ conditions: required: true source: bluray type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title - name: HONE negate: false pattern: HONE diff --git a/custom_formats/HONE WEB.yml b/custom_formats/HONE WEB.yml index fb922c2..a2798c7 100644 --- a/custom_formats/HONE WEB.yml +++ b/custom_formats/HONE WEB.yml @@ -12,6 +12,11 @@ conditions: required: true source: web_dl type: source +- name: x265 + type: release_title + required: true + negate: false + pattern: x265 (Efficient) - name: HONE negate: false pattern: HONE From 8a381800fc92ab7a1d5b342047bb27fbc8754413 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 17:52:53 -0600 Subject: [PATCH 60/95] tweak(format): Release Title Hone to Solve Parsing Errors Eff/Com --- custom_formats/HONE WEB.yml | 9 +++++++-- profiles/1080p Compact.yml | 2 ++ profiles/1080p Efficient.yml | 2 ++ profiles/2160p Efficient.yml | 2 ++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/custom_formats/HONE WEB.yml b/custom_formats/HONE WEB.yml index a2798c7..7cb446d 100644 --- a/custom_formats/HONE WEB.yml +++ b/custom_formats/HONE WEB.yml @@ -13,15 +13,20 @@ conditions: source: web_dl type: source - name: x265 - type: release_title - required: true negate: false pattern: x265 (Efficient) + required: true + type: release_title - name: HONE negate: false pattern: HONE required: true type: release_title +- name: Not Weasley + negate: true + pattern: Weasley + required: true + type: release_title - name: Release Group negate: true pattern: HONE diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 0c750c9..161fde1 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -211,6 +211,8 @@ custom_formats_radarr: score: 700000 - name: 1080p WEB-DL HEVC Tier 1 score: 680000 +- name: HONE WEB + score: 680000 - name: 1080p Bluray HEVC Tier 1 score: 660000 - name: HONE Bluray diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 8afb28b..131a890 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -26,6 +26,8 @@ custom_formats: score: 360000 - name: 1080p WEB-DL HEVC Tier 1 score: 340000 +- name: HONE WEB + score: 340000 - name: 1080p WEB-DL (h264) score: 280000 - name: 720p WEB-DL diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index e7af29b..4fa657d 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -29,6 +29,8 @@ custom_formats: score: 360000 - name: 1080p WEB-DL HEVC Tier 1 score: 340000 +- name: HONE WEB + score: 340000 - name: 1080p WEB-DL (h264) score: 280000 - name: 720p WEB-DL From 29ab9594535dd8a3e9cdb1f826bb0f4fcd28bbd0 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 22 Dec 2025 17:18:40 -0600 Subject: [PATCH 61/95] tweak(format): Add back Megusta/PSA/1080p 264 WEB-DL to Compact --- .../1080p Compact TV Trash Tier 1.yml | 107 +++++++++++++++++ .../1080p Compact TV Trash Tier 2.yml | 112 ++++++++++++++++++ profiles/1080p Compact.yml | 50 ++++---- 3 files changed, 246 insertions(+), 23 deletions(-) create mode 100644 custom_formats/1080p Compact TV Trash Tier 1.yml create mode 100644 custom_formats/1080p Compact TV Trash Tier 2.yml diff --git a/custom_formats/1080p Compact TV Trash Tier 1.yml b/custom_formats/1080p Compact TV Trash Tier 1.yml new file mode 100644 index 0000000..2fdd9bd --- /dev/null +++ b/custom_formats/1080p Compact TV Trash Tier 1.yml @@ -0,0 +1,107 @@ +name: 1080p Compact TV Trash Tier 1 +description: Matches release groups who fall under 1080p Compact TV Trash Tier 1 +tags: +- Release Group Tier +- 1080p +- Compact +- TV +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: Bluray + negate: false + required: true + source: bluray + type: source +- name: Megusta + negate: false + pattern: MeGusta + required: false + type: release_group +- name: PSA + negate: false + pattern: PSA + 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/1080p Compact TV Trash Tier 2.yml b/custom_formats/1080p Compact TV Trash Tier 2.yml new file mode 100644 index 0000000..b38f061 --- /dev/null +++ b/custom_formats/1080p Compact TV Trash Tier 2.yml @@ -0,0 +1,112 @@ +name: 1080p Compact TV Trash Tier 2 +description: Matches release groups who fall under 1080p Compact TV Trash Tier 2 +tags: +- Release Group Tier +- 1080p +- Compact +- TV +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +- name: Megusta + negate: false + pattern: MeGusta + required: false + type: release_group +- name: PSA + negate: false + pattern: PSA + 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/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 161fde1..5530a49 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -14,6 +14,8 @@ minCustomFormatScore: 20000 upgradeUntilScore: 888888 minScoreIncrement: 1 custom_formats: +- name: 1080p WEB-DL (h264) + score: 620000 - name: 720p WEB-DL score: 580000 - name: 720p Bluray @@ -235,8 +237,6 @@ custom_formats_radarr: score: 621000 - name: 1080p Balanced Tier 2 score: 620000 -- name: 1080p WEB-DL (h264) - score: 620000 - name: 720p HDTV Tier 1 score: 82000 - name: MA @@ -260,41 +260,45 @@ custom_formats_radarr: - name: Upscale score: -999999 custom_formats_sonarr: -- name: QxR WEB - score: 665000 -- name: TAoE WEB - score: 665000 -- name: Vialle WEB - score: 665000 -- name: Weasley WEB - score: 665000 - name: 1080p Compact TV WEB Tier 1 - score: 664000 + score: 684000 +- name: QxR WEB + score: 684000 +- name: TAoE WEB + score: 684000 +- name: Vialle WEB + score: 684000 +- name: Weasley WEB + score: 684000 - name: 1080p Compact TV WEB Tier 2 - score: 663000 + score: 683000 - name: 1080p Compact TV WEB Tier 3 - score: 662000 + score: 682000 - name: 1080p Compact TV WEB Tier 4 - score: 661000 + score: 681000 - name: 1080p Compact TV WEB Tier 5 - score: 660000 + score: 680000 - name: 1080p Compact TV Bluray Tier 1 - score: 645000 + score: 665000 - name: 1080p Compact TV Bluray Tier 2 - score: 644000 + score: 664000 - name: 1080p Compact TV Bluray Tier 3 - score: 643000 + score: 663000 - name: 1080p Compact TV Bluray Tier 4 - score: 642000 + score: 662000 - name: 1080p Compact TV Bluray Tier 5 - score: 641000 + score: 661000 - name: 1080p Compact TV Bluray Tier 6 - score: 640000 + score: 660000 - name: QxR Bluray - score: 640000 + score: 660000 - name: TAoE Bluray - score: 640000 + score: 660000 - name: Vialle Bluray + score: 660000 +- name: 1080p Compact TV Trash Tier 1 + score: 641000 +- name: 1080p Compact TV Trash Tier 2 score: 640000 - name: 720p HDTV Tier 1 score: 80000 From 9845c6848047e6898d41db4c0e29084f3af56711 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Wed, 24 Dec 2025 11:21:09 -0600 Subject: [PATCH 62/95] Refactor README.md for better structure and links Updated README.md to improve formatting and clarity. --- README.md | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a0c93f5..36af331 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,43 @@ +

+ + Website + + + Discord + + + Buy Me A Coffee + + + GitHub Sponsors + +

+ # Dictionarry Database -[![Website](https://img.shields.io/badge/Website-dictionarry.dev-blue)](https://dictionarry.dev) -[![Discord](https://img.shields.io/discord/1202375791556431892?color=blue&logo=discord&logoColor=white)](https://discord.com/invite/Y9TYP6jeYZ) -[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Support-blue?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/santiagosayshey) -[![GitHub Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-Support-blue?logo=github-sponsors)](https://github.com/sponsors/Dictionarry-Hub) +The [Official Dictionarry Database](https://github.com/Dictionarry-Hub/database) serves two main purposes: -The database serves two main purposes: - -1. Powers our [Documentation](https://dictionarry.dev/) +1. Powers our [Documentation](https://dictionarry.dev) 2. Acts as a [Profilarr Compliant Database](https://dictionarry.dev/profilarr-setup/linking?section=database-spotlight) -## Branches +## Brances -### stable +Stable Contains tested database entries ready for production use. -### dev +Dev Contains the latest updates and additions that are pending formal verification. May include experimental patterns and profiles that require further testing. + +### Profiles + +[Dictionarry Profiles](https://dictionarry.dev/quality-profile) + +#### Support +We Recommend Joining the Dictionarry Discord for any support issues you may have +1. [Discord](https://discord.com/invite/Y9TYP6jeYZ) +2. [Database Issues](https://github.com/Dictionarry-Hub/database/issues) +3. [Profilarr Issues](https://github.com/Dictionarry-Hub/profilarr/issues) From 7cecdaeb0722fb31345cd11b4c37855a419e8bbe Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Wed, 24 Dec 2025 11:21:51 -0600 Subject: [PATCH 63/95] Fix typo in 'Branches' section header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36af331..68296b6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The [Official Dictionarry Database](https://github.com/Dictionarry-Hub/database) 2. Acts as a [Profilarr Compliant Database](https://dictionarry.dev/profilarr-setup/linking?section=database-spotlight) -## Brances +## Branches Stable From 6aa0dfd2f663073bebeecd7b75c869d6d5e69514 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Wed, 24 Dec 2025 11:24:19 -0600 Subject: [PATCH 64/95] Update headings in README.md for consistency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68296b6..ef41dc7 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ Dev Contains the latest updates and additions that are pending formal verification. May include experimental patterns and profiles that require further testing. -### Profiles +## Profiles [Dictionarry Profiles](https://dictionarry.dev/quality-profile) -#### Support +## Support We Recommend Joining the Dictionarry Discord for any support issues you may have 1. [Discord](https://discord.com/invite/Y9TYP6jeYZ) 2. [Database Issues](https://github.com/Dictionarry-Hub/database/issues) From 23e3ccea435e7a90ee690f8a7e92784eb22e9124 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Wed, 24 Dec 2025 11:30:09 -0600 Subject: [PATCH 65/95] Remove duplicate lines in README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef41dc7..e5b10b6 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ The [Official Dictionarry Database](https://github.com/Dictionarry-Hub/database) serves two main purposes: -1. Powers our [Documentation](https://dictionarry.dev) -2. Acts as a - [Profilarr Compliant Database](https://dictionarry.dev/profilarr-setup/linking?section=database-spotlight) +- Powers our [Documentation](https://dictionarry.dev) +- Acts as a [Profilarr Compliant Database](https://dictionarry.dev/profilarr-setup/linking?section=database-spotlight) ## Branches @@ -38,6 +37,6 @@ May include experimental patterns and profiles that require further testing. ## Support We Recommend Joining the Dictionarry Discord for any support issues you may have -1. [Discord](https://discord.com/invite/Y9TYP6jeYZ) -2. [Database Issues](https://github.com/Dictionarry-Hub/database/issues) -3. [Profilarr Issues](https://github.com/Dictionarry-Hub/profilarr/issues) +- [Discord](https://discord.com/invite/Y9TYP6jeYZ) +- [Database Issues](https://github.com/Dictionarry-Hub/database/issues) +- [Profilarr Issues](https://github.com/Dictionarry-Hub/profilarr/issues) From 3be9799762a1e0d5cc3e4a3e2afba4aad0354c16 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Wed, 24 Dec 2025 12:12:31 -0600 Subject: [PATCH 66/95] Fix typo in 'Dictionarry' link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b10b6..10dbe70 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ May include experimental patterns and profiles that require further testing. ## Profiles -[Dictionarry Profiles](https://dictionarry.dev/quality-profile) +- [Dictionarry Profiles](https://dictionarry.dev/quality-profile) ## Support We Recommend Joining the Dictionarry Discord for any support issues you may have From 2a2cadd89c747da400c8e891c9c6661b82e3d3c0 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Wed, 24 Dec 2025 12:16:12 -0600 Subject: [PATCH 67/95] Remove branches section from README Removed branches section detailing stable and dev branches. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 10dbe70..e1917b3 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,6 @@ The [Official Dictionarry Database](https://github.com/Dictionarry-Hub/database) - Powers our [Documentation](https://dictionarry.dev) - Acts as a [Profilarr Compliant Database](https://dictionarry.dev/profilarr-setup/linking?section=database-spotlight) -## Branches - -Stable - -Contains tested database entries ready for production use. - -Dev - -Contains the latest updates and additions that are pending formal verification. -May include experimental patterns and profiles that require further testing. - ## Profiles - [Dictionarry Profiles](https://dictionarry.dev/quality-profile) From a68cf0e749da1d760e9ea401d7fe40728ab81d78 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 27 Dec 2025 13:39:11 -0600 Subject: [PATCH 68/95] tweak(format): Ban Release Group E --- custom_formats/Banned Groups (Efficient).yml | 5 +++++ custom_formats/Banned Groups (Title).yml | 12 ------------ custom_formats/Banned Groups.yml | 5 +++++ regex_patterns/E.yml | 7 +++++++ 4 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 custom_formats/Banned Groups (Title).yml create mode 100644 regex_patterns/E.yml diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 6190de7..9d3cb69 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -69,6 +69,11 @@ conditions: pattern: DRX required: false type: release_group +- name: E + type: release_group + required: false + negate: false + pattern: E - name: FGT negate: false pattern: FGT diff --git a/custom_formats/Banned Groups (Title).yml b/custom_formats/Banned Groups (Title).yml deleted file mode 100644 index f53d1f0..0000000 --- a/custom_formats/Banned Groups (Title).yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Banned Groups (Title) -description: Matches Grouos that are Banned via Release Title -tags: -- Banned -- Release Group -conditions: -- name: BEN THE MEN - type: release_title - required: false - negate: false - pattern: BEN THE MEN -tests: [] diff --git a/custom_formats/Banned Groups.yml b/custom_formats/Banned Groups.yml index d5938fd..a3b8607 100644 --- a/custom_formats/Banned Groups.yml +++ b/custom_formats/Banned Groups.yml @@ -79,6 +79,11 @@ conditions: pattern: DRX required: false type: release_group +- name: E + type: release_group + required: false + negate: false + pattern: E - name: FGT negate: false pattern: FGT diff --git a/regex_patterns/E.yml b/regex_patterns/E.yml new file mode 100644 index 0000000..b42faa1 --- /dev/null +++ b/regex_patterns/E.yml @@ -0,0 +1,7 @@ +name: E +pattern: (?<=^|[\s.-])E\b +description: '' +tags: +- Release Group +- WEB-DL +tests: [] From 43956a71903544217ba4db950a5b6dc522078991 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 28 Dec 2025 15:15:41 -0600 Subject: [PATCH 69/95] create(regex): Crunchyroll --- custom_formats/CR.yml | 59 ++++++++++++++++++++++++++++++++++ regex_patterns/Crunchyroll.yml | 12 +++++++ 2 files changed, 71 insertions(+) create mode 100644 custom_formats/CR.yml create mode 100644 regex_patterns/Crunchyroll.yml diff --git a/custom_formats/CR.yml b/custom_formats/CR.yml new file mode 100644 index 0000000..14a9565 --- /dev/null +++ b/custom_formats/CR.yml @@ -0,0 +1,59 @@ +name: CR +description: Matches 'Crunchyroll' WEB-DLs. Negates any encodes. +tags: +- Streaming Service +- WEB-DL +conditions: +- name: CR Regex + negate: false + pattern: Crunchyroll + required: true + type: release_title +- name: WEB-DL + negate: false + required: false + source: web_dl + type: source +- name: WEBRip + negate: false + required: false + source: webrip + type: source +tests: +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 1 + input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE] + lastRun: '2025-01-14T09:45:16.007149' + passes: true +- conditionResults: + - matches: true + name: AMZN Regex + negate: false + pattern: Amazon Prime + required: true + type: release_title + - matches: true + name: x265 + negate: true + pattern: x265 + required: false + type: release_title + expected: false + id: 2 + input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English + - Goki TAoE) + lastRun: '2025-01-14T09:45:16.007149' + passes: true diff --git a/regex_patterns/Crunchyroll.yml b/regex_patterns/Crunchyroll.yml new file mode 100644 index 0000000..4ed00d8 --- /dev/null +++ b/regex_patterns/Crunchyroll.yml @@ -0,0 +1,12 @@ +name: Crunchyroll +pattern: \b(C(runchy)?[ .-]?R(oll)?)\b +description: "Crunchyroll is a popular streaming service focused on anime, manga,\ + \ and Asian entertainment. It offers a large library of animated series and films,\ + \ including both classic titles and new simulcasts straight from Japan, often with\ + \ subtitles soon after they air. Users can watch on demand across devices, and there\u2019\ + s both a free, ad-supported tier and paid premium subscriptions with ad-free viewing\ + \ and early access to episodes." +tags: +- Streaming Service +- WEB-DL +tests: [] From 8cebf8cc4748869643e20c8026b4ebdb10917690 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 1 Jan 2026 13:37:00 -0600 Subject: [PATCH 70/95] tweak(profile): Remove Testing Phase Warning from Compact --- profiles/1080p Compact.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 5530a49..4f731dd 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -1,8 +1,7 @@ name: 1080p Compact description: "1080p Compact targets low to medium quality x265 Bluray and WEB Encodes.\ \ \n\n- Average Movie Sizes ~ 3 to 6gb per Movie\n- Movie Quality Ranking ~ 4/10\n\ - - Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10\n\nTesting\ - \ Phase. Sizes on the TV Side were significantly reduced. HDTV / SDTV added as fallbacks." + - Average TV Sizes ~ 1 to 2gb per Episode\n- TV Quality Ranking ~ 4/10" tags: - 1080p - Compact Focused From 75128ff57d612b3bcb39f7b3e3d4fdb10803dfb7 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 3 Jan 2026 12:18:32 -0600 Subject: [PATCH 71/95] create(format): IMAX --- custom_formats/IMAX.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/IMAX.yml diff --git a/custom_formats/IMAX.yml b/custom_formats/IMAX.yml new file mode 100644 index 0000000..29e1072 --- /dev/null +++ b/custom_formats/IMAX.yml @@ -0,0 +1,16 @@ +name: IMAX +description: '' +tags: +- Edition +conditions: +- name: IMAX + type: release_title + required: true + negate: false + pattern: IMAX +- name: IMAX Enhanced + negate: true + pattern: IMAX Enhanced + required: true + type: release_title +tests: [] From e4077f33922da4f7ff43730dbd02d23480b6a809 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 5 Jan 2026 15:56:19 -0600 Subject: [PATCH 72/95] add(format): ASD87 to 1080p Quality Tier 6 --- custom_formats/1080p Quality Tier 6.yml | 9 +++++++-- regex_patterns/ASD87.yml | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 regex_patterns/ASD87.yml diff --git a/custom_formats/1080p Quality Tier 6.yml b/custom_formats/1080p Quality Tier 6.yml index df740bc..6e6c6dc 100644 --- a/custom_formats/1080p Quality Tier 6.yml +++ b/custom_formats/1080p Quality Tier 6.yml @@ -26,6 +26,11 @@ conditions: required: false source: webrip type: source +- name: ASD87 + type: release_group + required: false + negate: false + pattern: ASD87 - name: BRUTE negate: false pattern: BRUTE @@ -112,10 +117,10 @@ conditions: required: false type: release_group - name: PuTao - type: release_group - required: false negate: false pattern: PuTao + required: false + type: release_group - name: ROCiNANTE negate: false pattern: ROCiNANTE diff --git a/regex_patterns/ASD87.yml b/regex_patterns/ASD87.yml new file mode 100644 index 0000000..957bf14 --- /dev/null +++ b/regex_patterns/ASD87.yml @@ -0,0 +1,7 @@ +name: ASD87 +pattern: (?<=^|[\s.-])ASD87\b +description: '' +tags: +- Release Group +- Bluray +tests: [] From db03f551e85e84e6de123cf14264ef2eab5932fa Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 11 Jan 2026 16:29:51 -0600 Subject: [PATCH 73/95] tweak(format): Add CHD to 1080p Quality Tier 6 --- custom_formats/1080p Quality Tier 6.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/custom_formats/1080p Quality Tier 6.yml b/custom_formats/1080p Quality Tier 6.yml index 6e6c6dc..551c84e 100644 --- a/custom_formats/1080p Quality Tier 6.yml +++ b/custom_formats/1080p Quality Tier 6.yml @@ -27,15 +27,20 @@ conditions: source: webrip type: source - name: ASD87 - type: release_group - required: false negate: false pattern: ASD87 + required: false + type: release_group - name: BRUTE negate: false pattern: BRUTE required: false type: release_group +- name: CHD + type: release_group + required: false + negate: false + pattern: CHD - name: EuReKA negate: false pattern: EuReKA From df2acee6e497c29f8b10dabcf70cf79ac13dd549 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 13 Jan 2026 17:50:02 -0600 Subject: [PATCH 74/95] tweak(format): Move ZoroSenpai to Remux Tier 2 --- custom_formats/Remux Tier 2.yml | 9 +++++++-- custom_formats/Remux Tier 3.yml | 5 ----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/custom_formats/Remux Tier 2.yml b/custom_formats/Remux Tier 2.yml index 36cd867..c23ab09 100644 --- a/custom_formats/Remux Tier 2.yml +++ b/custom_formats/Remux Tier 2.yml @@ -30,10 +30,10 @@ conditions: required: false type: release_group - name: PiRAMiDHEAD - type: release_group - required: false negate: false pattern: PiRAMiDHEAD + required: false + type: release_group - name: PmP negate: false pattern: PmP @@ -44,6 +44,11 @@ conditions: pattern: PP required: false type: release_group +- name: ZoroSenpai + negate: false + pattern: ZoroSenpai + required: false + type: release_group - name: ZQ negate: false pattern: ZQ diff --git a/custom_formats/Remux Tier 3.yml b/custom_formats/Remux Tier 3.yml index 15e5af1..7ddd204 100644 --- a/custom_formats/Remux Tier 3.yml +++ b/custom_formats/Remux Tier 3.yml @@ -49,9 +49,4 @@ conditions: pattern: TEPES required: false type: release_group -- name: ZoroSenpai - type: release_group - required: false - negate: false - pattern: ZoroSenpai tests: [] From cfe35cd346ab4d85b39402dbef0d341407e9d82d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 14 Jan 2026 10:58:13 -0600 Subject: [PATCH 75/95] tweak(format): Move SA89/REBORN/SoLaR to 1080p Quality Tier 1 --- custom_formats/1080p Quality Tier 1.yml | 21 ++++++++++++++++++--- custom_formats/1080p Quality Tier 2.yml | 19 ++----------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/custom_formats/1080p Quality Tier 1.yml b/custom_formats/1080p Quality Tier 1.yml index 7bd0902..bfba69f 100644 --- a/custom_formats/1080p Quality Tier 1.yml +++ b/custom_formats/1080p Quality Tier 1.yml @@ -42,13 +42,28 @@ conditions: required: false type: release_group - name: TeamSyndicate - type: release_group - required: false negate: false pattern: TeamSyndicate -- name: ZoroSenpai + required: false + type: release_group +- name: REBORN type: release_group required: false + negate: false + pattern: REBORN +- name: SA89 + type: release_group + required: false + negate: false + pattern: SA89 +- name: SoLaR + type: release_group + required: false + negate: false + pattern: SoLaR +- name: ZoroSenpai negate: false pattern: ZoroSenpai + required: false + type: release_group tests: [] diff --git a/custom_formats/1080p Quality Tier 2.yml b/custom_formats/1080p Quality Tier 2.yml index e529d74..ebf7bc5 100644 --- a/custom_formats/1080p Quality Tier 2.yml +++ b/custom_formats/1080p Quality Tier 2.yml @@ -32,10 +32,10 @@ conditions: required: false type: release_group - name: coffee - type: release_group - required: false negate: false pattern: coffee + required: false + type: release_group - name: CtrlHD negate: false pattern: CtrlHD @@ -51,21 +51,6 @@ conditions: pattern: HiFi required: false type: release_group -- name: REBORN - negate: false - pattern: REBORN - required: false - type: release_group -- name: SA89 - negate: false - pattern: SA89 - required: false - type: release_group -- name: SoLaR - negate: false - pattern: SoLaR - required: false - type: release_group - name: TayTo negate: false pattern: TayTo From d8e27fbec94b78dfb7e76b3f2e480e58ffeb54f1 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 14 Jan 2026 11:02:28 -0600 Subject: [PATCH 76/95] tweak(format): Drop D-Z0N3/EbP to 1080p Quality Tier 2 --- custom_formats/1080p Quality Tier 1.yml | 22 ++++++---------------- custom_formats/1080p Quality Tier 2.yml | 10 ++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/custom_formats/1080p Quality Tier 1.yml b/custom_formats/1080p Quality Tier 1.yml index bfba69f..2854c2e 100644 --- a/custom_formats/1080p Quality Tier 1.yml +++ b/custom_formats/1080p Quality Tier 1.yml @@ -31,36 +31,26 @@ conditions: pattern: DON required: false type: release_group -- name: D-Z0N3 - negate: false - pattern: D-Z0N3 - required: false - type: release_group -- name: EbP - negate: false - pattern: EbP - required: false - type: release_group - name: TeamSyndicate negate: false pattern: TeamSyndicate required: false type: release_group - name: REBORN - type: release_group - required: false negate: false pattern: REBORN -- name: SA89 - type: release_group required: false + type: release_group +- name: SA89 negate: false pattern: SA89 -- name: SoLaR - type: release_group required: false + type: release_group +- name: SoLaR negate: false pattern: SoLaR + required: false + type: release_group - name: ZoroSenpai negate: false pattern: ZoroSenpai diff --git a/custom_formats/1080p Quality Tier 2.yml b/custom_formats/1080p Quality Tier 2.yml index ebf7bc5..0060a2e 100644 --- a/custom_formats/1080p Quality Tier 2.yml +++ b/custom_formats/1080p Quality Tier 2.yml @@ -41,6 +41,16 @@ conditions: pattern: CtrlHD required: false type: release_group +- name: D-Z0N3 + type: release_group + required: false + negate: false + pattern: D-Z0N3 +- name: EbP + type: release_group + required: false + negate: false + pattern: EbP - name: Geek negate: false pattern: Geek From 407d0074886091858a21147294695caf9151b8f7 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 14 Jan 2026 13:43:30 -0600 Subject: [PATCH 77/95] tweak(format): Move SbR and ATELiER to 1080p Quality Tier 3 --- custom_formats/1080p Quality Tier 3.yml | 10 ++++++++++ custom_formats/1080p Quality Tier 5.yml | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/custom_formats/1080p Quality Tier 3.yml b/custom_formats/1080p Quality Tier 3.yml index 3da749b..90d46ea 100644 --- a/custom_formats/1080p Quality Tier 3.yml +++ b/custom_formats/1080p Quality Tier 3.yml @@ -26,6 +26,11 @@ conditions: required: false source: webrip type: source +- name: ATELiER + type: release_group + required: false + negate: false + pattern: ATELiER - name: CRiSC negate: false pattern: CRiSC @@ -56,6 +61,11 @@ conditions: pattern: iFT required: false type: release_group +- name: SbR + type: release_group + required: false + negate: false + pattern: SbR - name: WMING negate: false pattern: WMING diff --git a/custom_formats/1080p Quality Tier 5.yml b/custom_formats/1080p Quality Tier 5.yml index ab58de9..a0d0b69 100644 --- a/custom_formats/1080p Quality Tier 5.yml +++ b/custom_formats/1080p Quality Tier 5.yml @@ -31,11 +31,6 @@ conditions: pattern: AJP69 required: false type: release_group -- name: ATELiER - negate: false - pattern: ATELiER - required: false - type: release_group - name: BSTD negate: false pattern: BSTD @@ -211,11 +206,6 @@ conditions: pattern: SaNcTi required: false type: release_group -- name: SbR - negate: false - pattern: SbR - required: false - type: release_group - name: SiMPLE negate: false pattern: SiMPLE From be4a17de941c41f372cded1ff03b7e958186871e Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 14 Jan 2026 13:48:38 -0600 Subject: [PATCH 78/95] tweak(format): Move BV to 1080p Quality Tier 3 --- custom_formats/1080p Quality Tier 3.yml | 11 ++++++++--- custom_formats/1080p Quality Tier 5.yml | 5 ----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/custom_formats/1080p Quality Tier 3.yml b/custom_formats/1080p Quality Tier 3.yml index 90d46ea..3c271b4 100644 --- a/custom_formats/1080p Quality Tier 3.yml +++ b/custom_formats/1080p Quality Tier 3.yml @@ -27,10 +27,15 @@ conditions: source: webrip type: source - name: ATELiER + negate: false + pattern: ATELiER + required: false + type: release_group +- name: BV type: release_group required: false negate: false - pattern: ATELiER + pattern: BV - name: CRiSC negate: false pattern: CRiSC @@ -62,10 +67,10 @@ conditions: required: false type: release_group - name: SbR - type: release_group - required: false negate: false pattern: SbR + required: false + type: release_group - name: WMING negate: false pattern: WMING diff --git a/custom_formats/1080p Quality Tier 5.yml b/custom_formats/1080p Quality Tier 5.yml index a0d0b69..af8a080 100644 --- a/custom_formats/1080p Quality Tier 5.yml +++ b/custom_formats/1080p Quality Tier 5.yml @@ -36,11 +36,6 @@ conditions: pattern: BSTD required: false type: release_group -- name: BV - negate: false - pattern: BV - required: false - type: release_group - name: Chotab negate: false pattern: Chotab From 27d55d413687ce06e5b2a6558a15138435cd566e Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 14 Jan 2026 14:10:34 -0600 Subject: [PATCH 79/95] tweak(format): Move LoRD to 1080p Quality Tier 2 --- custom_formats/1080p Quality Tier 2.yml | 13 +++++++++---- custom_formats/1080p Quality Tier 5.yml | 5 ----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/custom_formats/1080p Quality Tier 2.yml b/custom_formats/1080p Quality Tier 2.yml index 0060a2e..bfbffd3 100644 --- a/custom_formats/1080p Quality Tier 2.yml +++ b/custom_formats/1080p Quality Tier 2.yml @@ -42,15 +42,15 @@ conditions: required: false type: release_group - name: D-Z0N3 - type: release_group - required: false negate: false pattern: D-Z0N3 -- name: EbP - type: release_group required: false + type: release_group +- name: EbP negate: false pattern: EbP + required: false + type: release_group - name: Geek negate: false pattern: Geek @@ -61,6 +61,11 @@ conditions: pattern: HiFi required: false type: release_group +- name: LoRD + type: release_group + required: false + negate: false + pattern: LoRD - name: TayTo negate: false pattern: TayTo diff --git a/custom_formats/1080p Quality Tier 5.yml b/custom_formats/1080p Quality Tier 5.yml index af8a080..7bfa4e8 100644 --- a/custom_formats/1080p Quality Tier 5.yml +++ b/custom_formats/1080p Quality Tier 5.yml @@ -126,11 +126,6 @@ conditions: pattern: LiNG required: false type: release_group -- name: LoRD - negate: false - pattern: LoRD - required: false - type: release_group - name: luvBB negate: false pattern: luvBB From 046bcb3ba4e4e6d5bfbb3ad711b12b767fae86f3 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 14 Jan 2026 19:29:29 -0600 Subject: [PATCH 80/95] tweak(format): Fix DTS --- custom_formats/DTS.yml | 2 +- regex_patterns/DTS-HD.yml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 regex_patterns/DTS-HD.yml diff --git a/custom_formats/DTS.yml b/custom_formats/DTS.yml index 132c82f..3827f14 100644 --- a/custom_formats/DTS.yml +++ b/custom_formats/DTS.yml @@ -26,7 +26,7 @@ conditions: type: release_title - name: Not DTS-HD negate: true - pattern: DTS-HD + pattern: DTS-HD MA required: true type: release_title - name: Not DTS-HD HRA ES diff --git a/regex_patterns/DTS-HD.yml b/regex_patterns/DTS-HD.yml deleted file mode 100644 index 1ea1c88..0000000 --- a/regex_patterns/DTS-HD.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: DTS-HD -pattern: \b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\b -description: '' -tags: -- Audio -tests: [] From e55ab07627af02b6f24fa71ebd848bf2971c5ed6 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 15 Jan 2026 12:38:10 -0600 Subject: [PATCH 81/95] create(format): Freeleech / Internal Indexer Flag CFs --- custom_formats/Freeleech 100%.yml | 12 ++++++++++++ custom_formats/Freeleech 25%.yml | 12 ++++++++++++ custom_formats/Freeleech 50%.yml | 12 ++++++++++++ custom_formats/Freeleech 75%.yml | 12 ++++++++++++ custom_formats/Internal.yml | 10 ++++++++++ 5 files changed, 58 insertions(+) create mode 100644 custom_formats/Freeleech 100%.yml create mode 100644 custom_formats/Freeleech 25%.yml create mode 100644 custom_formats/Freeleech 50%.yml create mode 100644 custom_formats/Freeleech 75%.yml create mode 100644 custom_formats/Internal.yml diff --git a/custom_formats/Freeleech 100%.yml b/custom_formats/Freeleech 100%.yml new file mode 100644 index 0000000..32e14d4 --- /dev/null +++ b/custom_formats/Freeleech 100%.yml @@ -0,0 +1,12 @@ +name: Freeleech 100% +description: 100% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: freeleech + name: 100% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Freeleech 25%.yml b/custom_formats/Freeleech 25%.yml new file mode 100644 index 0000000..5c16a72 --- /dev/null +++ b/custom_formats/Freeleech 25%.yml @@ -0,0 +1,12 @@ +name: Freeleech 25% +description: 25% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: freeleech_25 + name: 25% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Freeleech 50%.yml b/custom_formats/Freeleech 50%.yml new file mode 100644 index 0000000..01c634c --- /dev/null +++ b/custom_formats/Freeleech 50%.yml @@ -0,0 +1,12 @@ +name: Freeleech 50% +description: 50% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: halfleech + name: 50% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Freeleech 75%.yml b/custom_formats/Freeleech 75%.yml new file mode 100644 index 0000000..d03896f --- /dev/null +++ b/custom_formats/Freeleech 75%.yml @@ -0,0 +1,12 @@ +name: Freeleech 75% +description: 75% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: freeleech_75 + name: 75% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Internal.yml b/custom_formats/Internal.yml new file mode 100644 index 0000000..ddbd484 --- /dev/null +++ b/custom_formats/Internal.yml @@ -0,0 +1,10 @@ +name: Internal +description: Internal Indexer Flag +tags: [] +conditions: +- name: Internal + type: indexer_flag + required: true + negate: false + flag: internal +tests: [] From 8c533314d977bbf47cf4280ed952a6965e28f2fe Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 15 Jan 2026 17:18:50 -0600 Subject: [PATCH 82/95] tweak(format): Add ORBiT to 2160p Quality Tier 5 --- custom_formats/2160p Quality Tier 5.yml | 9 +++++++-- regex_patterns/ORBiT.yml | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 regex_patterns/ORBiT.yml diff --git a/custom_formats/2160p Quality Tier 5.yml b/custom_formats/2160p Quality Tier 5.yml index 48c7833..62b3b75 100644 --- a/custom_formats/2160p Quality Tier 5.yml +++ b/custom_formats/2160p Quality Tier 5.yml @@ -41,15 +41,20 @@ conditions: required: false type: release_group - name: j3rico - type: release_group - required: false negate: false pattern: j3rico + required: false + type: release_group - name: JustWatch negate: false pattern: JustWatch required: false type: release_group +- name: ORBiT + type: release_group + required: false + negate: false + pattern: ORBiT - name: SURCODE negate: false pattern: SURCODE diff --git a/regex_patterns/ORBiT.yml b/regex_patterns/ORBiT.yml new file mode 100644 index 0000000..ca4932c --- /dev/null +++ b/regex_patterns/ORBiT.yml @@ -0,0 +1,7 @@ +name: ORBiT +pattern: (?<=^|[\s.-])ORBiT\b +description: '' +tags: +- Release Group +- Bluray +tests: [] From 9a1ab3d22f342c2c4c6f27f511ceba08e3ea4611 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 15 Jan 2026 17:46:26 -0600 Subject: [PATCH 83/95] tweak(format): Move coffee to 1080p Quality Tier 1 --- custom_formats/1080p Quality Tier 1.yml | 5 +++++ custom_formats/1080p Quality Tier 2.yml | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/custom_formats/1080p Quality Tier 1.yml b/custom_formats/1080p Quality Tier 1.yml index 2854c2e..f6a3a00 100644 --- a/custom_formats/1080p Quality Tier 1.yml +++ b/custom_formats/1080p Quality Tier 1.yml @@ -26,6 +26,11 @@ conditions: required: false source: webrip type: source +- name: coffee + type: release_group + required: false + negate: false + pattern: coffee - name: DON negate: false pattern: DON diff --git a/custom_formats/1080p Quality Tier 2.yml b/custom_formats/1080p Quality Tier 2.yml index bfbffd3..29b2117 100644 --- a/custom_formats/1080p Quality Tier 2.yml +++ b/custom_formats/1080p Quality Tier 2.yml @@ -31,11 +31,6 @@ conditions: pattern: c0kE required: false type: release_group -- name: coffee - negate: false - pattern: coffee - required: false - type: release_group - name: CtrlHD negate: false pattern: CtrlHD @@ -62,10 +57,10 @@ conditions: required: false type: release_group - name: LoRD - type: release_group - required: false negate: false pattern: LoRD + required: false + type: release_group - name: TayTo negate: false pattern: TayTo From bbe958d4d7a75960fe8262d3769415e574be7e56 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 16 Jan 2026 11:39:47 -0600 Subject: [PATCH 84/95] tweak(format): Remove SiGLa from 1080p WEB-DL Tier 5 --- custom_formats/WEB-DL Tier 5.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_formats/WEB-DL Tier 5.yml b/custom_formats/WEB-DL Tier 5.yml index 8e30e12..5dd93b5 100644 --- a/custom_formats/WEB-DL Tier 5.yml +++ b/custom_formats/WEB-DL Tier 5.yml @@ -34,11 +34,6 @@ conditions: pattern: ROCCaT required: false type: release_group -- name: SiGLA - type: release_group - required: false - negate: false - pattern: SiGLA - name: SiGMA negate: false pattern: SiGMA From 6d92a9f8357a51af3c1c2e275c1c99a824f90d0c Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 16 Jan 2026 14:12:01 -0600 Subject: [PATCH 85/95] tweak(format): Move REBORN SoLaR to 720p Quality Tier 1 --- custom_formats/720p Quality Tier 1.yml | 19 ++++++++++++------- custom_formats/720p Quality Tier 2.yml | 15 +++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/custom_formats/720p Quality Tier 1.yml b/custom_formats/720p Quality Tier 1.yml index 33a6ce4..0195d97 100644 --- a/custom_formats/720p Quality Tier 1.yml +++ b/custom_formats/720p Quality Tier 1.yml @@ -31,19 +31,24 @@ conditions: pattern: DON required: false type: release_group -- name: EbP +- name: REBORN + type: release_group + required: false negate: false - pattern: EbP - required: false + pattern: REBORN +- name: SoLaR type: release_group + required: false + negate: false + pattern: SoLaR - name: TeamSyndicate - type: release_group - required: false negate: false pattern: TeamSyndicate -- name: ZoroSenpai - type: release_group required: false + type: release_group +- name: ZoroSenpai negate: false pattern: ZoroSenpai + required: false + type: release_group tests: [] diff --git a/custom_formats/720p Quality Tier 2.yml b/custom_formats/720p Quality Tier 2.yml index c22d8dd..0c6dc36 100644 --- a/custom_formats/720p Quality Tier 2.yml +++ b/custom_formats/720p Quality Tier 2.yml @@ -41,6 +41,11 @@ conditions: pattern: CtrlHD required: false type: release_group +- name: EbP + type: release_group + required: false + negate: false + pattern: EbP - name: HiDt negate: false pattern: HiDt @@ -56,21 +61,11 @@ conditions: pattern: IDE required: false type: release_group -- name: REBORN - negate: false - pattern: REBORN - required: false - type: release_group - name: SbR negate: false pattern: SbR required: false type: release_group -- name: SoLaR - type: release_group - required: false - negate: false - pattern: SoLaR - name: TayTo negate: false pattern: TayTo From 90fcc3fb960525b0ce0ad9278e2d13de8a893127 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 16 Jan 2026 20:14:55 -0600 Subject: [PATCH 86/95] tweak(profile): Ban ASL Releases --- custom_formats/ASL.yml | 10 ++++++++++ profiles/1080p Balanced.yml | 2 ++ profiles/1080p Compact.yml | 2 ++ profiles/1080p Efficient.yml | 2 ++ profiles/1080p Quality HDR.yml | 2 ++ profiles/1080p Quality.yml | 2 ++ profiles/1080p Remux.yml | 2 ++ profiles/2160p Balanced.yml | 2 ++ profiles/2160p Efficient.yml | 2 ++ profiles/2160p Quality.yml | 2 ++ profiles/2160p Remux.yml | 2 ++ profiles/720p Quality.yml | 2 ++ regex_patterns/ASL.yml | 19 +++++++++++++++++++ 13 files changed, 51 insertions(+) create mode 100644 custom_formats/ASL.yml create mode 100644 regex_patterns/ASL.yml diff --git a/custom_formats/ASL.yml b/custom_formats/ASL.yml new file mode 100644 index 0000000..1756486 --- /dev/null +++ b/custom_formats/ASL.yml @@ -0,0 +1,10 @@ +name: ASL +description: '' +tags: [] +conditions: +- name: ASL + negate: false + pattern: ASL + required: true + type: release_title +tests: [] diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index 25b69f7..9770737 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -147,6 +147,8 @@ custom_formats: score: 0 - name: STAN score: 0 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/profiles/1080p Compact.yml b/profiles/1080p Compact.yml index 4f731dd..20d89ba 100644 --- a/profiles/1080p Compact.yml +++ b/profiles/1080p Compact.yml @@ -157,6 +157,8 @@ custom_formats: score: 0 - name: STAN score: 0 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups (Efficient) diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index 131a890..cbc50e3 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -168,6 +168,8 @@ custom_formats: score: 0 - name: STAN score: 0 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups (Efficient) diff --git a/profiles/1080p Quality HDR.yml b/profiles/1080p Quality HDR.yml index d9066f5..36f9e5a 100644 --- a/profiles/1080p Quality HDR.yml +++ b/profiles/1080p Quality HDR.yml @@ -175,6 +175,8 @@ custom_formats: score: 0 - name: x265 (Bluray) score: -400000 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 03beb7f..48fabaf 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -156,6 +156,8 @@ custom_formats: score: 0 - name: STAN score: 0 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index fb25242..1a5c42f 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -202,6 +202,8 @@ custom_formats: score: 0 - name: x265 (Bluray) score: -400000 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index d5b0539..df65f8e 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -184,6 +184,8 @@ custom_formats: score: 0 - name: x265 (Bluray) score: -400000 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/profiles/2160p Efficient.yml b/profiles/2160p Efficient.yml index 4fa657d..fbfb1ca 100644 --- a/profiles/2160p Efficient.yml +++ b/profiles/2160p Efficient.yml @@ -167,6 +167,8 @@ custom_formats: score: 0 - name: STAN score: 0 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups (Efficient) diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index a38e3b0..38789cd 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -206,6 +206,8 @@ custom_formats: score: 0 - name: x265 (Bluray) score: -400000 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index 5b34dfa..9397a24 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -218,6 +218,8 @@ custom_formats: score: 0 - name: x265 (Bluray) score: -400000 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index 941b284..565787c 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -138,6 +138,8 @@ custom_formats: score: 0 - name: STAN score: 0 +- name: ASL + score: -999999 - name: AV1 score: -999999 - name: Banned Groups diff --git a/regex_patterns/ASL.yml b/regex_patterns/ASL.yml new file mode 100644 index 0000000..af76947 --- /dev/null +++ b/regex_patterns/ASL.yml @@ -0,0 +1,19 @@ +name: ASL +pattern: \b(ASL)\b +description: '' +tags: +- Enhancements +tests: +- id: 1 + input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English - + r00t QxR) + expected: false +- id: 2 + input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio + expected: false +- id: 3 + input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE) + expected: true +- id: 4 + input: "\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ" + expected: true From b374b9ac008341e34f2f1a81a1ea3b501a19c2ec Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 21 Jan 2026 11:45:20 -0600 Subject: [PATCH 87/95] tweak(format): Move ATELiER back to Quality Tier 5 --- custom_formats/1080p Quality Tier 3.yml | 9 ++------- custom_formats/1080p Quality Tier 5.yml | 5 +++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/custom_formats/1080p Quality Tier 3.yml b/custom_formats/1080p Quality Tier 3.yml index 3c271b4..e6a8739 100644 --- a/custom_formats/1080p Quality Tier 3.yml +++ b/custom_formats/1080p Quality Tier 3.yml @@ -26,16 +26,11 @@ conditions: required: false source: webrip type: source -- name: ATELiER - negate: false - pattern: ATELiER - required: false - type: release_group - name: BV - type: release_group - required: false negate: false pattern: BV + required: false + type: release_group - name: CRiSC negate: false pattern: CRiSC diff --git a/custom_formats/1080p Quality Tier 5.yml b/custom_formats/1080p Quality Tier 5.yml index 7bfa4e8..023e30b 100644 --- a/custom_formats/1080p Quality Tier 5.yml +++ b/custom_formats/1080p Quality Tier 5.yml @@ -31,6 +31,11 @@ conditions: pattern: AJP69 required: false type: release_group +- name: ATELiER + type: release_group + required: false + negate: false + pattern: ATELiER - name: BSTD negate: false pattern: BSTD From d750ca84baae9c0ab8412e275aac948cbc4919e9 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Fri, 23 Jan 2026 20:51:23 +1030 Subject: [PATCH 88/95] create(workflow): Add GitHub Action to reopen issues on comment --- .github/workflows/reopen-comment.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/reopen-comment.yaml diff --git a/.github/workflows/reopen-comment.yaml b/.github/workflows/reopen-comment.yaml new file mode 100644 index 0000000..f9d0996 --- /dev/null +++ b/.github/workflows/reopen-comment.yaml @@ -0,0 +1,20 @@ +name: Reopen on comment + +on: + issue_comment: + types: [created] + +jobs: + reopen: + if: github.event.issue.state == 'closed' + runs-on: ubuntu-latest + steps: + - uses: actions/github-script@v7 + with: + script: | + await github.rest.issues.update({ + owner: context.repo.owner, + repo: context.repo.repo, + issue_number: context.issue.number, + state: 'open' + }) \ No newline at end of file From dd8b013f82f079a078de712175138abc0162685f Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Fri, 23 Jan 2026 20:54:23 +1030 Subject: [PATCH 89/95] tweak(workflow): add workflow descriptor --- .github/workflows/reopen-comment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/reopen-comment.yaml b/.github/workflows/reopen-comment.yaml index f9d0996..9ec8958 100644 --- a/.github/workflows/reopen-comment.yaml +++ b/.github/workflows/reopen-comment.yaml @@ -1,3 +1,6 @@ +# Automatically reopens closed issues when someone leaves a new comment. +# Useful for Utterances — lets users continue discussions on resolved topics. + name: Reopen on comment on: From 131dc561fc378db394893f4492a69f7ba57fa8e3 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Sat, 24 Jan 2026 01:13:21 +1030 Subject: [PATCH 90/95] create(issue-templates): add bug report and feature request templates (#138) --- .github/ISSUE_TEMPLATE/bug.yml | 32 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 10 +++++++ .github/ISSUE_TEMPLATE/feature.yml | 44 ++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..b8b4fd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,32 @@ +name: 🐛 Bug Report +description: Report a problem with a custom format, profile, or regex +labels: ["type: bug"] + +body: + - type: input + id: which + attributes: + label: Which custom format/profile/regex? + placeholder: e.g. Remux Tier 1, DV HDR10+, x265 + validations: + required: true + + - type: textarea + id: whats-wrong + attributes: + label: What's wrong? + description: Include the release title, whether it should or shouldn't have matched, and a Regex101 link if relevant. + placeholder: | + Release: Some.Movie.2024.2160p.UHD.BluRay.REMUX.DV.HDR.DTS-HD.MA.7.1-GROUP + Expected: Should match Remux Tier 1 + Actual: Didn't match + Regex101: https://regex101.com/... + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Interactive searches and movie/season history from your arrs are the most important info you can give. Without them, it's going to be much harder to solve this issue. + placeholder: Drag and drop screenshots here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..7ae9910 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +blank_issues_enabled: false + +contact_links: + - name: 💬 Support Question + url: https://github.com/Dictionarry-Hub/database/discussions/new?category=q-a + about: Ask questions and get help from the community + + - name: 📚 Check the Docs + url: https://dictionarry.dev + about: Read the documentation before opening an issue diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..697a4ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,44 @@ +name: ✨ Feature Request +description: Request new content or changes to existing content +labels: ["type: feature"] + +body: + - type: dropdown + id: what + attributes: + label: What do you want? + options: + - New profile + - New custom format + - New regex pattern + - Changes to existing content + - Other + validations: + required: true + + - type: textarea + id: description + attributes: + label: Description + placeholder: Describe what you want in detail + validations: + required: true + + - type: textarea + id: why + attributes: + label: Why is this useful? + placeholder: Explain your use case + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If relevant, include interactive searches or movie/season history from your arrs. + placeholder: Drag and drop screenshots here + + - type: input + id: related + attributes: + label: Related issues + placeholder: "#123, #456" From bec49a3bb4e49c4657063dba621b973eec217b8c Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sat, 24 Jan 2026 05:52:41 +1030 Subject: [PATCH 91/95] fix(workflow): dont reopen if the commenter closed the issue --- .github/workflows/reopen-comment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reopen-comment.yaml b/.github/workflows/reopen-comment.yaml index 9ec8958..81191ae 100644 --- a/.github/workflows/reopen-comment.yaml +++ b/.github/workflows/reopen-comment.yaml @@ -9,7 +9,9 @@ on: jobs: reopen: - if: github.event.issue.state == 'closed' + if: > + github.event.issue.state == 'closed' && + github.event.comment.user.login != github.event.issue.closed_by.login runs-on: ubuntu-latest steps: - uses: actions/github-script@v7 From 00900c27ae98d15b46234af2fc8cac0897583f5c Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sat, 24 Jan 2026 06:33:38 +1030 Subject: [PATCH 92/95] delete(workflow): remove automatic reopening of closed issues on new comments --- .github/workflows/reopen-comment.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/reopen-comment.yaml diff --git a/.github/workflows/reopen-comment.yaml b/.github/workflows/reopen-comment.yaml deleted file mode 100644 index 81191ae..0000000 --- a/.github/workflows/reopen-comment.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically reopens closed issues when someone leaves a new comment. -# Useful for Utterances — lets users continue discussions on resolved topics. - -name: Reopen on comment - -on: - issue_comment: - types: [created] - -jobs: - reopen: - if: > - github.event.issue.state == 'closed' && - github.event.comment.user.login != github.event.issue.closed_by.login - runs-on: ubuntu-latest - steps: - - uses: actions/github-script@v7 - with: - script: | - await github.rest.issues.update({ - owner: context.repo.owner, - repo: context.repo.repo, - issue_number: context.issue.number, - state: 'open' - }) \ No newline at end of file From ea2cbf4998c819531a093ff05c8504a5099741f0 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 24 Jan 2026 14:07:56 -0600 Subject: [PATCH 93/95] tweak(format): Negate Sourceless Groups from HDTV --- custom_formats/1080p HDTV.yml | 5 +++++ custom_formats/720p HDTV.yml | 5 +++++ regex_patterns/Sourceless Groups.yml | 6 ++++++ 3 files changed, 16 insertions(+) create mode 100644 regex_patterns/Sourceless Groups.yml diff --git a/custom_formats/1080p HDTV.yml b/custom_formats/1080p HDTV.yml index 1a4c938..b144bd9 100644 --- a/custom_formats/1080p HDTV.yml +++ b/custom_formats/1080p HDTV.yml @@ -13,4 +13,9 @@ conditions: required: true source: television type: source +- name: Sourceless Groups + type: release_group + required: true + negate: true + pattern: Sourceless Groups tests: [] diff --git a/custom_formats/720p HDTV.yml b/custom_formats/720p HDTV.yml index 64cf057..8320517 100644 --- a/custom_formats/720p HDTV.yml +++ b/custom_formats/720p HDTV.yml @@ -13,4 +13,9 @@ conditions: required: true source: television type: source +- name: Sourceless Groups + type: release_title + required: true + negate: true + pattern: Sourceless Groups tests: [] diff --git a/regex_patterns/Sourceless Groups.yml b/regex_patterns/Sourceless Groups.yml new file mode 100644 index 0000000..8de8c81 --- /dev/null +++ b/regex_patterns/Sourceless Groups.yml @@ -0,0 +1,6 @@ +name: Sourceless Groups +pattern: (?<=^|[\s.-])(Megusta)\b +description: '' +tags: +- Release Group +tests: [] From f5886db753f24572c183f2053bf398a7be4b723e Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 24 Jan 2026 14:09:49 -0600 Subject: [PATCH 94/95] tweak(format): Allow HDTV for Compact TV Trash Tier 2 --- custom_formats/1080p Compact TV Trash Tier 1.yml | 5 ----- custom_formats/1080p Compact TV Trash Tier 2.yml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_formats/1080p Compact TV Trash Tier 1.yml b/custom_formats/1080p Compact TV Trash Tier 1.yml index 2fdd9bd..f7305b3 100644 --- a/custom_formats/1080p Compact TV Trash Tier 1.yml +++ b/custom_formats/1080p Compact TV Trash Tier 1.yml @@ -21,11 +21,6 @@ conditions: required: true source: bluray type: source -- name: Megusta - negate: false - pattern: MeGusta - required: false - type: release_group - name: PSA negate: false pattern: PSA diff --git a/custom_formats/1080p Compact TV Trash Tier 2.yml b/custom_formats/1080p Compact TV Trash Tier 2.yml index b38f061..310ca0f 100644 --- a/custom_formats/1080p Compact TV Trash Tier 2.yml +++ b/custom_formats/1080p Compact TV Trash Tier 2.yml @@ -16,6 +16,11 @@ conditions: pattern: x265 (Efficient) required: true type: release_title +- name: HDTV + type: source + required: false + negate: false + source: television - name: WEB-DL negate: false required: false From f941c2077c7d3338ef97a6adb84a39127ca66ced Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 24 Jan 2026 14:14:49 -0600 Subject: [PATCH 95/95] tweak(format): Add ELiTE to Compact TV Trash Tier 2 --- custom_formats/1080p Compact TV Trash Tier 2.yml | 9 +++++++-- regex_patterns/ELiTE.yml | 7 +++++++ regex_patterns/Sourceless Groups.yml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 regex_patterns/ELiTE.yml diff --git a/custom_formats/1080p Compact TV Trash Tier 2.yml b/custom_formats/1080p Compact TV Trash Tier 2.yml index 310ca0f..fcdd07f 100644 --- a/custom_formats/1080p Compact TV Trash Tier 2.yml +++ b/custom_formats/1080p Compact TV Trash Tier 2.yml @@ -17,10 +17,10 @@ conditions: required: true type: release_title - name: HDTV - type: source - required: false negate: false + required: false source: television + type: source - name: WEB-DL negate: false required: false @@ -31,6 +31,11 @@ conditions: required: false source: webrip type: source +- name: ELiTE + type: release_group + required: false + negate: false + pattern: ELiTE - name: Megusta negate: false pattern: MeGusta diff --git a/regex_patterns/ELiTE.yml b/regex_patterns/ELiTE.yml new file mode 100644 index 0000000..5c349a6 --- /dev/null +++ b/regex_patterns/ELiTE.yml @@ -0,0 +1,7 @@ +name: ELiTE +pattern: (?<=^|[\s.-])ELiTE\b +description: '' +tags: +- Release Group +- WEB-DL +tests: [] diff --git a/regex_patterns/Sourceless Groups.yml b/regex_patterns/Sourceless Groups.yml index 8de8c81..efdc9fa 100644 --- a/regex_patterns/Sourceless Groups.yml +++ b/regex_patterns/Sourceless Groups.yml @@ -1,5 +1,5 @@ name: Sourceless Groups -pattern: (?<=^|[\s.-])(Megusta)\b +pattern: (?<=^|[\s.-])(ELiTE|Megusta)\b description: '' tags: - Release Group