You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
2.
3.
4.
5.
6.
Additional context
src/base/bittorrent/torrentcreator.cpp
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
The text was updated successfully, but these errors were encountered:
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
2.
3.
4.
5.
6.
Additional context
src/base/bittorrent/torrentcreator.cpp
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
The text was updated successfully, but these errors were encountered: