snippetbashTip
transmission-edit — Modify announce URLs from torrent files. See also: `transmission`. More information: <https://manned
Viewed 0 times
commandannounceurlsfrommodifyclitorrenttransmission-edit
Problem
How to use the
transmission-edit command: Modify announce URLs from torrent files. See also: transmission. More information: <https://manned.org/transmission-edit>.Solution
transmission-edit — Modify announce URLs from torrent files. See also: transmission. More information: <https://manned.org/transmission-edit>.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}}Code Snippets
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}}Context
tldr-pages: common/transmission-edit
Revisions (0)
No revisions yet.