Skip to main content
Version: 2.x

Storyteller Metadata Vocabulary

Status of this document

This document is subject to change at any time. The terms defined herein will never be removed, but may be deprecated.

1. Overview

1.1 Purpose and Scope

This vocabulary defines a set of properties for describing Storyteller-aligned publications.

2. Metadata Properties Vocabulary

2.1 version

Nameversion
DescriptionThe semver Storyteller version that was used to align this publication
Allowed valuexsd:string
Example<meta property="storyteller:version">1.0.4</meta>

2.2 media-overlays-modified

Namemedia-overlays-modified
DescriptionThe timestamp corresponding to when the media overlays generated by Storyteller were updated for this publication
Allowed valueAn ISO 8601 date time matching the format YYYY-MM-DDThh:mm:ssZ
Example<meta property="storyteller:media-overlays-modified">2025-01-09T05:22:29Z</meta>

2.3 media-overlays-transcription-engine

Namemedia-overlays-transcription-engine
DescriptionA string representing the transcription engine used during the transcription phase of Storyteller’s alignment process. Includes the model name, if specified.
Allowed valuexsd:string
Example<meta property="storyteller:media-overlays-transcription-engine">whisper.cpp:tiny</meta>

3. Manifest Properties Vocabulary

3.1 audio-cover-image

Nameaudio-cover-image
DescriptionIndicates that a manifest item is to be used as the cover art when presenting the audio to the user.
Example<item id="audio-cover" href="audio cover.png" properties="storyteller:audio-cover-image" media-type="image/png" />