Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (403 - 405 of 2449)

Ticket Resolution Summary Owner Reporter
#1175 Sort by seeders or peers fukt
Description

When sorting torrents by seeders or peers, Deluge only counts connected seeders or peers. If you only have completed torrents the sorting will always be by "date added" instead of actual seeders/peers.

Suggestion is to handle the connected and total seeders/peers as a string value to sort like this (descending):
5 (10)
2 (66)
1 (20)
0 (55)
0 (49)
0 (30)
0 (9)

Forum thread http://forum.deluge-torrent.org/viewtopic.php?f=7&t=29815

#1180 Fixed Label change doesn't change speed simonbcn
Description

I explain this with an example.
I have 2 labels:

DVD - Download folder on completion="DVD" / Max upload speed=50
BD  - Download folder on completion="BD"  / Max upload speed=-1

I change one torrent active (downloading) from DVD to BD label and Deluge changes the download folder but not the max upload speed.

#1183 Invalid can't enable plugins lk29
Description

in deluged.log

{{{[ERROR ] 05:04:51 pluginmanagerbase:138 Unable to instantiate plugin! [ERROR ] 05:04:51 pluginmanagerbase:139 cannot import name PluginBase Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/deluge-1.2.900_dev-py2.5.egg/deluge/pluginmanagerbase.py", line 135, in enable_plugin

cls = entry_point.load()

File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1954, in load

entry = import(self.module_name, globals(),globals(), __name__)

File "build/bdist.linux-i686/egg/remotenotify/init.py", line 40, in <module>

ImportError: cannot import name PluginBase [ERROR ] 05:05:42 pluginmanagerbase:138 Unable to instantiate plugin! [ERROR ] 05:05:42 pluginmanagerbase:139 cannot import name PluginBase Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/deluge-1.2.900_dev-py2.5.egg/deluge/pluginmanagerbase.py", line 135, in enable_plugin

cls = entry_point.load()

File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1954, in load

entry = import(self.module_name, globals(),globals(), __name__)

File "build/bdist.linux-i686/egg/remotenotify/init.py", line 40, in <module>

ImportError: cannot import name PluginBase

}}} webui git on 15032010 5:00 deluge 1.2.900-dev

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.