commands.sh

transmission-edit

all

Modify announce URLs from torrent files. See also: `transmission`.

More info →

Options (3)

-a, --addboolean

Add a URL to a torrent's announce list

Example: transmission-edit {{[-a|--add]}} {{http://example.com}} {{path/to/file.torrent}}
-d, --deleteboolean

Remove a URL from a torrent's announce list

Example: transmission-edit {{[-d|--delete]}} {{http://example.com}} {{path/to/file.torrent}}
-r, --replaceboolean

Update a tracker's passcode in a torrent file

Example: transmission-edit {{[-r|--replace]}} {{old-passcode}} {{new-passcode}} {{path/to/file.torrent}}

Examples (3)

Add a URL to a torrent's announce list

transmission-edit [-a|--add] http://example.com path/to/file.torrent

Remove a URL from a torrent's announce list

transmission-edit [-d|--delete] http://example.com path/to/file.torrent

Update a tracker's passcode in a torrent file

transmission-edit [-r|--replace] old-passcode new-passcode path/to/file.torrent
made by @shridhargupta | data from tldr-pages