WebUi Plugin 0.5

Suggest, post, or discuss plugins for Deluge
User avatar
zachtib
Leecher
Leecher
Posts: 97
Joined: Thu May 24, 2007 3:26 pm
Location: Louisville, KY
Contact:

Re: WebUI (alfa)

Post by zachtib »

it looks good, i'm using it now,

what would you think of it being included in our release tarball?
Former Deluge Developer
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: WebUI (alfa)

Post by mvoncken »

zachtib wrote:it looks good, i'm using it now,

what would you think of it being included in our release tarball?
Yea, Great!
The current version still has some minor bugs but it's close.

I guess the only open issue is source-control / coding guidelines.
But we can talk about that on IRC.

ps to somedude:
You PM-ed me about contributing but I did not get a response to my reply-PM's. (edit:ok, fine now)
Last edited by mvoncken on Wed Sep 26, 2007 6:19 pm, edited 1 time in total.
dev: webui, core, labels | irc:vonck7 |
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: WebUI (alfa)

Post by mvoncken »

I'm stuck on Konqueror :-(

After Konqueror is fixed I can change the status to Beta or Stable instead of Alfa.
Any hints or help would be appreciated.

Edit: my konqueror was broken, it works fine.
dev: webui, core, labels | irc:vonck7 |
thewisenoob

Re: WebUI (beta)

Post by thewisenoob »

I would really appreciate it if someone could help me with my problem forwarding the port used so I can access the WebUI from another computer over the internet. My Google Talk account name is TheWiseNoob and my AIM is also TheWiseNoob.
User avatar
zachtib
Leecher
Leecher
Posts: 97
Joined: Thu May 24, 2007 3:26 pm
Location: Louisville, KY
Contact:

Re: WebUI (beta)

Post by zachtib »

Hi, tried to reach you on IRC, but no luck... just a quick suggestion,

as there isn't any support for multiuser, it would make more sense to only require a password, and not username/password.

then, in the config dialog, it should mask the password input field, and have two of them to confirm the password, just like a lot of other apps do.

i'll try to get the ball rolling on including this plugin with the client, as i believe its a very important feature, and you've done a god job on it

UPDATE: it's now in svn trunk... keep up the good work, and keep me posted on updates so i can sync them in as well
Former Deluge Developer
thewisenoob

Re: WebUI (beta)

Post by thewisenoob »

zachtib wrote:Hi, tried to reach you on IRC, but no luck... just a quick suggestion,

as there isn't any support for multiuser, it would make more sense to only require a password, and not username/password.

then, in the config dialog, it should mask the password input field, and have two of them to confirm the password, just like a lot of other apps do.

i'll try to get the ball rolling on including this plugin with the client, as i believe its a very important feature, and you've done a god job on it

UPDATE: it's now in svn trunk... keep up the good work, and keep me posted on updates so i can sync them in as well
I was thinking exactly the same thing. Also, I figured out my problem. Forgot to click enable beside the port I was trying to forward...... :lol:

Also, I submitted a little story to Digg about the WebUI. It links to the Deluge news page for the WebUI and it made the frontpage. Hopefully it gets the word out to more people about deluge's existence. Link
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: WebUI (beta)

Post by mvoncken »

thewisenoob wrote:
zachtib wrote:Hi, tried to reach you on IRC, but no luck... just a quick suggestion,

as there isn't any support for multiuser, it would make more sense to only require a password, and not username/password.

then, in the config dialog, it should mask the password input field, and have two of them to confirm the password, just like a lot of other apps do.

i'll try to get the ball rolling on including this plugin with the client, as i believe its a very important feature, and you've done a god job on it

UPDATE: it's now in svn trunk... keep up the good work, and keep me posted on updates so i can sync them in as well
I was thinking exactly the same thing. Also, I figured out my problem. Forgot to click enable beside the port I was trying to forward...... :lol:

Also, I submitted a little story to Digg about the WebUI. It links to the Deluge news page for the WebUI and it made the frontpage. Hopefully it gets the word out to more people about deluge's existence. Link
I'm in CET, so you won't reach me at 4:00 at night on IRC ;-) .

I encrypted the password and removed the user.
Did some other changes too, I'll upload a new tarball this weekend.
Thanks for including it in svn/future tarballs.

lol, the digg link is doing well.
dev: webui, core, labels | irc:vonck7 |
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: WebUI (beta)

Post by mvoncken »

I posted a new update (rev 48).

One of the things i added is a remote api for adding torrents.
http POST to "/remote/torrent/add" with pwd=password and torrent=file-upload.

An example using curl:

Code: Select all

curl -F torrent=@./test1.torrent -F pwd=deluge http://localhost:8112/remote/torrent/add
It's possible to make a (shell)-script that integrates with the file open of a browser.
Big thanks to the first one to make such a script.
dev: webui, core, labels | irc:vonck7 |
mage

Re: WebUI (beta)

Post by mage »

Has anyone else noticed that this plugin seems to ignore the torrent directory?
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: WebUI (beta)

Post by mvoncken »

mage wrote:Has anyone else noticed that this plugin seems to ignore the torrent directory?
I can't find a torrent-directory setting, I guess you meant the download directory?

There is a setting in the webui for the download directory.
I added a separate setting because there is no option for choosing the download-directory in the webui.

In a future version:
-If download directory is set in deluge itself ->disable the webui-setting and use the deluge-setting.
dev: webui, core, labels | irc:vonck7 |
Post Reply