Opened 6 years ago
Closed 5 years ago
#1485 closed defect (fixed)
I2P-Snark: magnets forget saving location
Reported by: | user | Owned by: | zzz |
---|---|---|---|
Priority: | trivial | Milestone: | 0.9.23 |
Component: | apps/i2psnark | Version: | 0.9.18 |
Keywords: | magnet I2P-Snark easy | Cc: | |
Parent Tickets: | Sensitive: | no |
Description
If you add a magnet to i2psnark specifying a different download location via the web ui, this setting will be forgotten if you have to restart your router before the .torrent file was fetched.
It also forgets the name of the download, only the infohash is there.
This can happen, if there is only one seeder which is online only not online right when you add the magnet link. Later it's hard to tell different such magnets apart if all you see are three magnet links with their infohashes, but have no clue what each of them were. But more troublesome is the disobying of the set download location.
Subtickets
Change History (2)
comment:1 Changed 5 years ago by
Milestone: | undecided → 0.9.23 |
---|---|
Status: | new → accepted |
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 2f629f864957042ca034c9015abf243c98c1ef15 0.9.22-4
Torrent name, data directory, and tracker URL stored in a per-torrent config file. Previously, we didn't use a separate config file for magnets, and only saved it after the metainfo was retrieved.