Deluge 0.6 and WebUi

Suggestions and discussion of future versions
Post Reply
oshiri
Member
Member
Posts: 40
Joined: Thu Nov 29, 2007 10:34 am

Deluge 0.6 and WebUi

Post by oshiri »

Just can't wait ... :D
I did compile on Debian Etch. With some tweaking (remove systray) I manage to run it.
Follow the instruction, manually run webserver (WebUI).

Don't get me wrong. I know it is still under heavy development.
I guess it's not wrong for me to give early feed back to development team.

These are some of the problem I get:

1. Status bar and download/upload indicator on the right side not working. Only give me 0.0 value unless I move from ALL to Downloading on the left side. The indicator at the bottom works pretty well.

2. Remote connection hangs. On cli it stays on something like "Bulding Menuitem.."
Hitting ctrl +c will continue the process and connection will established. Not so sure if this problem from deluge or python2.4 httplib.py.

3. WebUi even not integrated to deluge-0.6 and does not show in plugin manager, it still work.
The problem with WebUi is that it delete files rather then .torent files when "Delete .torrent file" is hit.
The upload and download speed indicator also no working.. problably link to the deluge problem.

That'is all for now.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 0.6 and WebUi

Post by andar »

oshiri wrote:Just can't wait ... :D
I did compile on Debian Etch. With some tweaking (remove systray) I manage to run it.
Follow the instruction, manually run webserver (WebUI).

Don't get me wrong. I know it is still under heavy development.
I guess it's not wrong for me to give early feed back to development team.

These are some of the problem I get:

1. Status bar and download/upload indicator on the right side not working. Only give me 0.0 value unless I move from ALL to Downloading on the left side. The indicator at the bottom works pretty well.

2. Remote connection hangs. On cli it stays on something like "Bulding Menuitem.."
Hitting ctrl +c will continue the process and connection will established. Not so sure if this problem from deluge or python2.4 httplib.py.

3. WebUi even not integrated to deluge-0.6 and does not show in plugin manager, it still work.
The problem with WebUi is that it delete files rather then .torent files when "Delete .torrent file" is hit.
The upload and download speed indicator also no working.. problably link to the deluge problem.

That'is all for now.
I don't think the WebUI has been tested much with 0.6. I think it needs to be branched for a specific 0.6 build, as there are significant differences between 0.5 and 0.6.
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: Deluge 0.6 and WebUi

Post by mvoncken »

andar wrote:
I don't think the WebUI has been tested much with 0.6. I think it needs to be branched for a specific 0.6 build, as there are significant differences between 0.5 and 0.6.
Branching won't be needed right now, the 0.5 dbus api was mirrored from 0.6, and there is an ugly compatibility layer.
When 0.6 goes live I'll branch and ditch the compatibility layer.
Webui 0.6 is should become ui started just like the gtk ui.
And it's not safe for real use:expect things like delete deleting to much.
dev: webui, core, labels | irc:vonck7 |
Post Reply