anvc / scalar

Born-digital, open source, media-rich scholarly publishing that’s as easy as blogging.
Other
232 stars 73 forks source link

Media captions and alternates #233

Closed eloyer closed 5 months ago

eloyer commented 8 months ago

Adds the ability to integrate WebVTT caption tracks with HTML5 video via two methods:

{
  "src": "captions.vtt"  // path to WebVTT file
  "label": "English",    // display title of the track
  "kind": "captions",    // can also be "subtitles"
  "srclang": "en-us",    // language code
  "default": true        // use this track as the default
}

Also adds the ability to add "alternates" to any Scalar media item, by adding one or more dcterms:relation properties, each of which contains the Scalar URL slug for the item to be related (media or page). The titles and descriptions of these items will be displayed in a "Related" tab wherever the media is embedded.

eloyer commented 8 months ago

@craigdietrich Would be great to get your eyes on this when you have a chance!