From 019c60d075d85d4d1ebb878822bb36e3823963b4 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 21 Dec 2025 17:44:13 -0600 Subject: [PATCH] tweak(format): Add x265 Requirement to Hone CFs --- custom_formats/HONE Bluray.yml | 5 +++++ custom_formats/HONE WEB.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/custom_formats/HONE Bluray.yml b/custom_formats/HONE Bluray.yml index 4559750..29b056e 100644 --- a/custom_formats/HONE Bluray.yml +++ b/custom_formats/HONE Bluray.yml @@ -12,6 +12,11 @@ conditions: required: true source: bluray type: source +- name: x265 + negate: false + pattern: x265 (Efficient) + required: true + type: release_title - name: HONE negate: false pattern: HONE diff --git a/custom_formats/HONE WEB.yml b/custom_formats/HONE WEB.yml index fb922c2..a2798c7 100644 --- a/custom_formats/HONE WEB.yml +++ b/custom_formats/HONE WEB.yml @@ -12,6 +12,11 @@ conditions: required: true source: web_dl type: source +- name: x265 + type: release_title + required: true + negate: false + pattern: x265 (Efficient) - name: HONE negate: false pattern: HONE