diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-12-29 12:08:33 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-12-29 12:08:33 -0500 |
| commit | f4b89dd102c9cc243dd95b1d15116332ed113b30 (patch) | |
| tree | c9b8ffd81ba47de7b4a4947867687dd676050c92 | |
| parent | f2e6f4894b3f50b26e9b37ee0f9948f561fdf855 (diff) | |
| download | dotfiles-f4b89dd102c9cc243dd95b1d15116332ed113b30.tar.gz dotfiles-f4b89dd102c9cc243dd95b1d15116332ed113b30.tar.xz | |
mpd configuration
| -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" |
