1MUSCAN(1) Museek Daemon Plus MUSCAN(1)
2
3
4
6 Muscan - File scanner for Museek
7
9 muscan [-c <filename>] [--config <filename>] [-b] [--buddy] [-v]
10 [--verbose] [-r] [--rescan] [-n] [--noscan] [-s <directory>] [--share
11 <directory>] [-u <directory>] [--unshare <directory>] [-l] [--list]
12 [-h] [--help]
13
15 Muscan scans paths & files to be shared by museekd(1). It creates a
16 database of files, with meta-data for MP3 and OGG Vorbis files, if Vor‐
17 bis support was compiled in. There are two available shares databases,
18 Normal and Buddies-Only. Buddies-Only is an optional shares database
19 that, if enabled, is only accessible by the users you've chosen as
20 "Buddies".
21
22 Before running muscan, you will need a configured museekd, which can
23 be done with musetup(1) or fI>musetup-gtk[4m(1), and add some shared paths
24 with either of the setup tools or with muscan(1).
25
27 Muscan accepts the following options:
28
29 -c <filename>, --config <filename>
30 Use a different config file.
31
32 -b, --buddy
33 Select Buddy-Only Shares.
34
35 -s <directory>, --share <directory>
36 Add directory to shares.
37
38 -u <directory>, --unshare <directory>
39 Remove directory from shares.
40
41 -r, --rescan
42 Rescan shares.
43
44 -n, --noscan
45 Do not rescan shares.
46
47 -v, --verbose
48 Be verbose while scanning shares.
49
50 -l, --list
51 Display list of shared directories.
52
53 -h, --help
54 Display Help, version and exit.
55
57 To run a quick shares update, run:
58
59 muscan or muscan -b
60
61 To rescan everything, run:
62
63 muscan -r or muscan -b -r
64
65 Alternatively you use a different config file with:
66
67 muscan --config config.xml
68
70 ~/.museekd/config.xml
71 The default location for the museekd config file.
72
73 ~/.museekd/config.shares
74 The default location for the Normal shares database.
75
76 ~/.museekd/config.shares.state
77 The default location for the active Normal shares database.
78
79 ~/.museekd/config.buddyshares
80 The default location for the Buddy shares database.
81
82 ~/.museekd/config.buddyshares.state
83 The default location for the active Buddy shares database's.
84
86 Hyriand <hyriand@thegraveyard.org>
87
88 daelstorm <daelstorm@gmail.com>
89
91 mucous(1) mulog(1) murmur(1) muscand(1) museekcontrol(1) museekd(1)
92 museeq(1) musetup(1) musetup-gtk(1)
93
94
95
96daelstorm Release 0.2.0 MUSCAN(1)