Deluge

From James's Wiki
Revision as of 21:52, 9 September 2018 by Ractive (talk | contribs)

Share Ratio Limit: This one is straightforward for most people, but is basically states if the ratio of seeding/downloaded in size reaches this then place torrent into queued status

Seed Time Ratio: This one was not originally very clear to me, but I found out from another forum it basically means, if time seeding/time downloaded >= this amount, then set torrent to queued status Example, if it takes 10 minutes to download a torrent, and you have this set at 7.00, then the torrent will seed for roughly 70 minutes (70/10 = 7) before going to queued status.

Seed Time (m): This is also pretty straight forward, and means if a torrent has seeded for x minutes, then place to queued status.

Setting any of these of course to -1 bypasses that test on the torrent.

Stop seeding when share ratio reaches: Means the torrent will stop altogether after it has reached this limit.


How to install Deluge on Ubuntu?

The official repositories of Ubuntu include Deluge, so you might get away with using Ubuntu GUI install from terminal “sudo apt-get install deluge”. Unfortunately, those repositories might be outdated, so you might need to use PPA repository instead. Copy and Paste the following lines in the terminal: sudo add-apt-repository ppa:deluge-team/ppa sudo apt-get update sudo apt-get install deluge 1 2 3

sudo add-apt-repository ppa:deluge-team/ppa sudo apt-get update sudo apt-get install deluge

How to install Deluge on Debian 8.3?

To install Deluge on Debian, you first need to add the repositories to the sources.list with an editor like “nano”. nano /etc/apt/sources.list 1

nano /etc/apt/sources.list

Then copy/paste the following lines at the end of the file.

  1. Deluge PPA

deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu trusty main deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu trusty main 1 2 3

  1. Deluge PPA

deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu trusty main deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu trusty main

Save your changes, then update and install. apt-get update apt-get install -t trusty deluged deluge-web 1 2

apt-get update apt-get install -t trusty deluged deluge-web

ssh -fNL 127.0.0.2:58846:localhost:58846 -p 22 192.168.1.43


to fix /usr/lib/python2.7/dist-packages/deluge/_libtorrent.py:59 error

sudo nano /etc/apt/sources.list

and add:

deb http://ftp.us.debian.org/debian sid main

then:

sudo apt-get --allow-unauthenticated update
sudo apt-get install --only-upgrade python-libtorrent