Linux command
transmission-show 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Show torrent information
transmission-show [file.torrent]
Display magnet URI
transmission-show -m [file.torrent]
Show file list
transmission-show -f [file.torrent]
Show info hash only
transmission-show -i [file.torrent]
Show total size
transmission-show -s [file.torrent]
Query tracker for peer count
transmission-show --scrape [file.torrent]
说明
transmission-show displays metadata from .torrent files without downloading or seeding. It parses torrent files and presents information including file lists, trackers, piece counts, creation date, and info hashes. The tool is useful for inspecting torrents before adding them to a client, verifying torrent contents, extracting magnet links, or scripting torrent management tasks. The scrape option queries trackers for current swarm statistics. Output is formatted for both human readability and script parsing depending on the options used.
参数
- -m, --magnet
- Print the magnet URI for the torrent.
- -i, --info
- Print only the info hash.
- -s, --size
- Print total size of all files.
- -f, --files
- Print detailed list of files with paths and sizes.
- -c, --comment
- Print the comment field from metadata.
- -t, --tracker
- Print list of tracker URLs.
- --scrape
- Query trackers for peer and seeder counts.
- -h, --help
- Display help and exit.
- -V, --version
- Display version and exit.
FAQ
What is the transmission-show command used for?
transmission-show displays metadata from .torrent files without downloading or seeding. It parses torrent files and presents information including file lists, trackers, piece counts, creation date, and info hashes. The tool is useful for inspecting torrents before adding them to a client, verifying torrent contents, extracting magnet links, or scripting torrent management tasks. The scrape option queries trackers for current swarm statistics. Output is formatted for both human readability and script parsing depending on the options used.
How do I run a basic transmission-show example?
Run `transmission-show [file.torrent]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -m, --magnet do in transmission-show?
Print the magnet URI for the torrent.