19 lines
588 B
Plaintext
19 lines
588 B
Plaintext
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"
|