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.1 version
| |
|---|
| Name | version |
| Description | The semver Storyteller version that was used to align this publication |
| Allowed value | xsd:string |
| Example | <meta property="storyteller:version">1.0.4</meta> |
| |
|---|
| Name | media-overlays-modified |
| Description | The timestamp corresponding to when the media overlays generated by Storyteller were updated for this publication |
| Allowed value | An 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> |
| |
|---|
| Name | media-overlays-transcription-engine |
| Description | A string representing the transcription engine used during the transcription phase of Storyteller’s alignment process. Includes the model name, if specified. |
| Allowed value | xsd:string |
| Example | <meta property="storyteller:media-overlays-transcription-engine">whisper.cpp:tiny</meta> |
3. Manifest Properties Vocabulary
3.1 audio-cover-image
| |
|---|
| Name | audio-cover-image |
| Description | Indicates 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" /> |