From 7df53372acde697dcc47d1040d4f371c53dc7307 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Thu, 16 Jan 2025 16:14:41 +1050 Subject: [PATCH] create(format): Match x265 only for 1080p - Used to get rid of 1080p x265 encodes for 2160p Quality (since x265 is needed for 2160p Encodes) --- custom_formats/x265 (1080p).yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 custom_formats/x265 (1080p).yml diff --git a/custom_formats/x265 (1080p).yml b/custom_formats/x265 (1080p).yml new file mode 100644 index 0000000..4c294bc --- /dev/null +++ b/custom_formats/x265 (1080p).yml @@ -0,0 +1,17 @@ +name: x265 (1080p) +description: 'Matches ''x265'' regex pattern only when 1080p is also found. ' +tags: +- Codec +- Resolution +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: x265 + negate: false + pattern: x265 + required: true + type: release_title +tests: []