owntone-server/forked-daapd.conf

37 lines
996 B
Plaintext
Raw Normal View History

2009-06-12 05:38:46 -04:00
general {
# Username
uid = "daapd"
logfile = "/var/log/forked-daapd.log"
# Available levels: fatal, log, warning, info, debug, spam
loglevel = log
# Admin password for the non-existent web interface
admin_password = "unused"
}
# Library configuration
library {
2009-06-12 05:38:46 -04:00
# Name of the library as displayed by the clients
# %h: hostname, %v: version
name = "My Music on %h"
2009-06-12 05:38:46 -04:00
# TCP port to listen on. Default port is 3689 (daap)
port = 3689
# Password for the library. Optional.
# password = ""
# Directories to index
directories = { "/srv/music" }
# Directories containing compilations
# Matches anywhere in the path (not a regexp, though)
# compilations = { "/compilations/" }
2009-11-22 10:45:13 -05:00
# Should iTunes metadata override ours?
# itunes_overrides = true
2009-06-12 05:38:46 -04:00
# Formats: mp4a, mp4v, mpeg, alac, flac, mpc, ogg, wma, wmal, wmav, aif, wav
# Formats that should never be transcoded
# no_transcode = { "alac", "mp4a" }
# Formats that should always be transcoded
# force_transcode = { "ogg", "flac" }
}