mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 23:13:24 -05:00
Add and install config file
This commit is contained in:
parent
3b77a93c34
commit
bbc4dba39f
@ -1,6 +1,5 @@
|
||||
|
||||
sysconf_DATA = forked-daapd.conf
|
||||
|
||||
EXTRA_DIST = configure
|
||||
SUBDIRS = src
|
||||
|
||||
|
||||
|
||||
|
33
forked-daapd.conf
Normal file
33
forked-daapd.conf
Normal file
@ -0,0 +1,33 @@
|
||||
|
||||
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 "My Music" {
|
||||
# Name of the library as displayed by the clients
|
||||
# %l: library name ("My Music"), %h: hostname, %v: version
|
||||
name = "%l on %h"
|
||||
# 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/" }
|
||||
|
||||
# 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" }
|
||||
}
|
Loading…
Reference in New Issue
Block a user