From 39ff7f434ac4307de8c47034a6725a78c232cca4 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 20 Jun 2025 16:20:54 -0500 Subject: [PATCH] tweak(format): Ban AOC --- custom_formats/Banned Groups.yml | 5 +++++ regex_patterns/AOC.yml | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 regex_patterns/AOC.yml diff --git a/custom_formats/Banned Groups.yml b/custom_formats/Banned Groups.yml index 8fa041a..9c1759c 100644 --- a/custom_formats/Banned Groups.yml +++ b/custom_formats/Banned Groups.yml @@ -14,6 +14,11 @@ conditions: pattern: 4K4U required: false type: release_group +- name: AOC + type: release_group + required: false + negate: false + pattern: AOC - name: AROMA negate: false pattern: AROMA diff --git a/regex_patterns/AOC.yml b/regex_patterns/AOC.yml new file mode 100644 index 0000000..8c7e2bb --- /dev/null +++ b/regex_patterns/AOC.yml @@ -0,0 +1,7 @@ +name: AOC +pattern: (?<=^|[\s.-])AOC\b +description: Banned for Excessive Audio Streams +tags: +- Release Group +- WEB-DL +tests: []