Search found 1522 matches

by johnnyg
Fri Mar 23, 2012 7:58 am
Forum: Mac OS
Topic: no blocklist in osx
Replies: 13
Views: 11492

Re: no blocklist in osx

From memory andar had to manually specify wsgiref.handlers in bbfreeze as well. It's only needed for format_date_time; I could easily replace it with a call to email.utils.formatdate (which is used elsewhere without needing to be explicitly packaged). EDIT: I've now done that so hopefully 1.3.5 shou...
by johnnyg
Wed Mar 21, 2012 10:01 pm
Forum: Plugins
Topic: Execute plugin problem
Replies: 10
Views: 6865

Re: Execute plugin problem

$3 should be the correct path (i.e. the one specified with -p).
I suspect you've enabled move completed and that it's set to your default path.
by johnnyg
Tue Mar 13, 2012 5:39 am
Forum: Plugins
Topic: Move to different folder? (execute script)
Replies: 4
Views: 6565

Re: Move to different folder? (execute script)

1.3.4 has been released and yes it doesn't wait on scripts to finish anymore (so it won't hang). As a side note you shouldn't use mv as deluge will no longer be able to seed that torrent. I believe you want to either use deluge's "move completed to" feature or just copy the file to another...
by johnnyg
Sun Mar 04, 2012 11:52 am
Forum: Support
Topic: info hash button greyed out in web-ui
Replies: 2
Views: 5616

Re: info hash button greyed out in web-ui

You can't add a torrent by magnet link via the web ui in 1.3.3.
This feature has been added to 1.3.4 (which should be out soon).
In the meantime you can use deluge-console to add magnet links.
by johnnyg
Sat Mar 03, 2012 8:23 am
Forum: Support
Topic: New user having difficulty with downloads
Replies: 1
Views: 1515

Re: New user having difficulty with downloads

What version of deluge & libtorrent and what operating system are you using?
by johnnyg
Sat Mar 03, 2012 1:30 am
Forum: Support
Topic: Magnet Links and Deluge WebUI/Console [SOLVED]
Replies: 10
Views: 52015

Re: Magnet Links and Deluge WebUI/Console [SOLVED]

1.39 is the development version (master branch), you should installed 1.3.3-dev (which will become 1.3.4) which is in the 1.3-stable branch.
Check out these instructions on switching branches: http://dev.deluge-torrent.org/wiki/GitRepo
by johnnyg
Fri Mar 02, 2012 7:58 pm
Forum: Plugins
Topic: [SOLVED] bash script triggered by execute plugin not working
Replies: 4
Views: 9227

Re: CP in bash script triggered by execute plugin not worki

Not quite on the topic - can I use the auto label based on regex. Cant find any info how to use the label plugin Labels can be automatically applied based on tracker (it just does a simple substring check nothing fancy involving regex). You could however write an execute script (for the added event...
by johnnyg
Fri Mar 02, 2012 8:49 am
Forum: Support
Topic: Magnet Links and Deluge WebUI/Console [SOLVED]
Replies: 10
Views: 52015

Re: Magnet links?

I'm not sure why you resurrected this old thread seeing there's a much more recent one which has been marked as solved.
Anyway, magnet links have been added to the web ui in version 1.3.4: http://dev.deluge-torrent.org/ticket/1259
by johnnyg
Fri Mar 02, 2012 2:38 am
Forum: Plugins
Topic: [SOLVED] bash script triggered by execute plugin not working
Replies: 4
Views: 9227

Re: CP in bash script triggered by execute plugin not worki

So is the corrected script still not working?

As an aside, wouldn't it be better to use the move completed feature of labels instead of making a copy?