Search found 225 matches

by mvoncken
Sun Nov 02, 2008 7:46 pm
Forum: Development
Topic: Deluge 1.0.4 Released
Replies: 24
Views: 20550

Re: Deluge 1.0.4 Released

1.0.4 is the first windows release with a webui.
But there's a bug in the installer.
To use the webui on windows:

Open delugew2.cmd
Find:

Code: Select all

"%CD%\deluge.exe -u web"
And replace it with:

Code: Select all

"%CD%\deluge.exe" -u web
by mvoncken
Sat Nov 01, 2008 1:40 pm
Forum: Development
Topic: 1.0 WebUi
Replies: 49
Views: 49752

Re: 1.0 WebUi

The install script is broken.

Open delugew2.cmd
Find:
"%CD%\deluge.exe -u web"
And replace with:
"%CD%\deluge.exe" -u web
by mvoncken
Mon Oct 27, 2008 1:32 am
Forum: Support
Topic: Webui Problems
Replies: 2
Views: 1971

Re: Webui Problems

We don't support .5 anymore ; if you still have the same problem in 1.x i might look in to it.
by mvoncken
Thu Oct 23, 2008 6:23 pm
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 128466

Re: Howto: Proxying deluge web client to Apache via mod_proxy

I want to make proxying easyer, but I'm missing some mod-proxy knowledge. Latest svn (r4087) contains an experimental command-line parameter The 1st argument after deluge -u web is interpreted as the base-url. This will prefix all url's and redirects with that base url: For example : deluge -u web /...
by mvoncken
Thu Oct 23, 2008 3:50 pm
Forum: Plugins
Topic: Logging
Replies: 4
Views: 3384

Re: Logging

It depends on what you want to do with the stats. There is a stats plugin in 1.1, the default will show an up/down graph for the latest 5 minutes. that plugin also keeps track of total up/down (no ui yet): http://dev.deluge-torrent.org/browser/trunk/deluge/plugins/stats/stats/test_total.py But if yo...
by mvoncken
Wed Oct 22, 2008 8:14 pm
Forum: Plugins
Topic: Torrent notification plugin for 1.x
Replies: 2
Views: 2934

Re: Torrent notification plugin for 1.x

It's builtin in deluge 1.1.
Should move to a plugin in 1.2.
by mvoncken
Sun Oct 19, 2008 7:37 pm
Forum: Support
Topic: "Do Not Download" doesn't work v 1.0.2 or 1.0.3
Replies: 16
Views: 11036

Re: "Do Not Download" doesn't work v 1.0.2

Now that you mention that I looked a bit closer on a torrent that I downloaded and a piece of a file I didn't want... notice it shows the file size is fully downloaded yet it only takes up a tiny chunk of data on disk, and the file is not valid... something is tricking the system. I didn't know lib...
by mvoncken
Sat Oct 18, 2008 3:01 pm
Forum: Development
Topic: 1.0 WebUi
Replies: 49
Views: 49752

Re: 1.0 WebUi

The priorities where already improved in svn:
hover over the icon to see it's description.
Image
by mvoncken
Fri Oct 17, 2008 9:29 pm
Forum: Plugins
Topic: Firefox greasemonkey script for WebUi
Replies: 2
Views: 4337

Firefox greasemonkey script for WebUi

firefox greasemonkey script. This script will add an icon to any torrent , if you click on the icon you will add the torrent to deluge using the webui. http://userscripts.org/scripts/show/12639 Comments are welcome. You can propose new/unsupported trackers. But they will only be added fast if you ca...