Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
https://flood.js.org
GNU General Public License v3.0
1.81k stars 174 forks source link

Deluge support #185

Open ponchofiesta opened 7 years ago

ponchofiesta commented 7 years ago

Deluge is another Bittorrent client that features a RPC interface. Maybe it is possible with not that much work to add support for Deluge?

jfurrow commented 7 years ago

@ponchofiesta I definitely would like to add support for Deluge in the future. I haven't looked into how much effort this is, but honestly I've de-prioritized this until Flood has the stable feature set I want with rTorrent.

That said, I'd gladly welcome some discussions (or PRs) about how this could be implemented. Ideally I'd like Flood to be as agnostic as possible about which client it's interfacing with. I've not decided what the best approach to this is, so I'm open to ideas.

ponchofiesta commented 7 years ago

I think the biggest problem will be the feature differences. I saw the issue about scheduling, which will be added to flood. Deluge does this by its own, for example. Sadly in next months I will not have time to work on this.