File: mpd.conf.template

package info (click to toggle)
cantata 3.4.0.ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,428 kB
  • sloc: cpp: 109,584; perl: 1,366; xml: 722; python: 139; lex: 110; sh: 105; yacc: 78; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
music_directory	"${HOME}/Music"
playlist_directory "${DATA_DIR}/playlists"
sticker_file "${DATA_DIR}/sticker.sql"
bind_to_address "${DATA_DIR}/socket"
db_file "${CACHE_DIR}/tag_cache"
pid_file "${CACHE_DIR}/pid"
state_file "${CACHE_DIR}/state"
log_file "/dev/null"
zeroconf_enabled "no"
metadata_to_use	"artist,album,title,track,name,genre,date,disc,albumartist,composer,musicbrainz_albumid,originaldate,albumartistsort,artistsort,albumsort"
audio_output { 
  type "pulse"
  name "Output"
}
mixer_type "software"
audio_buffer_size "8192"
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"