2017-08-02 13:40:21 -04:00
|
|
|
music_directory "/home/lain/Music/beets"
|
2018-01-13 12:01:39 -05:00
|
|
|
db_file "/home/lain/.config/mpd/database"
|
|
|
|
log_file "/home/lain/.config/mpd/log"
|
|
|
|
pid_file "/home/lain/.config/mpd/pid"
|
|
|
|
state_file "/home/lain/.config/mpd/state"
|
|
|
|
playlist_directory "/home/lain/.config/mpd/playlists"
|
2017-08-01 23:13:45 -04:00
|
|
|
log_level "default"
|
|
|
|
#password "password@read,add,control,admin"
|
|
|
|
#default_permissions "read,add,control,admin"
|
|
|
|
#user "lain"
|
|
|
|
#bind_to_address "302"
|
|
|
|
bind_to_address "127.0.0.1"
|
2018-01-13 12:01:39 -05:00
|
|
|
bind_to_address "/home/lain/.config/mpd/socket"
|
2017-08-01 23:13:45 -04:00
|
|
|
port "6600"
|
|
|
|
gapless_mp3_playback "yes"
|
|
|
|
auto_update "yes"
|
|
|
|
#auto_update_depth "3"
|
|
|
|
|
|
|
|
audio_output {
|
|
|
|
type "pulse"
|
|
|
|
name "Pulseaudio"
|
|
|
|
}
|
|
|
|
|
|
|
|
audio_output {
|
|
|
|
type "fifo"
|
|
|
|
name "Visualizer Feed"
|
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
|
|
|
}
|
|
|
|
|
|
|
|
#audio_output {
|
|
|
|
# type "alsa"
|
|
|
|
# name "Alsa output"
|
|
|
|
# device "hw:0,0"
|
|
|
|
# format "44100:16:2"
|
|
|
|
# mixer_type "hardware"
|
|
|
|
# mixer_device "default"
|
|
|
|
# mixer_control "PCM"
|
|
|
|
# mixer_index "0"
|
|
|
|
#}
|
|
|
|
#audio_output {
|
|
|
|
# type "httpd"
|
|
|
|
# name "Internet Stream"
|
|
|
|
# encoder "lame"
|
|
|
|
# port "8000"
|
|
|
|
# bind_to_address "192.168.1.13"
|
|
|
|
# quality "5.0"
|
|
|
|
# bitrate "128"
|
|
|
|
# format "44100:16:1"
|
|
|
|
# max_clients "3"
|
|
|
|
#}
|
|
|
|
|
|
|
|
#audio_output {
|
|
|
|
# type "recorder"
|
|
|
|
# name "My recorder"
|
|
|
|
# encoder "vorbis"
|
|
|
|
# path "/home/carnager/stream.ogg"
|
|
|
|
# quality "7.0" # do not define if bitrate is defined
|
|
|
|
# bitrate "128" # do not define if quality is defined
|
|
|
|
# format "44100:16:1"
|
|
|
|
#}
|
|
|
|
|
|
|
|
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"
|
|
|
|
#id3v1_encoding "ISO-8859-1"
|