Bases: deluge.pluginmanagerbase.PluginManagerBase, deluge.component.Component
PluginManager handles the loading of plugins and provides plugins with
functions to access parts of the core.
-
deregister_status_field(field)
- Deregisters a status field
-
get_status(torrent_id, fields)
- Return the value of status fields for the selected torrent_id.
-
register_status_field(field, function)
- Register a new status field. This can be used in the same way the
client requests other status information from core.
-
shutdown()
-
start()
-
stop()
-
update_plugins()