Greasy Fork is available in English.

Add torrents to Transmission via RPC

Add torrents to Transmission via RPC interface

Autore
lalbornoz
Installazioni giornaliere
0
Installazioni totali
37
Valutazione
0 0 0
Versione
1.5
Creato il
25/03/2020
Aggiornato il
25/03/2020
Licenza
MIT
Applica a
Tutti i siti

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