Search found 225 matches

by mvoncken
Thu Sep 25, 2008 8:33 pm
Forum: Plugins
Topic: Bandwidth scheduler
Replies: 2
Views: 3052

Re: Bandwidth scheduler

You can use this if you're not afraid of using cron : http://dev.deluge-torrent.org/ticket/382
by mvoncken
Wed Sep 24, 2008 3:38 pm
Forum: Plugins
Topic: Bandwith Limiter
Replies: 9
Views: 6986

Re: Bandwith Limiter

Did you test that script ?, I don't think it works. sclient.set_core_uri() connects to the daemon, you only have to do that once, after importing. Because you don't know lots of python i would advise you to have a short edit->run coding cycle so you can see your changes in action. For the commandlin...
by mvoncken
Tue Sep 23, 2008 5:40 pm
Forum: Plugins
Topic: [Plugin] Disk space
Replies: 5
Views: 6115

Re: [Plugin] Disk space

We're adding disk-space notification as a default feature for 1.1.
Don't think of this plugin as wasted work, see it as a way to push us into a direction ;).
by mvoncken
Sun Sep 21, 2008 6:33 am
Forum: Development
Topic: [Plugin] deFlate (unrar plugin)
Replies: 2
Views: 3251

Re: [Plugin] deFlate (unrar plugin)

Good start. You should move some code from torrent_deflate() in webui.py to core.py. The client doesn't have to build the command line, let the core do that. Great, you already figured out how to use webui-config gui. Maybe a auto-unrar setting would be nice, it would automatically unrar after the d...
by mvoncken
Sun Sep 21, 2008 6:13 am
Forum: Development
Topic: Contributing code - new NullUI
Replies: 6
Views: 3527

Re: Contributing code - new NullUI

ido wrote:Hi,
* ability to use ui commands from the command line
Haven't looked at your code, but this could be verry usefull.
by mvoncken
Sun Sep 21, 2008 5:51 am
Forum: Plugins
Topic: [Plugin] Disk space
Replies: 5
Views: 6115

Re: [Plugin] Disk space

This plugin is a good proof of concept. It's not advised to hack index.html if you're not a programmer, 1.1 will get an api for adding items to the status bar (http://dev.deluge-torrent.org/ticket/487) , so the index.html hack will not be needed anymore. and the stats will display automatically in g...
by mvoncken
Sat Sep 20, 2008 9:59 am
Forum: Windows OS
Topic: RC9 IIS integration
Replies: 1
Views: 1656

Re: RC9 IIS integration

Hello I run a server running IIS 6 and I would like to integrate Deluge with IIS does anyone know how to do this or have a link to a guide? Thank you. The good news : it should be possible. The bad news : noone has done it before. webui should be wsgi-compliant. apache2 wsgi tutorial : http://forum...
by mvoncken
Sat Sep 20, 2008 8:42 am
Forum: Development
Topic: Disk space/unrar help with coding it/feature req
Replies: 11
Views: 6743

Re: Disk space/unrar help with coding it/feature req

i'm sorry, it is my fault that i was too lazy to try the svn before i asked anything... it works in the svn version :) actually, it might have even worked before, maybe i didn't notice it in the config part of the webui (in classic skin). since i see you are here, i guess you can save me some hassl...
by mvoncken
Sat Sep 20, 2008 8:33 am
Forum: Plugins
Topic: Bandwith Limiter
Replies: 9
Views: 6986

Re: Bandwith Limiter

have deluge interact with a site-specific parser using a standard interface: this would mean you would just need to write the parser for your usage site for the plugin to be able to work. I don't follow, can you explain a little bit more? Don't worry about that, it's about using the stats provided ...
by mvoncken
Sat Sep 20, 2008 8:30 am
Forum: Development
Topic: Disk space/unrar help with coding it/feature req
Replies: 11
Views: 6743

Re: Disk space/unrar help with coding it/feature req

The thing is, i tried the svn a few days ago, and i had problems (ajax skin: couldn't add torrent, white skin: sometimes index out of bounds error on selecting a torrent).. do you think the problem is really related to deluge version? is it OK that there is no mention of df.html in the code?[/qoute...