Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (460 - 462 of 2447)

Ticket Resolution Summary Owner Reporter
#2817 Duplicate Can't open torrent file that has characters other than English DVN
Description

Can't open torrent file that has characters other than English

Copy any Chinese, Korean or Japanese characters from any website and paste it in the file name. And try double clicking it. Deluge cannot add the files.

#2822 Duplicate core renato
Description

Not loading

Traceback (most recent call last):

File "/usr/local/bin/deluge", line 9, in <module>

load_entry_point('deluge', 'gui_scripts', 'deluge')()

File "/media/disk/deluge/deluge/ui/ui_entry.py", line 57, in start_ui

options = parser.parse_args(deluge.common.unicode_argv()[1:])

File "/media/disk/deluge/deluge/ui/baseargparser.py", line 150, in parse_args

if self.process_group:

AttributeError: 'BaseArgParser' object has no attribute 'process_group'

#2831 Duplicate Downloads stall when using "Move storage" Markweiser
Description

This happens when I have a destination with low IO throughput

  • Perhaps related to #994 -

Eg: My setup is basically:

  • Download to SSD mountpoint (/data/fast/incomplete)
  • Once finished, move to low rpm HDD big storage (/data/slow/new)

So, when this process happens, everything that Deluge is doing is stalled and waits for the copy to happens.

This issue happens when using 'Move to Storage' or when using 'Move Completed'. Anything related to copying the downloaded files will stall the current tasks.

Reproduce:

  • Add various downloads and start them (around 10gb+ size)
  • Move any finished downloads to a low IO mountpoint (eg: USB 2.0 External HDD)
  • Notice the non-finished downloads stall

Related to move_storage() - http://www.rasterbar.com/products/libtorrent/manual.html

move_storage()

void move_storage(std::string const& save_path) const;
void move_storage(std::wstring const& save_path) const;

Moves the file(s) that this torrent are currently seeding from or downloading to. If the given save_path is not located on the same drive as the original save path, The files will be copied to the new drive and removed from their original location. This will block all other disk IO, and other torrents download and upload rates may drop while copying the file.

Can't Deluge implement it?

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