From 5d4f43eb236ca04d8ad067b0c0866554db6ed8f5 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Sat, 4 Dec 2004 05:47:12 +0000 Subject: [PATCH] more verbose --- contrib/mt-daapd.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/contrib/mt-daapd.conf b/contrib/mt-daapd.conf index 8e320b00..a30b0095 100644 --- a/contrib/mt-daapd.conf +++ b/contrib/mt-daapd.conf @@ -14,7 +14,13 @@ # # web_root (required) # -# Location of the admin web pages. This should be correct +# Location of the admin web pages. +# +# If you installed from .RPM, .deb, or tarball with --prefix=/usr, then +# this is correct. +# +# If you installed from tarball without --prefix=/usr, then the correct +# path is probably /usr/local/share/mt-daapd/admin-root. # web_root /usr/share/mt-daapd/admin-root @@ -41,6 +47,9 @@ admin_pw mt-daapd # # This is where mt-daapd stores its database of song information. # +# If you installed from .RPM or .deb, then this directory already +# exists. If not, then YOU MUST CREATE THIS DIRECTORY! +# db_dir /var/cache/mt-daapd @@ -115,7 +124,6 @@ playlist /etc/mt-daapd.playlist extensions .mp3,.m4a,.m4p - # # logfile (optional) # @@ -201,7 +209,7 @@ extensions .mp3,.m4a,.m4p # 0 (Normal) # Just scan the first mp3 frame to try and calculate size. This will # be accurate for most files, but VBR files without an Xing tag will -# probably have wildly inaccurate file times +# probably have wildly inaccurate file times. This is the default. # # 1 (Aggressive) # This checks the bitrates of 10 frames in the middle of the song.