1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
--- contrib/mt-daapd.conf.templ 2008-09-23 23:16:46.000000000 -0700
+++ contrib/mt-daapd.conf.templ 2008-09-23 23:40:43.000000000 -0700
@@ -57,7 +57,7 @@
# info in. Valid choices are "sqlite" and "sqlite3".
#
-db_type = sqlite
+db_type = sqlite3
#
# db_parms
@@ -105,7 +105,7 @@
# This is also ignored on Windows.
#
-runas = nobody
+runas = daapd
#
# password (optional)
@@ -136,7 +136,7 @@
# --enable-musepack.
#
-extensions = .mp3,.m4a,.m4p
+extensions = .mp3,.m4a,.m4p,.ogg,.flac
#
# ssc_codectypes (optional)
@@ -194,8 +194,8 @@
# will vary the amount of logging you get.
#
-#logfile = /var/log/mt-daapd.log
-
+logfile = /var/log/mt-daapd.log
+debuglevel = 5
#
# rescan_interval
#
@@ -252,7 +252,7 @@
# the file is indexed.
#
-scan_type = 2
+scan_type = 0
#
# compress
|