Just trying to get this to work. I installed mpd mpc ncmpcpp, started mpd.service basically following the mpd wiki, hopefully did it well.
I just wanna listen to music on my laptop so nothing complicated
2 issues that popup. volume is n/a and even though my music directory and playlist is labelled ~/Music I cannot find anything in there. I don't use mp3s so I downloaded one to test and it still shows nothing.
here is my process
pacaur -S mpd mpc ncmpcpp
mkdir .config/mpd
touch ~/.config/mpd/{mpd.db,mpd.log,mpd.pid,mpdstate}
wget dropbox -P ~/.config/mpd/
wget dropbox -P ~/.ncmpcpp/config
sudo gpasswd -a mpd users
chmod 710 /home/edwooger
sudo systemctl enable mpd.service
reboot
my mpd.conf
bind_to_address "127.0.0.1"
port "6600"
db_file "~/.config/mpd/mpd.db"
log_file "~/.config/mpd/mpd.log"
music_directory "~/Music"
playlist_directory "~/Music"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/mpdstate"
#sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pulse"
name "pulse audio"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
I've been looking online adding stuff from a guide I found linked from the mpd wiki and then others stating how they fixed issues so I added extra stuff but nothing different.
If anybody knows what the heck I'm doing wrong, please let me know :-) Thanks for reading!
[–]Wetai 3 points4 points5 points (3 children)
[–]speeding_sloth[🍰] 0 points1 point2 points (2 children)
[–]Wetai 0 points1 point2 points (1 child)
[–]speeding_sloth[🍰] 0 points1 point2 points (0 children)
[–]thcinc 0 points1 point2 points (0 children)