Plugins
Plugins extend Lyric Video Maker with new components and scene presets built by the community. You can install plugins from GitHub or from a local folder.
Installing a Plugin
- Click the Scene button at the top of the Scene Builder to open the Scene Editor.
- Scroll down to the Plugins section.
- Enter the plugin's GitHub URL (e.g.,
https://github.com/owner/repo) or a local folder path. - Click Import Plugin.
The app downloads (or reads) the plugin, validates it, and loads its components and scenes. Once installed, the plugin's components appear in the Add component dropdown and its scenes appear in the Scene preset selector.
Updating a Plugin
In the Plugins section of the Scene Editor, each installed plugin shows an Update button. Click it to re-download the latest version from the plugin's source. The app validates the new version before replacing the old one — if validation fails, the previous version is preserved.
Removing a Plugin
In the Plugins section of the Scene Editor, each installed plugin shows a Remove button. Click it to uninstall the plugin and remove its components and scenes from the app.
WARNING
Removing a plugin will remove any of its components from your current scene. Save your scene first if you want to keep a backup.
Known Plugins
| Plugin | Description |
|---|---|
| Particles Plugin | Adds particle effect components to your scenes |
To add your plugin to this list, open a pull request against the LyricVideoMaker repository.
For Plugin Developers
If you want to build your own plugins, see the Plugin Development guide and the Plugin API Reference.