Reply to thread

The above is not true:


  • Process plugins have to implement IPlugin interface
  • Window plugins have to inherit from  GUIWindow
  • External 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.exe
  • IWakeable 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.


Top Bottom