Custom Query (2447 matches)
Results (460 - 462 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2817 | Duplicate | Can't open torrent file that has characters other than English | ||
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 | ||
Description |
Not loading Traceback (most recent call last):
AttributeError: 'BaseArgParser' object has no attribute 'process_group' |
|||
#2831 | Duplicate | Downloads stall when using "Move storage" | ||
Description |
This happens when I have a destination with low IO throughput
Eg: My setup is basically:
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:
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? |