Depends on nodejs package transmission 0.4.2:
Nodes Defined (2):
- Transmission Get Torrents:
- Gets the current torrent list JSON data from the Transmission Instance.
- Returns an Array of the RPC JSON data in msg.payload with a msg.topic of '/transmission.v1/torrentData'
- See the 3.3 Torrent Accessors section of the RPC-Spec (https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt)
- Transmission Add Torrent:
- Adds a new torrent via the config panel URL or msg.url value of a .torrent file or a magnet reference.
- Returns a single instance of the RPC JSON data in msg.payload with a msg.topic of '/transmission.v1/torrentAdd'
- See the 3.3 Torrent Accessors section of the RPC-Spec (https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt)