Skip to content

Commit a263590

Browse files
authored
docs: add notes about upstream rtorrent json-rpc (#845)
1 parent c8b594b commit a263590

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ Flood is a monitoring service for various torrent clients. It's a Node.js servic
1515
| [Transmission](https://github.com/transmission/transmission) | :white_check_mark: ([tested](https://github.com/jesec/flood/blob/master/server/.jest/transmission.setup.js)) |
1616
| [Deluge](https://github.com/deluge-torrent/deluge) v2+ | :alembic: Experimental |
1717

18+
##### RTorrent Notes
19+
20+
For now, rakshasa/rtorrent and jesec/rtorrent are both supported.
21+
22+
If you are using rakshasa/rtorrent>0.15.1 (upstream rtorrent with json-rpc support),
23+
you will need to add these options to your config:
24+
25+
```ini
26+
method.redirect=load.throw,load.normal
27+
method.redirect=load.start_throw,load.start
28+
method.insert=d.down.sequential,value|const,0
29+
method.insert=d.down.sequential.set,value|const,0
30+
```
31+
1832
#### Integrating with Flood
1933

2034
APIs are officially documented inline by the [comments](https://github.com/jesec/flood/blob/f7019001dd81ee8401c87d4c4cd6da6f5f520611/server/routes/api/torrents.ts#L106-L117) and [types](https://github.com/jesec/flood/blob/f7019001dd81ee8401c87d4c4cd6da6f5f520611/shared/schema/api/torrents.ts#L10-L32).

0 commit comments

Comments
 (0)