mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
Allow DV/HDR10Plus hybrid matching.
Example: Movie.2023.2160p.WEB-DL.HEVC.DV.HDR10Plus.EAC3.Atmos.7.1.mkv matches the HDR10+ Overlay even though Dolby Vision is higher weighed.
This commit is contained in:
parent
d56dc05372
commit
4910ae99af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue