diff --git a/unshackle/core/titles/movie.py b/unshackle/core/titles/movie.py index 2346a82..be0db2e 100644 --- a/unshackle/core/titles/movie.py +++ b/unshackle/core/titles/movie.py @@ -153,6 +153,8 @@ class Movie(Title): for indicator in ["HDR10", "SMPTE ST 2086"] ): name += " HDR" + elif "HDR Vivid" in hdr_format: + name += " HDR" else: name += f" {DYNAMIC_RANGE_MAP.get(hdr_format)} " elif "HLG" in trc or "Hybrid Log-Gamma" in trc or "ARIB STD-B67" in trc or "arib-std-b67" in trc.lower():