mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Put completed and partially-completed torrents that have all their files missing in a special state. #692
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#692
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 @frei0 on GitHub (Aug 9, 2013).
I download torrents directly onto an external drive. The problem is if I accidentally start qBittorrent without the drive connected, all torrents are set as 0% - paused.
This state remains even if the drive is connected and qBittorrent is restarted, requiring a time consuming "Force recheck" of every torrent to seed or continue downloading it.
Even worse, if this check is not done, and the torrent is resumed, files can be overwritten, and bandwidth wasted.
The solution is implemented by Transmission, which is to use a special error state that recommends confirming that drives are connected or setting the new location of the files. If the drive is reconnected, all the user must do is click resume, which will only do anything if the files are found again.
The Transmission solution could be easily improved on, as it currently will not let a torrent be re-downloaded if all its data is missing. By allowing a way to confirm the re-download of the data, time can be saved.
@alfrix commented on GitHub (Sep 10, 2013):
@sledgehammer999 this is related to #160 and could be addressed with it
@sledgehammer999 commented on GitHub (Mar 28, 2015):
This is fixed with
45b243251.Now, if you connect the drive and restart qbt it will see the files immediately.