qBittorrent
libtorrent
qBittorrent | libtorrent | |
---|---|---|
715 | 38 | |
28,608 | 5,281 | |
2.0% | - | |
9.7 | 8.5 | |
6 days ago | 17 days ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
qBittorrent
-
Windows Memory Mapped File IO
Back in 2022 libtorrent implemented memory mapped IO as part of v2 [1]. Unfortunately, it didn't go so well. Memory usage went through the sky, leading to performance degradation and crashing [2]. The issue is still open in the project to this day, and many programs have stuck with the v1.2 library instead.
It looks like they are headed to a multi-threaded pread implementation now [3] and someone has created a patch to tweak the current pread fallback from mmap to perform better in the meantime [4].
[1] - https://www.libtorrent.org/upgrade_to_2.0-ref.html
[2] - https://github.com/arvidn/libtorrent/issues/6667
[3] - https://github.com/arvidn/libtorrent/pull/7013
[4] - https://github.com/qbittorrent/qBittorrent/pull/21300
- RCE Vulnerability in QBittorrent
-
Turing Pi 2 Home cluster
Qbittorrent
- QBittorrent: Open-Source, Lightweight, and Feature-Rich BitTorrent Client
- QBittorrent: Lightweight, Open Source BitTorrent Client with No Ads
-
How I built my own SeedBox with K8S
We are going to build our self-hosted HA SeedBox for Qbittorrent, one of the most popular decentralized network protocols in the world.
-
New Renderers for GTK
Not really. qBittorent is built on Qt (thus the prefix), and has a hand-rolled webui in pure html + css + js (with a couple of helper libraries, but no heavy frameworks):
https://github.com/qbittorrent/qBittorrent/tree/master/src/w...
-
Running Man E683 <Suk Jin's Early 60th Birthday Trip> | 231210
Use this. Just google how to on ytube.
-
Is it normal that qBittorent cannot be installed on macOS because the Mac won't allow it?
Now if curious about installing errors and other installer related issues, then here's a small collection: https://www.reddit.com/r/qBittorrent/s/cwCUg9JHLj https://github.com/qbittorrent/qBittorrent/discussions/17581 https://github.com/qbittorrent/qBittorrent/issues/17605 https://github.com/qbittorrent/qBittorrent/issues/18340 https://github.com/qbittorrent/qBittorrent/issues/19980 https://github.com/qbittorrent/qBittorrent/issues/18636 https://github.com/qbittorrent/qBittorrent/issues/19226 https://github.com/qbittorrent/qBittorrent/issues/19991 https://github.com/qbittorrent/qBittorrent/issues/19978 https://github.com/qbittorrent/qBittorrent/issues/19977
- If you want to make your point, get the prices correct at least?
libtorrent
-
Windows Memory Mapped File IO
Back in 2022 libtorrent implemented memory mapped IO as part of v2 [1]. Unfortunately, it didn't go so well. Memory usage went through the sky, leading to performance degradation and crashing [2]. The issue is still open in the project to this day, and many programs have stuck with the v1.2 library instead.
It looks like they are headed to a multi-threaded pread implementation now [3] and someone has created a patch to tweak the current pread fallback from mmap to perform better in the meantime [4].
[1] - https://www.libtorrent.org/upgrade_to_2.0-ref.html
[2] - https://github.com/arvidn/libtorrent/issues/6667
[3] - https://github.com/arvidn/libtorrent/pull/7013
[4] - https://github.com/qbittorrent/qBittorrent/pull/21300
-
Why is QBitTorrent so worshipped? Genuinely asking from someone who has used uTorrent for a few years.
I had a longer answer, but qBittorrent is great and has a great webui/server model if you're running a separate linux box to run it in. If you're on windows, grab 4.3.9 or 4.6.2 with libtorrent 1.x. RSS stuff is nice too. Libtorrent 2.x has issues on Windows currently (read these threads if you want to know more - https://github.com/arvidn/libtorrent/pull/7013 - https://github.com/arvidn/libtorrent/issues/6667#issuecomment-1804035311 ). Please don't bug Arvid about it though. Libtorrent 2.x gets us Bittorrent v2, which is a good thing.
-
Is v4.5.0 usable again? There have been connection / speed issues with v4.4.x
Latest libtorrent v1.2 branch changelog: https://github.com/arvidn/libtorrent/blob/RC_2_0/ChangeLog
- Unstable or zero speed and speed loops downloading with qBittorrent 4.5.0, but fast seeding; now using uTorrent for downloading
-
Do we have any developers willing to greatly help BitTorrent community [Interesting challenge]
You can support this feature by writing a comment in https://github.com/arvidn/libtorrent/issues/7252
Where users could finally download files that were present in other swarms. This would decentralize network more, swarms with valuable files wouldn't die fast, even when updating a torrent, where info hash differs, say tv series, adding new episode, all the previous seeds of swarm could contribute bandwidth and resistance to new swarms, there were nice proposals at libtorrent project (library which many clients we know use), as f.e. not announcing that a peer has files to not overwhelm network, but announcing that he wants them.
-
Anyone have any experience with writing their own torrent client?
How much of it do you want to do yourself vs how much do you want to use pre-made libraries for? Many popular clients rely on libtorrent which is a C++ torrent library: https://github.com/arvidn/libtorrent
- qBittorrent on Btrfs
-
Quick Sync and playing HDR on my new Win10 Plex build?
FWIW, it seems like there'll be an update to libtorrent very soon that'll address the memory issue.
-
qBittorrent 4.4.5 memory leak on LinuxServer.io Docker container?
Here is a link to an issue I found on the libtorrent repo discussing the issue.
What are some alternatives?
Transmission - Official Transmission BitTorrent client repository
BiglyBT - Feature-filled Bittorrent client based on the Azureus open source project
streamdeck-tools - The Stream Deck Tools library wraps all the communication with the Stream Deck app, allowing you to focus on actually writing the Plugin's logic
libutp - uTorrent Transport Protocol library
deluge - Deluge BitTorrent client - Git mirror, PRs only
jech/dht - BitTorrent DHT library
rtorrent - rTorrent BitTorrent client
qbittorrent-nox-static - A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS
Motrix - A full-featured download manager.
checkn1x - Light (~50MB) images for jailbreaking iOS devices
picotorrent - A tiny, hackable BitTorrent client.