Search found 5 matches

by qqzx
Mon Jun 20, 2016 9:08 pm
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v0.6.1
Replies: 274
Views: 909176

Re: [Plugin] Auto Remove Plus v0.5.1

2016-06-15 10_38_22-D_ 0.0 K U_ 363.7 K - Deluge_ Web UI 1.3.12.png Recently upgraded to the latest version, but noticed it does not seem to be removing torrents. I have torrents that have seeded > 10 ratio for over a day, and they are still going. Similarly, I have torrents older than 4 days and t...
by qqzx
Mon Jun 20, 2016 7:21 pm
Forum: Plugins
Topic: Built egg files never install/enable
Replies: 3
Views: 6730

Re: Built egg files never install/enable

Had the same problem with the same plugin. Same thing happens even if I made an egg without touching any files. How I fixed. deleted the AutoRemovePlus-0.5.1-py2.x.egg in /deluge/plugins folder deleted the AutoRemovePlus.conf files restarted deluge installed new egg and it worked :) made an account...
by qqzx
Fri Jun 17, 2016 6:22 pm
Forum: Plugins
Topic: Built egg files never install/enable
Replies: 3
Views: 6730

Built egg files never install/enable

I have followed the plugin wiki for building an egg file however the resulting file never seems to install properly. I forked this plugin (https://github.com/omaralvarez/deluge-autoremoveplus/blob/master/autoremoveplus/core.py) and made some trivial change, such as changing the way it sorts to desce...
by qqzx
Fri Jun 17, 2016 12:54 am
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v0.6.1
Replies: 274
Views: 909176

Re: [Plugin] Auto Remove Plus v0.5.1

How does the plugin sort which torrents to remove first? I believe it is this block that is responsible for sorting, but I cannot fully understand what its sort criteria are: # Alternate sort by primary and secondary criteria torrents.sort( key=lambda x: ( filter_funcs.get( self.config['filter'], _g...
by qqzx
Thu Jun 16, 2016 4:00 pm
Forum: Windows OS
Topic: Cannot build Deluge (%1 is not a valid Win32 application)
Replies: 0
Views: 4172

Cannot build Deluge (%1 is not a valid Win32 application)

I cannot build Deluge (1.3.6) from source as you can see (it must be 1.3.6 -- It's too long to go into it but it's the latest version that works with good performance on my server): deluge-1.3.6>python setup.py clean -a Traceback (most recent call last): File "setup.py", line 223, in <modu...