man btcompletedirgui.bittornado (Commandes) - GUI to create .torrent meta-info files
NAME
btcompletedirgui - GUI to create .torrent meta-info files
SYNOPSIS
btcompletedirgui <trackerurl> <dir> [dir...] [--piece_size_pow2 num] [--comment comment] [--target file] [.P--announce_list URLs]...
DESCRIPTION
GUI interface to make .torrent files for every file or directory present in each <dir>.
OPTIONS
--piece_size_pow2 num
- which power of 2 to set the piece size to (0 = automatic) (defaults to 0
- --comment comment
- optional human-readable comment to put in .torrent (defaults to '')
--target file
- optional target file for the torrent (defaults to '')
- --announce_list URLs
- a list of announce URLs (defaults to ''). An 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
To try two trackers (1-2) in order
Try trackers 1-2 in a randomly selected order
Try tracker 1 first, then try the 2 backups randomly
SEE ALSO
btmakemetafile(1)
btshowmetainfo(1),
btrename(1),
btreannounce(1),
bttrack(1),
btdownloadgui(1),
btdownloadcurses(1),
btlaunchmanycurses(1),
btdownloadheadless(1).
AUTHOR
This manual page was written by Micah Anderson <micah@riseup.net>, for the Debian GNU/Linux system (but may be used by others).