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: []