Search found 66 matches

by CSB
Thu Aug 25, 2011 10:05 pm
Forum: Plugins
Topic: Plugin to add peer through CLI
Replies: 1
Views: 3243

Re: Plugin to add peer through CLI

This would be best done using a client script... or at least easiest, in my opinion.

Here's a crack at it, hopefully it's pretty close (no testing)

http://pastebin.com/wFC4jvbm
by CSB
Sat Aug 20, 2011 12:25 am
Forum: Development
Topic: [Solved] feature request
Replies: 4
Views: 2873

Re: feature request

jokless wrote:
CSB wrote: Both are possible using add-ons. The second one is already available.
where?
Try looking...

http://dev.deluge-torrent.org/wiki/Plugins/Toggle
by CSB
Fri Aug 19, 2011 10:43 pm
Forum: Development
Topic: [Solved] feature request
Replies: 4
Views: 2873

Re: feature request

Hi. I'd like to suggest this features: Add an extension for all the torrents which are not finished yet like qbittorrent/transmission/vuze does. For instance: Dg! Resume or stop all the torrent from a button (we can do that only when deluge is minimized on the task bar). webUI password from gtkUI (...
by CSB
Mon Aug 08, 2011 4:12 am
Forum: Plugins
Topic: [Request] File progress exported to a text file
Replies: 4
Views: 3553

Re: [Request] File progress exported to a text file

That's a feature of the browser, and it's working as intended. Any framed webpage will exhibit the same behavior.
by CSB
Tue Aug 02, 2011 6:48 pm
Forum: Plugins
Topic: [Suggestion] Move entire torrents between Deluge instances
Replies: 5
Views: 4405

Re: [Suggestion] Move entire torrents between Deluge instanc

So, a plugin can do something like, for example, temporarily clear the list of trackers for a given torrent (cache them in the plugin) and modify the peer list? Also, I would think the capability of a plugin to utilize the connection manager and remotely access the plugin on the second instance wou...
by CSB
Mon Aug 01, 2011 7:33 pm
Forum: Support
Topic: How do I update to 1.3.2 (and avoid 1.3.3) .. ?
Replies: 8
Views: 4728

Re: How do I update to 1.3.2 (and avoid 1.3.3) .. ?

Looks like 1.3.2 isn't in the PPA anymore... bummer. No packages are ever deleted from Launchpad, so you can download any previous version: https://launchpad.net/~deluge-team/+archive/ppa/+packages?field.name_filter=&field.status_filter=superseded&field.series_filter= Oh... didn't catch tha...
by CSB
Mon Aug 01, 2011 5:15 pm
Forum: Support
Topic: How do I update to 1.3.2 (and avoid 1.3.3) .. ?
Replies: 8
Views: 4728

Re: How do I update to 1.3.2 (and avoid 1.3.3) .. ?

Looks like 1.3.2 isn't in the PPA anymore... bummer.

I guess you'll have to install from source...
http://dev.deluge-torrent.org/wiki/Installing/Source

Make sure to pull down the 1.3.2 tag using git, besides that, hopefully the instructions are accurate and up-to-date!
by CSB
Mon Aug 01, 2011 1:23 am
Forum: Support
Topic: How do I update to 1.3.2 (and avoid 1.3.3) .. ?
Replies: 8
Views: 4728

Re: How do I update to 1.3.2 (and avoid 1.3.3) .. ?

What platform?
by CSB
Fri Jul 29, 2011 8:25 pm
Forum: Support
Topic: Migrating from uTorrent
Replies: 1
Views: 2880

Re: Migrating from uTorrent

This is definitely possible. It'd require a client script that parses uTorrent's resume.dat. http://dev.deluge-torrent.org/wiki/Development has all the info needed to get started... it'd probably be nice if the script had two components, one that parses resume.dat into a universal go-between, and th...