Michael Goodnow

Results 127 comments of Michael Goodnow

I assume you're talking about rTorrent?

BTW, you can set up digest auth on an RPC endpoint which can talk to your rTorrent.sock.

PRs are always welcome; otherwise, I'll see if I can get to this in a couple months.

To get this implemented, please provide documentation for Deluge's API.

@controlol yeah! almost all of the deluge specific code will be in one file, but there'll be some configuration/setup stuff you have to thread through several files. You'll want to...

Systemd units run in a different context/environment than your shell, with a different PATH. You need to provide an absolute path to `cross-seed`

The command ```shell which cross-seed ``` Should help you find an absolute path.

Only one way to find out!

Did you install cross-seed globally with `npm install -g`?

I was able to reproduce your error message in my own shell, by doing: 1. `sudo -s` (opens a root shell) 2. `cd /` (go to the root directory) 3....