tweak: Fixed DD and DD+ Regex

This commit is contained in:
bedynamictech 2025-07-07 09:10:05 -07:00
parent cff7fc0faf
commit 46885ff236
2 changed files with 22 additions and 4 deletions

View File

@ -1,6 +1,16 @@
name: Dolby Digital + name: Dolby Digital +
pattern: \bDD[P+]|\b(e[-_. ]?ac3)\b pattern: \bDD(?:[+.]\d+|\d+\.\d+|P)?\b|\bE[-_. ]?AC3\b
description: '' description: ''
tags: tags:
- Audio - Audio
tests: [] tests:
- expected: true
id: 1
input: Parks.and.Recreation.S03E16.Lil.Sebastian.1080p.AMZN.WEBRip.DD5.1.x264-NTb
lastRun: '2025-07-07T09:08:40.984150'
matchSpan:
end: 65
start: 60
matchedContent: DD5.1
matchedGroups: []
passes: true

View File

@ -1,6 +1,14 @@
name: Dolby Digital name: Dolby Digital
pattern: \bDD[^a-z+]|(?<!e)ac3 pattern: \bDD(?![0-9]\.[0-9])[^a-z+]|(?<!e)ac3
description: '' description: ''
tags: tags:
- Audio - Audio
tests: [] tests:
- expected: false
id: 1
input: Parks.and.Recreation.S03E16.Lil.Sebastian.1080p.AMZN.WEBRip.DD5.1.x264-NTb
lastRun: '2025-07-07T09:08:01.702437'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true