Custom Query (2447 matches)
Results (412 - 414 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#815 | Fixed | Checking Queue still stuck. | ||
Description |
The checking queue still seems to stick, requiring a restart of the client and daemon before it will continue on, before finally refusing to hash check the last torrent you have. Not sure if it's because I'm trying to hash check 130 torrents are once at what, but it still happens. Mind you, it could be Ubuntu's fault. Running Deluge 1.1.3 from the Ubuntu repositories. |
|||
#817 | Fixed | EMail Notification fails to substitute format strings | ||
Description |
Hi, today I tried the EMail Notification and got a Mail like this: This email is to inform you that Deluge has finished downloading %s , which includes %i files. To stop receiving these alerts, simply turn off email notification in Deluge's preferences. Thank you, Deluge I think that the %s and %i should be substitut by the real value. Attached is a patch to fix this problem. Alex |
|||
#823 | Fixed | deluge -u console -a "config --set [attribute] -1.0" fails | ||
Description |
Attempting to use the proposed work around for lack of scheduling as found here: http://dev.deluge-torrent.org/wiki/UserGuide/Scheduling Adapting the technique to set attributes unlimited (ie, -1 or -1.0 depending on data type) fails. Easy enough to just use a ridiculously large value, but behaviour should match with GUI and the core.conf contents. Following output to the console:
optparse.BadOptionError: no such option: -1 |