updated for 0.10.0
git-svn-id: https://svn.musicpd.org/mpd/trunk@19 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
ae2b3fcd8d
commit
0058dbc4e8
|
@ -16,6 +16,7 @@ mixer_device "/dev/mixer"
|
|||
#ao_driver_options "dsp=/dev/dsp"
|
||||
max_playlist_length "4096"
|
||||
buffer_before_play "25%"
|
||||
buffer_size "2048"
|
||||
#db_file "/home/shank/playlists/.mpddb"
|
||||
#state_file "/home/shank/playlists/.mpdstate"
|
||||
#user "shank"
|
||||
|
@ -28,3 +29,6 @@ save_absolute_paths_in_playlists "no"
|
|||
log_level "default"
|
||||
# when bind_to_address is set to "any", MPD binds all available addresses
|
||||
bind_to_address "any"
|
||||
#passwd "passwd@read,add,control,admin"
|
||||
#default_permissions "read,add,control,admin"
|
||||
#fs_charset "UTF-8"
|
||||
|
|
Loading…
Reference in New Issue