title: use ncmpcpp updated: 2015-10-10 11:11:48 description: Installing and basic configuration of mpd and ncmpcpp. os: [macosx, linux] tags: [mpd, mpc, ncmpcpp] deps: [install-mpd-mpc-ncmpcpp] contributors: ["http://www.github.com/anschwa"]
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
Command line Music Player Client.
Add matching search results to the current playlist.
mpc clear; mpc search <query> | mpc add; mpc play
Emacs front end to mpd
.
Powerful yet lightweight mpd
client.
1
View Playlist4
View Libraryp
Play / Pausea
Add to Playlistc
Clear Playlistq
Quitl
Fetch Lyrics
r
repeat mode[r-----]
z
random mode[-z----]
y
single mode[--s---]
R
consume mode[---c--]
x
crossfade mode[----x-]