diff --git a/custom_formats/Atmos (Missing).yml b/custom_formats/Atmos (Missing).yml index 20b6626..4bf9f30 100644 --- a/custom_formats/Atmos (Missing).yml +++ b/custom_formats/Atmos (Missing).yml @@ -21,4 +21,9 @@ conditions: pattern: TrueHD required: true type: release_title +- name: Not Atmos (BTN) + type: release_title + required: true + negate: true + pattern: Atmos (BTN) tests: [] diff --git a/custom_formats/Atmos.yml b/custom_formats/Atmos.yml index d902442..d5a5aba 100644 --- a/custom_formats/Atmos.yml +++ b/custom_formats/Atmos.yml @@ -8,6 +8,11 @@ conditions: - name: Atmos negate: false pattern: Atmos - required: true + required: false type: release_title +- name: Atmos (BTN Standard) + type: release_title + required: false + negate: false + pattern: Atmos (BTN) tests: [] diff --git a/regex_patterns/TrueHD + Atmos.yml b/regex_patterns/Atmos (BTN).yml similarity index 100% rename from regex_patterns/TrueHD + Atmos.yml rename to regex_patterns/Atmos (BTN).yml