From 5c1abaf4da34a7b33f99cb65489ef0043dda703c Mon Sep 17 00:00:00 2001 From: Dejvino Date: Tue, 5 Jan 2021 22:46:54 +0100 Subject: [PATCH] MPD install info --- README.md | 6 ++++++ config/mpd/mpd.conf | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 config/mpd/mpd.conf diff --git a/README.md b/README.md index caebc8b..9b66779 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ gsettings set org.gnome.desktop.interface icon-theme "Abyss-ENVY" # reboot to see it during the next startup ``` +### Radio - MPD +Packages: mpd xfmpc mpc +```bash +mkdir -p ~/.config/mpd/playlists +``` + ## Notes - make sure mpd is running user-wide and not system-wide, otherwise it can't access alsa or pulseaudio (i.e. create ~/.config/mpd/mpd.conf) diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf new file mode 100644 index 0000000..ce29a58 --- /dev/null +++ b/config/mpd/mpd.conf @@ -0,0 +1,11 @@ +pid_file "~/.config/mpd/mpd.pid" +db_file "~/.config/mpd/mpd.db" +state_file "~/.config/mpd/mpdstate" +playlist_directory "~/.config/mpd/playlists" +music_directory "/mnt/Music" + +audio_output { + type "pulse" + name "pulse audio" +} +