Project

General

Profile

Actions

Plugins » History » Revision 24

« Previous | Revision 24/27 (diff) | Next »
Per Amundsen, 08/27/2017 12:43 AM


Plugins

See here for native DLL support.

See https://dev.adiirc.com/boards/4/topics/146 for more about plugins.


Added in 1.8

/plugins [-luixo] [filename]

With no switches, Opens or focuses the Plugin Manager dialog.

Switches

-l - Loads a installed plugin file.
-u - Unloads a loaded plugin file.
-i - Installs a new plugin to the plugin folder.
-x - Uninstalls a installed plugin in the plugin folder.
-o - Used with -i, allows overwriting a installed plugin, if the plugin is not loaded.

Parameters

[filename] - Filename/path of the plugin.

Example

; Installs the plugin 'MyPlugin.dll' from the folder 'C:\User<\Nick\Desktop' to the Plugins folder.
/plugins -i C:\User<\Nick\Desktop\MyPlugin.dll

; Loads 'MyPlugin.dll'
/plugins -l MyPlugin.dll

Updated by Per Amundsen over 6 years ago · 24 revisions

Also available in: PDF HTML TXT