From 178fa2ba9a8b8a0f8ff4d94b977985b69607c259 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Fri, 17 Jan 2025 12:47:34 +1050 Subject: [PATCH] add(format): x264 (1080p) - Match x264 2160p encodes --- custom_formats/x264 (2160p).yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 custom_formats/x264 (2160p).yml diff --git a/custom_formats/x264 (2160p).yml b/custom_formats/x264 (2160p).yml new file mode 100644 index 0000000..0db5c44 --- /dev/null +++ b/custom_formats/x264 (2160p).yml @@ -0,0 +1,17 @@ +name: x264 (2160p) +description: 'Matches ''x264'' regex pattern only when 2160p is also found. ' +tags: +- Codec +- Resolution +conditions: +- name: 1080p + negate: false + required: true + resolution: 2160p + type: resolution +- name: x264 + negate: false + pattern: x264 + required: true + type: release_title +tests: []