mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
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
This commit is contained in:
parent
5dbbb0b757
commit
d56dc05372
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue