Opened 11 years ago
Closed 6 years ago
#2398 closed feature-request (Fixed)
magnet link details downloaded in 'add torrent' dialog
Reported by: | philipz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | GTK UI | Version: | other (please specify) |
Keywords: | Cc: |
Description (last modified by )
in the 'add torrent' dialog, i think its important to begin downloading the torrent file associated with it, as sometimes i'm downloading a torrent file with many files in it and i want to be able to select which files i'm downloading before i add it to the queue.
Change History (7)
comment:1 by , 11 years ago
Type: | bug → feature-request |
---|
comment:2 by , 11 years ago
Component: | Console → GTK-UI |
---|---|
Description: | modified (diff) |
Milestone: | Future → 1.4.0 |
comment:3 by , 11 years ago
Description: | modified (diff) |
---|
I'll tentatively put for 1.4 but it won't be a priority.
comment:5 by , 6 years ago
Milestone: | 2.x → 2.0 |
---|
This is now supported in GTKUI via https://github.com/deluge-torrent/deluge/pull/199
Still need to work on adding it to WebUI and perhaps Console.
comment:7 by , 6 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Closing as implemented in GTKUI
#3210 for WebUI addition
Note:
See TracTickets
for help on using tickets.
It will require some form of timeout to prevent UI lock. I saw some chat about implementing with libtorrent by setting a null download path when initially adding to prevent it creating the files, then change once users decides to add.