Scheduler in Web UI

Suggest, post, or discuss plugins for Deluge
Post Reply
Fuss

Scheduler in Web UI

Post by Fuss »

I'm using Deluge 1.2.0 RC5 with Web UI only and tried to enable the 'Execute', 'Scheduler' and 'Blocklist' plugins using the Web UI preferences dialog (which came with Deluge by default).

After clicking Apply and re-opening the dialog I could see a bar with 'Execute' at the right side at the bottom of every screen, but nothing appeared underneath. Also, at the left side, there was a bar with 'Scheduler' I could click on and I could see green blocks representing the time from Mon-Fri. The 'Blocklist' didn't do anything it seems.

After restarting both Deluged and Deluge-web, following information was shown in the log files:

Code: Select all

x@x:/var/log$ cat deluged.log
[WARNING ] 22:08:01 config:344 Unable to open config file /home/x/.config/deluge/scheduler.conf: [Errno 2] No such file or directory: '/home/x/.config/deluge/scheduler.conf'
x@x:/var/log$ cat deluge-web.log
[WARNING ] 22:08:03 config:344 Unable to open config file /home/x/.config/deluge/hostlist.conf.1.2: [Errno 2] No such file or directory: '/home/x/.config/deluge/hostlist.conf.1.2'
x@x:/var/log$
The /home/x/.config/deluge/hostlist.* and /home/x/.config/deluge/scheduler.* files do not exist.

The checkboxes for 'Execute' and 'Scheduler' were still on, but I couldn't find the Scheduler's bar any longer (with Mon-Fri screen). The checkbox for 'Blocklist' was unmarked.

Should enabling these plugins be supported over the Web UI?

Also, something else: why aren't the default plugins listed at http://dev.deluge-torrent.org/wiki/Plugins ? It might make sense to add them there with some information on each one.
nezach
New User
New User
Posts: 6
Joined: Sun Jan 03, 2010 5:56 am

Re: Scheduler in Web UI

Post by nezach »

I had the same issue you are experiencing and I believe web GUI for those plugins has not been implemented/finished yet. If you look at the config file you will see that those plugins are actually enabled, but either you don't see their GUI or check box is unchecked. My work around was to connect to deluged from GTK GUI and configure everything remotely.
User avatar
slacker
New User
New User
Posts: 7
Joined: Sat Jan 09, 2010 2:47 pm
Location: Germany
Contact:

Re: Scheduler in Web UI

Post by slacker »

Will all plugins configured through GTK UI run without that UI open inside the daemon?

I enabled the execute plugin through GTK UI and configured it to send me a message (sendxmpp) when downloads are added and when downloads are finished but I don't get such messages.

I checked if sendxmpp is working properly and it does on the shell but not through deluge when the GTK UI isn't running ...
Post Reply