autoshutdown
autoshutdown copied to clipboard
Deluge Autoshutdown plugin
Deluge Autoshutdown Plugin
A Deluge plugin to perform shutdown actions (shutdown, hibernate or standby) when all torrents have completed downloading.

Homepage: https://github.com/cas--/autoshutdown/
Download
Get the latest release.
See Deluge Plugins wiki for install instructions.
Installing from source code
Clone git or download the zip from https://github.com/cas--/autoshutdown
-
Build plugin egg
python setup.py bdist_egg
-
Install plugin to deluge
cp dist/AutoShutdown-0.1-py2.6.egg ~/.config/deluge/plugins
Development
-
Go to plugin dir and run:
./create_dev_link.sh
-
Restart Deluge and the plugin should appear.