#2161 closed feature-request (Fixed)
Save torrent files from magnet links
Reported by: | m!nus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | 1.3.5 |
Keywords: | torrent torrentfile save magnet | Cc: |
Description
When a torrent is added via a magnet link no copy of the .torrent is created although "copy of .torrent files to" is enabled.
Change History (5)
comment:1 by , 12 years ago
Milestone: | → 1.3.6 |
---|
comment:2 by , 12 years ago
Milestone: | 1.3.6 → 1.4.0 |
---|---|
Type: | bug → feature-request |
comment:3 by , 11 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Fixed: [c82164c522]
Torrent file will be created when we receive the metadata.
comment:4 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
Note:
See TracTickets
for help on using tickets.
This can only be created once we have received magnet metadata and I think we can pass the torrent_info to lt.create_torrent in order to create the file.