import from SF CVS
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
30
doc/mpdconf.example
Normal file
30
doc/mpdconf.example
Normal file
@@ -0,0 +1,30 @@
|
||||
# required
|
||||
port "2100"
|
||||
music_directory "/home/shank/mp3"
|
||||
playlist_directory "/home/shank/playlists"
|
||||
log_file "/home/shank/mpd.log"
|
||||
error_file "/home/shank/mpd.error"
|
||||
|
||||
# optional
|
||||
mixer_type "oss"
|
||||
mixer_device "/dev/mixer"
|
||||
#mixer_control "Pcm"
|
||||
#mixer_type "alsa"
|
||||
#mixer_device "default"
|
||||
#mixer_control "PCM"
|
||||
#ao_driver "oss"
|
||||
#ao_driver_options "dsp=/dev/dsp"
|
||||
max_playlist_length "4096"
|
||||
buffer_before_play "25%"
|
||||
#db_file "/home/shank/playlists/.mpddb"
|
||||
#state_file "/home/shank/playlists/.mpdstate"
|
||||
#user "shank"
|
||||
connection_timeout "60"
|
||||
max_connections "5"
|
||||
max_command_list_size "2048"
|
||||
max_output_buffer_size "2048"
|
||||
save_absolute_paths_in_playlists "no"
|
||||
# log_level can be "default", "secure", "verbose"
|
||||
log_level "default"
|
||||
# when bind_to_address is set to "any", MPD binds all available addresses
|
||||
bind_to_address "any"
|
Reference in New Issue
Block a user