From f4b89dd102c9cc243dd95b1d15116332ed113b30 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 29 Dec 2019 12:08:33 -0500 Subject: mpd configuration --- mpdconf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mpdconf (limited to 'mpdconf') diff --git a/mpdconf b/mpdconf new file mode 100644 index 0000000..e96d493 --- /dev/null +++ b/mpdconf @@ -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" -- cgit v1.2.3