2022-09-12 08:08:29 -04:00
|
|
|
# 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:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-show {{[-m|--magnet]}} {{path/to/file.torrent}}`
|
2022-09-12 08:08:29 -04:00
|
|
|
|
|
|
|
- Query a torrent's trackers and print the current number of peers:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-show {{[-s|--scrape]}} {{path/to/file.torrent}}`
|