initial commit

This commit is contained in:
Malin Freeborn
2020-01-02 01:04:35 +01:00
commit 6befc5d3c1
162 changed files with 19086 additions and 0 deletions

21
sound/ncmpcpp.md Normal file
View File

@@ -0,0 +1,21 @@
# 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:
> 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'.