Custom Query (2447 matches)
Results (163 - 165 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#355 | Fixed | ok button in preferences doesn't close the dialog | ||
Description |
Deluge r3480, Python 2.4.4 pressing the Ok button under preferences doesn't close the preferences dialog error: [DEBUG ] 02:45:19 preferences:639 on_button_ok_clicked Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 640, in on_button_ok_clicked self.set_config() File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config import hashlib ImportError: No module named hashlib also the Apply button doesn't work: [DEBUG ] 02:51:01 preferences:646 on_button_apply_clicked Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 647, in on_button_apply_clicked self.set_config() File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config import hashlib ImportError: No module named hashlib this is with an old config with a clean deluge fails to start (see the log) |
|||
#357 | Fixed | Add "Seeding: Prioritize Torrents With >0 Peers" queue auto-prioritization | ||
Description |
Running Debian Testing: Deluge 0.5.9.3 It would be really wonderful if Deluge was able to automatically de-prioritize seeding torrents without peers and prioritize torrents that have peers. Right now, Deluge does no auto-prioritization. I use Jamendo.com and often have the maximum number of torrents running at one time (say 5) and more than that many torrents queued (say 10). Thus, 5 of my torrents are sitting beneath my active queue. However, if the 5 active torrents have no peers, Deluge doesn't check the rest of the torrents for peers, so I'll never even know if the 5 inactive torrents have peers. Thus, the 5 active torrents with 0 peers stay at the top of my queue, never reaching the required share ratio to stop seeding, and never letting me move to other torrents that might have peers. This effectively stops me from seeding at all. Having an auto-prioritizer would allow Deluge to ensure that I keep seeding as much as possible without having my list of active torrents blocked by torrents without peers. Furthermore, Deluge should display the number of seeds and peers on inactive torrents, which it currently does not, so I could know when to manually move a torrent up to a higher place in the queue... But that's another bug entirely. |
|||
#358 | Fixed | remove torrent when share ratio reached locks gtkui | ||
Description |
remove torrent when share ratio reached locks gtkui. my guess is core removes it and gtkui doesnt know about it, which results in "Error getting torrent state" |