Cross-platform BitTorrent client.
Questions tagged [deluge]
124 questions
40
votes
16 answers
How to configure Chrome to open magnet URI's with Deluge?
After upgrading to Ubuntu 11.04 (natty) from 10.10, I can no longer open magnet (torrent) links in Chromium, and set deluge to automatically open and accept the URL.
(Edit: currently ".torrent" files are not a problem, but magnet URL's, e.g. of the…
michael
- 2,109
21
votes
1 answer
Where does Deluge store active torrent files?
I had some torrent files downloading when I made fresh install after I backed up everything. So now files are incomplete and I want to find the former torrent files (.torrent) in my backup in order to add them again.
Can
- 460
15
votes
3 answers
How to run deluge from CLI?
I want to run deluge in tty3,4,5 . but when I type it there is, No display warning. Then I give top and there is no pid on deluge that is deluge is not running. How do I run it from CLI so that it keeps downloading the torrents?
Tamim Addari
- 989
11
votes
7 answers
How to open magnet links from firefox with deluge
How can I open magnet links with firefox? I tried setting following values in about:config,
network.protocol-handler.app.magnet -> /usr/bin/deluge
network.protocol-handler.expose.magnet -> true
network.protocol-handler.external.magnet -> true
But…
KillianDS
- 886
10
votes
3 answers
Deluge daemon connection?
My deluge-console is suddenly giving me this error
Failed to connect to 127.0.0.1:58846 with reason: Connection refused
why is this error.I have done nothing and the GUI deluge runs fine.Its the problem in console only? Why localhost is refusing…
Tamim Addari
- 989
9
votes
3 answers
How to install specific older version of Deluge with all the dependencies?
I have deluged 1.3.15 running on Raspberry Pi. However, I'm running eoan and it comes with Deluge 2.0.3. Version 2 client isn't backward compatible with version 1 server, so I need to install Deluge 1.3.15.
From what I can tell, it isn't in the…
JR6
- 93
8
votes
3 answers
Deluge error after restart Ubuntu(I need to delete 2 files)
I added Deluge in Startup applications and sometimes after restart or shutdown, Deluge won't start. If I try to run it in terminal then I get the next error:
vas@LenovoZ580:~$ deluge
[ERROR ] 11:18:36 ipcinterface:156 Deluge restart failed:…
L.V.A
- 1,174
8
votes
1 answer
Why am I unable start the Deluge daemon from connection manager?
I am using Deluge 1.3.5 on Ubuntu 12.04. I launch Deluge and open the Connection Manager, and after clicking the Start Daemon button I get the following message in a error message box:
Unable to Start Daemon!
Deluge cannot find the 'deluged'…
user72691
- 213
7
votes
1 answer
How do I categorize torrents in Deluge?
I'd like to assign custom labels to torrents the way I did in µTorrent for example. Or any other way to categorize them. As far as I can tell, there must be Label plugin bundled with deluge, but does it really work? I don't see any way to assign…
x-yuri
- 621
7
votes
2 answers
Install deluge daemon through apt-get only?
Okay so here is where I'm at, I have already run this:
sudo apt-get install deluged deluge-webui
and when I typed in deluged it starting running the dameon
I guess my question is where do I go from here? How do I get the web-ui running and how can…
nkcmr
- 203
7
votes
1 answer
How to add Magnet links in the Deluge WebUI?
When adding a torrent in the Deluge WebUI, the Infohash button is disabled. How do I enable this function or what is the solution to add magnet links?
Wagner Pinheiro
- 731
6
votes
2 answers
How to start deluge minimised, only with a tray (notification area) icon?
I would like Deluge to start upon each startup, so I put deluge-gtk in Startup Applications. Now there is the window appearing each time, and I would like that it starts minimised, only with the notification area icon. Is there a way to do that?…
smoortema
- 170
6
votes
3 answers
Can't install deluge
I'm trying to install deluge through synaptic package manager but I got problem:
deluge:
Depends: python-libtorrent but it is not going to be installed
I have tried reinstall python-libtorrent by apt-get and also I got problem:
The following…
megas
- 2,667
5
votes
3 answers
Restrict Deluge to tun0 only but allow Deluge Web UI over eth0
After many searches I have been able to restrict deluge network traffic to only the VPN interface tun0 using the following command:
sudo iptables -A OUTPUT -m owner --uid-owner deluge \! -o tun0 -j REJECT
But now I am unable to access the WebUI via…
Corann Faun
- 51
5
votes
1 answer
How do I move all my torrents from Transmission to Deluge?
What is the easiest way to move all my torrents? I'm not happy with Transmission's lack of features.
Spectro
- 367