From dd6eede15f06b86db2508551c8a772d3cbd71638 Mon Sep 17 00:00:00 2001 From: Youenn Fablet Date: Tue, 17 Dec 2024 11:24:23 +0100 Subject: [PATCH] Provide more accurate media kinds --- index.bs | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 3e76be7..e3c5063 100644 --- a/index.bs +++ b/index.bs @@ -1082,8 +1082,10 @@ dictionary MediaMetadataInit { enum MediaKind { "advertisement", - "generic", - "pregeneric", + "closing-credits", + "cold-open-scene", + "opening-credits", + "post-credits-scene", "summary", "" }; @@ -1108,8 +1110,41 @@ enum MediaKind {

A {{MediaMetadata}} has an associated kind, - which is a {{MediaKind}}. + which is a {{MediaKind}}, which can have one of the following value: +

+ "advertisement", + "credits", + "precredits", + "summary", + ""

A {{MediaMetadata}} has an associated sequence of