From 90fcc3fb960525b0ce0ad9278e2d13de8a893127 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 16 Jan 2026 20:14:55 -0600 Subject: [PATCH] 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