Navigation Menu

Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.5 KB

A console client for the BitTorrent client Transmission.

Download the latest version from here.

Screenshot

Screenshot

Setup

If your Transmission daemon is listening for clients at localhost:9091 without authentication, you don't need to configure anything.

Authentication and connection information can be set via command line with one of these patterns:
$ transmission-remote-cli.py homeserver
$ transmission-remote-cli.py homeserver:1234
$ transmission-remote-cli.py johndoe:secretbirthday@homeserver
$ transmission-remote-cli.py johndoe:secretbirthday@homeserver:1234

You can write this (and other) stuff into a configuration file:
$ transmission-remote-cli.py johndoe:secretbirthday@homeserver:1234 --create-config

No configuration file is created automatically, you have to do it somehow. However, if the file exists, it is re-written when trcli exits to remember some settings. This means you shouldn't have trcli running when editing it.

If you don't like the default configuration file path ~/.config/transmission-remote-cli/settings.cfg, change it:
$ transmission-remote-cli.py --config ~/.trclirc --create-config

Contact

Feel free to request new features or provide bug reports.
You can find my email address here.