You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jacopo De Simoi 8d9612c45a Use private area Unicode for spectrum visualizer 9 months ago
.github Add CI (#610) 1 year ago
doc Add support for fetching lyrics from tags 2 years ago
extras extras: fix compilation with taglib 2.0 2 years ago
m4 Configure: add more robust checks for boost libraries 9 years ago
src Use private area Unicode for spectrum visualizer 9 months ago
.gitignore update .gitignore to ignore more build artifacts (#475) 5 years ago
AUTHORS configuration: add mpd_password option (#407) 5 years ago
CHANGELOG.md Add support for hexadecimal HTML escape codes 1 year ago
COPYING update fsf address and copyright info 17 years ago
INSTALL Remove autogen.sh in favour of autoreconf 1 year ago
Makefile.am Update Makefil.am to reflect NEWS-->CHANGELOG.md rename (#430) 5 years ago
README.md Remove autogen.sh in favour of autoreconf 1 year ago
configure.ac Update lyrics fetchers 1 year ago

README.md

NCurses Music Player Client (Plus Plus)

ncmpcpp – featureful ncurses based MPD client inspired by ncmpc

Project status

The project is officially in maintenance mode. I (Andrzej Rybczak) still use it daily, but it's feature complete for me and there is very limited time I have for tending to the issue tracker and open pull requests.

No new, substantial features should be expected (at least from me). However, if there are any serious bugs or the project outright stops compiling because of new, incompatible versions of dependencies, it will be fixed.

Main features:

  • tag editor
  • playlist editor
  • easy to use search engine
  • media library
  • music visualizer
  • ability to fetch artist info from last.fm
  • new display mode
  • alternative user interface
  • ability to browse and add files from outside of MPD music directory …and a lot more minor functions.

Dependencies:

Optional libraries

  • fftw, for frequency spectrum music visualization mode
  • taglib, for tag editing

Known issues:

  • No full support for handling encodings other than UTF-8.

Installation:

The simplest way to compile this package is:

  1. cd to the directory containing the package's source code.

For the next two commands, csh users will need to prefix them with sh .

  1. Run autoreconf -fiv to generate the configure script.

  2. Run ./configure to configure the package for your system. This will take a while. While running, it prints some messages telling which features it is checking for.

  3. Run make to compile the package.

  4. Type make install to install the programs and any data files and documentation.

  5. You can remove the program binaries and object files from the source code directory by typing make clean.

Detailed intallation instructions can be found in the INSTALL file.

Optional features:

Optional features can be enable by specifying them during configure. For example, to enable visualizer run ./configure --enable-visualizer.

Additional details can be found in the INSTALL file.