35 lines
891 B
HTML
35 lines
891 B
HTML
<html>
|
|
<body>
|
|
<h2>i2psnark-rpc Plugin Version 0.4</h2>
|
|
<p>
|
|
This is a Transmission- and Vuze- compatible RPC server for i2psnark,
|
|
with the Vuze-modified Transmission web UI.
|
|
|
|
<p>
|
|
To access the web UI, go to <a href="web/">/transmission/web/</a> in your router console.
|
|
|
|
<p>
|
|
To use any compatible RPC client software, such as transmission-remote,
|
|
specify port 7657. For example, to list the torrents:
|
|
|
|
<pre>
|
|
transmission-remote 7657 -l
|
|
</pre>
|
|
|
|
<p>
|
|
For <a href="https://sonarr.tv/">Sonarr</a>:
|
|
Settings -> Download Client -> click "+" -> click "Transmission" -> change port to 7657 and click "Save"
|
|
|
|
|
|
<p>
|
|
Most basic features are supported. Several advanced features are not supported.
|
|
Some may be added in a future release.
|
|
Please report bugs on <a href="http://zzz.i2p/forums/16">zzz.i2p</a>.
|
|
|
|
<p>
|
|
<a href="web/">Web UI</a>
|
|
<br>
|
|
<a href="licenses.html">Licenses</a>
|
|
</body>
|
|
</html>
|