mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
more verbose
This commit is contained in:
parent
7823fae9d5
commit
5d4f43eb23
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user