ShakesPeer

Open Source Direct-Connect client for Mac OS X

You are not logged in.

Announcement

You are very much encouraged to read the rules before posting.

#1 2008-10-03 16:50:06

madpotato
Member
Registered: 2008-09-28
Posts: 8

~/.shakespeer.conf for the CLI

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

 

#2 2008-10-05 12:39:25

alimony
Developer
From: Stockholm, Sweden
Registered: 2006-02-18
Posts: 394
Website

Re: ~/.shakespeer.conf for the CLI

None of the currently active developers have ever touched the CLI code smile

Offline

 

#3 2008-10-26 09:16:59

mhe
Developer
From: Sweden
Registered: 2005-06-03
Posts: 733
Website

Re: ~/.shakespeer.conf for the CLI

Looking through the code (it's been a while), the config file supports bookmarks like this:

Code:

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

 

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB