From 2282935901cec1819a0403e6e677dd643bab1ebf Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 4 May 2025 14:45:45 -0500 Subject: [PATCH] tweak(format): Add HEVC to x265 Missing --- custom_formats/x265 (Missing 2160p).yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/custom_formats/x265 (Missing 2160p).yml b/custom_formats/x265 (Missing 2160p).yml index 9c3339e..151b2a4 100644 --- a/custom_formats/x265 (Missing 2160p).yml +++ b/custom_formats/x265 (Missing 2160p).yml @@ -20,16 +20,21 @@ conditions: pattern: Remux required: true type: release_title -- name: Not x265 - negate: true - pattern: x265 - required: true +- name: Not HEVC type: release_title + required: true + negate: true + pattern: HEVC - name: Not x264 negate: true pattern: x264 required: true type: release_title +- name: Not x265 + negate: true + pattern: x265 + required: true + type: release_title tests: - conditionResults: - matches: false