Search found 4 matches

by aXis
Thu Apr 23, 2009 8:00 am
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64198

Re: [In progress] Sequential download plugin

I just added mine as a cron job. Once every hour or so should be fine.
by aXis
Wed Apr 22, 2009 1:11 am
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64198

Re: [In progress] Sequential download plugin

Were you running the old script or the new one? For some reason when I call sclient.set_core_uri() or even sclient.set_core_uri('http://localhost:58846') on my server, it does nothing and the core_uri stays as blank. Calling "is_localhost" or "connected" both return false. It's n...
by aXis
Tue Apr 21, 2009 7:32 am
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64198

Re: [In progress] Sequential download plugin

I've also modified DaVince's script so that it will handle "do not download" items. I'd like to limit the overall active files to about 20, but cant think of a way to do that and obey users "do not download" settings. Personally i find that 2 highest and 3 high priority file work...
by aXis
Tue Apr 21, 2009 7:20 am
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64198

Re: [In progress] Sequential download plugin

I downloaded the script and ran it, but it says ... AttributeError: 'NoneType' object has no attribute 'items'[/code] ... I had a similar problem - it turns out that my client didnt like the default core_uri or something and was never connecting to the deluge RPC propper. I had to modify the core_u...