github Zibbp/ganymede v1.1.9
v1.1.9 - Improvements

latest releases: v3.0.2, v3.0.1, v3.0.0...
20 months ago

Changes

  • VOD pagination route now accepts video types 206bcbb.
  • Add optional caption_path database column e319030.
  • Add back some of the fallback fonts d678d14.

Features

Video Type Filtering

When viewing a channel's videos a new multi-select dropdown is available which allows filtering by video types (archive, live, highlight, upload, or clip).
image
image

Video Player

This release moves the video player to VideoJS. There was some issues with the recently implemented Ovenplayer. VideoJS is also a more mature and has a larger community.

Captions Path

An optional caption_path field has been added to video database entries. Twitch has no captions for live streams but I was tinkering with Whisper to create vtt caption files for different video and audio files. I supplied Whisper with an archive video and it did a great job at transcribing the audio to a vtt caption file. The file was placed in the video directory and I populated the caption_path in Admin > Settings. If the caption_path is populated the video player will load the captions.
ganymede-captions

I will not be adding functionality to generate captions after an archive completed. This something you will need to script, possibly using the success webhooks to trigger a job.

Don't miss a new ganymede release

NewReleases is sending notifications on new releases.