dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/mpd/mpd.conf

49 lines
1.2 KiB
Plaintext

playlist_directory "~/snd/Albums/0playlists"
music_directory "~/snd/Albums"
db_file "~/.config/mpd/mpd.db"
log_file "~/.config/mpd/mpd.log"
pid_file "~/.config/mpd/mpd.pid"
state_file "~/.config/mpd/mpdstate"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pulse"
name "Pulse Audio"
}
#audio_output {
# type "alsa"
# name "ALSA sound card"
# # Optional
# #device "iec958:CARD=Intel,DEV=0"
# #mixer_control "PCM"
#}
audio_output {
type "fifo"
name "Visualizer"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
playlist_plugin {
name "m3u"
enabled "true"
}
playlist_plugin {
name "pls"
enabled "true"
}
bind_to_address "127.0.0.1"
bind_to_address "~/.config/mpd/socket"
port "6600"
auto_update_depth "3"
auto_update "yes"
restore_paused "no"
follow_outside_symlinks "no"
save_absolute_paths_in_playlists "no"
log_level "default"
metadata_to_use "artist,album,title,track,name,composer,performer,disc"