Hi,
Is there a settings or a plugin could give out all the torrent files only if the download has completed?
Currently the setting 'copy torrent file to' happens to be copy as soon as a torrent been added to the application.
The autoadd plugin does the same thing.
The execute plugin does have do something on download complete, is there a command could copy the torrent to a folder when the download complete event happen?
I'm using Deluge 2.0.4-dev38 with Libtorrent-1.2.11.0 on Linux
Thank you.
filter out the torrent files only when the download has completed?
Re: filter out the torrent files only when the download has completed?
So you're looking for functionality to copy the torrent meta file after torrent download finished, correct? If so, I was looking through the deluge api reference docs to see if could be implemented easily, with my noobish abilities that is, by binding relevant function-call to a TorrentFinishedEvent, but stumbled upon a finished plugin named copy-completed, here on this page link for deluge2 updated version: viewtopic.php?f=9&t=33995&start=30
Re: filter out the torrent files only when the download has completed?
Thank you, that should work for me, cheers