Find and preferably display seed time

Specific support for Deluge on Microsoft Windows OS
Post Reply
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Find and preferably display seed time

Post by tiwas »

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!
User avatar
ambipro
Moderator
Moderator
Posts: 672
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: Find and preferably display seed time

Post by ambipro »

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.
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: Find and preferably display seed time

Post by tiwas »

Thanks, @ambipro .
Post Reply