mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 07:56:33 +01:00
Document the ipc value for the waiting to check state and implement in remote.
This commit is contained in:
@@ -940,6 +940,12 @@ printlisting( void )
|
||||
printf( "%.*f%% checking files",
|
||||
BESTDECIMAL( progress ), progress );
|
||||
}
|
||||
/* print progress */
|
||||
else if( 0 == strcasecmp( "waiting to checking", ii->state ) )
|
||||
{
|
||||
printf( "%.*f%% waiting to check files",
|
||||
BESTDECIMAL( progress ), progress );
|
||||
}
|
||||
/* print download progress, speeds, and eta */
|
||||
else if( 0 == strcasecmp( "downloading", ii->state ) )
|
||||
{
|
||||
|
||||
@@ -513,6 +513,9 @@ which support is mandatory is "id".
|
||||
"seeding" seeding file data to peers
|
||||
"stopping" contacting tracker to send 'stopped' event
|
||||
"paused" torrent is not active
|
||||
"waiting to checking"
|
||||
torrent is queued for hash check.
|
||||
yes, this it really is called that.
|
||||
"swarm-speed" integer, swarm speed in bytes per second
|
||||
"tracker" dict with the following keys, current active tracker
|
||||
"address" string, hostname or ip address of tracker
|
||||
|
||||
Reference in New Issue
Block a user