All I want to do is. . .
. . .use ncmpcpp.
Description: Installing and basic configuration of mpd and ncmpcpp.
Contributors:
anschwa
Updated: 10/10/15
Do these first:
-
install mpd, mpc, and ncmpcpp[full instructions]
brew update
brew install mpd
brew install mpc
brew install ncmpcpp
Music Player Daemon (mpd)
Setup
Create a file called ~/.mpdconf with the following:
music_directory "~/Music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/database"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
port "6600"
auto_update "yes"
audio_output {
type "osx"
name "My Mac Device"
mixer_type "software"
}
And these:
mkdir ~/.mpd mkdir ~/.mpd/playlists touch ~/.mpd/database
mpc
Command line Music Player Client.
Usefull Commands
Add matching search results to the current playlist.
mpc clear; mpc search <query> | mpc add; mpc play
mpc.el
Emacs front end to mpd.
ncmpcpp
Powerful yet lightweight mpd client.
Basic Usage
1View Playlist4View LibrarypPlay / PauseaAdd to PlaylistcClear PlaylistqQuitlFetch Lyrics
Playback Modes
rrepeat mode[r-----]zrandom mode[-z----]ysingle mode[--s---]Rconsume mode[---c--]xcrossfade mode[----x-]