scottboms / video-captions
Video Captions
Package info
github.com/scottboms/kirby-video-captions
Language:Vue
Type:kirby-plugin
pkg:composer/scottboms/video-captions
1.1.0
2025-08-11 07:25 UTC
Requires
- php: >8.2.0 <8.4.0
- getkirby/cms: ^4.0 || ^5.0
- getkirby/composer-installer: ^1.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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 CLI
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
- Download the contents of this repository as Zip file.
- Rename the extracted folder to
video-captionsand copy it into thesite/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.
