Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 2447)

Ticket Resolution Summary Owner Reporter
#1399 Duplicate Use 'move_storage' with non ascii characters. dakhar
Description

Hello, I'm using deluge with russian folder names, but when I try to move storage to such folder, it causes error:

[ERROR ] 15:48:13 rpcserver:303 Exception calling RPC request: 'ascii' codec can't encode characters in position 21-38: ordinal not in range(128) Traceback (most recent call last):

File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 298, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 372, in move_storage

if not self.torrentmanager[torrent_id].move_storage(dest):

File "/usr/lib/pymodules/python2.6/deluge/core/torrent.py", line 796, in move_storage

if not os.path.exists(dest):

File "/usr/lib/python2.6/genericpath.py", line 18, in exists

st = os.stat(path)

UnicodeEncodeError: 'ascii' codec can't encode characters in position 21-38: ordinal not in range(128)

Ubuntu Linux, Deluge 1.3.1-2~lucid~ppa1

#2005 WontFix Use Low, Normal, High file priority Maave
Description

In the file priority of torrents, Normal, High, and Higher is an awkward system to use and isn't easy to notice when scrolling through lists of files quickly. Low, Normal (or Medium), and High is more intuitive and would be easier to read.

#1282 Fixed Use (localized) Yes/No or On/Off instead of True/False Calum ETZel
Description

"Auto managed" label in the Torrent Status tab shows it's value as a non-localized string "True" or "False". It should use localized "Yes" and "No" instead.

Another option is to use "On" and "Off" to be consitient with the torrent options menu. (Or maybe change the menu to use Yes/No).

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