mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Option to delete files which are part of a torrent #11839
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#11839
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 @joshlk on GitHub (Mar 11, 2021).
When downloading a torrent which contains many files, it is sometimes convenient to download some of the files of the torrent, use them and delete them and download more - to save on disk space. The problem about this pattern is that you can't delete individual files using qBittorrent and so you do it by using the Finder or Windows explorer. qBittorrent then errors due to the files being missing and you have to do a force recheck of the whole torrent which takes time.
Other torrent clients such as uTorrent allow you to delete files from the UI so that you don't need to do a force recheck after doing so. It would be great if you could do this too in qBittorrent.
@thalieht commented on GitHub (Mar 11, 2021):
Duplicate of #4664