Flood: [Request] Create torrent from file

Created on 26 Apr 2017  路  6Comments  路  Source: Flood-UI/flood

First of all: thanks for the awesome work!

I would love to create torrents i.e. uploading a file (either via browser/webinterface or via FTP inside the folder) and creating a torrent file/URL or magnet link from it to be available for others.

enhancement help wanted

Most helpful comment

Would just like to make sure that if this is implemented, the source option should be supported. Rudde's mktorrent does this. I'm in no way knowleadgeable with JS or node, but looks like someone already took a stab at making this work from js.

https://github.com/Rudde/mktorrent
https://github.com/bbqsrc/node-mktorrent

All 6 comments

For the record, it looks like rtorrent doesn't have functionality to create torrents itself. ruTorrent handles this with this code:
https://github.com/Novik/ruTorrent/blob/master/php/Torrent.php
https://github.com/Novik/ruTorrent/tree/master/plugins/create

WebTorrent has a JavaScript package for creating torrents that we might be able to leverage:
https://github.com/webtorrent/create-torrent

Thanks for the issue @EternalBlack! I agree, this is necessary.

Thanks for doing some research @nVitius, create-torrent looks like it should work!

Would just like to make sure that if this is implemented, the source option should be supported. Rudde's mktorrent does this. I'm in no way knowleadgeable with JS or node, but looks like someone already took a stab at making this work from js.

https://github.com/Rudde/mktorrent
https://github.com/bbqsrc/node-mktorrent

Yes source support is crucial. Should await the merge of https://github.com/webtorrent/create-torrent/pull/49

Any luck on this, now that source support has been added to webtorrent?

Hello, any updates on this? I really think is a useful enhancement for Flood.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

angristan picture angristan  路  4Comments

geopsllc picture geopsllc  路  5Comments

noraj picture noraj  路  3Comments

rarescosma picture rarescosma  路  3Comments

randomnonsense picture randomnonsense  路  5Comments