Search found 225 matches

by mvoncken
Fri Dec 12, 2008 7:13 pm
Forum: Development
Topic: Deluge 1.0.7 Released!
Replies: 14
Views: 8212

Re: Deluge 1.0.7 Released!

oops, i forgot to update the changelog..
*Changed all webui icons from tango to kde-oxygen because of licensing issues in debian.
by mvoncken
Sat Dec 06, 2008 11:05 pm
Forum: Development
Topic: Suggestion: iPhone optimized WebUI
Replies: 3
Views: 5438

Re: Suggestion: iPhone optimized WebUI

Not in focus right now,too much other things to do.

But... it would not be hard to make a iphone template, and there's not a lot of python-knowledge required to realize it.
by mvoncken
Sat Dec 06, 2008 11:02 pm
Forum: Support
Topic: Backgrounding WebUi
Replies: 3
Views: 2931

Re: Backgrounding WebUi

You can use screen to background webui.
http://www.kuro5hin.org/story/2004/3/9/16838/14935
by mvoncken
Sat Dec 06, 2008 10:59 pm
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127204

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

- the extra parameter for proxying is only available in svn (1.1).
- svn (1.1) does have a built-in option to use https .
by mvoncken
Mon Nov 24, 2008 7:25 am
Forum: Support
Topic: Web UI can't reliably add torrents
Replies: 7
Views: 5009

Re: Web UI can't reliably add torrents

download the torrent file first, then upload it to webui.
You can't "add url" on a password protected site.
by mvoncken
Sat Nov 22, 2008 1:07 pm
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127204

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

lenwar wrote:(using latest SVN 4247)
Works like a charm except for the status icons... They lack the /deluge/-part in the URL's and give broken image-links.
https://<domain>/pixmaps/all rather than https://<domain>/deluge/pixmaps/all
Thanks for the report, i'll fix that.
by mvoncken
Fri Nov 21, 2008 7:58 pm
Forum: Support
Topic: how to grep (or something else) for current random port.
Replies: 2
Views: 2611

Re: how to grep (or something else) for current random port.

Code: Select all

#!/usr/bin/env python
import logging
logging.disable(logging.INFO)
from deluge.ui.client import sclient
sclient.set_core_uri()
print sclient.get_listen_port()
by mvoncken
Thu Nov 20, 2008 5:05 pm
Forum: Plugins
Topic: Scheduler 1.0
Replies: 42
Views: 28599

Re: Scheduler 1.0

loki wrote:What's cron? lol
Seriously though I'd probably never use either.
See the gui's here , http://dev.deluge-torrent.org/wiki/Scheduling
windows-scheduler / winat provide similar functionality to cron.
by mvoncken
Wed Nov 19, 2008 10:31 pm
Forum: Plugins
Topic: Scheduler 1.0
Replies: 42
Views: 28599

Re: Scheduler 1.0

People who want a cron-ui u should just use cron : http://dev.deluge-torrent.org/wiki/Scheduling

I think the 1.1 scheduler should be like the old 0.5.x one , simple for non-cron users.
by mvoncken
Mon Nov 17, 2008 7:38 pm
Forum: Support
Topic: WebUI + GTK Simultaneously?
Replies: 5
Views: 3964

Re: WebUI + GTK Simultaneously?

The webui is already running, or something else is running on the webui port.