transmission-rpc-java
transmission-rpc-java copied to clipboard
Java implementation of the Transmission RPC API.
When I first used it, there was a JSON parsing error on `TorrentInfo.rateDownload`. so I added a annotation to make it work .(@JsonProperty("rateDownload (B/s)")) but now , function `getAllTorrentsInfo` return...
Hello, I'm using this call from a desktop computer to the delete a torrent with the downloaded files on my Raspberry Pi2 with Openelec: ``` client.removeTorrent(new RemoveTorrentInfo(new NumberListIds(id),true)); ``` This...
Hi, needed Authentication for my setup. May you be so kind and review my changes and provide something similar? Greetz Fighterxxl
according to specification https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt#L422
If you protect your client with an RPC password, you can now enter that in through the RPC configuration and authorize yourself to communicate with the server.