Bug 319485

Summary: Kget should keep a copy of a temporary .torrent file
Product: [Applications] kget Reporter: Marco Albanese <delian2>
Component: torrentAssignee: KGet authors <kget>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: 2.10.2   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Marco Albanese 2013-05-07 18:34:31 UTC
If you usually open a torrent file from the browser without actually download it ( the .torrent is saved to /tmp ) the next reboot kget will, obviously, not find anymore it.
That could be a problem if the download is not ended or it's still seeding: you will get a "Torrent file doesn't exist" error and the only way to recover is to download the .torrent again and place it in the right folder (/tmp in this case).
If kget cannot keep the needed information of the torrent in its data structures, which could be one solution, another solution, IMHO, could be to save a copy of the .torrent kget is going to download somewhere ( maybe in the kget dot-dir ), before starting the download, and then refer only to that file.
Comment 1 Lukas Appelhans 2013-05-08 08:04:04 UTC
KGet does this already, but there seems to be an error with it then. :) Thanks for reporting!

Lukas