Separate ip
and port
from peers or rename ip to be ip_addr = ip:port
and include separate ip + port fields
#1103
josecelano
started this conversation in
Feature requests
Replies: 1 comment
-
Hi @dev1z is this an API change? This is the response for a single torrent: {
"info_hash": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxae26",
"seeders": 0,
"completed": 0,
"leechers": 1,
"peers": [
{
"peer_id": {
"id": "0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx414c",
"client": "qBittorrent"
},
"peer_addr": "*.*.*.*:53509",
"updated": 1732270280375,
"updated_milliseconds_ago": 1732270280375,
"uploaded": 0,
"downloaded": 0,
"left": 16384,
"event": "None"
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Parent: #137
Separate
ip
andport
from peers or rename ip to beip_addr = ip:port
and include separate ip + port fields.Originated by @dev1z
Beta Was this translation helpful? Give feedback.
All reactions