"rateDownload",
"rateUpload",
"recheckProgress",
+ "secondsDownloading",
+ "secondsSeeding",
"seedRatioMode",
"seedRatioLimit",
"sizeWhenDone",
if( tr_bencDictFindInt( t, "eta", &i ) )
printf( " ETA: %s\n", tr_strltime( buf, i, sizeof( buf ) ) );
+ if( tr_bencDictFindInt( t, "secondsDownloading", &i ) && ( i > 0 ) )
+ printf( " Time Downloading: %s\n", tr_strltime( buf, i, sizeof( buf ) ) );
+ if( tr_bencDictFindInt( t, "secondsSeeding", &i ) && ( i > 0 ) )
+ printf( " Time Seeding: %s\n", tr_strltime( buf, i, sizeof( buf ) ) );
if( tr_bencDictFindInt( t, "rateDownload", &i ) )
printf( " Download Speed: %s\n", tr_formatter_speed_KBps( buf, i/(double)tr_speed_K, sizeof( buf ) ) );
if( tr_bencDictFindInt( t, "rateUpload", &i ) )
rateDownload (B/s) | number | tr_stat
rateUpload (B/s) | number | tr_stat
recheckProgress | double | tr_stat
+ secondsDownloading | number | tr_stat
+ secondsSeeding | number | tr_stat
seedIdleLimit | number | tr_torrent
seedIdleMode | number | tr_inactvelimit
seedRatioLimit | double | tr_torrent