Linux 下使用 mktorrent 制作 BT/PT 种子
安装mktorrent
git clone https://github.com/Rudde/mktorrent.git
#下载源码
cd mktorrent
make && make install
#编译安装
可选参数
root@debian:~# mktorrent -h
mktorrent 1.1 (c) 2007, 2009 Emil Renner Berthing
Usage: mktorrent [OPTIONS] <target directory or filename>
Options:
-a <url>[,<url>]* : specify the full announce URLs #添加Tracker服务器地址
at least one is required
additional -a adds backup trackers
-c <comment> : add a comment to the metainfo #添加描述信息
-d : don't write the creation date #禁止写入创建时间
-h : show this help screen #显示帮助信息
-l <n> : set the piece length to 2^n bytes, #区块大小 -l 22 = 4096KiB
default is 18, that is 2^18 = 256kb
-n <name> : set the name of the torrent, #种子的文件名 默认为目标文件/文件夹名称
default is the basename of the target
-o <filename> : set the path and filename of the created file #种子的保存路径 默认为目标文件/文件夹名称.torrent
default is <name>.torrent
-p : set the private flag #标记为私人种子
-s : add source string embedded in infohash #添加字符串到Hash值
-v : be verbose #输出详细信息
-w <url>[,<url>]* : add web seed URLs #添加网络种子地址
additional -w adds more URLs
Please send bug reports, patches, feature requests, praise and
general gossip about the program to: [email protected]
示例命令
mktorrent -a https://tracker.dmhy.org/announce -l 22 -p -v -o Filename.torrent Filename.mkv
来源:https://moeking.me/2019/10/23/519/
版权声明:
作者:Jays
链接:https://ijays.com/2021/02/linux-mktorrent.html
来源:颓废的美
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论