mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
When a torrent is added it does not check if the data already exists or not #4034
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#4034
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 @DeanWinchester1 on GitHub (Mar 9, 2016).
When you add a torrent it normally checks if the disk has some/all the data or not which can be a major flaw.
@DeanWinchester1 commented on GitHub (Mar 9, 2016):
Also I am using the webui please fix this problem kind regards Dean
@thalieht commented on GitHub (Mar 10, 2016):
Works for me in qbit and webui v3.3.3. Only tested with complete torrent.
@DeanWinchester1 commented on GitHub (Mar 10, 2016):
it seeds fine but i am manually rechecking them and if i turn my pi off and then on the amount I have downloaded is not right. so I recheck em again and it takes a while. There is no auto check or anything going on. Still a good client but I feel that this might be a bug I am using qBittorrent v3.1.10 (Web UI)
@DeanWinchester1 commented on GitHub (Mar 10, 2016):
Also if I need to upgrade how do I do this on debian?
@DeanWinchester1 commented on GitHub (Mar 10, 2016):
using osmc and then wirelessly loggin in to the pi and into the web ui
@DrKittens commented on GitHub (Mar 11, 2016):
It does correctly check if the filedata matches the added torrent hash and perform a recheck if it does.
What it wont/doesnt do is check if the filenames contained in the torrent file already exist in the download directory and throw a warning if they do exist AND differ from the metadata electing to overwrite them instead.
@chrishirst commented on GitHub (Mar 20, 2016):
Because bittorrent protocol clients do not 'know' or 'care' about folders and files, they use pieces NOT files.
@Piccirello commented on GitHub (Aug 4, 2019):
Duplicate of #127