HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

transmission-show — Get information about a torrent file. See also: `transmission`. More information: <https://manned.or

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtransmission-showcliinformationtorrentfileaboutget

Problem

How to use the transmission-show command: Get information about a torrent file. See also: transmission. More information: <https://manned.org/transmission-show>.

Solution

transmission-show — Get information about a torrent file. See also: transmission. More information: <https://manned.org/transmission-show>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/transmission-show

Revisions (0)

No revisions yet.