mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Less available pieces first #3669
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#3669
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BLLuis on GitHub (Jan 3, 2016).
I use to download very rare files, so, they are with very low ratio, and it's normal for me that the file is not complete for a long time, a long time ago I had a partially download file for 3 and a half years.
I don't know if there are other people with my problems, but, is common for me.
Anyway, I think that an option to DOWNLOAD LESS SHARED PIECES FIRST will be a very good option, in my case, again, I don't know if I'm the only one with this kind of problem.
I see many times a file with 3 peers (for example) one peer has 20%, another 40% and the last one with a 100%, my computer download pieces (random or sequentially) from the three peers, at some point, the peer with 100% disappear (some times FOREVER, some other for 3 and a half year) and I'm left with a file that never will be completed, if an option like I comment before where available, my computer should download first the pieces from the peer with 100% that can't be found on the others peers.
Obviously that this is a wish, I don't know if the protocol or the rules allow this kind of behavior.
Thanks and sorry for my english.
@sledgehammer999 commented on GitHub (Jan 3, 2016):
That's what we do. We download rarest piece first. The "rarest first" algorithm is implemented by libtorrent(our backend).
If you see a bug then you should report it to libtorrent.
@sledgehammer999 commented on GitHub (Jan 3, 2016):
In your case, the only seed probably disappears before the other peers have a whole torrent amongst them. Or you(or another peer) are downloading with custom file priorities or sequentially. Then the "rarest first" algorithm isn't applied.
@chrishirst commented on GitHub (Jan 3, 2016):
see #3784 as well