Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Bash by lurker ( 16 years ago )
music_directory /mnt/Multimedia/Music
playlist_directory /var/lib/mpd/playlists
db_file /var/lib/mpd/mpd.db
log_file /var/log/mpd/mpd.log
pid_file /var/run/mpd/mpd.pid
state_file /var/lib/mpd/mpdstate


user mpd
#bind_to_address  "any"
#bind_to_address  "~/.mpd/socket"
#port    "6600"
#log_level   "default"
#gapless_mp3_playback   "yes"
#save_absolute_paths_in_playlists "no"
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"

#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"
#       proxy "proxy.isp.com:8080"
#       proxy_user "user"
#       proxy_password "password"
#}

audio_output {
 type  "alsa"
 name  "My ALSA Device"
## device  "hw:0,0" # optional
 format  "44100:16:2" # optional
 mixer_device "default" # optional
## mixer_control "PCM"  # optional
## mixer_index "0"  # optional
}

#audio_output {
# type  "shout"
# encoding "ogg"   # optional
# name  "My Shout Stream"
# host  "localhost"
# port  "8000"
# mount  "/mpd.ogg"
# password "hackme"
# quality  "5.0"
# bitrate  "128"
# format  "44100:16:1"
## protocol "icecast2"  # optional
## user  "source"  # optional
## description "My Stream Description" # optional
## genre  "jazz"   # optional
## public  "no"   # optional
## timeout  "2"   # optional
#}

#audio_output {
# type  "pulse"
# driver "esd"
# options "host=localhost"
# name  "My Pulse Output"
# server  "localhost"  # optional
# sink  "alsa" # optional
#}

audio_output_format  "44100:16:2"
#samplerate_converter  "Fastest Sinc Interpolator"


mixer_type   "hardware"
#mixer_type   "software"
#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"

 

Revise this Paste

Children: 26523
Your Name: Code Language: