2009-06-12 05:38:46 -04:00
|
|
|
|
|
|
|
general {
|
|
|
|
# Username
|
|
|
|
uid = "daapd"
|
|
|
|
logfile = "/var/log/forked-daapd.log"
|
2010-03-21 06:33:05 -04:00
|
|
|
# Database location
|
|
|
|
# db_path = "/var/cache/forked-daapd/songs3.db"
|
2009-06-12 05:38:46 -04:00
|
|
|
# Available levels: fatal, log, warning, info, debug, spam
|
|
|
|
loglevel = log
|
|
|
|
# Admin password for the non-existent web interface
|
|
|
|
admin_password = "unused"
|
2011-03-20 07:10:51 -04:00
|
|
|
# Enable/disable IPv6
|
|
|
|
ipv6 = no
|
2009-06-12 05:38:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
# Library configuration
|
2010-03-19 14:06:47 -04:00
|
|
|
library {
|
2009-06-12 05:38:46 -04:00
|
|
|
# Name of the library as displayed by the clients
|
2010-03-19 14:06:47 -04:00
|
|
|
# %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" }
|
2013-10-24 17:14:26 -04:00
|
|
|
|
|
|
|
# Directories containing podcasts
|
|
|
|
# For each directory that is indexed the path is matched against these
|
|
|
|
# names. If there is a match all items in the directory are marked as
|
|
|
|
# podcasts. Eg. if you index /srv/music, and your podcasts are in
|
|
|
|
# /srv/music/Podcasts, you can set this to "/Podcasts".
|
|
|
|
# podcasts = { "/Podcasts" }
|
|
|
|
|
|
|
|
# Directories containing compilations (eg soundtracks)
|
|
|
|
# For each directory that is indexed the path is matched against these
|
|
|
|
# names. If there is a match all items in the directory are marked as
|
|
|
|
# compilations.
|
|
|
|
# compilations = { "/Compilations" }
|
|
|
|
|
|
|
|
# Compilations usually have many artists, and if you don't want every
|
|
|
|
# artist to be listed when artist browsing in Remote, you can set
|
|
|
|
# a single name which will be used for all music in the compilation dir
|
|
|
|
# compilation_artist = "Various artists"
|
2009-06-12 05:38:46 -04:00
|
|
|
|
2013-07-13 06:31:01 -04:00
|
|
|
# Artwork file names (without file type extension)
|
|
|
|
# forked-daapd will look for jpg and png files with these base names
|
|
|
|
# artwork_basenames = { "artwork", "cover" }
|
|
|
|
|
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" }
|
|
|
|
}
|
2010-05-02 05:24:07 -04:00
|
|
|
|
|
|
|
# Local audio output
|
|
|
|
audio {
|
|
|
|
# AirTunes name - used in the speaker list in Remote
|
|
|
|
nickname = "Computer"
|
|
|
|
# Audio device name for local audio output
|
|
|
|
# card = "default"
|
2011-07-08 05:18:20 -04:00
|
|
|
# Mixer channel to use for volume control - ALSA/Linux only
|
|
|
|
# If not set, PCM will be used if available, otherwise Master.
|
|
|
|
# mixer = ""
|
2010-05-02 05:24:07 -04:00
|
|
|
}
|
2010-04-04 08:48:25 -04:00
|
|
|
|
|
|
|
# Airport Express device
|
|
|
|
#apex "ApEx" {
|
|
|
|
# AirTunes password
|
|
|
|
# password = "s1kr3t"
|
|
|
|
#}
|