Search found 3 matches

by phixion
Mon Oct 05, 2015 7:42 pm
Forum: General
Topic: When I stop my PC
Replies: 1
Views: 2296

Re: When I stop my PC

Close Transmission before shutting down your PC?
by phixion
Sun Sep 27, 2015 6:15 pm
Forum: Support
Topic: Multi user - Debian 8 Transmission not working
Replies: 1
Views: 2995

Re: Multi user - Debian 8 Transmission not working

I run multiple instances of Transmission, on the same user account.

I simply duplicate the config directory like so:

/home/user/.config/transmission-daemon
/home/user/.config/transmission-daemon01
/home/user/.config/transmission-daemon02 etc

Then I change the rpc ports in each config, so I can ...
by phixion
Sun Sep 27, 2015 6:11 pm
Forum: Support
Topic: Send .torrent to transmission-daemon?
Replies: 0
Views: 2876

Send .torrent to transmission-daemon?

Hello,

I currently use Deluge and Transmission on my server with autodl-irssi.

I send .torrent files to deluge with the following options in .autodl.cfg:

upload-type = exec
upload-command = /usr/local/bin/deluge-console
upload-args = "connect localhost:PORT USERNAME PASS; add -p ~/downloads ...