mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
The .parts file remains after the torrent is finished downloading #15629
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#15629
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 @stalkerok on GitHub (Mar 27, 2024).
qBittorrent & operating system versions
qBittorrent v4.6.4 (64-bit)
Qt: 6.4.3
Libtorrent: 1.2.19.0
Boost: 1.84.0
OpenSSL: 1.1.1w
zlib: 1.3.1
OS: 10.0.19045.3996 (10.0.19045)
What is the problem?
If you downloaded one file from the torrent first, and then downloaded all the other files, you shouldn't have a .parts file left, since all pieces of the torrent have been downloaded, but the file remains.
Also reproduced in the master.
Behavior in lt 2.0 has not been tested.
Steps to reproduce
Additional context
No response
Log(s) & preferences file(s)
No response
@stalkerok commented on GitHub (Mar 27, 2024):
related https://github.com/arvidn/libtorrent/issues/7603
@yueisme commented on GitHub (May 12, 2024):
delete
.partsfile will break seeding.https://github.com/qbittorrent/qBittorrent/issues/19048
@stalkerok commented on GitHub (May 12, 2024):
@yueisme, it's not talking about deleting the .parts file manually, and what you're talking about I already know perfectly well.
@yueisme commented on GitHub (May 14, 2024):
Sorry I misunderstood you, I think parts file management should be taken a step further.
After download full contents of the torrent needs to confirm that the parts file is redundant. It would be depend on libtorrent make some recheck?
I looking forward can provide some setting can delete parts file when arrive seed limit.
@stalkerok commented on GitHub (Dec 13, 2024):
@thalieht please add the libtorrent label.