Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (502 - 504 of 2447)

Ticket Resolution Summary Owner Reporter
#934 Fixed encoding of torrent andar bearsprite@gmail.com
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!

  1. for f in self.__m_metadata["info"]["files"]:
        self.__m_files.append({
            'path': decode_string(os.path.join(prefix, *f["path"])),
            'size': f["length"],
            'download': True
        })
    

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 andar wWolfovich@gmail.com
Description

Cpu usage raises when I limit download speed of any torrent or general dl speed.

#936 Fixed Torrent Search andar ndowens
Description

I would like to request that a torrent search feature would be added.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.