File: mpd.conf.template

package info (click to toggle)
libnet-async-mpd-perl 0.005-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 766; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
port                 "{{ port }}"
music_directory      "{{ root }}/music"
playlist_directory   "{{ root }}/playlists"
log_file             "/dev/null"
#error_file           "/dev/null"
db_file              "{{ root }}/music.db"
state_file           "{{ root }}/state"
pid_file             "{{ root }}/pid"
bind_to_address      "{{ host }}"
{{ profiles }}
connection_timeout   "10"
bind_to_address      "::1"
mixer_type           "software"
audio_output {
    name "null"
    type "null"
}