fix 优先级规则支持杜比全景声

This commit is contained in:
jxxghp 2023-10-12 09:46:48 +08:00
parent 7a61fa1ee2
commit af2f52a050

View File

@ -70,11 +70,16 @@ class FilterModule(_ModuleBase):
"include": [r'[Hx].?264|AVC'], "include": [r'[Hx].?264|AVC'],
"exclude": [] "exclude": []
}, },
# 杜比 # 杜比视界
"DOLBY": { "DOLBY": {
"include": [r"Dolby[\s.]+Vision|DOVI|[\s.]+DV[\s.]+|杜比视界"], "include": [r"Dolby[\s.]+Vision|DOVI|[\s.]+DV[\s.]+|杜比视界"],
"exclude": [] "exclude": []
}, },
# 杜比全景声
"ATMOS": {
"include": [r"Dolby[\s.+]+Atmos|Atmos|杜比全景[声聲]"],
"exclude": []
},
# HDR # HDR
"HDR": { "HDR": {
"include": [r"[\s.]+HDR[\s.]+|HDR10|HDR10\+"], "include": [r"[\s.]+HDR[\s.]+|HDR10|HDR10\+"],