Opened 11 years ago

Closed 11 years ago

#4936 closed Bug (invalid)

Get json representation from transmission-remote

Reported by: sergio Owned by:
Priority: Normal Milestone: None Set
Component: CLI Version: 2.52
Severity: Normal Keywords:
Cc:

Description

Currently transmission-remote returns torrent info in a way that is not so nice to parse. It would be nicer if transmission-remote could return all torrent info (including trackers etc.). Since json serialization of torrents should already be possible for the webui, it comes to mind as a return format.

Change History (1)

comment:1 Changed 11 years ago by jordan

  • Resolution set to invalid
  • Status changed from new to closed

transmission-remote is just a thin wrapper around Transmission's RPC interface, which does exactly what you're describing. So if you need a JSON representation of torrent or tracker info, why do you need transmission-remote at all?

Alternate suggestion: transmisison-remote --debug will dump the JSON response that it gets from the server.

Note: See TracTickets for help on using tickets.