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.
 
 
 
 
 
Andrzej Rybczak 35f9262a6e Fix compilation 5 years ago
.github/ISSUE_TEMPLATE Update issue templates 7 years ago
doc Configurable Column Widths (#360) 5 years ago
extras Update header information and my email 5 years ago
m4 Configure: add more robust checks for boost libraries 9 years ago
src Fix compilation 5 years 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 Fix separator between albums with the same name, to check for album artist instead of artist (#472) 5 years ago
COPYING update fsf address and copyright info 17 years ago
INSTALL Update 'optional features' information in INSTALL file 9 years ago
Makefile.am Update Makefil.am to reflect NEWS-->CHANGELOG.md rename (#430) 5 years ago
README.md Update README.md 7 years ago
autogen.sh Make `autogen.sh` not run `configure` so consistent with `INSTALL` 9 years ago
configure.ac Bump version to 0.10_dev 5 years ago

README.md

NCurses Music Player Client (Plus Plus)

Project page - http://rybczak.net/ncmpcpp/

ncmpcpp – featureful ncurses based MPD client inspired by ncmpc

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:

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 ./autogen.sh 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.