1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH BTCOMPLETEDIR "1" "May 2004" "btcompletedir" "User Commands"
.SH NAME
btcompletedir \- manual page for btcompletedir
.SH SYNOPSIS
.B btcompletedir
\fI<trackerurl> <dir> \fR[\fIdir\fR...] [\fIparams\fR...]
.SH DESCRIPTION
makes a .torrent file for every file or directory present in each dir.
.PP
\fB\-\-announce_list\fR <arg>
.IP
a list of announce URLs - explained below (defaults to '')
.PP
\fB\-\-piece_size_pow2\fR <arg>
.IP
which power of 2 to set the piece size to (0 = automatic) (defaults
to 0)
.PP
\fB\-\-comment\fR <arg>
.IP
optional human-readable comment to put in .torrent (defaults to '')
.PP
\fB\-\-target\fR <arg>
.IP
optional target file for the torrent (defaults to '')
.IP
announce_list = optional list of redundant/backup tracker URLs, in the format:
.IP
url[,url...][|url[,url...]...]
.IP
where URLs separated by commas are all tried first
before the next group of URLs separated by the pipe is checked.
If none is given, it is assumed you don't want one in the metafile.
If announce_list is given, clients which support it
will ignore the <announce> value.
.IP
Examples:
.IP
http://tracker1.com|http://tracker2.com|http://tracker3.com
.IP
(tries trackers 1-3 in order)
.IP
http://tracker1.com,http://tracker2.com,http://tracker3.com
.IP
(tries trackers 1-3 in a randomly selected order)
.IP
http://tracker1.com|http://backup1.com,http://backup2.com
.IP
(tries tracker 1 first, then tries between the 2 backups randomly)
.PP
makes a .torrent file for every file or directory present in each dir.
.PP
\fB\-\-announce_list\fR <arg>
.IP
a list of announce URLs - explained below (defaults to '')
.PP
\fB\-\-piece_size_pow2\fR <arg>
.IP
which power of 2 to set the piece size to (0 = automatic) (defaults
to 0)
.PP
\fB\-\-comment\fR <arg>
.IP
optional human-readable comment to put in .torrent (defaults to '')
.PP
\fB\-\-target\fR <arg>
.IP
optional target file for the torrent (defaults to '')
.IP
announce_list = optional list of redundant/backup tracker URLs, in the format:
.IP
url[,url...][|url[,url...]...]
.IP
where URLs separated by commas are all tried first
before the next group of URLs separated by the pipe is checked.
If none is given, it is assumed you don't want one in the metafile.
If announce_list is given, clients which support it
will ignore the <announce> value.
.IP
Examples:
.IP
http://tracker1.com|http://tracker2.com|http://tracker3.com
.IP
(tries trackers 1-3 in order)
.IP
http://tracker1.com,http://tracker2.com,http://tracker3.com
.IP
(tries trackers 1-3 in a randomly selected order)
.IP
http://tracker1.com|http://backup1.com,http://backup2.com
.IP
(tries tracker 1 first, then tries between the 2 backups randomly)
.SH "SEE ALSO"
http://bittornado.org
|