Mircea Stanciu
2016-09-05 08:01:48 UTC
I've seen a few examples, but written for C++.
Assuming a folder where i keep my .torrent folders: "/home/torrents"
Now when a session is started the goal is to loop trough all the torrent
from the "torrents" folder and start downloading in "/home/incomplete"
folder. After completion the program should move the completed files to
"/home/completed".
I could move them from python or using linux "cp from to" command, but
this will remove the file from seeding, and when a new session is
started the file will be downloaded again.
Are there any settings that can help me achieve my goal? (similar to
save_path setting in libtorrent.add_magnet_uri(ses, link, save_path))
Kind regards,
Mircea
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
------------------------------------------------------------------------------
Assuming a folder where i keep my .torrent folders: "/home/torrents"
Now when a session is started the goal is to loop trough all the torrent
from the "torrents" folder and start downloading in "/home/incomplete"
folder. After completion the program should move the completed files to
"/home/completed".
I could move them from python or using linux "cp from to" command, but
this will remove the file from seeding, and when a new session is
started the file will be downloaded again.
Are there any settings that can help me achieve my goal? (similar to
save_path setting in libtorrent.add_magnet_uri(ses, link, save_path))
Kind regards,
Mircea
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
------------------------------------------------------------------------------