mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
[3.3.15] Unchecked folders will be created over and over again #6009
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#6009
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 @Symbai on GitHub (Sep 1, 2017).
Please provide the following information
qBittorrent version and Operating System:
3.3.15, Windows 8.1 64bit
What is the problem:
I add a torrent and in the adding a torrent screen, i uncheck certain files and folders.
But when the torrent is finished I open the target location and see that the folders I've unchecked (should not be downloaded) are created. They are empty but created for which purporse?
If I delete these empty folders, they will be created again (for example by a recheck in qbittorrent).
What is the expected behavior:
Unchecked files shouldn't get downloaded.
Unchecked folders shouldn't get created.
Extra info(if any):
I've also noticed that regardless of the folder issue. Sometimes qBittorrent creates !qb files for files that I've unchecked as well. I've searched and found a couple of similar reported issues but none of them were solved.
//edit: Made a gif. So as you can see the torrent has two folders I've had unchecked on adding. On completion both folders existed in the download location. I've deleted both folders, did I recheck in qbittorrent and now, qbittorrent has created the Sample folder (but not the other folder!) and placed a !qb file in it.
This makes me asking three questions:
@furyritchie commented on GitHub (Sep 25, 2017):
I have this issue too.
Due to this I get I/O errors from qBitTorrent if I'm downloading multiple items into the same folder where there is a common filename in the torrents that I have already unchecked but it gets created anyway and has conflicts with other torrents.
v3.3.16 64-bit
Windows Server 2016
@mzso commented on GitHub (Nov 20, 2017):
Indeed. I think they're created instantly. Also, still happens in 4.0.0
All of these sub folders have an ".unwanted" hidden folder in them with the unwanted file. It's rather spammy in my opinion.
Yet another reason to remove the .unwanted folder feature (apart from #2798) and replace it with something else.
@mzso commented on GitHub (Nov 20, 2017):
I did a bit of testing on 4.0.0. And it only happened to me when I checked a previously unchecked file after the torrent finished downloading. And not when I left the torrent alone after I started downloading and leaving as it is.
So maybe partfile support was implemented, but it's buggy?! And such subfolders and .unwanted folders are only created when you modify a torrent?
Can anyone confirm what I experienced?
@mzso commented on GitHub (Nov 20, 2017):
There are other weirdnesses also. Where unselected but present files/folders seem to disappear and reappear. ( @sledgehammer999 can you confirm that partfiles were implemented in QB?)
And it seems like some files and up being copied back and forth between the temporary download ("keep incomplete torrents in")folder and the target folder for a piece worth of download.
Also if I select a file/folder that's already present but not selected before, I don't get a re-hash, but QBT starts downloading it.
There's a bunch of issues with this it seems.
Here's how I tested and noticed these issues:
7.ALL the files ended up being copied back to the temporary download folder and then back to the download folder, which is really bad, because it's on a different drive (SSD), so it just murders both drives pointlessly, and last a really long time.
I also noticed a .unwanted folder appearing in this episode's folder, which makes no sense, because everything's selected in this folder
Edit:
Since this didn't receive any attention, I think I'm gonna open a new issue for distinct stuff.
@mzso commented on GitHub (Nov 20, 2017):
(Note: I updated the above comment)
I also did another simpler test with a torrent with an identical layout.
@mzso commented on GitHub (Nov 26, 2017):
Bah. I just got a file that was missing it's first piece so it was unplayable, I had to force a re-check.
This area is so buggy...