1MUSETUP-QT(1) Museek Daemon Plus MUSETUP-QT(1)
2
3
4
6 Musetup-QT - PyQT3 Configuration app for Museekd
7
9 musetup-qt [-c | --config <config-filename>] [-h | --help] [-v | --ver‐
10 sion]
11
13 Musetup-QT is PyQT3 GUI that configures museekd(1). There are two con‐
14 figuration modes:
15
16 Dialogs - under General Settings - that provide the most commonly con‐
17 figured options, including the adding of shared directories, via a mus‐
18 can frontend (add/removing & rescanning take effect immediately).
19
20 The Settings Tree allows you to modify all options and even remove
21 entire settings nodes, so it is quite dangerous, and should be used
22 with much care.
23
24 After changes to settings you need to Save them from them be written to
25 the config file.
26
28 Musetup-QT accepts the following options:
29
30 -c, --config <config-filename>
31 Selected Config's path and filename.
32
33 -h, --help
34 Display Help and exit.
35
36 -v, --version
37 Display Version and exit.
38
40 To run this program the standard way type:
41
42 musetup-qt
43
44 Alternativly you use a different config file with:
45
46 musetup-qt -c config.xml
47
49 ~/.museekd/config.xml
50 The default location for the museekd config file.
51
52 /usr/share/museek/museekd/config.xml.tmpl
53 Config file template that's used if no config exists.
54
56 Code taken from musetup by Hyriand <hyriand@thegraveyard.org>
57
58 daelstorm <daelstorm@gmail.com>
59
61 mucous(1) mulog(1) murmur(1) muscan(1) muscand(1) museekcontrol(1)
62 museekd(1) museeq(1) musetup(1)
63
64
65
66daelstorm Release 0.2.0 MUSETUP-QT(1)