Deluge BitTorrent client - Git mirror, PRs only
https://www.deluge-torrent.org
3433a911cc
Users encounter issues when trying to install plugins with differing python versions. If the plugin was built with Py2.6 but they are using Py2.7 the plugin would not load. With the move to Python 3 this could become more of an issue. The workaround is to let the plugin manager to try to load the deluge plugin regardless of the python version it was built with. This will put the onus on plugin author to keep the plugin code compatible with more Python versions. |
||
---|---|---|
deluge | ||
docs | ||
packaging | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.prettierignore | ||
.prettierrc.yaml | ||
.pylintrc | ||
.travis.yml | ||
AUTHORS | ||
CHANGELOG.md | ||
DEPENDS.md | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
appveyor.yml | ||
gen_web_gettext.py | ||
generate_pot.py | ||
minify_web_js.py | ||
msgfmt.py | ||
pyproject.toml | ||
requirements-dev.txt | ||
requirements-docs.txt | ||
requirements-tests.txt | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
tox.ini | ||
version.py |
README.md
Deluge BitTorrent Client
Deluge is a BitTorrent client that utilizes a daemon/client model. There are various user interfaces available for Deluge such as the GTK-UI, the Web-UI and a Console-UI. Deluge uses libtorrent in it's backend to handle the BitTorrent protocol.
Installation
Instruction for installing from source code. See DEPENDS for build and runtime dependencies. Further details on the wiki: Installing/Source.
python setup.py build
python setup.py install
Usage
There are various user-interfaces and a daemon for Deluge that can be used as follows:
-
Gtk
deluge
ordeluge-gtk
-
Console
deluge-console
-
Web
deluge-web
Go to http://localhost:8112 and use default password
deluge
. -
Daemon
deluged
See Thinclient guide for connecting to the daemon from another machine.