autoremove-torrents icon indicating copy to clipboard operation
autoremove-torrents copied to clipboard

Use remove conditions as part of calculation

Open Alcedema opened this issue 2 years ago • 0 comments

For example, I have a tracker where the seeding time is based on the size of the download so would be nice to be able to do something like:

... remove: seeding_time > (259200 + ({download} * 7200))

In the above instance, ART would remove the torrent after 72hrs + 2hrs per GB. So a 4.5gb file would need to be seeded for 81 hours.

Thanks!

Alcedema avatar Nov 05 '22 08:11 Alcedema