Skip to content

xlucn/ncmpc

 
 

Repository files navigation

ncmpc

ncmpc is a curses client for the Music Player Daemon.

Screenshot of ncmpc

How to compile and install ncmpc

You need:

Optional:

  • PCRE (for regular expression support in the "find" command)
  • liblirc (for infrared remote support)
  • Sphinx (for building documentation)

Run meson:

meson . output --buildtype=debugoptimized -Db_ndebug=true

Compile and install:

ninja -C output
ninja -C output install

Links

About

curses client for MPD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.1%
  • Python 2.3%
  • Meson 1.9%
  • Other 0.7%