mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Option to delete unchecked content #8643
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#8643
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 @emanruse on GitHub (May 7, 2019).
Currently unchecking files and directories in Content section of UI does not delete them. Removing those requires manual intervention and in certain cases can be quite inconvenient. Having an option to have QBT delete the content would be very useful.
@xnoreq commented on GitHub (Jun 2, 2019):
It's not that simple. Parts (the beginning or end) of unchecked files can be needed by qbittorrent since torrent content is just a stream of bytes chopped into chunks that don't need to align with file boundaries.
That's why after deleting unchecked files and doing a recheck you will see that qbittorrent won't report 100% finished but something like 99.x%.
@xnoreq commented on GitHub (Jun 2, 2019):
Besides, removing the torrent will remove unneeded files.
@emanruse commented on GitHub (Jun 4, 2019):
I have never commented about simplicity or complexity :)
But QBT recognizes what a file is and can move files. So there should be no additional complexity in deleting one instead of moving it, no?
That should depend on the logic. If the user wants only 2 of 5 files, then from user viewpoint it is 100% job done. Perhaps a setting or an additional column in the UI can indicate that.
Sure but that's not the topic here.
@Dobatymo commented on GitHub (Jun 5, 2019):
@xnoreq Because it's not that simple, this is a good feature request.
If the user could just manually delete the files on disk it would not be really necessary. But you cannot do this as parts of the files might still be required for other chunks like you said.
These bytes should be moved to a separate file like they would if they had been unchecked from the beginning.
@thalieht commented on GitHub (Sep 13, 2020):
Duplicate of #2391