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

Not seeding in place (content duplication) #457

Closed
grunjol opened this issue May 4, 2016 · 1 comment
Closed

Not seeding in place (content duplication) #457

grunjol opened this issue May 4, 2016 · 1 comment
Labels
Milestone

Comments

@grunjol
Copy link
Contributor

grunjol commented May 4, 2016

What version of WebTorrent Desktop? (See the 'About WebTorrent' menu)
master tree
What operating system and version?
Ubuntu 16.04
What did you do?

  • Open application
  • Drag and drop single media file from some path ie /home/user/Videos/test/file.mp4
  • Accept Torrent creation on /home/user/Videos/test

What did you expect to happen?
file.mp4 should start seeding in place
What actually happened?
A new file.mp4 is created in parent directory, in the example: /home/user/Videos/file.mp4

@grunjol grunjol changed the title Not seeding on path (content duplication) Not seeding in place (content duplication) May 4, 2016
@grunjol grunjol added the bug label May 4, 2016
@feross
Copy link
Member

feross commented May 4, 2016

Yes, I noticed this too. I think the cause is all the code duplication when a torrent is created. We should just use createTorrent.parseInput instead of reimplementing all that here.

@feross feross added this to the v0.4.0 milestone May 9, 2016
@dcposch dcposch self-assigned this May 11, 2016
dcposch added a commit that referenced this issue May 11, 2016
mathiasvr pushed a commit to mathiasvr/webtorrent-desktop that referenced this issue May 26, 2016
@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants