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

Seeding all torrent files in folder #1551

Closed
pimboli opened this issue Nov 23, 2018 · 4 comments
Closed

Seeding all torrent files in folder #1551

pimboli opened this issue Nov 23, 2018 · 4 comments
Labels

Comments

@pimboli
Copy link

@pimboli pimboli commented Nov 23, 2018

Hello community, I need your help.

I can seed a torrent from cmd with the following command:

webtorrent-hybrid seed 1_1542966384006.mp4.torrent --keep-seeding

But now I want to seed all the torrents from one folder.
I would like to do something like this:

webtorrent-hybrid seed ./*.torrent --keep-seeding

which is not working. Can you please tell me the right way to seed a folder full of torrents via CMD?

Thank you in advance.

@stale

This comment has been minimized.

Copy link

@stale stale bot commented Feb 21, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Feb 21, 2019
@fijiwebdesign

This comment has been minimized.

Copy link

@fijiwebdesign fijiwebdesign commented Feb 22, 2019

I would suggest using the webseed option to seed a whole folder.

You can add the webseed to the magnet for an individual file using: {magnetURI}&ws=https://example.com/path/to/folder/file.mp4

Or you can generate a magnet for the whole folder, then add the web accessible folder url as the webseed .

An example magnet: magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a and with the webseed: magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&ws=https://example.com/path/to/folder/

@stale stale bot removed the stale label Feb 22, 2019
@e2ckp

This comment has been minimized.

Copy link

@e2ckp e2ckp commented Mar 18, 2019

I am also looking for ways to solve these problems.
How to seed a large number of MP4 files in the command line mode of the server?

I did not find an explanation for using "webseed option" in the documentation. Where should I go to find the relevant instructions?
Thank you very much for your reply.

I would suggest using the webseed option to seed a whole folder.

You can add the webseed to the magnet for an individual file using: {magnetURI}&ws=https://example.com/path/to/folder/file.mp4

Or you can generate a magnet for the whole folder, then add the web accessible folder url as the webseed .

An example magnet: magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a and with the webseed: magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&ws=https://example.com/path/to/folder/

@stale

This comment has been minimized.

Copy link

@stale stale bot commented Jun 16, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Jun 16, 2019
@stale stale bot closed this Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.