File: mpd.conf.template

package info (click to toggle)
libtest-corpus-audio-mpd-perl 1.120990-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 312 kB
  • sloc: perl: 141; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
port                 "PORT"
music_directory      "PWD/music"
playlist_directory   "TMP/playlists"
log_file             "/dev/null"
#error_file           "/dev/null"
db_file              "TMP/music.db"
state_file           "TMP/state"
pid_file             "TMP/pid"
bind_to_address      "127.0.0.1"
password             "fulladmin@read,add,control,admin"
password             "foobar@read"
default_permissions  "read,add,control,admin"
connection_timeout   "10"
bind_to_address      "::1"
mixer_type           "software"
audio_output {
    name "null"
    type "null"
}