Custom Query (2447 matches)
Results (400 - 402 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#803 | Fixed | Properties window columns are really small, and doesn't remember settings | ||
Description |
See screenshot. This is how it looks every time Deluge is started. I then have to resize all of them manually. |
|||
#805 | Fixed | ETA calculation is broken when setting some files to 'Do Not Download' | ||
Description |
Problem: When calculating ETA the total downloaded size is not only taking the downloaded size of the selected file into consideration but also downloaded size of files set to 'Do Not Download'. How to reproduce (sizes mentioned are just examples): a) Start downloading a torrent with two files in it each with a size of 100MB. Total size to download it then 200MB. b) Wait for more than 100MB of download (example: both files are downloaded 51% - 51MB each, total of 102MB). c) Set one of the files to 'Do Not Download' d) Deluge now thinks that since is has already downloaded more than the required 100MB that it is finished and thus stops calculating ETA. Expected behaviour: Deluge should only consider what is downloaded on the files not set to 'Do Not Download'. |
|||
#806 | Fixed | Crash when adding torrent with non-UTF8 characters | ||
Description |
Deluge chokes on the following torrent: http://torrents.thepiratebay.org/4683312/Freddie_Wadling-Jag__r_monstret-2005.4683312.TPB.torrent Traceback: Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/addtorrentdialog.py", line 587, in _download_from_url self.add_from_files([filename]) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/addtorrentdialog.py", line 188, in add_from_files name = "%s (%s)" % (info.name, os.path.split(filename)[-1]) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 20-22: invalid data |