mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qB does not respect specified download directory #1996
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#1996
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 @gitrivad on GitHub (Jan 3, 2015).
Steps to reproduce:
Given torrent with structure:
qB sets download directory automatically to [Save as directory]/[abc]/{torrent contents}
Expected:
Torrent is downloaded with structure:
Actual:
Torrent is downloaded with structure:
Additionally, the following empty directories are created:
Environment:
Windows 8.1 x64, qB 3.1.11
Workaround?:
Not really. Setting the [Save as directory] to the desired [destination] instead downloads as:
@sledgehammer999 commented on GitHub (Jan 3, 2015):
Duplicate of #588
@gitrivad commented on GitHub (Jan 3, 2015):
This is not exactly a duplicate of #588.
#588 is regarding an option to remove the root folder created by qB. This issue is regarding the proposed workaround, the renaming of the root folder, which does not work and creates spurious directories. Different (albeit somewhat related) issues.
EDIT: Seems to be related to #1455.
@sledgehammer999 commented on GitHub (Jan 3, 2015):
Thanks for the extra examples. It will help when I try to fix #1455