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"
|