Greasy Fork is available in English.

Add torrents to Transmission via RPC

Add torrents to Transmission via RPC interface

Penulis
lalbornoz
Pemasangan harian
0
Total pemasangan
37
Nilai
0 0 0
Versi
1.5
Dibuat
25 Maret 2020
Diperbarui
25 Maret 2020
Lisensi
MIT
Berlaku untuk
Semua situs

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