Skip to content

Latest commit

 

History

History

mpd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Music Player Daemon (mpd) setup

Installation

brew install mpd mpc

Troubleshooting

No configuration file found

MPD requires some initial files to start the player. In case you face exception: No configuration file found, try below snippet:

ln -s ~/.config/mpd ~/.mpd;
cd ~/.mpd;
touch mpd.db mpd.log mpd.pid mpdstate

Missing recently added music files in ncmpcpp

mpc update