Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSeeding all torrent files in folder #1551
Comments
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This comment has been minimized.
This comment has been minimized.
|
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: Or you can generate a magnet for the whole folder, then add the web accessible folder url as the webseed . An example magnet: |
This comment has been minimized.
This comment has been minimized.
|
I am also looking for ways to solve these problems. I did not find an explanation for using "webseed option" in the documentation. Where should I go to find the relevant instructions?
|
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
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.