LinuxCommandLibrary

transmission-show

Get information about a torrent file.

TLDR

Display metadata for a specific torrent

$ transmission-show [path/to/file.torrent]
copy


Generate a magnet link for a specific torrent
$ transmission-show --magnet [path/to/file.torrent]
copy


Query a torrent's trackers and print the current number of peers
$ transmission-show --scrape [path/to/file.torrent]
copy

Copied to clipboard