brew install mpd mpc
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
mpc update
brew install mpd mpc
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
mpc update