You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
18
32
#### Integrating with Flood
19
33
20
34
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