Search found 66 matches

by CSB
Sat Apr 16, 2011 7:25 pm
Forum: Development
Topic: Improve auto add from folder with a warning! (SOLVED)
Replies: 9
Views: 9770

Re: Improve auto add from folder with a warning!

Make sure the deluge daemon is running locally.

I'm not home right now, so I'm not able to be too much of a help at the moment.
by CSB
Thu Apr 14, 2011 9:23 pm
Forum: Support
Topic: Some torrents can't be added using web-ui
Replies: 3
Views: 3359

Re: Some torrents can't be added using web-ui

It kind of sounds like an input sanitization problem, but you never know. I'm any of the devs would have come to the conclusion at a glance, or know more than I...
by CSB
Thu Apr 14, 2011 3:57 pm
Forum: Support
Topic: Some torrents can't be added using web-ui
Replies: 3
Views: 3359

Re: Some torrents can't be added using web-ui

Some torrents don't work... Maybe you can give a few examples so that it's possible to get any sort of underztandingaof the problem?

Do you have logs you can post?
by CSB
Wed Apr 13, 2011 6:09 pm
Forum: Support
Topic: Profile
Replies: 4
Views: 2601

Re: Profile

johnnyg wrote:Yes as long as you also provide different config directories (using -c).
You'll also need to make sure any network ports they use are not the same, e.g. webui listen port and daemon listen port.
by CSB
Wed Apr 13, 2011 5:39 am
Forum: Support
Topic: Profile
Replies: 4
Views: 2601

Re: Profile

Dmitry wrote:Is it possible? and how can I do that?
Run another instance of Deluge in a VM.
by CSB
Wed Apr 06, 2011 4:26 pm
Forum: Plugins
Topic: Can't get execute plugin to work
Replies: 5
Views: 3628

Re: Can't get execute plugin to work

Put that command in a script and make sure it is executable by the user who is running the daemon. Put the full path to that file in the executable plugin. Make sure you have a valid/proper shebang. I've never had success just giving the plugins command, I'm pretty sure it expects a full path to an ...
by CSB
Mon Mar 28, 2011 4:05 am
Forum: Development
Topic: Improve auto add from folder with a warning! (SOLVED)
Replies: 9
Views: 9770

Re: Improve auto add from folder with a warning!

Run this script from your .config/deluge/state directory and it will copy all of the torrent files into ~/renamedtorrents with the name they have in deluge. Make sure to mkdir ~/renamedtorrents first #!/usr/bin/python import shutil import os from deluge.ui.client import client from twisted.internet ...
by CSB
Sat Mar 12, 2011 7:34 am
Forum: Plugins
Topic: http downloader plugin
Replies: 4
Views: 5869

Re: http downloader plugin

chrisbay90 wrote:Please forgive my ignorance, but what is DDL in this context?
"Direct download" e.g. file hosters which require captcha, and some other hoops for a client to jump through to download.
by CSB
Wed Mar 09, 2011 11:33 pm
Forum: Plugins
Topic: http downloader plugin
Replies: 4
Views: 5869

Re: http downloader plugin

If you add HTTP, some people might not find it useful without DDL support... at that point you may as well have a DDL solution with a deluge client integrated...
by CSB
Sun Feb 20, 2011 2:15 am
Forum: Plugins
Topic: Execute doesn't execute!
Replies: 1
Views: 2545

Re: Execute doesn't execute!

Restart the daemon, ensure the configuration is still applied, and see if the script still does not execute.