Search found 1522 matches

by johnnyg
Mon Oct 08, 2012 9:04 am
Forum: Support
Topic: Make Deluge Console auto-Connect in Bash Script?
Replies: 3
Views: 4716

Re: Make Deluge Console auto-Connect in Bash Script?

There are bugs in the current version of Deluge (1.3.5) which prevent you from connecting from the command line. They have been fixed in the 1.3-stable git branch (which will become version 1.3.6 whenever that gets released). If you want to be able to connect from a bash script in the meantime, then...
by johnnyg
Tue Sep 18, 2012 6:25 am
Forum: Development
Topic: System-tray icon - display info?
Replies: 4
Views: 6542

Re: System-tray icon - display info?

It currently shows up/down rate on mouse-over.
by johnnyg
Sun Sep 16, 2012 8:44 am
Forum: Plugins
Topic: execute plugin fails intermittently
Replies: 10
Views: 14826

Re: execute plugin fails intermittently

by johnnyg
Sat Sep 01, 2012 10:02 am
Forum: Support
Topic: magnet links sometimes fail to download
Replies: 4
Views: 4349

Re: magnet links sometimes fail to download

Unfortunately it's a known issue: http://dev.deluge-torrent.org/ticket/2140
by johnnyg
Fri Aug 31, 2012 11:58 am
Forum: Development
Topic: DelugeRPC details
Replies: 7
Views: 6630

Re: DelugeRPC details

This thread was from over 3 years ago and since then andar has written a cython version of rencode: http://code.google.com/p/rencode/ which may be of some help (it contains tests).

There's unfortunately no spec for it.
by johnnyg
Fri Aug 31, 2012 11:54 am
Forum: Support
Topic: Deluge 1.3.5 on Ubuntu 12.04 (precise)
Replies: 15
Views: 15556

Re: Deluge 1.3.5 on Ubuntu 12.04 (precise)

I only recently committed something which was needed to compile libtorrent 0.16.

That said, it was segfaulting for me as well and I haven't worked out why...
by johnnyg
Thu Aug 30, 2012 12:54 pm
Forum: Support
Topic: Deluge 1.3.5 on Ubuntu 12.04 (precise)
Replies: 15
Views: 15556

Re: Deluge 1.3.5 on Ubuntu 12.04 (precise)

What version of libtorrent are you building?
by johnnyg
Thu Aug 30, 2012 12:50 pm
Forum: Support
Topic: Deluge kills my network connection totally
Replies: 2
Views: 3758

Re: Deluge kills my network connection totally

Have you tried playing with your network settings: http://dev.deluge-torrent.org/wiki/User ... thTweaking ?
by johnnyg
Thu Aug 30, 2012 12:38 pm
Forum: Development
Topic: Download and upload history of torrents
Replies: 1
Views: 6063

Re: Download and upload history of torrents

Nothing builtin but I think this plugin accomplishes the same goal: http://forum.deluge-torrent.org/viewtop ... =9&t=34025
by johnnyg
Thu Aug 30, 2012 12:36 pm
Forum: Plugins
Topic: [Plugin] SmartMove - move storage with a progress bar
Replies: 6
Views: 36731

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

I'd say that's (unfortunately) the best solution until libtorrent's method allows us to specify a progress callback.