8 comments

[ 2.6 ms ] story [ 32.6 ms ] thread
(comment deleted)
Why not just use qbittorrent? Has RSS, has search in the client, has paths based off categories...
I run transmission on a headless box and only open the remote GUI for it once in a while. Can other bittorrent clients do that out of the box?
libtorrent-rasterbar has (had?) a lot of problems stemming from its complex C++ codebase and Boost dependency. The painful and protracted v1 -> v2 migration was the main visible consequence.

No proper client/daemon (thus core/GUI, code is Qt-ware) separation with a clean transmission-like RPC.

Astonished by the volume of issues and PRs for this project, they've really felt "complete" for the years I've been using it.
As someone following its development closely, Transmission botched its v3 -> v4 transition by underestimating the difficulty of keeping regressions under control when doing a simultaneous C -> C++ rewrite and adding features.

My advice? Continue to use Tr3 via https://github.com/stefantalpalaru/transmission-og with spoofed PeerID and keep an eye open on the other clients.

PS: not convinced by rtorrent's "recent" revival, the general trend in its issue tracker screams "not stable" to me; and still no clean client/daemon, like Qb. I say that as an old rtorrent-pyroscope user that still remembers the horrible config format that made customizing Quake 3's CVARs intuitive.