Search found 1522 matches

by johnnyg
Fri Mar 02, 2012 2:26 am
Forum: Plugins
Topic: [SOLVED] execute plugin causes deluge hang
Replies: 3
Views: 4615

Re: [solved, sort of] execute plugin causes deluge hang

Just as an update to this thread (seeing no one created a ticket), I've made it so that deluge no longer waits on an execute command. I've also added stdout & stderr logging when the command fails (to make debugging easier). Both of these commits ( b002951 & be75d50 ) will be in the next rel...
by johnnyg
Thu Jan 19, 2012 12:25 am
Forum: Development
Topic: Suggestion: iPhone optimized WebUI
Replies: 3
Views: 5491

Re: Suggestion: iPhone optimized WebUI

You've resurrected a thread which is over 3 years old, the web ui mvoncken was talking about isn't the same as the current one (which was rewritten by damoxc).
I think you'll find that the layout is no longer template based.
by johnnyg
Thu Jan 12, 2012 12:23 pm
Forum: Support
Topic: deluge no launch
Replies: 5
Views: 4122

Re: deluge no launch

You should be able to edit the command run by the icon (in gnome you can use the program alacarte to edit program icons in the menus). As for FF, you could create a simple wrapper script called deluge in your bin directory: #!/bin/bash LC_ALL="C" /usr/bin/deluge "$@" And then tel...
by johnnyg
Thu Jan 12, 2012 12:20 pm
Forum: Plugins
Topic: [Script] Detect machines on LAN & adjust Deluge limits
Replies: 7
Views: 7973

Re: [Script] Detect machines on LAN & adjust Deluge limits

Most routers' status page lists which clients are connected; you could write a script to scrape that and adjust deluge accordingly although I think at this point configuring QoS is probably simpler.
by johnnyg
Fri Jan 06, 2012 3:24 pm
Forum: Development
Topic: Icon sizes (background-size)
Replies: 2
Views: 2167

Re: Icon sizes (background-size)

I think damoxc considered using CSS3 but decided not to as it would hinder compatibility. The current solution is to install the python imaging library so that the tracker icon will get resized to 16x16 after it is downloaded. The resizing only happens when an icon is downloaded so you may want to d...
by johnnyg
Tue Dec 20, 2011 12:36 pm
Forum: Plugins
Topic: Tar/Zip the files after download?
Replies: 3
Views: 3715

Re: Tar/Zip the files after download?

Do you mean unzip / untar?

The extractor plugin which is supplied with Deluge already does this.
by johnnyg
Mon Dec 19, 2011 10:50 pm
Forum: Plugins
Topic: [SOLVED] execute plugin causes deluge hang
Replies: 3
Views: 4615

Re: [solved, sort of] execute plugin causes deluge hang

Running your script in the background is probably the simplest solution. The problem is that the execute plugin waits for the process to complete so that it can report scripts whose exit code is non-zero. This can be seen on line 120: http://git.deluge-torrent.org/deluge/tree/deluge/plugins/execute/...
by johnnyg
Sun Dec 11, 2011 8:33 am
Forum: Support
Topic: Changing .conf files does nothing
Replies: 2
Views: 2481

Re: Changing .conf files does nothing

You need to stop the daemon before changing a config file otherwise it will overwrite your changes.
Also you don't need to restart the computer.
by johnnyg
Mon Nov 28, 2011 1:55 am
Forum: Windows OS
Topic: Help with SSH to LAN daemon
Replies: 6
Views: 7458

Re: Help with SSH to LAN daemon

What version of Windows?

A quick google seems to suggest that 127.0.0.2 is broken in Windows XP SP2 but it should work in Windows 7.