Open Source Direct-Connect client for Mac OS X
You are not logged in.
Hello,
Hopefully someone can help me with this one. I'm not a programmer, but judging from the source code there's supposed to be a configuration file for the CLI interface: "~/.shakespeer.conf". I need some more information on how to use it and what values it accepts, basically it would be great to have a example config. From what I've found so far by looking through the code and trial & error, the following options work:
default-nick=my_nick
port=55000
log-level=message
shared-paths={/media/more/downloads/HD}
description=my_description
Some of the other options I have found in the source don't seem to work, like: hub-address, nick, download-directory, etc. So if you can give me an example config, that would be terrific.
Thanks!
Offline
Looking through the code (it's been a while), the config file supports bookmarks like this:
bookmark my_bookmark {
hub-address = 127.0.0.1
nick = my_nick
}However, the CLI is in no way complete. Anyone wishing to use the CLI should be prepared to do some coding.
Offline