tweak: Updated DD/ATMOS Regex
This commit is contained in:
parent
13245c8985
commit
418f09bb4c
|
|
@ -26,7 +26,7 @@ conditions:
|
||||||
type: release_title
|
type: release_title
|
||||||
- name: Not TrueHD + Atmos
|
- name: Not TrueHD + Atmos
|
||||||
negate: true
|
negate: true
|
||||||
pattern: TrueHD + Atmos
|
pattern: TrueHD
|
||||||
required: false
|
required: false
|
||||||
type: release_title
|
type: release_title
|
||||||
- name: Not FLAC
|
- name: Not FLAC
|
||||||
|
|
@ -35,8 +35,8 @@ conditions:
|
||||||
required: false
|
required: false
|
||||||
type: release_title
|
type: release_title
|
||||||
- name: Not Dolby Digital +
|
- name: Not Dolby Digital +
|
||||||
type: release_title
|
|
||||||
required: false
|
|
||||||
negate: true
|
negate: true
|
||||||
pattern: Dolby Digital +
|
pattern: Dolby Digital +
|
||||||
|
required: false
|
||||||
|
type: release_title
|
||||||
tests: []
|
tests: []
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: Atmos
|
name: Atmos
|
||||||
pattern: \bATMOS(\b|\d)
|
pattern: \b(ATMOS|DDPA)(\b|\d)
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- Audio
|
- Audio
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: DTS-X
|
name: DTS-X
|
||||||
pattern: \b(dts[-_. :]?x)\b(?!\d)
|
pattern: '\b(dts[-_.: ]?x7?)\b(?![-_. ]?(26[456]))'
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- Audio
|
- Audio
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: Dolby Digital +
|
name: Dolby Digital +
|
||||||
pattern: \bDD[P+]|\b(e[-_. ]?ac3)\b
|
pattern: \bDD[P+](?!A)|\b(e[-_. ]?ac-?3)\b
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- Audio
|
- Audio
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: Dolby Digital
|
name: Dolby Digital
|
||||||
pattern: \bDD[^a-z+]|(?<!e)ac3
|
pattern: \bDD[^a-z+]|(?<!e-)\b(ac-?3)\b
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- Audio
|
- Audio
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: TrueHD (Missing Groups)
|
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
|
description: Matches groups who mislabel TrueHD
|
||||||
tags:
|
tags:
|
||||||
- Audio
|
- Audio
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: TrueHD
|
name: TrueHD
|
||||||
pattern: True[ .-]?HD[ .-]?
|
pattern: True[ .-]?HD
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- Audio
|
- Audio
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue