Normal
The above is not true:Process plugins have to implement IPlugin interfaceWindow plugins have to inherit from GUIWindowExternal player plugins have to inherit from IExternalPlayer (which implements IPlayer and ISetupForm)Any of the above may also implement:ISetupForm if it can be configured and needs to appear in Configuration.exeIWakeable if it needs to interfere with power management (schedule wake up or prevent suspend)Currently, even though the infrastructure exists, it is not possible to load 3rd party Remote Plugins and Subtitle plugins.
The above is not true:
Any of the above may also implement:
Currently, even though the infrastructure exists, it is not possible to load 3rd party Remote Plugins and Subtitle plugins.