mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
feat(regex): Add audio regex patterns
This commit is contained in:
7
regex_patterns/7.1 Surround.yml
Normal file
7
regex_patterns/7.1 Surround.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: 7.1 Surround
|
||||
pattern: '7.1'
|
||||
description: ''
|
||||
tags:
|
||||
- Audio
|
||||
- Channel
|
||||
tests: []
|
||||
5
regex_patterns/AAC.yml
Normal file
5
regex_patterns/AAC.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: AAC
|
||||
pattern: \bAAC(\b|\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
7
regex_patterns/Atmos.yml
Normal file
7
regex_patterns/Atmos.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Atmos
|
||||
pattern: \bATMOS(\b|\d)
|
||||
description: ''
|
||||
tags:
|
||||
- Audio
|
||||
- Enhancement
|
||||
tests: []
|
||||
5
regex_patterns/DTS-HD HRA ES.yml
Normal file
5
regex_patterns/DTS-HD HRA ES.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: DTS-HD HRA ES
|
||||
pattern: dts[-. ]?(es|(hd[. ]?)?(hr|hi))
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/DTS-HD MA.yml
Normal file
5
regex_patterns/DTS-HD MA.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: DTS-HD MA
|
||||
pattern: \b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\b|\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/DTS-HD.yml
Normal file
5
regex_patterns/DTS-HD.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: DTS-HD
|
||||
pattern: \b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\b
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/DTS-X.yml
Normal file
5
regex_patterns/DTS-X.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: DTS-X
|
||||
pattern: \b(dts[-_. ]?x)\b(?!\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/DTS.yml
Normal file
5
regex_patterns/DTS.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: DTS
|
||||
pattern: \bDTS(\b|\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/Dolby Digital +.yml
Normal file
5
regex_patterns/Dolby Digital +.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: Dolby Digital +
|
||||
pattern: \bDD[P+]|\b(e[-_. ]?ac3)\b
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/Dolby Digital.yml
Normal file
5
regex_patterns/Dolby Digital.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: Dolby Digital
|
||||
pattern: \bDD[^a-z+]|(?<!e)ac3
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/FLAC.yml
Normal file
5
regex_patterns/FLAC.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: FLAC
|
||||
pattern: \bFLAC(\b|\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
5
regex_patterns/PCM.yml
Normal file
5
regex_patterns/PCM.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: PCM
|
||||
pattern: \b(l?)PCM(\b|\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
6
regex_patterns/TrueHD (Missing Groups).yml
Normal file
6
regex_patterns/TrueHD (Missing Groups).yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: TrueHD (Missing Groups)
|
||||
pattern: (?<=^|[\s.-])TRiToN|EPSiLON|NoGroup\b
|
||||
description: Matches groups who mislabel TrueHD
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
5
regex_patterns/TrueHD + Atmos.yml
Normal file
5
regex_patterns/TrueHD + Atmos.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: TrueHD + Atmos
|
||||
pattern: True[ .-]?HD|\bATMOS(\b|\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
7
regex_patterns/TrueHD.yml
Normal file
7
regex_patterns/TrueHD.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: TrueHD
|
||||
pattern: True[ .-]?HD[ .-]?
|
||||
description: ''
|
||||
tags:
|
||||
- Audio
|
||||
- Lossless
|
||||
tests: []
|
||||
Reference in New Issue
Block a user