Hi.
I'm running 2.1.1 client with a 2.1.1 server. As part of testing, would *really* like to be able to check for how long a torrent has been seeding. There used to be a plugin called seedtime, but as it's a v1 plugin I'm not sure what it's doing.
My main wish is for a column showing seed time for all torrents.
My secondary wish is to know how I can calculate this manually.
Thanks!
Find and preferably display seed time
Re: Find and preferably display seed time
The details section shows what time a torrent was added and completed. There is no default column to enable to list this attribute (total seed time). Only completed date (there is another topic here for adding time to the dates listed).
You can get those via the API if you wanted to via the get_torrent_status method, or by modify the source to calculate the duration rather than give the timestamp.
You can get those via the API if you wanted to via the get_torrent_status method, or by modify the source to calculate the duration rather than give the timestamp.
Re: Find and preferably display seed time
Thanks, @ambipro .