tweak: Updated DD/ATMOS Regex

This commit is contained in:
bedynamictech 2025-07-02 11:37:31 -07:00
parent 13245c8985
commit 418f09bb4c
7 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ conditions:
type: release_title
- name: Not TrueHD + Atmos
negate: true
pattern: TrueHD + Atmos
pattern: TrueHD
required: false
type: release_title
- name: Not FLAC
@ -35,8 +35,8 @@ conditions:
required: false
type: release_title
- name: Not Dolby Digital +
type: release_title
required: false
negate: true
pattern: Dolby Digital +
required: false
type: release_title
tests: []

View File

@ -1,5 +1,5 @@
name: Atmos
pattern: \bATMOS(\b|\d)
pattern: \b(ATMOS|DDPA)(\b|\d)
description: ''
tags:
- Audio

View File

@ -1,5 +1,5 @@
name: DTS-X
pattern: \b(dts[-_. :]?x)\b(?!\d)
pattern: '\b(dts[-_.: ]?x7?)\b(?![-_. ]?(26[456]))'
description: ''
tags:
- Audio

View File

@ -1,5 +1,5 @@
name: Dolby Digital +
pattern: \bDD[P+]|\b(e[-_. ]?ac3)\b
pattern: \bDD[P+](?!A)|\b(e[-_. ]?ac-?3)\b
description: ''
tags:
- Audio

View File

@ -1,5 +1,5 @@
name: Dolby Digital
pattern: \bDD[^a-z+]|(?<!e)ac3
pattern: \bDD[^a-z+]|(?<!e-)\b(ac-?3)\b
description: ''
tags:
- Audio

View File

@ -1,5 +1,5 @@
name: TrueHD (Missing Groups)
pattern: (?<=^|[\s.-])TRiToN|EPSiLON|NoGroup|PmP\b
pattern: True[ .-]?HD|W4NK3R|HQMUX|TRiToN|EPSiLON|NoGroup|PmP.
description: Matches groups who mislabel TrueHD
tags:
- Audio

View File

@ -1,5 +1,5 @@
name: TrueHD
pattern: True[ .-]?HD[ .-]?
pattern: True[ .-]?HD
description: ''
tags:
- Audio