Jump to content

Need help deciphering list=1 http return values


castylx

Recommended Posts

So I'm able to use list=1 to get the values of my torrent, but can someone help me decipher what the values actually mean. Some of the stuff was obvious, title, and size of the torrent, but how would I get information like status, percentage left (amount downloaded etc...)

I have something like

{"":"", "label": [], "torrents": [["HASH_VALUE", "NAME_OF_DISK", "SIZE OF TORRENT", 60, 753664, 2097152, 2782, 24869, 24077, 219071, "", 31, 138, 14, 15, 1376209, 1, 2756798511]], "torrentc": "210120051"}

What does it mean :-).

Thanks in advance!

Link to comment
Share on other sites

afaik:

["HASHVALUE",STATUS*,"TORRENTNAME",SIZE,COMPLETED IN PROMILE,DOWNLOADED,UPLOADED,RATIO IN PROMILE,UPLOAD IN BYTES/S,DOWNLOAD IN BYTES/S,ETA IN SECONDS,"LABEL",CONNECTED PEERS,PEERS IN SWARM,CONNECTED SEEDS,SEEDS IN SWARM,AVAILABILITY IN 1/65536th,NUMBER OF ORDER,REMAINING BYTES],

Although it doesn't seem to completely add up in your case. (6% completed = 753.664 bytes which would mean size of about 12.561.067 bytes . However there is 2.756.798.511 bytes remaining that couldn't be right.)

* The status is a bitwise value.

See this post for a bit more info: http://forum.utorrent.com/viewtopic.php?pid=212891#p212891

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...