# A console client for the BitTorrent client [Transmission](http://www.transmissionbt.com/ "Transmission Homepage"). **Download the latest version for [Transmission 1.90-2.50](http://github.com/fagga/transmission-remote-cli/raw/master/transmission-remote-cli.py).** ## Modules For Python 2.5 or older, you need [simplejson](http://pypi.python.org/pypi/simplejson/) which should be packaged in any Linux distribution. The Debian/Ubuntu package is called `python-simplejson`. ### Optional Modules (you don't need them but they add features): - GeoIP: Guess which country peers come from. - adns: Resolve IPs to host names. Debian/Ubuntu package names are `python-adns` and `python-geoip`. ## Connection information Authentication and host/port can be set via command line with one of these patterns: `$ transmission-remote-cli.py -c homeserver` `$ transmission-remote-cli.py -c homeserver:1234` `$ transmission-remote-cli.py -c johndoe:secretbirthday@homeserver` `$ transmission-remote-cli.py -c johndoe:secretbirthday@homeserver:1234` You can write this (and other) stuff into a configuration file: `$ transmission-remote-cli.py -c johndoe:secretbirthday@homeserver:1234 --create-config` No configuration file is created automatically, you have to do this 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 your configuration file. If you don't like the default configuration file path ~/.config/transmission-remote-cli/settings.cfg, change it: `$ transmission-remote-cli.py -f ~/.trclirc --create-config` ## Calling transmission-remote transmission-remote-cli forwards all arguments after '--' to transmission-remote. This is useful if your daemon requires authentication and/or doesn't listen on the default localhost:9091 for instructions. transmission-remote-cli reads HOST:PORT and authentication from the config file and forwards them on to transmission-remote, along with your arguments. Some examples: `$ transmission-remote-cli.py -- -l` `$ transmission-remote-cli.py -- -t 2 -i` `$ transmission-remote-cli.py -- -as` ## Add torrents If you provide only one command line argument and it doesn't start with '-', it's treated like a torrent file/URL and submitted to the daemon via transmission-remote. This is useful because you can instruct Firefox to open torrent files with transmission-remote-cli.py. `$ transmission-remote-cli.py http://link/to/file.torrent` `$ transmission-remote-cli.py path/to/some/torrent-file` ## Contact Feel free to request new features or provide bug reports. You can find my email address [here](http://github.com/fagga). c5c7ecd9800e86882af4476e2dc6098b78cfb&showmsg=1'>unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-09-03ULA200 driver by Bernhard Wallemichael7-2/+825
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@892 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-09-03indentmichael1-4/+4
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@891 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-08-31Increased the maximum bps to 230400, if defined in <termios.h>.sonic741-2/+7
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@890 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-08-27git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@889 ↵sonic741-18/+11
3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-08-27D4D updates by Svenmichael1-38/+60
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@888 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-08-03driver for 4D Systems serial displays by Sven Killigmichael9-45/+846
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@887 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-08-03signed/unsigned mismatchmichael1-3/+3
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@886 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-07-26added command functionsmichux1-2/+130
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@885 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-07-15added IRLCD driver by Jean-Philippe Civademichael10-5/+467
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@884 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-07-15'autoreconf -f -i' run & config.rpath addedmichael8-370/+1617
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@883 3ae390bd-cb1e-0410-b409-cd5a39f66f1f