2022-09-19 06:20:46 -04:00
|
|
|
# transmission-edit
|
|
|
|
|
|
|
|
> Modify announce URLs from torrent files.
|
|
|
|
> See also: `transmission`.
|
|
|
|
> More information: <https://manned.org/transmission-edit>.
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
- Add a URL to a torrent's announce list:
|
2022-09-19 06:20:46 -04:00
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`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}}`
|
2022-09-19 06:20:46 -04:00
|
|
|
|
|
|
|
- Update a tracker's passcode in a torrent file:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-edit {{[-r|--replace]}} {{old-passcode}} {{new-passcode}} {{path/to/file.torrent}}`
|