Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 817 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 817 Bytes

node-red-node-transmission

Depends on nodejs package transmission 0.4.2:

Nodes Defined (2):

  1. Transmission Get Torrents:
  1. 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)