Custom Query (2447 matches)
Results (568 - 570 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1029 | Fixed | UnicodeEncodeError: 'ascii' codec ... in console ui | ||
Description |
deluge/ui/console/screen.py, line 237, in add_string self.addstr(row, col, s, color) info command return this, if torent name has some non ascii characters. |
|||
#1030 | Invalid | Creates files in UTF-8 only | ||
Description |
As far as I can see, filenames are stored in utf8 internally (strange decision: unicode strings should be used for internal handling) and when it comes to working with on-disk files, they are created in utf-8, no matter what locale and FS encoding is really used. |
|||
#1031 | Duplicate | % of downloaded file could be displayed also for directories | ||
Description |
It would be useful if you could not only see how much % of a particular file has been downloaded, but also the same (summarized) for directories. I'd also greatly welcome setting a per-directory priorities (or excluding the whole directories) by displaying also a priority entry for directories. |