-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IO Errors when downloading torrents that contain files with identical filenames #17182
Comments
I have the same issue. During download and before files are moved to their final locations, perhaps each torrent should be placed in a separate directory. |
This was my thought as well and seems like the easiest solution. |
This would be nonexistent problem, if you didn't not use illegal option "remove root folder". Said many times that it it should not be allowed to change torrent structure. Downloading files with identical names to identical places and moving of such files lead to corruption, errors, replacing the content - too many problems. I've lost about 20 torrents, because torrents imported from uTorrent come without root folder and after turning on automatic management, qB destroyed everything that was matching. This was some years ago, but I still could not replace the lost materials. |
I am not sure what this "remove root folder" option is, but AFAIK I do not use it and yet this is still an issue. |
Torrent with more than 1 file should contain root folder with files. This folder is put in your Temp folder by default and can't be replaced by other torrent with different name. In other words should look like: C:\Temp\Torrent-1\ %files% C:\AA\Torrent-1\ %files% Impossible to mix up. |
What is needed is to include the Torrent hash as a folder name so that we get:
|
qBittorrent & operating system versions
qbittorrent: 4.4.3.1
os: Windows Sever
What is the problem?
So downloading torrents that contain multiple files. When using a temporary location c:\temp . and a set destination
Torrent AA contains the following files. Destination Download folder c:\AA
A1.txt
a1.jpg
a2.jpg
B1.txt
And torrent BB destination folder c:\BB contains:
A1.txt
a4.jpg
a5.jpg
B1.txt
When downloading, qbitorrent will fail to complete the torrents because Torrent AA and Torrent BB contain files with identical names and they will clash against each other.
Steps to reproduce
So downloading torrents that contain multiple files. When using a temporary location c:\temp . and a set destination
Torrent AA contains the following files. Destination Download folder c:\AA
A1.txt
a1.jpg
a2.jpg
B1.txt
And torrent BB destination folder c:\BB contains:
A1.txt
a4.jpg
a5.jpg
B1.txt
When downloading, qbitorrent will fail to complete the torrents because Torrent AA and Torrent BB contain files with identical names and they will clash against each other.
Additional context
No response
Log(s) & preferences file(s)
No response
The text was updated successfully, but these errors were encountered: