mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-25 05:50:21 +00:00
[72] Merge remote-tracking branch 'techdiver/nightly' into nightly
This commit is contained in:
commit
d0bcb8fa51
2 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)|(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
|
||||
|
|
|
@ -208,7 +208,7 @@ templates:
|
|||
- alt: plus
|
||||
value: '(?i)\bhdr10(\+|p(lus)?\b)'
|
||||
- alt: dvhdr
|
||||
value: '(?i)\bdv(.hdr10?\b)'
|
||||
value: '(?i)\bdv((\.hdr10?\b)|(\.hdr10(\+|p(lus)?\b)))'
|
||||
optional:
|
||||
- all
|
||||
- use_<<key>>
|
||||
|
|
Loading…
Reference in a new issue