A powerful video player, supports various protocols and cloud disks, automatic generation of beautiful poster walls.
Medianex is not open source,this orgs only store plugins and other depend repo
Support various protocols and cloud disk access through plug-in design, plugins base on Webassembly
Need install tinygo
Note: tinygo's runtime file must replace this PR's files src/runtime/*.go, or wait next release
- Install plugin_api
go install github.com/medianexapp/plugin_api/cmd/plugin_api@main
- Init Plugin Project
plugin_api init example
cd example
- Impl Plugin Method in file
plugin_impl.go
- Create your plugin's icon file and change plugin toml config file
- Build Plugin
make
- Install Plugin From Local