# MPD CONFIG FILE # For a full description of all config parameters, # Check the mpd man page, "man mpd". ##################### REQUIRED ########################### port "6600" music_directory "/mnt/server/music" playlist_directory "~/.mpd/playlists" log_file "~/.mpd/mpd.log" error_file "~/.mpd/mpd.error" db_file "~/.mpd/mpd.db" state_file "~/.mpd/mpdstate" ################### VOLUME MIXER ######################### # ALSA Mixer mixer_type "alsa" mixer_device "default" mixer_control "software" ########################################################## ################## AUDIO OUTPUT ########################## # # OSS Audio Output #ao_driver "oss" #ao_driver_options "dsp=/dev/dsp" # # ALSA Audio Output #ao_driver "alsa" #ao_driver_options "dev=hw:0,0" # # Set this if you have problems # playing audio files. # This will resample your music so # that it comes out at the set rate. # audio_output_format "48000:16:2" # # You should not need mess with # this value unless you know # what you're doing. # #audio_write_size "1024" # ########################################################## ################# REPLAYGAIN ############################# # # Use Replay Gain (album or title) # http://www.replaygain.org # #replaygain "album" # # Sets the pre-amp used for files that have replaygain # info. Valid values are between -15 to 15 (in dB). # #replaygain_preamp "0" # ########################################################## ################ OUTPUT BUFFER SETTINGS ################## # # You should not need to mess with this # unless you know what you're doing. # #audio_buffer_size "2048" # # This means exactly what it says, it will # buffer your file up to the percentage of # the buffer before it begins playing. # #buffer_before_play "25%" # ########################################################## ################### HTTP PROXY ########################### # # http_proxy_host "proxy.isp.com" # http_proxy_port "8080" # http_proxy_user "user" # http_proxy_password "password" # ########################################################## ################ MISCELLANEOUS OPTIONS ################### # # This setting exists as precaution against attacks. #max_playlist_length "16384" # # Valid options are "default", "secure" or "verbose". #log_level "default" # #connection_timeout "60" # # This should be fine for 2-3 people using clients # at the same time. # #max_connections "5" # # No need to change these unless you know better. # #max_command_list_size "2048" #max_output_buffer_size "2048" # # This will make playlists compatible with normal music # players. # #save_absolute_paths_in_playlists "no" # ##########################################################