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

"Create new torrent from folder..." duplicates every file in child folders, and moves them to the root on-disk #1921

Open
R0quef0rt opened this issue Jan 31, 2021 · 0 comments

Comments

@R0quef0rt
Copy link

What version of WebTorrent Desktop are you using?
0.24.0

What operating system and version?
Windows 10 Pro 1909

What happened?
I added a new torrent by using the "Create new torrent from folder..." option. I imported a folder (MyFolder) with the following structure:

MyFolder
MyFolder\file1.mp3
MyFolder\MyChildFolder\file2.mp3

After doing so, my directory structure on-disk looks like this:

MyFolder
MyFolder\file1.mp3
MyFolder\file2.mp3
MyFolder\MyChildFolder\file2.mp3

What did you expect to happen?
I don't expect my torrent client to create duplicates of my files on-disk. I would expect it to preserve directory structure. I would not expect it to modify my files at all.

Are you willing to submit a pull request to fix this bug?
Yes, but I am unlikely to be able to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants