Skip to content

holomorph/transmission

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

transmission.el

An interface to a Transmission session for GNU Emacs. See the commentary in transmission.el.

./example.png

Installation

Available as the transmission package on MELPA https://melpa.org/.

One can install as a package with

M-x package-install-file RET /path/to/transmission.el RET

Otherwise, for installing into one’s load-path, a system install, etc., do the usual

make
make install

Setup

The customizables transmission-host, transmission-service, and transmission-rpc-path are used for the URL to communicate with a Transmission RPC server. The defaults reflect the URL http://localhost:9091/transmission/rpc. Also, there is transmission-rpc-auth for setting a username and password. Setting a password is optional; Emacs’ auth-source facility can search auth-sources for an associated password.

To see the rest of the customizable variables, visit the transmission customization group with

M-x customize-group RET transmission RET

About

Emacs interface to a Transmission session

Resources

License

Stars

Watchers

Forks

Packages

No packages published