diff options
author | Franck Cuny <franck@fcuny.net> | 2020-12-27 10:53:50 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-12-27 10:53:50 -0800 |
commit | c1b9f6c75629c112b7981fb95b0ce00ab45ab3b8 (patch) | |
tree | 52af200f85326086b924e6b6a30d18e12050ba5e /config | |
parent | ctags: delete configuration file (diff) | |
download | emacs.d-c1b9f6c75629c112b7981fb95b0ce00ab45ab3b8.tar.gz |
mpd: music is on the laptop, not from a smb share
Diffstat (limited to '')
-rw-r--r-- | config/mpd/mpd.conf | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 0ca24c7..db83c59 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -1,4 +1,4 @@ -music_directory "smb://nas.home/music" +music_directory "/home/fcuny/music" log_file "syslog" @@ -7,15 +7,9 @@ port "6600" auto_update "yes" -database { - plugin "proxy" - host "nas.home" - port "6600" -} - audio_output { type "pulse" - name "pulse audio" + name "MPD" } filesystem_charset "UTF-8" |