From 79e150d3dfa3b901634db08b8a12f80aff756a79 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 20 Apr 2026 06:12:09 +0200 Subject: [PATCH] remove old mpd notes --- sound/mpd.md | 10 ---------- sound/ncmpcpp.md | 27 --------------------------- 2 files changed, 37 deletions(-) delete mode 100644 sound/ncmpcpp.md diff --git a/sound/mpd.md b/sound/mpd.md index 9a37feb..de94565 100644 --- a/sound/mpd.md +++ b/sound/mpd.md @@ -50,13 +50,3 @@ Working with mpd will be easier if you have access to its files, so maybe: sudo usermod -aG mpd $USER ``` - - -# Notifications (AUR) - -Install `mpd-notification` and then start the service: - -```sh -systemctl --user enable mpd-notification -``` - diff --git a/sound/ncmpcpp.md b/sound/ncmpcpp.md deleted file mode 100644 index c5802de..0000000 --- a/sound/ncmpcpp.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ncmpcpp" -tags: [ "sound" ] ---- - -# Music Player Daemon - -Install, then run as user with all configuration files in ~/.config/mpd/. - -Go down config list, copied from /usr/share/docs/mpd/ or something. - -mpd-configure - -# Problem solving - -I couldn't change volume, so in mpd.conf I uncommented the pulse audio lines and restarted mpd. This allowed pulse audio output, which allows volume change via mpc. - -Also, make sure the user mpd is part of the group pulse: - -```sh -sudo adduser mpd pulse -``` - -In the audio_output section, try setting the mix_type to "software", not "hardware". - - -If you're using alsa, check if the mpd user is part of the group 'audio'.