monsterkodi / krix

music player / mpd client
3 stars 0 forks source link
electron macos mpd-client music-player

krix

dark

bright

about

krix is a simple mpd-client for macOS.

It ...

setup

The music player daemon might by installed by:

brew install mpd
brew install mpc
# copy the default config file and adjust it to your needs:
cp /usr/local/etc/mpd/mpd.conf ~/.mpdconf 

These command-line tools are used for generating waveforms and converting cover images:

You can install them like this:

brew tap bbc/audiowaveform
brew install audiowaveform
brew install imagemagick
brew install ffmpeg