Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (262 - 264 of 2447)

Ticket Resolution Summary Owner Reporter
#447 Fixed Unify features and code used in the file listings in the files tab and the add torrent tialog andar ari-_-e
Description

In my humble opinion, I think that in order to ensure consistency, the code used by the two file listings should be unified. In the process, the features included in each one should be combined in order to form a single super-file-listing widget thing. In particular, the files tab can do sorting, and it can be used to set priorities other than just yes and no. The add torrent dialog can be used to set the priorities of all files in a directory, and can show the general status of its contents. I think these features should be merged.

#2755 WorksForMe UnicodeWarning: torrentmanager.py (download_location" != "move_completed_path" Bro
Description

Got this on develop (9726481fb4a31a20ab9b79b804ae20aa72cafc7a)

/home/bro/programmer/deluge/workdirs/develop-running/deluge/core/torrentmanager.py:917: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  torrent.options["download_location"] != torrent.options["move_completed_path"]:
#468 Fixed Unicode in 0.9.8 does not seem to be working properly andar dave@rockerboo.net
Description

System Stats:

Ubuntu 8.04.1 x64, running 0.9.08 RC

I am currently trying to add this torrent file,

Messer Für Frau Müller - Hyper Utesov Presents.torrent

When I try to open it in Deluge, the ü becomes u, and then when i put it to save in a certain folder

/media/Music/Music/Messer Für Frau Müller

Which exists fine

{{{ rockerboo@Belefonte:/media/Music/Music/Messer Für Frau Müller$ pwd /media/Music/Music/Messer Für Frau Müller }}}

it is giving me the following in deluged.log in ~/.config/deluge/

{{{ [DEBUG ] 14:34:29 torrentmanager:310 options: {'max_download_speed_per_torrent': -1.0, 'add_paused': False, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1.0, 'auto_managed': True, 'max_connections_per_torrent': -1, 'download_location': u'/media/Music/Music/Messer F\xfcr Frau M\xfcller', 'compact_allocation': False, 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'default_private': False, 'max_upload_slots_per_torrent': 4} Traceback (most recent call last):

File "/var/lib/python-support/python2.5/deluge/core/core.py", line 390, in _add_torrent_file

torrent_id = self.torrents.add(filedump=filedump, options=options, filename=filename)

File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 319, in add

add_torrent_paramssave_path = str(optionsdownload_location)

UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 27: ordinal not in range(128) }}}

With this, the file never shows up in the deluge client.

If you need any more information let me know.

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