From c6ee50dcebe7e5c3677b4dfa32f7cf176fc22652 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 28 Oct 2020 17:21:52 -0700 Subject: mpd: install mpd on linux default configuration is to rely on the nas to manage the library, and to use samba to access the files. --- config/mpd/mpd.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/mpd/mpd.conf (limited to 'config') diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf new file mode 100644 index 0000000..0ca24c7 --- /dev/null +++ b/config/mpd/mpd.conf @@ -0,0 +1,21 @@ +music_directory "smb://nas.home/music" + +log_file "syslog" + +bind_to_address "localhost" +port "6600" + +auto_update "yes" + +database { + plugin "proxy" + host "nas.home" + port "6600" +} + +audio_output { + type "pulse" + name "pulse audio" +} + +filesystem_charset "UTF-8" -- cgit 1.4.1