Detailed, per-torrent properties returned by torrents/properties (see
ext/api-map.md ยง3).
Every field is nilable and JSON::Serializable::Unmapped is included so
older/newer builds that omit or add keys still parse. Byte counts,
timestamps and durations are Int64?; share_ratio is Float64?.
Instance methods
addition_date
Epoch seconds the torrent was added.
Sourcecompletion_date
Epoch seconds the torrent completed.
Sourcecreation_date
Epoch seconds the .torrent was created.
Sourcedl_limit
Download limit, bytes/s (-1 = unlimited).
Sourcedl_speed
Current download speed, bytes/s.
Sourcedl_speed_avg
Average download speed, bytes/s.
Sourcedownload_path
Incomplete-files (download) path (qB 5.x).
Sourceeta
Estimated time to completion, seconds.
Sourcehash
Torrent infohash (qB 5.x).
Sourceinfohash_v1
BitTorrent v1 infohash (qB 5.x).
Sourceinfohash_v2
BitTorrent v2 infohash (qB 5.x).
Sourceis_private
Whether the torrent belongs to a private tracker (qB 5.x).
Sourcelast_seen
Epoch seconds the torrent was last seen complete.
Sourcenb_connections
Current number of connections.
Sourcepeers
Currently connected peers.
Sourcepeers_total
Total peers in the swarm.
Sourcereannounce
Seconds until the next tracker announce.
Sourcesave_path
Save path for the torrent's data.
Sourceseeds
Currently connected seeds.
Sourceseeds_total
Total seeds in the swarm.
Sourcetime_elapsed
Seconds the torrent has been active.
Sourcetotal_downloaded
Lifetime downloaded bytes.
Sourcetotal_downloaded_session
Session downloaded bytes.
Sourcetotal_wasted
Total wasted (hashfail) bytes.
Sourceup_limit
Upload limit, bytes/s (-1 = unlimited).
Sourceup_speed
Current upload speed, bytes/s.
Sourceup_speed_avg
Average upload speed, bytes/s.
Source