commands.sh

transmission-show

all

Get information about a torrent file. See also: `transmission`.

More info →

Options (2)

-m, --magnetboolean

Generate a magnet link for a specific torrent

Example: transmission-show {{[-m|--magnet]}} {{path/to/file.torrent}}
-s, --scrapeboolean

Query a torrent's trackers and print the current number of peers

Example: transmission-show {{[-s|--scrape]}} {{path/to/file.torrent}}

Examples (3)

Display metadata for a specific torrent

transmission-show path/to/file.torrent

Generate a magnet link for a specific torrent

transmission-show [-m|--magnet] path/to/file.torrent

Query a torrent's trackers and print the current number of peers

transmission-show [-s|--scrape] path/to/file.torrent
made by @shridhargupta | data from tldr-pages