Rendered at 18:31:26 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
benoau 3 days ago [-]
Astonished by the volume of issues and PRs for this project, they've really felt "complete" for the years I've been using it.
aftbit 2 days ago [-]
As a long time transmission user, I've felt exactly the opposite. They have been slowly falling behind other clients. They still don't have torrent v2 support even![1] It took them many years to implement sequential downloading.[2]
Same. I never have issues with Transmission and actively avoid other feature-rich clients but I guess I'm not a super user
defrost 2 days ago [-]
Transmission was stable with no updates for a long time, and a few years back it started adding in more recent bittorrent features.
First update went ok (IIRC), next one had a feature that few users spotted - a bug caused it to hammer tracker servers with update status requests.
The result of that was that many tracker operators started to ban Transmission - the careful ones banned the specific version number, a good many banned either Transmission or the major base release number (4?)
To this day, recent Transmissions version that do "play nice" with trackers are penalised and get fewer to no peers and seeds from a torrents tracker pool.
I still like Transmission for the tight headless mode and remote control aspects .. but maybe two out of ten torrents stall up and I transfer control to a qBitTorrent instance.
ahartmetz 3 days ago [-]
Try a really big torrent (several hundred GB - note that it's common to only download some files from such a torrent). It doesn't work in Transmission. At that point, I switched to qBittorrent, which has some nice extra features, too.
hrnn 2 days ago [-]
What didn't work for you? This is one of my main uses, getting episodes from only one season, out even just the first couple to see if I like it. Worked since forever for me.
altairprime 2 days ago [-]
Changing which files are 'active' doesn't always take effect correctly until the client is restarted, which can lead to 'stalled at 0kb/s' downloads from all possible peers even if the torrent is stopped and then started without restarting the full app.
ahartmetz 2 days ago [-]
IIRC it failed to download anything.
BoingBoomTschak 2 hours ago [-]
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.
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.
gfrecvh 3 days ago [-]
Why not just use qbittorrent? Has RSS, has search in the client, has paths based off categories...
nottorp 2 days ago [-]
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?
franga2000 2 days ago [-]
Yes, probably most of them
nottorp 2 days ago [-]
Names? :)
franga2000 2 days ago [-]
Deluge, QBittorrent, rTorrent, uTorrent have web UIs. Deluge also has a remote mode in the desktop app.
nottorp 1 days ago [-]
Well when you say "web UIs" i think of another tab that will expand to 4+ G ram if left open long term...
As someone that only very recently switched to qBittorrent from Transmission after using it for few years - the lack of non-Web UI remote clients.
davkan 3 days ago [-]
deluge is probably the best for native gui. It doesnt have the amount of integrations as qb and it struggles with many thousands of torrents (or at least it did 10yrs ago), but otherwise a great client.
Otherwise there’s qui for qb which, while still a webui, is great.
sapphyrus 2 days ago [-]
I'd recommend checking out qui - still web-based but extremely well made.
Trung0246 3 days ago [-]
You can probably just use VueTorrent or qBitController android app for headless mode.
dawidpotocki 3 days ago [-]
VueTorrent is a web client.
I currently use the official Web UI in an isolated Chromium instance and made an automatic log in page so that I don't have to type in the password every single time I open it.
I add torrents to the qBittorrent instance using a Firefox addon. It's all a bit jank.
I started some work to make my own qBittorrent client for desktop; I don't care about mobile that much.
BoingBoomTschak 2 hours ago [-]
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.
1: https://github.com/transmission/transmission/issues/458#issu...
2: https://github.com/transmission/transmission/pull/4795
First update went ok (IIRC), next one had a feature that few users spotted - a bug caused it to hammer tracker servers with update status requests.
The result of that was that many tracker operators started to ban Transmission - the careful ones banned the specific version number, a good many banned either Transmission or the major base release number (4?)
To this day, recent Transmissions version that do "play nice" with trackers are penalised and get fewer to no peers and seeds from a torrents tracker pool.
I still like Transmission for the tight headless mode and remote control aspects .. but maybe two out of ten torrents stall up and I transfer control to a qBitTorrent instance.
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.
Otherwise there’s qui for qb which, while still a webui, is great.
I currently use the official Web UI in an isolated Chromium instance and made an automatic log in page so that I don't have to type in the password every single time I open it.
I add torrents to the qBittorrent instance using a Firefox addon. It's all a bit jank.
I started some work to make my own qBittorrent client for desktop; I don't care about mobile that much.
No proper client/daemon (thus core/GUI, code is Qt-ware) separation with a clean transmission-like RPC.