Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Damien Churchill fef34b3f6f fix the plugin base class scope in the constructor
enable plugins when the UI is initialised
add an array for plugins to put in
2009-09-14 10:02:35 +00:00
debian Fix error when trying to install. 2009-07-20 09:41:44 +00:00
deluge fix the plugin base class scope in the constructor 2009-09-14 10:02:35 +00:00
docs Fix some docstrings 2009-08-13 05:02:39 +00:00
libtorrent Add missing files 2009-04-20 22:01:52 +00:00
tests Add new maketorrent module 2009-08-12 00:09:22 +00:00
win32 Add new installer bmps 2009-02-21 10:11:04 +00:00
ChangeLog Fix shutdown handler with GNOME session manager 2009-08-01 00:15:05 +00:00
DEPENDS Add a version for twisted-web too 2009-07-22 23:40:58 +00:00
LICENSE Update LICENSE in trunk too.. 2009-04-06 21:17:26 +00:00
README Test commit 2009-07-23 00:27:43 +00:00
createicons.sh icons and internal pixmap 2007-09-16 03:46:50 +00:00
deluge_convert_conf.py conf downgrade script 2009-02-10 22:30:45 +00:00
ez_setup.py Update to the latest ez_setup.py 2009-07-21 18:02:49 +00:00
gettextize.sh fix missing gtk-add 2008-09-22 21:46:11 +00:00
msgfmt.py Remove duplicate code 2009-05-01 20:21:25 +00:00
setup.cfg Add a 'build_docs' command to build the documentation 2009-07-22 23:04:48 +00:00
setup.py Add rst files for all the modules 2009-08-11 23:05:13 +00:00

README

==========================
 Deluge BitTorrent Client
==========================

Homepage: http://deluge-torrent.org

Authors:
    Andrew Resch
    Damien Churchill

For past developers and contributers see: http://dev.deluge-torrent.org/wiki/About

==========================
License
==========================
Deluge is under the GNU GPLv3 license.
Icon data/pixmaps/deluge.svg and derivatives in data/icons are copyright
Andrew Wedderburn and are under the GNU GPLv3.
All other icons in data/pixmaps are copyright Andrew Resch and are under
the GNU GPLv3.

==========================
Contact/Support:
==========================

We have two options available for support:

	Our Forum, at: http://forum.deluge-torrent.org
		or
	Our IRC Channel, at #deluge on Freenode: http://freenode.net

==========================
Installation Instructions:
==========================

For more detailed instructions see: http://dev.deluge-torrent.org/wiki/Installing/Source

See: DEPENDS for a full list of dependencies.

First, make sure you have the proper build dependencies installed.  On a normal
Debian or Ubuntu system:

sudo apt-get install g++ make python-all-dev python-all python-dbus \
    python-gtk2 python-notify librsvg2-common python-xdg python-support \
    subversion libboost-dev libboost-python-dev libboost-iostreams-dev \
    libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
    libboost-serialization-dev libssl-dev zlib1g-dev python-setuptools \
    python-mako python-twisted-web python-chardet python-simplejson

The names of the packages may vary depending on your OS / distro.

Once you have the needed libraries installed, build and install by running:

	$ python setup.py build
	$ sudo python setup.py install

==========================
FAQ
==========================

How to start the various user-interfaces

    Gtk:
        deluge --ui gtk
    Console:
        deluge-console
    Web:
        deluge-web
        Go to http://localhost:8112/ default-password = "deluge"

I started "deluge" but i don't see the gtk-ui

    The deluge command remembers the last interface it started. Be explicit and type one of the full "deluge -u <interface>" commands listed above.

Why is deluge still listed in my system tray even after I close it ?

    You closed the gtk user-interface but you did not close the daemon. Choose "Quit & Shutdown Daemon" to close both Daemon and gtk-ui.

How do I start the daemon?

    deluged

How do I start the daemon with logging to console?

    deluged -d -L <log level>

I can't connect to the daemon from another machine/

    * Configure the daemon to allow remote connections
    * Add a user to the auth file located in the config folder: ~/.config/deluge/auth
    * Restart the daemon.

I upgraded from 0.5 and plugin x is missing

    1.0 is a rewrite, all old 0.5 plugins have to be rewritten.

For the full FAQ see: http://dev.deluge-torrent.org/wiki/Faq