skangas / mentor

mentor is a GNU Emacs frontend for the rTorrent bittorrent client.
GNU General Public License v3.0
79 stars 8 forks source link

magnet link support? #5

Closed br4ndur closed 7 years ago

br4ndur commented 7 years ago

Is it possible to add a magnet link using mentor?

br4ndur commented 7 years ago

I added this little function locally, it's essentially what I wanted.

(defun mentor-load-normal (&optional arg) (interactive "Mload.normal: ") (mentor-rpc-command "load.normal" "" arg) )

skangas commented 7 years ago

solarus implemented this (based on your work I guess) and it's now merged into master. Thanks for the feature suggestion!