From 39536aa7346fa514c5c2d0719ceaac1b50d289cd Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 9 Aug 2025 01:41:52 -0500 Subject: [PATCH] tweak(format): Add 2160p to WEB-DL Exceptions to Prevent 1080p --- custom_formats/Banned WEB-DL (x265).yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/custom_formats/Banned WEB-DL (x265).yml b/custom_formats/Banned WEB-DL (x265).yml index 9e6446e..b29a9a0 100644 --- a/custom_formats/Banned WEB-DL (x265).yml +++ b/custom_formats/Banned WEB-DL (x265).yml @@ -4,6 +4,11 @@ tags: - Banned - Release Group conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p - name: WEB-DL negate: false required: true @@ -160,10 +165,10 @@ conditions: required: true type: release_group - name: VoX - type: release_group - required: true negate: true pattern: VoX + required: true + type: release_group - name: WELP negate: true pattern: WELP