Search found 225 matches

by mvoncken
Mon Oct 13, 2008 5:52 pm
Forum: Development
Topic: Great Work!
Replies: 4
Views: 2856

Re: Great Work!

There are two small features that I'd like, and I know a bit of python, so if some one can point me in the right direction, I'll try to do it myself. 1. Search torrents: Much like Opera or Firefox, I'd like to be able to hit '/' and search the torrents in the list. Or press '?' (shift+/) to search ...
by mvoncken
Mon Oct 13, 2008 3:43 pm
Forum: Development
Topic: Great Work!
Replies: 4
Views: 2856

Re: Great Work!

Thanks,

Those are legitimate , though not urgent requests.
Please register them on the bug tracker : http://dev.deluge-torrent.org/report
by mvoncken
Sat Oct 11, 2008 6:27 pm
Forum: Development
Topic: WebUI Interface Gadget
Replies: 8
Views: 9181

Re: WebUI Interface Gadget

gadgets are based on javascript ,and deluge has an xmlrpc and json api.
So it should be doable for someone comfortable with javascript and ajax.
by mvoncken
Sat Oct 11, 2008 4:55 am
Forum: Off-topic Discussion
Topic: Deluge continues to transfer data even after its closed?
Replies: 4
Views: 3577

Re: Deluge continues to transfer data even after its closed?

I think your daemon is still running.
Enable classic mode, the reverse of this faq : http://dev.deluge-torrent.org/wiki/Faq# ... ittheGTKUI
by mvoncken
Wed Oct 08, 2008 5:12 pm
Forum: Support
Topic: Newer versions of deluge download much slower
Replies: 51
Views: 26543

Re: Newer versions of deluge download much slower

Try setting max_connections per second to 20 instead of -1.
see : http://dev.deluge-torrent.org/changeset/3931
by mvoncken
Tue Oct 07, 2008 6:08 am
Forum: Development
Topic: Feature request (webui): No password
Replies: 2
Views: 3077

Re: Feature request (webui): No password

In 1.1 the sessions are persistent/saved.
So you would not have to login that much.
by mvoncken
Wed Oct 01, 2008 8:35 pm
Forum: Development
Topic: webui managing torrents is a mess
Replies: 5
Views: 3441

Re: webui managing torrents is a mess

This is a project based on volunteers, a friendlier tone would be more appropriate. And if you do criticize with a hostile tone, make damn sure that you're right. The white template is the default template, my response is based on that. 1: Ok you're right, many other webui's have this problem too. 2...
by mvoncken
Tue Sep 30, 2008 9:09 pm
Forum: Support
Topic: Console?
Replies: 5
Views: 4802

Re: Console?

just call deluge with the 1st argument a the torrent file
by mvoncken
Tue Sep 30, 2008 7:02 pm
Forum: Development
Topic: 1.0 WebUi
Replies: 49
Views: 49756

Re: 1.0 WebUi

Hi, and thanks again for making the webui. The new webui has a problem with Opera. When I have labels activated things look like this In Firefox it looks proper, like this. Can you look into this? Also, is this the right place to ask or should I make a new topic or something? yep, this is the right...
by mvoncken
Mon Sep 29, 2008 4:11 pm
Forum: Plugins
Topic: Un-official FlexRSS Plugin for 1.1.x
Replies: 104
Views: 82063

Re: Un-official FlexRSS Plugin for 1.x

Great work!

I took a little peek at your code and I did notice that the gtk-ui has to be running to download feeds and auto-add.
It would be best if downloading feeds and adding torrents is executed in the core part of the plugin.

I can give more specific help if you want to modify this.