Add torrents to Transmission via RPC

Add torrents to Transmission via RPC interface

लेखक
lalbornoz
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
39
रेटिंग
0 0 0
आवृत्ती
1.5
बनवली
2020-03-25
अपडेट केली
2020-03-25
आकार
4.25 KB
License
MIT
यांवर लागू होते:
सर्व संकेतस्थळे

Add torrents to Transmission via RPC API

Eligible torrent links will have their opacity adjusted as per linkOpacity and queued on-click; the <Ctrl> key held on-click inhibits script processing of torrent links to allow downloading a torrent file.

This script requires in-script configuration prior to usage. Consult the following table and set, at minimum, downloadDir, transmissionRpcAuth, and transmissionRpcUrl.

Variable nameDefault valueDescription
debugfalsePrint debugging messages to Web console
downloadDir"": "/absolute/path/to/download/dir"Ordered dictionary of domain name keys mapping to download directory pathnames
transmissionRpcAuthDouble-colon (:) separated Transmission RPC username and password
transmissionRpcUrlhttps://hostname:port/rpcURL to Transmission RPC
linkOpacity0.5Opacity of torrent links eligible for one-click queueing