2010-06-16 14:27:24 +00:00
|
|
|
.Dd June 9, 2010
|
|
|
|
.Dt TRANSMISSION-CREATE 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm transmission-create
|
|
|
|
.Nd command-line utility to create .torrent files
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Bk -words
|
|
|
|
.Nm
|
2017-11-15 00:07:50 +00:00
|
|
|
.Op Fl h
|
|
|
|
.Op Fl p
|
2010-06-16 14:27:24 +00:00
|
|
|
.Op Fl o Ar file
|
|
|
|
.Op Fl c Ar comment
|
|
|
|
.Op Fl t Ar tracker
|
2013-01-17 18:55:51 +00:00
|
|
|
.Op Fl s Ar piece-size-KiB
|
2010-06-16 14:27:24 +00:00
|
|
|
.Op Ar source file or directory
|
|
|
|
.Ek
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
creates BitTorrent .torrent files from the command line
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl h Fl -help
|
|
|
|
Show a short help page and exit.
|
2011-04-20 19:18:28 +00:00
|
|
|
.It Fl o Fl -outfile
|
|
|
|
Save the generated .torrent to this filename.
|
2010-06-16 14:27:24 +00:00
|
|
|
.It Fl p Fl -private
|
|
|
|
Flag the torrent as intended for use on private trackers.
|
|
|
|
.It Fl c Fl -comment
|
|
|
|
Add a comment to the torrent file.
|
2013-01-17 18:55:51 +00:00
|
|
|
.It Fl s Fl -piecesize
|
|
|
|
Set how many KiB each piece should be, overriding the preferred default
|
2021-10-18 23:05:39 +00:00
|
|
|
.It Fl r Fl -source
|
|
|
|
Set the torrent's source for private trackers
|
2010-06-16 14:27:24 +00:00
|
|
|
.It Fl t Fl -tracker
|
|
|
|
Add a tracker's
|
|
|
|
.Ar announce URL
|
2010-12-12 16:36:46 +00:00
|
|
|
to the .torrent. Most torrents will have at least one
|
2010-06-16 14:27:24 +00:00
|
|
|
.Ar announce URL.
|
|
|
|
To add more than one, use this option multiple times.
|
2022-07-19 21:48:24 +00:00
|
|
|
.It Fl -anonymize
|
|
|
|
Omit the optional "created by" and "created date" keys from the
|
|
|
|
generated torrent which otherwise default to the Transmission version
|
|
|
|
number and the current date.
|
2010-06-21 13:29:48 +00:00
|
|
|
.El
|
2010-06-16 14:27:24 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An -nosplit
|
2020-05-02 16:42:18 +00:00
|
|
|
.An Charles Kerr
|
2017-01-14 22:37:51 +00:00
|
|
|
and
|
|
|
|
.An Mike Gelfand .
|
2010-06-16 14:27:24 +00:00
|
|
|
.Sh SEE ALSO
|
2010-08-04 23:17:49 +00:00
|
|
|
.Xr transmission-create 1 ,
|
2010-06-16 14:27:24 +00:00
|
|
|
.Xr transmission-daemon 1 ,
|
2010-08-04 23:17:49 +00:00
|
|
|
.Xr transmission-edit 1 ,
|
2010-06-16 14:27:24 +00:00
|
|
|
.Xr transmission-gtk 1 ,
|
2010-08-04 23:17:49 +00:00
|
|
|
.Xr transmission-qt 1 ,
|
|
|
|
.Xr transmission-remote 1 ,
|
2010-06-16 14:27:24 +00:00
|
|
|
.Xr transmission-show 1
|
|
|
|
.Pp
|
2016-10-31 09:00:11 +00:00
|
|
|
https://transmissionbt.com/
|