LinuxCommandLibrary

transmission-edit

Modify torrent file metadata

TLDR

Add tracker to torrent

$ transmission-edit -a [http://tracker.example.com/announce] [file.torrent]
copy
Delete tracker
$ transmission-edit -d [http://tracker.example.com/announce] [file.torrent]
copy
Replace tracker
$ transmission-edit -r [old_tracker] [new_tracker] [file.torrent]
copy

SYNOPSIS

transmission-edit [options] torrentfile_

DESCRIPTION

transmission-edit modifies torrent file metadata. Add, remove, or replace tracker URLs in existing torrent files. Part of Transmission BitTorrent client suite.

PARAMETERS

-a url

Add tracker URL.
-d url
Delete tracker URL.
-r old new
Replace tracker URL.
-s
Show current trackers.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community