Skip to content
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

Creating torrent cannot add files from hidden directories #21839

Open
cccccccb opened this issue Nov 14, 2024 · 0 comments
Open

Creating torrent cannot add files from hidden directories #21839

cccccccb opened this issue Nov 14, 2024 · 0 comments
Labels

Comments

@cccccccb
Copy link

qBittorrent & operating system versions

qBittorrent: 5.0.1
Operating system: Windows 10
Qt: 6.7.3
Libtorrent: 1.2.19.0
Boost: 1.86.0
OpenSSL: 3.4.0
zlib: 1.3.1

What is the problem?

Torrent created using qbittorrent cannot add files from hidden directories, but subdirectories from hidden directories and non hidden directories can be added

Steps to reproduce

image
2.
image
3.
image
4.
image
5.
image
6.
image

Additional context

src/base/bittorrent/torrentcreator.cpp
image
Adding the QDir:: Hidden flag in the red box can solve this problem, but I cannot guarantee whether the program really needs to add a hidden directory to the torrent file. I think we can provide users with some feedback within the program GUI, such as a configuration item

Log(s) & preferences file(s)

N/A

@thalieht thalieht added the Core label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants