Fixing regression in DV HDR10 hybrid matching in change made for matching HDR10Plus (any character separating DV & HDR10 apart from a . would not match, example below).

Movie.2021.2160p.WEB-DL.h265.DV.HDR10.EAC3.Atmos.5.1.mkv would match
Movie.2021.2160p.WEB-DL.h265.[DV HDR10].EAC3.Atmos.5.1.mkv would not match
pull/1798/head
Ian Egerton 4 months ago
parent 4910ae99af
commit 9de88d567d

@ -208,7 +208,7 @@ templates:
- alt: plus
value: '(?i)\bhdr10(\+|p(lus)?\b)'
- alt: dvhdr
value: '(?i)\bdv((\.hdr10?\b)|(\.hdr10(\+|p(lus)?\b)))'
value: '(?i)\bdv((.hdr10?\b)|(.hdr10(\+|p(lus)?\b)))'
optional:
- all
- use_<<key>>

Loading…
Cancel
Save