Skip to content

scottboms/kirby-video-captions

Repository files navigation

Video Caption Files

Plugin Preview

This plugin adds support for uploading common video caption sidecar files (.srt and .vtt formats) to file field uploads using a custom file type blueprint and includes a Custom File Preview for Kirby 5.

Installation

kirby plugin:install scottboms/video-captions

Git submodule

git submodule add https://github.com/scottboms/kirby-video-captions.git site/plugins/video-captions

Copy and Paste

  1. Download the contents of this repository as Zip file.
  2. Rename the extracted folder to video-captions and copy it into the site/plugins/ directory in your Kirby project.

Compatibility

  • Kirby 4.x
  • Kirby 5.x

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test before using it in a production environment. If you identify an issue, typo, etc, please create a new issue so I can investigate.

License

MIT