Commit c8910efc7d regressed EAC3.Atmos matching

Example of string that was previously matched:

Movie.2023.2160p.WEB-DL.HEVC.DV.HDR10Plus.EAC3.Atmos.7.1.mkv
pull/1794/head
Ian Egerton 10 months ago
parent 5dbbb0b757
commit d56dc05372

@ -66,7 +66,7 @@ templates:
- key: dtsx
value: '(?i)\bdts[ ._-]?x\b'
- key: plus_atmos
value: '(?i)^(?=.*\b(dd[p+])|(dolby[ ._-]digital[ ._-]plus)|(e[ ._-]?ac3)\b)(?=.*\batmos(\b|\d))'
value: '(?i)^(?=.*\b((dd[p+])|(dolby[ ._-]digital[ ._-]plus)|(e[ ._-]?ac3)\b))(?=.*\batmos(\b|\d))'
- key: dolby_atmos
value: '(?i)\batmos(\b|\d)'
- key: truehd

Loading…
Cancel
Save