mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[61] Merge remote-tracking branch 'techdiver/master' into nightly
This commit is contained in:
commit
b64b418dc9
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ templates:
|
|||
- key: dtsx
|
||||
value: '(?i)\bdts[ ._-]?x\b'
|
||||
- key: plus_atmos
|
||||
value: '(?i)^(?=.*\b(dd[p+])|(dolby digital plus)\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
|
||||
|
@ -80,7 +80,7 @@ templates:
|
|||
- key: hra
|
||||
value: '(?i)\bdts[ ._-]?(hd[ ._-])?(hr|hra|hi|ra)(\b|\d)'
|
||||
- key: plus
|
||||
value: '(?i)\b(dd[p+])|(dolby digital plus)|(e[ ._-]?ac3)\b'
|
||||
value: '(?i)\b(dd[p+])|(dolby[ ._-]digital[ ._-]plus)|(e[ ._-]?ac3)\b'
|
||||
- key: dtses
|
||||
value: '(?i)\bdts[ ._-]?es(\b|\d)'
|
||||
- key: dts
|
||||
|
|
Loading…
Add table
Reference in a new issue