Alanaktion / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
1 stars 0 forks source link

Multiple instances #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to run second instance ? I need to control two transmission 
daemons, so, it will be great to start new instance, even one instance is 
running, and send connection parameters in the command line.

Original issue reported on code.google.com by alex73mail on 13 Apr 2010 at 5:01

GoogleCodeExporter commented 9 years ago
see #154

Original comment by reardo...@gmail.com on 3 May 2010 at 2:51

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 3 Aug 2010 at 2:06

GoogleCodeExporter commented 9 years ago
This is a patch for specifying the server on the commandline.  It does NOT 
allow multiple instances, but at least is a small part of the solution.  The 
code attached here is a hack, it does not do any checks to see if the server 
has already been configured.

To use, put '--server=transmissionhost' in your commandline.

Original comment by reardo...@gmail.com on 10 Nov 2010 at 7:35

Attachments:

GoogleCodeExporter commented 9 years ago
r494.
Added a new command line option. --home=<home_dir> : Specifies a home directory 
for the program. All program's settings are stored in the home directory. You 
can run multiple instances of the program by specifying different home 
directories.

Original comment by j...@cp-lab.com on 10 Nov 2010 at 10:38