diff options
| author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-14 11:38:50 +0200 |
|---|---|---|
| committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-14 11:38:50 +0200 |
| commit | 2a2f894cfda57dc6e6a4b6f6824b60dd809b4db8 (patch) | |
| tree | 1043ec1a4e97451113b41d5caa2e8d287b788382 /.config/mpd | |
| parent | 80fdaf237284de72287a5e93d57da19e31f80b14 (diff) | |
added ncmpcpp / mpd
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..28a8e81 --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,21 @@ +music_directory "~/music" +playlist_directory "~/music/playlists" +log_file "~/.local/mpd/log" + +auto_update "yes" +bind_to_address "127.0.0.1" +restore_paused "yes" + +user "loek" +group "users" + +default_permissions "read,add,control,admin" + +input { + plugin "curl" +} + +audio_output { + type "pulse" + name "pulse audio" +} |