btcompletedir -V (return code: 2)
Usage: btcompletedir <trackerurl> <dir> [dir...] [params...]
makes a .torrent file for every file or directory present in each dir.
--announce_list <arg>
a list of announce URLs - explained below (defaults to '')
--httpseeds <arg>
a list of http seed URLs - explained below (defaults to '')
--piece_size_pow2 <arg>
which power of 2 to set the piece size to (0 = automatic) (defaults
to 0)
--comment <arg>
optional human-readable comment to put in .torrent (defaults to '')
--filesystem_encoding <arg>
optional specification for filesystem encoding (set automatically in
recent Python versions) (defaults to '')
--target <arg>
optional target file for the torrent (defaults to '')
announce_list = optional list of redundant/backup tracker URLs, in the format:
url[,url...][|url[,url...]...]
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.
Examples:
http://tracker1.com|http://tracker2.com|http://tracker3.com
(tries trackers 1-3 in order)
http://tracker1.com,http://tracker2.com,http://tracker3.com
(tries trackers 1-3 in a randomly selected order)
http://tracker1.com|http://backup1.com,http://backup2.com
(tries tracker 1 first, then tries between the 2 backups randomly)
httpseeds = optional list of http-seed URLs, in the format:
url[|url...]
btcompletedir --help (return code: 2)
Usage: btcompletedir <trackerurl> <dir> [dir...] [params...]
makes a .torrent file for every file or directory present in each dir.
--announce_list <arg>
a list of announce URLs - explained below (defaults to '')
--httpseeds <arg>
a list of http seed URLs - explained below (defaults to '')
--piece_size_pow2 <arg>
which power of 2 to set the piece size to (0 = automatic) (defaults
to 0)
--comment <arg>
optional human-readable comment to put in .torrent (defaults to '')
--filesystem_encoding <arg>
optional specification for filesystem encoding (set automatically in
recent Python versions) (defaults to '')
--target <arg>
optional target file for the torrent (defaults to '')
announce_list = optional list of redundant/backup tracker URLs, in the format:
url[,url...][|url[,url...]...]
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.
Examples:
http://tracker1.com|http://tracker2.com|http://tracker3.com
(tries trackers 1-3 in order)
http://tracker1.com,http://tracker2.com,http://tracker3.com
(tries trackers 1-3 in a randomly selected order)
http://tracker1.com|http://backup1.com,http://backup2.com
(tries tracker 1 first, then tries between the 2 backups randomly)
httpseeds = optional list of http-seed URLs, in the format:
url[|url...]