使用 monotorrent 创建 torrent 文件:如何添加网络种子?

发布于 2024-08-23 17:03:20 字数 542 浏览 9 评论 0原文

我一直在查看 monotorrent 在调查整个 bittorrent 的过程中,我看到了一个 torrent文件还可以指定网络种子,这些种子基本上是标准的 HTTP 下载,但可以用作例如初始种子。

我还在 monotorrent 0.8 的 发行说明 中看到,他们

添加了轻松将网络种子添加到使用 TorrentCreator 创建的 torrent 的功能。

但是,我不知道如何。有一种方法可以通过 TorrentCreator 将自定义键/值对添加到 torrent 文件中,但是借助 monotorrent TorrentCreator 类将网络种子合并到 torrent 文件中的正确咒语是什么?

I have been looking at monotorrent and while investigating the whole bittorrent thing I saw that a torrent file may also specify web seeds, which are basically standard HTTP downloads but which can work e.g. as an initial seed.

I have also seen in the release notes of monotorrent 0.8 that they

Added the ability to easily add webseeds to torrents created with the TorrentCreator.

However, I can't figure out how. There is a way to add custom key/value pairs to a torrent file through the TorrentCreator, but what is the right incantation to get webseeds incorporated into a torrent file with the aid of the monotorrent TorrentCreator class?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挖个坑埋了你 2024-08-30 17:03:20

哇,这很有趣……首先是超级用户,然后回到 stackoverflow。如果人们说这与编程无关,我可以理解,因为它更多的是关于 torrent 协议本身,但无论如何。如果您希望将其关闭,请关闭,但不要再迁移。

存储到 torrent 文件中的正确键是“url-list”,它的值是用作网络种子的 url。对于 monotorrent,这可以通过 TorrentCreator 类上的“AddCustom”方法来完成。 BEncoded... 类将允许您定义单个 URL 或多个可用作 Web 种子的 URL。

Wow, that was interesting...first to superuser and back to stackoverflow. I can understand if people say it's not programming related, since it's more about the torrent protocol itself, but anyways. If you want it closed, close, but don't migrate anymore.

The correct key to store into the torrent file is the "url-list", it's value the url to be used as web seed. With monotorrent this can be done through the "AddCustom" method on the TorrentCreator class. The BEncoded... classes will allow you to either define a single url, or several URLs that can be used as web seeds.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文