コマンドラインを使用して.torrentを作成する方法は?


34

私はmktorrentを使用していますが、何らかの奇妙な理由でディレクトリ内のファイルをハッシュしないので問題があります...

コマンドライン専用の代替品を探しています


自分でやったことはないので、答えるのではなくコメントすることで、最も有名なトレントクライアントのGUIセクションにはこの機能があり、コマンドラインインターフェイスのあるものもあります。transmission-cliまたはqbittorrent-noxまたはdeluge-consoleまたはrtorrentでショットを与えることができます。
-sagarchalise

1
rtorrentには、悲しいことにトレント作成はありません(私が使用するもの)、他のものをチェックアウトします
-allenskd

1
rtorrentはないと開発者は、ここで言うように作成機能を持っていません。libtorrent.rakshasa.no/ticket/656
Pedram

回答:



23

伝送はそれを行うことができます:

$ ./transmission-create --help
Usage: transmission-create [options] <file|directory>

Options:

 -h --help              Display this help page and exit
 -p --private           Allow this torrent to only be used with the specified tracker(s)
 -o --outfile <file>    Save the generated .torrent to this filename
 -c --comment <comment> Add a comment
 -t --tracker <url>     Add a tracker's announce URL
 -V --version           Show version number and exit

例は次のとおりです。

transmission-create -o /var/lib/transmission-daemon/downloads/files.torrent -c "My comments" -t udp://tracker.openbittorrent.com:80 ~/torrent/complete/my_file_or_directory_to_share.extension

ここでより多くのドキュメントを見つけることができます


送信では、WebseedsでTorrentファイルを作成できないように思われることに注意してください。
フレデリックノール

1

Buildtorrent

sudo apt-get install buildtorrent

シナプスから:

説明:コマンドライントレント作成プログラム

buildtorrentは、トレントファイル作成プログラムです。アナウンスURLと入力ファイルまたはディレクトリを指定すると、buildtorrentは、torrentクライアントが使用できる出力.torrentファイルを生成します。


1

py3createtorrent

説明:

コマンドラインからトレントを作成してください!

py3createtorrentは、トレント(LinuxおよびWindows)を作成するための包括的なシェル/コマンドラインユーティリティです。GPLライセンスのPython v3.1スクリプトです。


あなたのリンク404s :(
フレデリックノール

@FrederickNordリンクを更新しました。
ロバート

FTR:WebseedsでTorrentファイルを作成できないようです
Frederick Nord
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.