Search found 1522 matches

by johnnyg
Tue Aug 28, 2012 2:14 pm
Forum: Support
Topic: ssl and deluge
Replies: 1
Views: 2058

Re: ssl and deluge

Yes.

By default Deluge supports both encrypted an unencrypted connections however you can force it to only use encrypted connections under Preferences->Network.
by johnnyg
Tue Aug 28, 2012 1:45 pm
Forum: Plugins
Topic: [Plugin] SmartMove - move storage with a progress bar
Replies: 6
Views: 36947

Re: [Plugin] SmartMove - move storage with a progress bar

I was wondering how you were going to provide a progress bar seeing libtorrent doesn't expose that info and then I saw that you look at file size :P
by johnnyg
Tue Aug 28, 2012 1:24 pm
Forum: Plugins
Topic: Problem with Blocklist
Replies: 1
Views: 2797

Re: Problem with Blocklist

Thanks for the detailed report. The blocklist plugin will pause the session when it goes to import a blocklist and then resume it when done. It sounds like it's crashing in between and that you're stuck with your session being paused. The fact that it tries to import it definitely sounds like a bug....
by johnnyg
Tue Aug 28, 2012 1:18 pm
Forum: Windows OS
Topic: When can we get Libtorrent 16.2 in here so I can replace uT?
Replies: 4
Views: 4799

Re: When can we get Libtorrent 16.2 in here so I can replace

Just because libtorrent 0.16 has new features doesn't automatically mean that you will be able to use them all; we will need to write code in deluge to expose them.
by johnnyg
Tue Aug 28, 2012 1:15 pm
Forum: Windows OS
Topic: Unable to add torrent using opera in windows.
Replies: 8
Views: 7960

Re: Unable to add torrent using opera in windows.

Confirmed with Opera 12.5 on Linux.

I'll have a look into it.
by johnnyg
Tue Aug 28, 2012 1:10 pm
Forum: Windows OS
Topic: Why does deluge need two copies of each torrent?
Replies: 2
Views: 2659

Re: Why does deluge need two copies of each torrent?

The copy of the torrent in the state folder gets removed when you remove the torrent while the copy in the specified torrent folder doesn't.
by johnnyg
Sat Jul 07, 2012 7:30 am
Forum: Development
Topic: How to get tracker host?
Replies: 1
Views: 2935

Re: How to get tracker host?

That's not a RPC exported function so you can't use it in a ui client script.

You can however use get_torrent_status with a key of "tracker_host" to a torrent's tracker host.
by johnnyg
Sat Jul 07, 2012 7:23 am
Forum: Development
Topic: Get a torrent's label
Replies: 1
Views: 2626

Re: Get a torrent's label

Labels are part of a torrent's status, so you can use get_torrent_status with "label" as a key.

See http://forum.deluge-torrent.org/viewtop ... 25#p164825 for an example of someone using it.
by johnnyg
Thu Jun 28, 2012 11:24 pm
Forum: Support
Topic: Ubuntu - Deluge Web UI does not save port changes
Replies: 6
Views: 6667

Re: Ubuntu - Deluge Web UI does not save port changes

Setting via the spinners was more to determine if it was the same bug rather than to set it that way.
Glad you managed to work around it though!
by johnnyg
Wed Jun 27, 2012 3:14 pm
Forum: Plugins
Topic: execute plugin fails intermittently
Replies: 10
Views: 15148

Re: execute plugin fails intermittently

Yes Deluge is written in Python so you could do that. Obviously it's slightly easier to patch if you've installed from source. Yes you would need to modify eventmanager.py. Simplest way to debug would be to log the exception: diff --git a/deluge/core/eventmanager.py b/deluge/core/eventmanager.py ind...