Page 1 of 1

Re: Installing and configuring two simultaneous clients

Posted: Thu Feb 03, 2011 12:08 pm
by blacke4dawn
Use -g (or --config-dir) as a switch to transmission-daemon and that will specify the path where config files and such will be placed. This will enable you to have several completely independently running transmission daemons.
Another switch to consider would be -p (or --port) for the RPC port, a.k.a port that GUI-clients talk to the daemon on. The rest you can set via transmission-remote, webui or other various clients.

Personally I would recommend Transmission Remote GUI for accessing the daemon, it tries to be a uTorrent look-alike.

If you want automated RSS downloading then I highly recommend Flexget with the TransmissionRPC plugin to python.

Re: Installing and configuring two simultaneous clients

Posted: Sun Feb 06, 2011 10:46 pm
by blacke4dawn
Does it give any errors during the auto-start time, or does it not even try to start it? I don't use Ubuntu so can't really say where to look or for what.

Re: Installing and configuring two simultaneous clients

Posted: Wed Feb 16, 2011 6:30 pm
by gunzip
Sky, does it start manually doing this:

Code: Select all

$ su transmission
$ transmission-daemon --config-dir /home/transmission/local/ -f
the -f option should give console output of what is going on.