Custom Query (2448 matches)
Results (37 - 39 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2847 | Fixed | Add a 'move to' option to add command | indus | |
Description |
When deluge is set to move torrents on complete it moves files from the path set by deluge console. Deluge downloads the file to the location set by deluge-console, and then moves the file to completed directory specified in the settings. Deluge should either download straight to the set directory, or first download to the default then move the files to the directory set by deluge console. |
|||
#2848 | Invalid | Incorrect share ratio in torrent status | ph33onix | |
Description |
In /deluge/core/torrent.py, the get_ratio method always uses the total_done variable even though it has an all_time_download variable available. Wouldn't it be best to use whichever is greater between total_done and all_time_download to get the lowest (and safest) ratio? So:
The only problem case is if someone manually adds files to an old torrent. If the added files bump total_done over all_time_download which means behaviour is the same as before. If the added files don't bump total_done over all_time_download then all_time_download is used which is a bigger number and results in a lower ratio which is closer to the truth. So while this change doesn't fix this case it still improves it. Is there anything I'm missing ? |
|||
#2850 | Fixed | Double log entries in Standalone Mode | Cas | |
Description |
As per title... |