mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Download in sequential order misses first part #3905
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#3905
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 @conualfy on GitHub (Feb 8, 2016).
I selected to download a torrent in sequential order. It does download in a sequential order with an exception: there was a piece of the file not downloaded right at the beginning of the file and that piece is not downloaded until the final step. See the attached gif file. In my opinion, there should be a check to see if there is some piece not downloaded before the active downloading pieces, download the ones in the beginning and only then continue in sequential order. The idea is to have a functional file until the download is completed, there are formats that are read in sequential order so those could be used before the download is completed; they cannot be used if some piece of the file header is missing.

@conualfy commented on GitHub (Mar 4, 2016):
I installed the latest version and it is similar, not that a piece is left until the very end, but the not yet finish-downloaded pieces (green) found in the beginning of the file are not downloaded from faster sources, they are left till their normal download is done from the original connection. I think selecting Sequential order should be implemented like this:
The whole point of sequential download is to make the file usable. If pieces in the beginning are missing (not completely downloaded), the file will get stuck at some point.
@ngosang commented on GitHub (Mar 25, 2016):
We use https://github.com/arvidn/libtorrent so we can't change the way that faster peers are chosen. Anyway this feature will work well in most cases.
Related #3816