Custom Query (2447 matches)
Results (538 - 540 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2406 | Fixed | Speed up adding multiple torrents | ||
Description |
Adding large amounts of torrents is painfully slow because the torrents.state and torrents.fastresume files are written to disk after each torrent is added. This patch adds a new function to core which takes multiple torrents so that the state and fastresume files are only written to disk once. GTKUI add dialog uses this function. https://github.com/bendikro/deluge/tree/develop-add-torrents |
|||
#2405 | Fixed | Bump minimum libtorrent version to at least 0.16.12 | ||
Description |
Missing python bindings added along with fixes |
|||
#2404 | Invalid | tray icon status tooltip | ||
Description |
it would be nice to have a a tooltip/popup that appears when i move the mouse over the tray icon, which would contain download/upload stats, as well as the number of active download and seeding torrents. |