Skip to content

tmzullinger/ncmpc

 
 

Repository files navigation

ncmpc

ncmpc is a curses client for the Music Player Daemon.

How to compile and install ncmpc

You need:

Run meson:

meson . output

Compile and install:

ninja -C output
ninja -C output install

Usage

ncmpc connects to a MPD running on a machine on the local network. By default, ncmpc connects to localhost:6600. This can be changed either at compile-time, or by exporting the MPD_HOST and MPD_PORT environment variables, or by the command line options --host and --port:

ncmpc --host=musicserver --port=44000

For more information please view ncmpc's manual page.

Links

About

curses client for MPD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.2%
  • Meson 2.5%
  • C 1.4%
  • Other 0.9%