← 返回命令列表

Linux command

transmission-edit 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Add tracker to torrent

transmission-edit -a [http://tracker.example.com/announce] [file.torrent]

Delete tracker

transmission-edit -d [http://tracker.example.com/announce] [file.torrent]

Replace tracker

transmission-edit -r [old_tracker] [new_tracker] [file.torrent]

Show current trackers

transmission-edit -s [file.torrent]

说明

transmission-edit is a command-line utility to modify .torrent files' announce URLs. It can add, remove, or replace tracker URLs in existing torrent files. The -r option performs substring matching, which is useful when a tracker changes its domain or your passcode changes. Part of the Transmission BitTorrent client suite.

参数

-a, --add _url_
Add a tracker announce URL if not already present.
-d, --delete _url_
Remove a tracker announce URL.
-r, --replace _old_ _new_
Substring search-and-replace within announce URLs.
-s, --list
Show current trackers.
-h, --help
Show help and exit.

FAQ

What is the transmission-edit command used for?

transmission-edit is a command-line utility to modify .torrent files' announce URLs. It can add, remove, or replace tracker URLs in existing torrent files. The -r option performs substring matching, which is useful when a tracker changes its domain or your passcode changes. Part of the Transmission BitTorrent client suite.

How do I run a basic transmission-edit example?

Run `transmission-edit -a [http://tracker.example.com/announce] [file.torrent]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -a, --add _url_ do in transmission-edit?

Add a tracker announce URL if not already present.