From c969d662b7a33dd1baaf4ca9329e16f107b59898 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 8 Jul 2025 20:24:10 -0500 Subject: [PATCH] tweak(format): WEB Tier 1 --- .../1080p Efficient WEB Tier 1 (Radarr).yml | 22 ++++++++++++++++++- regex_patterns/TimeDistortion.yml | 7 ++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 regex_patterns/TimeDistortion.yml diff --git a/custom_formats/1080p Efficient WEB Tier 1 (Radarr).yml b/custom_formats/1080p Efficient WEB Tier 1 (Radarr).yml index ee7ae77..f0970cc 100644 --- a/custom_formats/1080p Efficient WEB Tier 1 (Radarr).yml +++ b/custom_formats/1080p Efficient WEB Tier 1 (Radarr).yml @@ -17,10 +17,30 @@ conditions: source: web_dl type: source - name: WEBRip + negate: false + required: false + source: webrip type: source +- name: LSt + type: release_group required: false negate: false - source: webrip + pattern: LSt +- name: QxR + negate: false + pattern: QxR + required: false + type: release_group +- name: TAoE + negate: false + pattern: TAoE + required: false + type: release_group +- name: TimeDistortion + type: release_group + required: false + negate: false + pattern: TimeDistortion tests: - conditionResults: - matches: true diff --git a/regex_patterns/TimeDistortion.yml b/regex_patterns/TimeDistortion.yml new file mode 100644 index 0000000..ec137a5 --- /dev/null +++ b/regex_patterns/TimeDistortion.yml @@ -0,0 +1,7 @@ +name: TimeDistortion +pattern: (?<=^|[\s.-])TimeDistortion\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []