Search found 9 matches

by schmick
Sun Oct 02, 2016 1:13 am
Forum: Plugins
Topic: Now to extract into completed folder?
Replies: 6
Views: 22072

Re: Now to extract into completed folder?

OK, I read the sourcecode and it's "supposed" to extract to the default (downloaded) folder if the "extract to" is left empty. if not self.config["extract_path"]: self.config["extract_path"] = deluge.configmanager.ConfigManager("core.conf")["dow...
by schmick
Sat Oct 01, 2016 11:10 pm
Forum: Plugins
Topic: Now to extract into completed folder?
Replies: 6
Views: 22072

Re: Now to extract into completed folder?

Stalksy wrote:I have just setup the extractor plugin to do this.

It works but I have it running twice somehow.
You did it with the official plugin? How?
by schmick
Tue Dec 23, 2008 1:26 am
Forum: Support
Topic: do not dowload, normal, high, highest priority.
Replies: 4
Views: 3602

Re: do not dowload, normal, high, highest priority.

are you using compact allocation? priority only works with full allocation. you'll need to remove those torrents and readd them as full. Exactly, strange though as I "thought" I was using full allocation. Either way, it would be wise to advice the non-working priority with compact allocat...
by schmick
Mon Dec 22, 2008 7:42 pm
Forum: Support
Topic: do not dowload, normal, high, highest priority.
Replies: 4
Views: 3602

do not dowload, normal, high, highest priority.

As of some versions before 1.0.7., you could choose to download only some files from a torrent, or priorize them. Now, with 1.0.6 and 1.0.7, right-clicking on a file and choosing Don't download, does nothing. Checked on Ubuntu Hardy 8.04 btw, when it used to work, the completion slider usually only ...
by schmick
Fri Nov 21, 2008 6:48 pm
Forum: Support
Topic: how to grep (or something else) for current random port.
Replies: 2
Views: 2614

how to grep (or something else) for current random port.

I'm using deluge 1.0.5 and would like to know how (if there is any way) to know which random port numper is deluge using. I want to do a script/crontab for filtering RST packets that my isp is known to use, to drop it's clients bittorrent connections. As the port is random, I got stuck on the <iptab...
by schmick
Tue Oct 14, 2008 3:23 am
Forum: Plugins
Topic: Un-official FlexRSS Plugin for 1.1.x
Replies: 104
Views: 80093

Hate being a pest.

Hi!... I guess I'll be busy reading source. Let's see if I can contribute with anything. BTW, as I always keep deluge running, didn't noticed something. I had some strange behavior when I had to reboot. Deluge didn't want to start.. got stuck in: [DEBUG ] 23:46:52 gtkui:66 Calling flexRSS UI init We...
by schmick
Mon Oct 13, 2008 7:27 pm
Forum: Plugins
Topic: Un-official FlexRSS Plugin for 1.1.x
Replies: 104
Views: 80093

Re: Un-official FlexRSS Plugin for 1.x

SGSeries2 wrote: The egg is the source... Python eggs are pretty much just zip files with a different extension. So just unzip it, and you've got the source code.
/me slaps myself... got to do some reseach instead of asking right away ehh?.
Thanks!
by schmick
Sun Oct 12, 2008 7:12 pm
Forum: Plugins
Topic: Un-official FlexRSS Plugin for 1.1.x
Replies: 104
Views: 80093

Re: Un-official FlexRSS Plugin for 1.x

I got it working, it was a problem with lingering config files from the old flesrss plugin, i deleted them all and everything works fine, thanks Exactly.. just remove flex* config files from ~/.config/deluge rm flex* And restart deluge. btw, I still want the source code.. where is it?.. pls pls pls...
by schmick
Sun Oct 12, 2008 6:53 pm
Forum: Plugins
Topic: Un-official FlexRSS Plugin for 1.1.x
Replies: 104
Views: 80093

Re: Un-official FlexRSS Plugin for 1.x

Dude.. where's the source code located?