Custom Query (2447 matches)
Results (451 - 453 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#457 | Fixed | Progress bar for folders too | ||
Description |
http://forum.deluge-torrent.org/viewtopic.php?f=8&t=8945 Basically to have a progress bar display for folders. |
|||
#458 | Invalid | There is a error in /usr/lib/python2.5/site-packages/deluge-0.9.08-py2.5-linux-i686.egg/deluge/ui/gtkui/mainwindow.py | ||
Description |
line 50-53 about pkg_resources.resource_filename("deluge.ui.gtkui","glade/main_window.glade")) look last two letters ,it should be only one ')',not two pkg_resources.resource_filename("deluge.ui.gtkui","glade/main_window.glade") |
|||
#459 | Fixed | Option to prioritize "seeding" queue over download queue | ||
Description |
i have limits set for max acive torrents (3) and max download torrents (2). With these settings and a queue of torrent waiting to start then deluge , when one of active downloading torrents finishes, would start a new one and put the just finished in pause, so don't seed it. I'd like an option for deluge that makes it prioritize the seeding queue over the download queue. with my example i'd like that if there are 3 'to be seeded' torrent than those 3 would be active and no new one gets started. If seeding are 2 then first download one could be set active... and so on. (I think that utorrent has an option like this) |