From 71951cf5a6ae162e612109a01b52bbaccbbeed61 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 9 Jul 2025 01:15:44 -0500 Subject: [PATCH] tweak(format): Fix NF Tier CF to have either HDR / DV --- custom_formats/1080p Efficient NF WEB-DL (Radarr).yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom_formats/1080p Efficient NF WEB-DL (Radarr).yml b/custom_formats/1080p Efficient NF WEB-DL (Radarr).yml index 05e0e36..bd2dd83 100644 --- a/custom_formats/1080p Efficient NF WEB-DL (Radarr).yml +++ b/custom_formats/1080p Efficient NF WEB-DL (Radarr).yml @@ -26,6 +26,16 @@ conditions: pattern: h265 required: true type: release_title +- name: DV + negate: false + pattern: Dolby Vision + required: false + type: release_title +- name: HDR + negate: false + pattern: HDR + required: false + type: release_title tests: - conditionResults: - matches: true