diff options
| -rw-r--r-- | mpdconf | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +mixer_type "software" + +# For systems without pulse +# audio_output { +# type "alsa" +# name "alsa" +# } + +audio_output { + type "pulse" + name "pulse audio" +} + +db_file "~/.mpd.db" +log_file "~/.mpd.log" + +# Optional +music_directory "~/Music" +playlist_directory "~/Music/Playlists" +pid_file "~/.mpd.pid" +state_file "~/.mpd.state" +sticker_file "~/.mpd.sticker.sql" + +# bind_to_address "0.0.0.0" +bind_to_address "::1" +port "6600" |
