From a64d266a937252faf8265b09237ac47bc6fbfc05 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Mon, 13 Jan 2025 06:24:17 +1050 Subject: [PATCH] create(format): New CF: x265 (Missing) - Match 1080p x265 Bluray encodes marked as h265 (not possible to have a lossless encode) --- custom_formats/x265 (Missing).yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 custom_formats/x265 (Missing).yml diff --git a/custom_formats/x265 (Missing).yml b/custom_formats/x265 (Missing).yml new file mode 100644 index 0000000..ede2f8a --- /dev/null +++ b/custom_formats/x265 (Missing).yml @@ -0,0 +1,26 @@ +name: x265 (Missing) +description: 'Attempts to match 1080p x265 encodes that are mislabeled as h265. ' +tags: +- x265 +conditions: +- name: 1080p + type: resolution + required: true + negate: false + resolution: 1080p +- name: Bluray + type: source + required: true + negate: false + source: bluray +- name: Not x265 + type: release_title + required: true + negate: false + pattern: x265 +- name: h265 + type: release_title + required: true + negate: false + pattern: h265 +tests: []