transmission
transmission copied to clipboard
Emacs interface to a Transmission session
Added a `transmission-files-rename-path` command. It can rename paths inside torrent.
Installing or upgrading transmission.el gives the following warning `In transmission-ffap: transmission.el:815:8:Warning: ‘url-get-url-at-point’ is an obsolete function (as of 27.1); use ‘thing-at-point-url-at-point’ instead.` So I changed `url-get-url-at-point` to the recommended `thing-at-point-url-at-point`.
I have a local Transmission daemon installed on default port and RPC path (`/transmission/rpc/`). I have it configured with auth required. If I *only* set up `transmission-rpc-auth` variable, I get...
Interactive `transmission-add` is quite broken for magnet links at the moment. Arguably, magnet links are almost always provided via kill ring, or are fed into transmission-add non-interactively. Non-interactive use shows...
Setting `default-directory` in `transmission-files` and `transmission-info` so I can just start `eshell` (or dired, shell, etc) and I would put directly in the torrent directory.
This keyword is useful (e.g., used by `C-h P`) and recommended by [(elisp) Simple Packages](https://www.gnu.org/software/emacs/manual/html_node/elisp/Simple-Packages.html).
I use transmission only sometimes on my laptop and don't want to have it running all the time. I would like an option that automatically starts `transmission-daemon` if it can't...
It would be great to add a summary row at the bottom, with information like: - total number of downloading torrents - total download and upload speed
As far as I can tell, `tabulated-list-mode` supports only sorting by predefined columns found in `tabulated-list-format`. If it is true, can you add "added on"/"age" column to the displayed columns?
Not sure what's going on here. I have used magnets for weeks now, and haven't had this odd behavior happen to me before: ## Steps to reproduce 1. Start transmission...