59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
music_directory "~/data/music"
|
|
playlist_directory "~/.mpd/playlists"
|
|
db_file "~/.mpd/database"
|
|
log_file "~/.mpd/log"
|
|
#pid_file "~/.mpd/pid"
|
|
state_file "~/.mpd/state"
|
|
sticker_file "~/.mpd/sticker.sql"
|
|
bind_to_address "127.0.0.1"
|
|
port "6600"
|
|
#bind_to_address "~/.mpd/socket"
|
|
#gapless_mp3_playback "yes"
|
|
save_absolute_paths_in_playlists "no"
|
|
metadata_to_use "artist,album,title,track,name,date"
|
|
auto_update "yes"
|
|
#auto_update_depth "3"
|
|
follow_outside_symlinks "yes"
|
|
follow_inside_symlinks "yes"
|
|
zeroconf_enabled "yes"
|
|
zeroconf_name "Music Player"
|
|
#password "password@read,add,control,admin"
|
|
#default_permissions "read,add,control,admin"
|
|
|
|
input {
|
|
plugin "curl"
|
|
}
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "PulseAudio"
|
|
}
|
|
|
|
#audio_output {
|
|
# type "alsa"
|
|
# name "ALSA"
|
|
## device "plug:plugequal" # optional
|
|
## mixer_control "Master" # optional
|
|
#}
|
|
|
|
#audio_output {
|
|
# type "jack"
|
|
# name "mpd"
|
|
#}
|
|
|
|
audio_output_format "48000:16:2"
|
|
samplerate_converter "Fastest Sinc Interpolator"
|
|
|
|
#replaygain "album"
|
|
#replaygain_preamp "0"
|
|
#volume_normalization "no"
|
|
#audio_buffer_size "2048"
|
|
#buffer_before_play "10%"
|
|
#connection_timeout "60"
|
|
#max_connections "10"
|
|
#max_playlist_length "16384"
|
|
#max_command_list_size "2048"
|
|
#max_output_buffer_size "8192"
|
|
|
|
filesystem_charset "UTF-8"
|