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

General support for problems installing or using Deluge
Post Reply
console2
New User
New User
Posts: 4
Joined: Sun Jan 03, 2021 1:21 pm

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

Post 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.
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

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

Post 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
console2
New User
New User
Posts: 4
Joined: Sun Jan 03, 2021 1:21 pm

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

Post by console2 »

Thank you, that should work for me, cheers
Post Reply