Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lastly, the plugin information panel gives information regarding the plugin selected from the plugin list. This information includes the name of the plugin, owner, list of (compatible) versions available, last updated, description, and any external dependencies.

...


Installing a Plugin

To install a plugin, simply select the desired plugin from the plugin list, the plugin info panel will fetch the information of that plugin and display it. Then, select the desired version of that plugin from the drop-down menu, and click on Install. If everything works fine, a success message should pop-up saying that the plugin installed successfully. Now, the plugin should be loaded in the GUI, and it will show up in the Processor List of the main GUI window. If there is an error while installing the plugin, an error message should pop-up saying what kind of error it was. The error message will also be outputted to the console, if it is open.

Note: Plugins downloaded via Plugin Installer won’t load into the main GUI if plugin-GUI is built from source in Debug mode. Please make sure plugin-GUI is built in Release mode before installing any plugins.

...

Upgrade / Downgrade a Plugin

To check if any of the installed plugins have a newer version available, click on the Updates checkbox in the control panel. To upgrade that plugin, select the newest version of that plugin in the info panel, and the “Installed” button should change to “Upgrade“. Click on Upgrade, and this should upgrade the plugin to the version that you selected.
To downgrade a plugin to an older version (if available), click on the Installed checkbox in the control panel, click on the plugin you want to downgrade, select the older version from the Version drop-down menu. This should change the “Installed” button text to “Downgrade”. Click on Downgrade, and this should downgrade the plugin to the version that you selected.

Uninstalling a Plugin

Currently, Plugin Installer doesn’t support uninstalling a plugin directly from the GUI. To do that manually, go to the plugins directory which is at the same level as the open-ephys executable (for macOS, the plugins directly used by Plugin Installer is at ${YOUR_HOME_DIR}/Library/Application Support/open-ephys/plugins). Find the .dll / .so / .bundle file of the plugin you want to remove, and delete it. The next time you open Plugin Installer, you should be able to see that plugin as not installed.