1.0 WebUi

Suggestions and discussion of future versions
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: 1.0 WebUi

Post by mvoncken »

What about a select-all button? i guess that would negate the need for separate stop-all / start-all buttons.
Then you could also pause/resume/ move-storage etc... per label/tracker/keyword/state.
dev: webui, core, labels | irc:vonck7 |
gtr33m
New User
New User
Posts: 6
Joined: Thu Jul 24, 2008 2:22 pm

Re: 1.0 WebUi

Post by gtr33m »

Both solutions would work, but a simple pause all/ resume all would be simpler. The purpose is to basically pause activity so that something like a voip call can be made.
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: 1.0 WebUi

Post by mvoncken »

I added the select-all button because it has many uses.
Stop-all/start-all would clutter the tool bar too much for people who don't need it, the main problem is duplicate play/pause buttons.

It is possible to create a plugin that adds those buttons , the webui plugin system is good enough for that.
edit: i will make a 1.1 stop-all/start-all plugin , because I need to make some simple example-plugins.
dev: webui, core, labels | irc:vonck7 |
Iwi
Member
Member
Posts: 44
Joined: Sat Jun 07, 2008 2:53 pm

Re: 1.0 WebUi

Post by Iwi »

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

.
The first pic
The first pic
Untitled.png (102.84 KiB) Viewed 10629 times
In Firefox it looks proper, like this.
Secound
Secound
firefox.png (205.12 KiB) Viewed 10627 times
Can you look into this? Also, is this the right place to ask or should I make a new topic or something?
I use Deluge on Ubuntu 8.04 i386
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: 1.0 WebUi

Post by mvoncken »

Iwi wrote: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 place, a new topic would be fine too.
I don't think I will fix this for 1.0, but it should be on the todo for 1.1.

Could you report a bug on the tracker? : http://dev.deluge-torrent.org/newticket
dev: webui, core, labels | irc:vonck7 |
magical_widget
New User
New User
Posts: 4
Joined: Sun Jul 22, 2007 2:34 pm

Re: 1.0 WebUi

Post by magical_widget »

What do those "X N + ++" mean?
Any ideas why I got this error when adding a torrent:
http://pastebin.com/m293cc21e
clarknova
Member
Member
Posts: 37
Joined: Tue Sep 16, 2008 5:24 am

Re: 1.0 WebUi

Post by clarknova »

X = Do not download
N = Normal
+ = High priority
++ = Highest priority

Just guessing.

db
db
magical_widget
New User
New User
Posts: 4
Joined: Sun Jul 22, 2007 2:34 pm

Re: 1.0 WebUi

Post by magical_widget »

clarknova wrote:X = Do not download
N = Normal
+ = High priority
++ = Highest priority

Just guessing.

db
There could be some explanations of these at least or they could be changed into sth more human understandable. Also the selected state could be remembered instead of just jumping to the default state.
war59312
New User
New User
Posts: 6
Joined: Wed Oct 01, 2008 9:37 pm
Location: U.S.A
Contact:

Re: 1.0 WebUi

Post by war59312 »

Hi,

Sadly this is not working here. This is what I get when I pull up http://localhost:58846/ .
Error response

Error code 501.

Message: Unsupported method ('GET').

Error code explanation: 501 = Server does not support this operation.
I'm running Deluge 1.0.2 on Ubuntu 8.04. Connect manager shows this is the correct port and that the daemon is running.

Any ideas?

Thanks,

Will
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0 WebUi

Post by andar »

war59312 wrote:Hi,

Sadly this is not working here. This is what I get when I pull up http://localhost:58846/ .
Error response

Error code 501.

Message: Unsupported method ('GET').

Error code explanation: 501 = Server does not support this operation.
I'm running Deluge 1.0.2 on Ubuntu 8.04. Connect manager shows this is the correct port and that the daemon is running.

Any ideas?

Thanks,

Will
You are trying to connect to the daemon when you should be connecting to the webui: http://localhost:8112
Locked