TorrentFile CLI Menu#
Help Messages#
Main#
1 2 3 4 5 |
|
Options |
---|
-h, –help show this help message and exit |
-i, –interactive select program options interactively |
-q, –quiet Turn off all text output. |
-V, –version show program version and exit |
Commands |
---|
create, edit, info, magnet, recheck, rebuild |
1 2 3 4 5 6 7 8 |
|
Create#
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Positional Arguments |
---|
<content> Path to content file or directory |
Options |
---|
-h, –help show this help message and exit |
-a<url> [<url> …], -t <url> [<url> …], –announce <url> [<url> …], –tracker <url> [<url> …] |
One or more space-seperated torrent tracker url(s). |
-p, –private Creates private torrent with multi-tracker and DHT turned off. |
-s<source> , –source <source> |
Add a source string. Useful for cross-seeding. |
-m, –magnet |
-c<comment> , –comment <comment> |
Include a comment in file metadata |
-o<path> , –out <path> |
Explicitly specify the path to write the file. |
–cwd, –current*deprecated* Saving to current directory is default behaviour |
–prog PROGRESS, –progress PROGRESS |
Set the progress bar level. |
Options = 0, 1 |
(0) = Do not display progress bar. |
(1) = Display progress bar.(default) |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Edit#
1 2 3 4 5 6 |
|
Positional Arguments |
---|
<*.torrent> path to *.torrent file |
Optional Arguments |
---|
-h, –help show this help message and exit |
–tracker<url> [<url> …] Replace current list of tracker/announce urls with one or more space |
seperated Bittorrent tracker announce url(s). |
1 2 3 4 5 |
|
Recheck#
1 2 3 |
|
Positional Arguments |
---|
<*.torrent> path to .torrent file. |
<content> path to content file or directory |
Optional Arguments |
---|
-h, –help show this help message and exit |
Magnet#
1 2 3 |
|
Positional Arguments |
---|
<*.torrent> Path to Bittorrent meta file. |
Optional Arguments |
---|
-h, –help show this help message and exit |