Template: Plugin with Simple UI
Name | EmbyPluginSimpleUI |
---|---|
Language | C# |
SDK Folder | SampleCode/Plugins/Templates/EmbyPluginSimpleUI |
Prerequisites
- Windows 10 or later
- Visual Studio 2019 or later
- A local Emby Server installation for testing Emby Server Download
Development on other platforms might be possible, but hasn't been tested.
Note
Your Plugin will be able to run on ALL Emby target platforms!
Usage
- Open the
EmbyPluginSimpleUI.sln
solution in Visual Studio - In the Plugin class, replace all the indicated values with your own
- Rename the
EmbyPluginSimpleUI
project in Visual Studio
This will also change the file name - Adjust the namespace in the Plugin class accordingly
Next Steps
- Follow the documentation about building server plugins: Server Plugin Development
- See also Simple Plugin UI