Custom Query (2447 matches)
Results (502 - 504 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#934 | Fixed | encoding of torrent | ||
Description |
1. In deluge/ui/common.py, use some code to guess a encoding, and use the encoding to convert the mbcs string to utf8 string self.__m_name = decode_string(self.__m_metadata["info"]["name"], self.encoding) but why not: self.__m_name = self.__m_metadata["info"]["name.utf-8"] field "XXXX" is a mbcs, but field "XXXX.utf-8" is just a utf8!
here "prefix" is already a utf8, but f[ "path" ] is a mbcs yet, so os.path.join is invalid |
|||
#935 | High cpu usage with dowload speed limit | |||
Description |
Cpu usage raises when I limit download speed of any torrent or general dl speed. |
|||
#936 | Fixed | Torrent Search | ||
Description |
I would like to request that a torrent search feature would be added. |
Note:
See TracQuery
for help on using queries.