1TRANSMISSION-EDIT(1)      BSD General Commands Manual     TRANSMISSION-EDIT(1)
2

NAME

4     transmission-edit — command-line utility to modify .torrent files'
5     announce URLs
6

SYNOPSIS

8     transmission-edit [-h] [-a url] [-d url] [-r search replace]
9                       torrentfile(s)
10

DESCRIPTION

12     transmission-edit command-line utility to modify .torrent files' announce
13     URLs
14

OPTIONS

16     -h --help
17             Show a short help page and exit.
18
19     -a --add URL
20             Add an announce URL to the torrent's announce-list if it's not
21             already in the list
22
23     -d --delete URL
24             Remove an announce URL from the torrent's announce-list
25
26     -r --replace search replace
27             Substring search-and-replace inside a torrent's announce URLs.
28             This can be used to change an announce URL when the tracker moves
29             or your passcode changes.
30

EXAMPLES

32     Update a tracker passcode in all your torrents:
33
34           $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents/*\.torrent
35

AUTHORS

37     Jordan Lee
38

SEE ALSO

40     transmission-create(1), transmission-daemon(1), transmission-edit(1),
41     transmission-gtk(1), transmission-qt(1), transmission-remote(1),
42     transmission-show(1)
43
44     https://transmissionbt.com/
45
46BSD                              June 9, 2010                              BSD
Impressum