Ratio Plugin - how exactly does "time" work?

shwetha17

Member
May 24, 2018
785
0
16
Hi Guys,

could anybody tell me against which date/time the "time,h" value of the ratio groups plugin counts down? Does it depend on the "finished" data gathered with the seeding time plugin?

I'm trying to set up a limited seeding time of 1month (720h) for single episodes (vs. unlimited seeding time for season packs) at a private tracker...

Any help, hint, idea would help!

cheers
 

das329717

Member
May 25, 2018
928
0
16
aah, got it: the seedtime plugin records the time when a torrent completed, then the ratio plugin timer counts down against that time.

thx guys!

The problem is actually the seedtime plugin which doesn't record the "finished" time when a torrent is re-seeded (no on_finished event).

I.e. add torrent file against existing datafile which causes only a recheck - the date added colum gets an entry but the "finished" column stays empty.
try for yourself:

1. download anything
2. remove torrent
3. re-add torrent with existing data

could be a bug, or maybe something in my setup is screwed (running on a qnap 410 with lighttpd)...

/edit: made a quick workaround, covered in ticket 531: -> http://code.google.com/p/rutorrent/issues/detail?id=531