From af2f52a0507cd2873202cbce1fd669bca18944fb Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 12 Oct 2023 09:46:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BC=98=E5=85=88=E7=BA=A7=E8=A7=84?= =?UTF-8?q?=E5=88=99=E6=94=AF=E6=8C=81=E6=9D=9C=E6=AF=94=E5=85=A8=E6=99=AF?= =?UTF-8?q?=E5=A3=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/filter/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/modules/filter/__init__.py b/app/modules/filter/__init__.py index 48b606de..0626a60f 100644 --- a/app/modules/filter/__init__.py +++ b/app/modules/filter/__init__.py @@ -70,11 +70,16 @@ class FilterModule(_ModuleBase): "include": [r'[Hx].?264|AVC'], "exclude": [] }, - # 杜比 + # 杜比视界 "DOLBY": { "include": [r"Dolby[\s.]+Vision|DOVI|[\s.]+DV[\s.]+|杜比视界"], "exclude": [] }, + # 杜比全景声 + "ATMOS": { + "include": [r"Dolby[\s.+]+Atmos|Atmos|杜比全景[声聲]"], + "exclude": [] + }, # HDR "HDR": { "include": [r"[\s.]+HDR[\s.]+|HDR10|HDR10\+"],