1MURMUR(1) Museek Daemon Plus MURMUR(1)
2
3
4
6 Murmur - PyGTK2 client for museek
7
9 murmur [-c --config <filename>] [-l --log <directory>] [-v] [--version]
10 [-d] [-h] [--help]
11
13 Murmur provides a GTK2 interface for the Museek Daemon for chatting,
14 transferring files, managing users, viewing user info and browsing
15 shares on the Soulseek P2P network and Soulfind Servers.
16
17 You will need a configured and running museekd(1).
18
20 Murmur accepts the following options:
21
22 -c <filename>, --config <filename>
23 Use a different config file.
24
25 -l <directory>, --log <directory>
26 Use a different chat log directory.
27
28 -v, --version
29 Display Version and exit.
30
31 -d Display debug messages while running.
32
33 -h, --help
34 Display Help and exit.
35
36
38 To run this program the standard way type:
39
40 murmur
41
42 Alternativly you use a different config file with:
43
44 murmur --config config
45
46 Or a different chat logging directory with:
47
48 murmur --log logdir
49
51 ~/.murmur/config
52 The default location for the mucous config file.
53
54 ~/.murmur/logs/
55 The default directory for chat logs.
56
57 ~/.murmur/logs/room/
58 The directory where chat room logs are stored.
59
60 ~/.murmur/logs/private/
61 The directory where private chat logs are stored.
62
63 ~/.murmur/$USER.$EXT
64 The file where a user's userinfo image is saved.
65
67 daelstorm <daelstorm@gmail.com>
68
70 mulog(1) muscan(1) muscand(1) museekcontrol(1) museekd(1) museeq(1)
71 musetup(1) musetup-gtk(1)
72
73
74
75daelstorm Release 0.3.1 MURMUR(1)