After Netflix and others streaming services, I stop using Transmission. What’s the current usage of BitTorrent?
That doesn’t make sense to me. There are 200,000 movies, and Netflix and others catalogue 2000 of them. If you think of a movie to watch there’s literally 1% chance that it will be available for streaming. I have almost never watched a movie I seeked out on the streamers. It’s the other way round, the streamers offer me some movies and if I’m interested I watch it. But their catalogues are laughably small. Completely…
Transmission 4.0.0 beta 1
121–130 of 262 posts
Re: Transmission 4.0.0 beta 1
#122Earlier quoted context omitted.
FYI, transmission-cli is considered deprecated by the Transmission developers. Using both transmission-daemon and transmission-remote is the recommended approach. Actually, transmission-cli uses transmission-daemon internally and they share the same configuration. transmission-cli is still useful for one-off downloads, but I still prefer the recommended way because I'd like to seed older torrents some more time.
> transmission-cli is considered deprecated Wah! Bad news! I like to kick off a download from an SSH shell. Now I have to find out what transmission+remote is.
Re: Transmission 4.0.0 beta 1
#123Re: Transmission 4.0.0 beta 1
#124Earlier quoted context omitted.
FYI, transmission-cli is considered deprecated by the Transmission developers. Using both transmission-daemon and transmission-remote is the recommended approach. Actually, transmission-cli uses transmission-daemon internally and they share the same configuration. transmission-cli is still useful for one-off downloads, but I still prefer the recommended way because I'd like to seed older torrents some more time.
> transmission-cli is considered deprecated Wah! Bad news! I like to kick off a download from an SSH shell. Now I have to find out what transmission+remote is.
Re: Transmission 4.0.0 beta 1
#125Good to see it being in active development. But the one feature I'm waiting for is a network whitelist. For example, it should never connect over my home or office network, but only via anonymous VPN. (Edit: I know you can do this already with firewall rules, or containers, but I don't trust myself to not make a mistake. Ideally this should be part of the OS. You should be able to right-click somewhere in the window…
I'm using namespaced-openvpn to restrict transmission to one network and you could limit the amount of concurrently active files to one, effectively downloading them sequentially. Or do you want to download each file sequentially?
This goes against the general cluster inter-peer everybody swaps what they have so far w/out reference to file position for maximising transmission within a swarm design of the torrent protocol.
Re: Transmission 4.0.0 beta 1
#126Good to see it being in active development. But the one feature I'm waiting for is a network whitelist. For example, it should never connect over my home or office network, but only via anonymous VPN. (Edit: I know you can do this already with firewall rules, or containers, but I don't trust myself to not make a mistake. Ideally this should be part of the OS. You should be able to right-click somewhere in the window…
I have to agree with them, it’s antithetical to what torrent is about.
I don't expect torrents to be available for a long time. Only very few people keep the torrent entry in their client alive for long, even though I keep around all the files. This is as opposed to eMule and older systems, where you can download any file in the user's media folder.
Re: Transmission 4.0.0 beta 1
#127As a Chinese, I really need the anti leeching capabilities, as too many people here use Xunlei that only download but never upload. Sad to see that the maintainers skip this again.
It’s probably impossible to track that with any meaningful precision. Historically it’s the (central) tracker that implements the bookkeeping.
The maintainers reject the proposal to block by client ID. But they never consider the second method.
Re: Transmission 4.0.0 beta 1
#128Love Transmission but went to picotorrent a few years ago, even smaller footprint https://github.com/picotorrent/picotorrent Sadly it’s Windows only
https://hub.docker.com/r/picotorrent/server
but last updated 2 years ago, so not sure what's going on there
Re: Transmission 4.0.0 beta 1
#129Earlier quoted context omitted.
There are already GitHub issues like this. The maintainers simply close them.
As is their right and somehow even their duty if it is not in alignment with the project's philosophy or goals. You can create a fork and implement the feature or pay someone to implement it for you. That's the wonderful benefit of free software.
Re: Transmission 4.0.0 beta 1
#130This release is really important if only because it supports BitTorrent V2 spec. Transmission has a huge market share, particularly in open source circles. Lack of support for the V2 spec has stopped many open source projects from migrating their torrents to the V2 spec, because transmission clients won't work. Please support and use other open-source torrent clients, because Transmission's long-standing history of g…