Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (196 - 198 of 2449)

Ticket Resolution Summary Owner Reporter
#3041 Invalid Execute plugin fails when filename contains two consecutive spaces linearray
Description

The "name" option of a torrent is used for display purposes https://github.com/deluge-torrent/deluge/blob/develop/deluge/core/torrent.py#L128

In particular, it appears that several consecutive space (0x20) characters are coalesced into one. This can be easily verified by creating a torrent file for a file named

Untitled  .txt

(note the two spaces) and then looking at the entry in the torrent list in e.g. WebUI, which is

Untitled .txt

(one space).

The file written to disk, however, retains the original name with two spaces. This becomes a problem when using the Execute plugin, because it reads the display name https://github.com/deluge-torrent/deluge/blob/develop/deluge/plugins/Execute/deluge/plugins/execute/core.py#L98, which then has no relation to the actual filename, rendering it useless for all file operations.

I am not entirely sure where the coalescing happens, perhaps here https://github.com/deluge-torrent/deluge/blob/develop/deluge/core/torrentmanager.py#L331, neither am I sure about the best way to correct this. If the coalescing is intentional for display purposes, then the Execute plugin probably should not read the name option and instead read the name of the top-most file of a torrent.

#3040 WorksForMe No connection Ricky
Description

Hi i have the deluge WEB UI: 1.3.5 is was working 100% fine, but to day i received a The connection to the webserver has been lost! i opened the Connection Manager select the server press Start Daemon but doesn't star. any guide o how to fix this problem ?

#3039 Fixed Preference window doesn't open Cas Dirac
Description

Click on "Preferences" doesn't open the Preferences window.

Client: 1.3.15 Server: 1.3.15

System: Arch Linux

Downgrading to Client 1.3.14 fixes issue.

Note: See TracQuery for help on using queries.