it looks good, i'm using it now,
what would you think of it being included in our release tarball?
WebUi Plugin 0.5
Re: WebUI (alfa)
Former Deluge Developer
Re: WebUI (alfa)
Yea, Great!zachtib wrote:it looks good, i'm using it now,
what would you think of it being included in our release tarball?
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 |
Re: WebUI (alfa)
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.

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 |
Re: WebUI (beta)
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.
Re: WebUI (beta)
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
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
Re: WebUI (beta)
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......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

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
Re: WebUI (beta)
I'm in CET, so you won't reach me at 4:00 at night on IRCthewisenoob wrote: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......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
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 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 |
Re: WebUI (beta)
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:
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.
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
Big thanks to the first one to make such a script.
dev: webui, core, labels | irc:vonck7 |
Re: WebUI (beta)
Has anyone else noticed that this plugin seems to ignore the torrent directory?
Re: WebUI (beta)
I can't find a torrent-directory setting, I guess you meant the download directory?mage wrote:Has anyone else noticed that this plugin seems to ignore the torrent 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 |