From 7c6292907bc89e1970b32b75ad22605f00260e69 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 1 Aug 2025 19:45:03 -0500 Subject: [PATCH] tweak(format): Not 2160p to x265 (BLURAY) and (WEB) --- custom_formats/x265 (Bluray).yml | 9 +++++++-- custom_formats/x265 (WEB).yml | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/custom_formats/x265 (Bluray).yml b/custom_formats/x265 (Bluray).yml index 7f95175..a871468 100644 --- a/custom_formats/x265 (Bluray).yml +++ b/custom_formats/x265 (Bluray).yml @@ -9,8 +9,13 @@ conditions: required: true type: release_title - name: Bluray - type: source - required: true negate: false + required: true source: bluray + type: source +- name: Not 2160p + type: resolution + required: true + negate: true + resolution: 2160p tests: [] diff --git a/custom_formats/x265 (WEB).yml b/custom_formats/x265 (WEB).yml index b85f148..0cca51b 100644 --- a/custom_formats/x265 (WEB).yml +++ b/custom_formats/x265 (WEB).yml @@ -8,6 +8,11 @@ conditions: pattern: x265 required: true type: release_title +- name: Not 2160p + type: resolution + required: true + negate: true + resolution: 2160p - name: Bluray negate: true required: true