From 78c4852cd9ceff1e8b66cceb737cc0d3cc60ac7a Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 7 Aug 2025 00:32:47 -0500 Subject: [PATCH] create(format): Non TrueHD Atmos --- custom_formats/Dolby Atmos.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 custom_formats/Dolby Atmos.yml diff --git a/custom_formats/Dolby Atmos.yml b/custom_formats/Dolby Atmos.yml new file mode 100644 index 0000000..2577aa4 --- /dev/null +++ b/custom_formats/Dolby Atmos.yml @@ -0,0 +1,22 @@ +name: Dolby Atmos +description: Matches 'Atmos' Regex Pattern +tags: +- Audio +- Dolby +conditions: +- name: Atmos + negate: false + pattern: Atmos + required: false + type: release_title +- name: Atmos (BTN Standard) + negate: false + pattern: BTN Atmos + required: false + type: release_title +- name: Not TrueHD + negate: true + pattern: TrueHD + required: true + type: release_title +tests: []