mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
ADD menu option to empty selected torrent(s) data, leaving the torrent in a paused empty state #5984
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#5984
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 @allanlaal on GitHub (Aug 26, 2017).
use case
I've added hundreds..thousands of torrents that I wish to download eventually and wish to delete the data of some of these to free up a few hundred GB of disk space.
optional bonus feature: size and torrent contents directory listing information is kept
notes
this is not the same as deleting the torrent, which would result in the torrent being removed from qBittorrent (and the filesystem)
not the same, but linked to #4249 (the current ticket does not suggest deleting separate files and folders inside the torrent, but instead all of it)
@allanlaal commented on GitHub (Aug 26, 2017):
temporary dirty workaround for Linux users:
Choose torrents you want to empty from qBittorrent, pause them and then: right click -> copy names
paste these files into ~/qBi.doBeDeleted.clean
then run these in terminal (change /avv/dn/partial-2017-03-16 to your own partial download path escaping every / with ):
watch -n1 'df -h /avv && df /avv'
(it took me about ~1 hour for the first 900 deletes to finally reindex and show the correct free space, but the next 1000 only took a few minutes)
qBittorrent -> same selection -> right click -> recheck
@thalieht commented on GitHub (Sep 25, 2018):
Duplicate of #4664