Page 1 of 1

filter out the torrent files only when the download has completed?

Posted: Sun Jan 03, 2021 1:25 pm
by console2
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.

Re: filter out the torrent files only when the download has completed?

Posted: Sun Jan 03, 2021 11:37 pm
by mhertz
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?

Posted: Mon Jan 04, 2021 8:46 am
by console2
Thank you, that should work for me, cheers