Search found 10 matches

by Case
Wed Apr 22, 2009 5:21 am
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64233

Re: [In progress] Sequential download plugin

I was running the new script, but with an older release of Deluge (1.0.7 - I'm running Mandriva and apparently they didn't keep up). I updated Deluge and now the script works. I suppose one has to run this script at regular intervals? it looks like a one-shot. for now I just did while pgrep deluge &...
by Case
Tue Apr 21, 2009 5:50 pm
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64233

Re: [In progress] Sequential download plugin

I added "localclient:password" to ~/.config/deluge/auth (it didn't even exist btw), but I still get the same error. In netstat I can see the daeluged at localhost:58846
When I look at the deluged.log I see [DEBUG ] 19:48:05 core:493 'state' whenever I run the script. Any ideas?
by Case
Sun Mar 22, 2009 8:28 pm
Forum: Plugins
Topic: FlexRSS plugin
Replies: 165
Views: 125816

Re: FlexRSS plugin

Code: Select all

" (?!.*\.mkv)"
(without quotes, but with a leading space) seems to work, at least the test pattern is matched correctly. I'll see if it actually catches the right torrents.
by Case
Sun Mar 22, 2009 12:12 pm
Forum: Plugins
Topic: FlexRSS plugin
Replies: 165
Views: 125816

Re: FlexRSS plugin

Hi, I'm using Deluge+FlexRSS to filter the TVTorrents feed, and I'm trying to make it filter out all the mkv versions (shows with "(720 .mkv)" or "(1080 .mkv)" in their titles).
My filter is now " (?!\(.*p \.mkv\))" but it doesn't work, it still matches everything.
by Case
Sun Jan 18, 2009 8:42 am
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64233

Re: [In progress] Sequential download plugin

Thanks for posting the error, that one line of code is supposed to return an array of all active torrents but it would obviously fail if there are none (is this the case? If not, lemme know. I definitely need to put some error catching in there). There was one active torrent with 22 files inside a ...
by Case
Sat Jan 17, 2009 3:03 pm
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64233

Re: [In progress] Sequential download plugin

I downloaded the script and ran it, but it says [DEBUG ] 15:57:28 client:46 CoreProxy init.. [INFO ] 15:57:28 client:105 Setting core uri as http://localhost:58846 [DEBUG ] 15:57:28 client:137 Creating ServerProxy.. Traceback (most recent call last): File "./deluge-priority-setter.py", lin...
by Case
Fri Jan 16, 2009 3:28 pm
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64233

Re: [Suggestion] One-by-one download plugin

Thanks, I have Linux (Mandriva)
by Case
Fri Jan 16, 2009 2:17 pm
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64233

Re: [Suggestion] One-by-one download plugin

Sounds good. I have planned to learn Python in my ample free time, so don't hold your breath :P BTW, how do I install/use the script under http://forum.deluge-torrent.org/viewtop ... f=8&t=8955 ? If you have updates versions you want tested just let me know.
by Case
Fri Jan 16, 2009 7:57 am
Forum: Plugins
Topic: Sequential download script/plugin
Replies: 36
Views: 64233

Re: [Suggestion] One-by-one download plugin

I've been thinking about writing something similar, so if you do make something I'd be glad to help test it. I watch a lot of old tv shows, so this would be a great feature for me. I usually set first file to "highest" prio, the next to "High", and the rest to "Normal",...
by Case
Sun Jan 11, 2009 5:17 pm
Forum: Off-topic Discussion
Topic: Build for Mandriva
Replies: 4
Views: 3722

Re: Build for Mandriva

I just grabbed 1.0.7 from the Mandriva repos, and found that only the Blocklist and Labels plugins are available. Do I have to build from source to get the rest (esp. RSS), or is it possible to add them manually somehow?