更新 metainfo.rs

This commit is contained in:
jxxghp
2026-05-25 16:03:43 +08:00
committed by GitHub
parent 922e8473c5
commit 384d6a3fe1

View File

@@ -126,7 +126,7 @@ static SOURCE_PATTERN: Lazy<Regex> = Lazy::new(|| {
});
static EFFECT_PATTERN: Lazy<Regex> = Lazy::new(|| {
RegexBuilder::new(
r"(^SDR$|^HDR\d*$|^DOLBY$|^DOVI$|^DV$|^3D$|^REPACK$|^HLG$|^HDR10(\+|Plus)$|^EDR$|^HQ$)",
r"(^SDR$|^HDR\d*$|^DOLBY$|^DOVI$|^DV$|^3D$|^REPACK$|^HLG$|^HDR10(\+|Plus)$|^HDR10P$|^VIVID$|^EDR$|^HQ$)",
)
.case_insensitive(true)
.build()