Create New Plugin
This tool will generate a base code structure for a new plugin based on the SQL you provide.
This is not the final plugin code but serves as a starting point to help you kickstart your plugin development process.
After creating this base, you can add custom logic and features as needed to complete your plugin.
- Provide a name for the plugin.
- Optionally, enter the SQL code to create your plugin's table in the text area below.
- Click " Create Plugin" to submit the data.
For more detailed instructions on how to further develop and customize your plugin, please refer to the
AVideo Plugin Development Guide on GitHub.