Plugin for the deluge V2 torrent client that extracts compressed files upon torrent completion.
This is a modified version of the "Extractor" plugin, with the added option to extract in place.
This is updated to work on Deluge V2. I'm not sure if it'll work with V1 versions...you tell me. I think it should.0
Optional download locations:
Label filtering: Enter a comma-separated list of labels, only those labels will be extracted. Works with the default labels plugin, as well as labelplus.
UniX-ish supports:
Windows supports:
( Requires 7-zip to be installed on the system running the client resp. the daemon if run in daemon mode )
To build the python egg file:
python setup.py bdist_egg
Download the egg file of the plugin.
Plugin eggs have the Python version encoded in the filename and will only load in Deluge if the versions match. (e.g. Plugin-1.0-py2.7.egg is a Python 2.7 egg.)
On *nix systems, you can verify Python version with: python --version
The bundled Python version for Windows executable is 2.6 and for MacOSX Deluge.app it is 2.7.
If a plugin does not have a Python version available it is usually possible to rename it to match your installed version (e.g. Plugin-1.0-py2.6.egg to Plugin-1.0-py2.7.egg) and it will still run normally
Preferences -> Plugins -> Install plugin
Locate the downloaded egg file and select it.
Copy the egg file into the plugins
directory in Deluge config:
Linux/*nix:
~/.config/deluge/plugins
Windows:
%APPDATA%\deluge\plugins
When running the Deluge daemon, deluged
and the Deluge client on separate computers, the plugin must be installed on both of them. When installing the egg through the GTK client it will be placed in the plugins directory of your computer, as well as copied over to the computer running the daemon.
For example in the setup below you will have to install the py2.6 egg on the desktop as you normal would do but then manually install the py2.7 egg onto the server.
If you dig this plugin and want to say thanks, the best way to do it is by sending a paypal donation to donate.to.digitalhigh@gmail.com
All donations are appreciated...but none are required :D