PDA

View Full Version : what do those 2 numbers mean in rtorrent.rc lines



kossatzd
December 3rd, 2011, 12:48 AM
schedule = watch_directory,1,1, ...
schedule = tied_directory,10,10, ...
schedule = low_diskspace,5,60, ...

I looked everywhere and can't find an explanation of what those 2 numbers mean in the rtorrent.rc file.

I figured it was how often it checks....but why two?

CharlesA
December 3rd, 2011, 01:05 AM
Just how it is.

See here:
http://libtorrent.rakshasa.no/browser/trunk/rtorrent/doc/rtorrent.rc#latest

marshmallow1304
December 3rd, 2011, 01:13 AM
From the man page:

schedule = id,start,interval,command
Call command every interval seconds, starting from start. An
interval of zero calls the task once, while a start of zero
calls it immediately. Currently command is forwarded to the
option handler. start and interval may optionally use a time
format, dd:hh:mm:ss. F.ex to start a task every day at 18:00,
use 18:00:00,24:00:00.