From 00a43aeadcbe1c54bba656986b6d2c17299d8b2d Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Mon, 20 Jan 2025 11:48:17 +1050 Subject: [PATCH] create(format): Unwanted Remux Groups --- custom_formats/Unwanted Remux Groups.yml | 13 +++++++++++ regex_patterns/Bloated Remux Groups.yml | 28 ++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 custom_formats/Unwanted Remux Groups.yml create mode 100644 regex_patterns/Bloated Remux Groups.yml diff --git a/custom_formats/Unwanted Remux Groups.yml b/custom_formats/Unwanted Remux Groups.yml new file mode 100644 index 0000000..17fbc76 --- /dev/null +++ b/custom_formats/Unwanted Remux Groups.yml @@ -0,0 +1,13 @@ +name: Unwanted Remux Groups +description: Matches otherwise unfavourable remux groups - bloated audio tracks, fake + HDR, etc. +tags: +- Release Group +- Unwanted +conditions: +- name: Bloated Remux Groups + type: release_title + required: false + negate: false + pattern: Bloated Remux Groups +tests: [] diff --git a/regex_patterns/Bloated Remux Groups.yml b/regex_patterns/Bloated Remux Groups.yml new file mode 100644 index 0000000..1cfb9f0 --- /dev/null +++ b/regex_patterns/Bloated Remux Groups.yml @@ -0,0 +1,28 @@ +name: Bloated Remux Groups +pattern: \b(LEGi0N|FGT|RARBG)\b +description: Matches groups that add multiple audio tracks to remuxes +tags: +- Release Group +tests: +- expected: true + id: 3 + input: Blade Runner 2049 2017 1080p BluRay REMUX AVC DTS-HD MA TrueHD 7 1 Atmos-FGT + lastRun: '2025-01-19T17:27:12.895135' + matchSpan: + end: 76 + start: 73 + matchedContent: FGT + matchedGroups: + - FGT + passes: true +- expected: true + id: 4 + input: Blade Runner 2049 2017 REMUX 1080p Blu-ray AVC DTS-HD MA 7 1-LEGi0N + lastRun: '2025-01-19T17:27:12.895135' + matchSpan: + end: 67 + start: 61 + matchedContent: LEGi0N + matchedGroups: + - LEGi0N + passes: true